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@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 > - 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. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel