Your message dated Sun, 7 Jan 2018 12:53:48 +0530 with message-id <ec8268b3-0a6f-81f9-3024-7756583bb...@debian.org> and subject line Re: Bug#878674: [Pkg-javascript-devel] Bug#878674: Bug#878674: nodejs segfaults when building d3-* with webpack has caused the Debian Bug report #878674, regarding nodejs segfaults when building d3-* with webpack to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 878674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878674 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---package: nodejs version: 6.11.4~dfsg-1 severity: serious I have noticed this failure when building multiple node-d3-* packages (node-d3-zoom for example) and also installing gitlab 9.5 using webpack. When building the same node-d3-zoom with nodejs 7.10.1-2nodesource1~stretch1 the build passed. Tried both in local installation and using sbuild. Also tested the same on my laptop and on a vm babeljs src -d lib src/constant.js -> lib/constant.js src/event.js -> lib/event.js src/noevent.js -> lib/noevent.js src/transform.js -> lib/transform.js src/zoom.js -> lib/zoom.js babeljs index.js -d lib index.js -> lib/index.js sed -i 's/.\/src/./' lib/index.js webpack --config debian/webpack.config.js index.js build/d3-zoom.js --target=web --output-library=d3-zoom --output-library-target=umd --module-bind 'js=babel-loader' debian/rules:12: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Segmentation fault make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:9: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Since babel and other dependencies are still in NEW, I have setup a repo for packages still in NEW. I have /usr/local/bin/sbuild-babel, sbuild -A -s -d unstable --extra-repository='deb https://people.debian.org/~praveen/babel sid main' --extra-repository-key=/home/pravi/forge/debian/babel/repo/praveen.key.asc $@ With nodejs from nodesource.com, the build passes, both locally and in sbuild. For sbuild I have to pass --extra-package option and in debian/rules, I have to add export NODE_PATH=/usr/lib/nodejs node-d3-geo, node-d3-scale are other packages that segfaults. All node-d3-* packages are in pkg-javascript team repo in alioth.
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---On Thu, 4 Jan 2018 17:01:12 +0100 Mattia Rizzolo <mat...@debian.org> wrote: > This bug should probably also be closed at some point. closing
signature.asc
Description: OpenPGP digital signature
--- End Message ---