<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 25 mai 2020 à 12:10, Jonas Smedegaard <<a href="mailto:jonas@jones.dk">jonas@jones.dk</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Quoting Jérémy Lal (2020-05-25 10:51:32)<br>
> [nodejs 12 is] ready to be built, but not ready to go in testing:<br>
> <a href="https://buildd.debian.org/status/package.php?p=nodejs&suite=experimental" rel="noreferrer" target="_blank">https://buildd.debian.org/status/package.php?p=nodejs&suite=experimental</a><br>
> <br>
> - amd64 some tests won't pass because of network issues<br>
>   I never figured why some build servers fail on this, and some not.<br>
> *  If anyone knows an explanation, that'll help.*<br>
<br>
I suggest to ask on debian-devel@l.d.o<br>
<br>
Alternatively - if those tests are possible to identify and isolate - <br>
skip them during build and have them run at autobuildtest instead.<br>
<br>
<br>
> - armhf, i386: dh_dwz fails because it exhausts memory.<br>
>   Somewhat fixed by ignoring those failures. *Is there a better option ?*<br>
<br>
Maybe this (used e.g. in modero package) helps:<br>
<br>
# reduce debugging information on 32bit archs<br>
# to avoid some FTBFS (memory axhaustion of build environment?)<br>
ifeq ($(DEB_HOST_ARCH_BITS),32)<br>
export DEB_CXXFLAGS_MAINT_APPEND = -g1<br>
endif<br><br></blockquote><div><br></div><div>Good idea ! I'm going to try that now.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> - mipsel: fails to build, OOM as some point.<br>
>   That was on a 8GB memory machine, so i suppose it's bad luck, something<br>
>   else was using memory maybe.<br>
<br>
Might be helped from above as well.<br>
<br>
Might also help to disable parallel builds for that architecture.<br></blockquote><div><br></div><div>Yes, indeed, going to do that too, if that's not already the case.</div><div><br></div><div>Jérémy</div></div></div>