Bug#897545: node-bluebird: FTBFS: cp: cannot stat '/<>/node-bluebird-3.5.1+dfsg2/js/release/*': No such file or directory

2018-05-04 Thread Hubert Chathi
It looks like the relevant part of the log is:

,
| nodejs tools/build.js --release --no-minify
| module.js:549
| throw err;
| ^
| 
| Error: Cannot find module 'acorn/walk'
| ...
`

It looks like acorn moved some things around, and acorn/walk is now
acorn/dist/walk.  It seems to work fine after updating the
debian/patches/walk.patch to point to the new location.

-- 
Hubert Chathi  -- https://www.uhoreg.ca/
Jabber: hub...@uhoreg.ca -- Matrix: @uhoreg:matrix.org
PGP/GnuPG key: 4096R/F24C F749 6C73 DDB8 DCB8  72DE B2DE 88D3 113A 1368



Bug#897545: node-bluebird: FTBFS: cp: cannot stat '/<>/node-bluebird-3.5.1+dfsg2/js/release/*': No such file or directory

2018-05-02 Thread Lucas Nussbaum
Source: node-bluebird
Version: 3.5.1+dfsg2-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/node-bluebird-3.5.1+dfsg2'
> # Use the Debian built release of bluebird for tests
> mkdir -p 
> /<>/node-bluebird-3.5.1+dfsg2/node_modules/bluebird/js/release
> cp /<>/node-bluebird-3.5.1+dfsg2/js/release/* 
> /<>/node-bluebird-3.5.1+dfsg2/node_modules/bluebird/js/release/
> cp: cannot stat '/<>/node-bluebird-3.5.1+dfsg2/js/release/*': No 
> such file or directory
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2018/05/02/node-bluebird_3.5.1+dfsg2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.