[Pkg-javascript-devel] nodejs-12 transition

Jérémy Lal kapouer at melix.org
Fri May 29 18:56:32 BST 2020


Le lun. 25 mai 2020 à 12:10, Jonas Smedegaard <jonas at jones.dk> a écrit :

> Quoting Jérémy Lal (2020-05-25 10:51:32)
> > [nodejs 12 is] ready to be built, but not ready to go in testing:
> > https://buildd.debian.org/status/package.php?p=nodejs&suite=experimental
> >
> > - amd64 some tests won't pass because of network issues
> >   I never figured why some build servers fail on this, and some not.
> > *  If anyone knows an explanation, that'll help.*
>
> I suggest to ask on debian-devel at l.d.o
>
> Alternatively - if those tests are possible to identify and isolate -
> skip them during build and have them run at autobuildtest instead.
>
>
> > - armhf, i386: dh_dwz fails because it exhausts memory.
> >   Somewhat fixed by ignoring those failures. *Is there a better option ?*
>
> Maybe this (used e.g. in modero package) helps:
>
> # reduce debugging information on 32bit archs
> # to avoid some FTBFS (memory axhaustion of build environment?)
> ifeq ($(DEB_HOST_ARCH_BITS),32)
> export DEB_CXXFLAGS_MAINT_APPEND = -g1
> endif
>
>
Good idea ! I'm going to try that now.



> > - mipsel: fails to build, OOM as some point.
> >   That was on a 8GB memory machine, so i suppose it's bad luck, something
> >   else was using memory maybe.
>
> Might be helped from above as well.
>
> Might also help to disable parallel builds for that architecture.
>

Yes, indeed, going to do that too, if that's not already the case.

Jérémy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20200529/8f3a61ed/attachment.html>


More information about the Pkg-javascript-devel mailing list