[Pkg-javascript-devel] Bug#918422: node-livescript FTBFS with nodejs 10.15.0

Adrian Bunk bunk at debian.org
Sat Jan 5 22:24:43 GMT 2019


Source: node-livescript
Version: 1.5.0+dfsg-4
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-livescript.html

...
   dh_auto_test
	make -j1 test
make[1]: Entering directory '/build/1st/node-livescript-1.5.0+dfsg'
/usr/bin/lsc --output lib --bare --compile "src/ast.ls"
/usr/bin/lsc --output lib --bare --compile "src/browser.ls"
/usr/bin/lsc --output lib --bare --compile "src/command.ls"
/usr/bin/lsc --output lib --bare --compile "src/grammar.ls"
/usr/bin/lsc --output lib --bare --compile "src/index.ls"
/usr/bin/lsc --output lib --bare --compile "src/lang-ls.ls"
/usr/bin/lsc --output lib --bare --compile "src/lexer.ls"
/usr/bin/lsc --output lib --bare --compile "src/mode-ls.ls"
/usr/bin/lsc --output lib --bare --compile "src/node.ls"
/usr/bin/lsc --output lib --bare --compile "src/options.ls"
/usr/bin/lsc --output lib --bare --compile "src/util.ls"
./scripts/build-parser > lib/parser.js
./scripts/test
test/accessor.ls
test/assignment.ls
Input A expected to strictly equal input B:
+ expected - actual

- 0
+ -0
at test/assignment.ls:389:1
  : [{}]), d = e[0];
eq(a, o.a);
eq(b, 'b');
eq(c, 'c');
eq(d, e[0]);
o = {};
eq(1, o[0] = -~o[0]);
eq(false, o = !o);
eq(0, o = -o);
eq(1, o += !o);
eq(true, o = !!o);
helloWorld = 2;
eq(helloWorld, 2);
a = 2;
b = 3;
aB = 99;
eq(1, a - 1);
test/chaining.ls
test/cli.ls
test/comment.ls
test/compilation.ls
test/cs-classes.ls
test/declaration.ls
test/existence.ls
test/function.ls
test/heredoc.ls
test/if.ls
test/label.ls
test/lib.ls
test/literal.ls
test/loop.ls
test/null.ls
test/oo.ls
test/operator.ls
test/regex.ls
test/splat.ls
test/string.ls
test/switch.ls
test/try.ls
failed 1 and passed 1935 tests in 3.02 seconds
make[1]: *** [Makefile:52: test] Error 1



More information about the Pkg-javascript-devel mailing list