[Pkg-javascript-devel] Bug#866065: node-v8flags FTBFS: Error: Cannot find module 'async'
Adrian Bunk
bunk at debian.org
Tue Jun 27 03:34:07 UTC 2017
Source: node-v8flags
Version: 2.0.11-1
Severity: serious
Some recent change in unstable makes node-v8flags FTBFS:
https://tests.reproducible-builds.org/debian/history/node-v8flags.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-v8flags.html
...
debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/node-v8flags-2.0.11'
mkdir -p test-home
HOME=/build/1st/node-v8flags-2.0.11/test-home mocha -R spec test.js
module.js:327
throw err;
^
Error: Cannot find module 'async'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/build/1st/node-v8flags-2.0.11/test.js:5:15)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at /usr/lib/nodejs/mocha/lib/mocha.js:172:27
at Array.forEach (native)
at Mocha.loadFiles (/usr/lib/nodejs/mocha/lib/mocha.js:169:14)
at Mocha.run (/usr/lib/nodejs/mocha/lib/mocha.js:356:31)
at Object.<anonymous> (/usr/lib/nodejs/mocha/bin/_mocha:366:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:140:18)
at node.js:1043:3
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
More information about the Pkg-javascript-devel
mailing list