On Fri, Mar 25, 2022 at 12:11 AM Bo YU <tsu.y...@gmail.com> wrote: > On Thu, Mar 24, 2022 at 01:11:40AM +0100, Jérémy Lal wrote: > > On Thu, Mar 24, 2022 at 1:05 AM Jérémy Lal <[1]kapo...@melix.org> > > wrote: > > > > --build=any > ... > > > > Hi, > > After several times build fails about (on riscv hardware): > > collect2: fatal error: ld terminated with signal 9 [Killed] > > compilation terminated. > > > > Linking nodejs happens to use a lot of memory: make sure enough swap > > space is available. > > (I had similar crashes with 12GB of RAM and no swap). > > Or the linker is broken on riscv64... let's hope it is not. > > If you happen to reach the "building deb" stage, you can disable > > -dbgsym package creation, > > which is very long, with another build profile: noautodbgsym. > > DEB_BUILD_PROFILES="nodoc nocheck noautodbgsym pkg.nodejs.nobuiltin" > > Jérémy > Today I checkout master-16.x, and I got: > > cc -o > /home/vimer/git/nodejs/out/Release/obj.target/llhttp/deps/llhttp/src/http.o > ../deps/llhttp/src/http.c '-DV8_DEPRECATION_WARNINGS' > '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' > '-DNODE_OPENSSL_CERT_STORE' '-D__STDC_FORMAT_MACROS' -I../deps/llhttp > -I../deps/llhttp/include -pthread -Wall -Wextra -Wno-unused-parameter > -fPIC -O3 -fno-omit-frame-pointer -MMD -MF > /home/vimer/git/nodejs/out/Release/.deps//home/vimer/git/nodejs/out/Release/obj.target/llhttp/deps/llhttp/src/http.o.d.raw > -fPIC -g -fPIC -g -fPIC -g -fPIC -g -c > rm 0adbed5b583340328e51a4f1b8ecdc8673323efe.intermediate > make[2]: *** [Makefile:113: node] Error 2 > make[2]: Leaving directory '/home/vimer/git/nodejs' > dh_auto_build: error: make -j16 returned exit code 2 > make[1]: *** [debian/rules:245: override_dh_auto_build-arch] Error 2 > make[1]: Leaving directory '/home/vimer/git/nodejs' > make: *** [debian/rules:186: binary-arch] Error 2 > dpkg-buildpackage: error: debian/rules binary-arch subprocess returned > exit status 2 > > One day ago we update something? >
yes: nodejs. > git checkout debian/16.13.2_dfsg-1 if you don't want to work on a moving target. Can you give more of the build log ? (https://paste.debian.net) There is no reason for the error shown here. Thanks Jérémy