[Pkg-javascript-devel] nodejs-12 transition

Jérémy Lal kapouer at melix.org
Sun May 31 16:42:07 BST 2020


Le ven. 29 mai 2020 à 23:13, Jérémy Lal <kapouer at melix.org> a écrit :

>
>
> Le ven. 29 mai 2020 à 23:08, Nilesh Patra <npatra974 at gmail.com> a écrit :
>
>> Hi Jérémy
>>
>> On Fri, 29 May 2020, 23:47 Jérémy Lal, <kapouer at melix.org> wrote:
>>
>>>
>>>
>>> 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.
>>>
>>
>> With the latest upload to experimental
>> Looks like you managed to fix all(most of) the stuff. Yay! :-)
>> Is this ready now to migrate?
>>
>
>
> Let's see how it goes...
>

It doesn't go well !
Both mips archs won't compile, and i'm checking if this v8 upstream commit
helps:
https://chromium-review.googlesource.com/c/v8/v8/+/2153187

Besides that, -g1 and --max-parallel are coming.
(My first attempt was completely wrong).

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


More information about the Pkg-javascript-devel mailing list