<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 29 mai 2020 à 23:13, Jérémy Lal <<a href="mailto:kapouer@melix.org">kapouer@melix.org</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"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 29 mai 2020 à 23:08, Nilesh Patra <<a href="mailto:npatra974@gmail.com" target="_blank">npatra974@gmail.com</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"><div dir="auto">Hi Jérémy<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Fri, 29 May 2020, 23:47 Jérémy Lal, <<a href="mailto:kapouer@melix.org" target="_blank">kapouer@melix.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" rel="noreferrer" target="_blank">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 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></div></blockquote></div><div dir="auto"><br></div><div dir="auto">With the latest upload to experimental</div><div dir="auto">Looks like you managed to fix all(most of) the stuff. Yay! :-)</div><div dir="auto">Is this ready now to migrate?</div></div></blockquote><div><br></div><div><br></div><div>Let's see how it goes...</div></div></div></blockquote><div><br></div><div>It doesn't go well !</div><div>Both mips archs won't compile, and i'm checking if this v8 upstream commit helps:</div><div><a href="https://chromium-review.googlesource.com/c/v8/v8/+/2153187">https://chromium-review.googlesource.com/c/v8/v8/+/2153187</a><br></div><div><br></div><div>Besides that, -g1 and --max-parallel are coming.</div><div>(My first attempt was completely wrong).</div><div><br></div><div>Jérémy</div></div></div>