[Pkg-javascript-devel] Bug#919588: Bug#919588: nodejs: FTBFS nodejs

Jérémy Lal kapouer at melix.org
Thu Jan 17 17:13:49 GMT 2019


Le jeu. 17 janv. 2019 à 17:23, Dimitri John Ledkov <xnox at ubuntu.com> a
écrit :

> Package: nodejs
> Version: 10.15.0~dfsg-8
> Severity: important
> Tags: ftbfs
>
> Dear Maintainer,
>
> When trying to rebuild nodejs in a clean sid chroot, it fails to do so.
>
> I've tried this on amd64 and ppc64le. Both were parallel builds between
> -j8 and -j100
>
> My host kernel is listed below, which comes from Ubuntu and may be
> relevant here. (v4.19.0)
>
> As you can see from the attached log there are many test suite
> failures, and some tests hang, hence I killed the build.
>
> Similarly, nodejs fails to build on any architecture in Launchpad builders
> - see https://launchpad.net/ubuntu/+source/nodejs/10.15.0~dfsg-8
>
> I wonder if toolchain or host kernel, have changed, thus making nodejs
> unbuildable anymore.
>
> Do you have any advice about trying to build nodejs 10.15.0~dfsg-8?
>

It's building all right - the problem you see is that there are some tests
(4) failures:
not ok 1 parallel/test-assert
not ok 1428 parallel/test-repl-preprocess-top-level-await
not ok 1447 parallel/test-repl-top-level-await
not ok 2181 parallel/test-net-listen-after-destroying-stdin

repl and net failures might happen depending on your build env.
If i were you i'd simply mark them as FLAKY (there is a debian patch doing
similar changes).

Build tests failures are ignored (see debian/rules) if you build with
experimental distribution or UNRELEASED,
so i suggest you do the build like that, then see if, once installed,
node test/parallel/test-assert.js
reports the same error or not. Likewise for the other errors.
If it doesn't then just shut the failure using the technique in the patch.
It it still does then it's a good idea to report it upstream.

Jérémy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20190117/aa066580/attachment.html>


More information about the Pkg-javascript-devel mailing list