[Pkg-javascript-devel] Bug#893322: node-glob: Package built in nocheck build profile is broken

2018-03-17 Thread Daniel Schepler
Source: node-glob
Version: 7.1.2-4
Severity: normal

When building node-glob with DEB_BUILD_PROFILES=nocheck it appears the
resulting package is missing a dependency on node-fs.realpath.
However, the module itself does still require fs.realpath, so this
makes no sense, and it breaks builds of other packages if they
Build-Depend on node-glob (either directly or indirectly).
-- 
Daniel

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#853131: node-browserify-lite: Package rebuilt from source has broken permissions

2017-01-29 Thread Daniel Schepler
Source: node-browserify-lite
Version: 0.3.0-1
Severity: serious

When I rebuild node-browserify-lite under pbuilder, the resulting contents are:

drwxr-xr-x root/root 0 2015-07-07 14:10 ./
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/bin/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/lib/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/lib/nodejs/
drwxr-xr-x root/root 0 2015-07-07 14:10
./usr/lib/nodejs/browserify-lite/
-rw-r--r-- root/root  1049 2015-07-07 14:10
./usr/lib/nodejs/browserify-lite/cli.js
-rw-r--r-- root/root  9731 2015-07-07 13:45
./usr/lib/nodejs/browserify-lite/index.js
-rw-r--r-- root/root   565 2015-07-07 13:45
./usr/lib/nodejs/browserify-lite/package.json
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/doc/
drwxr-xr-x root/root 0 2015-07-07 14:10
./usr/share/doc/node-browserify-lite/
-rw-r--r-- root/root   846 2015-07-07 13:45
./usr/share/doc/node-browserify-lite/README.md
-rw-r--r-- root/root   367 2015-07-07 14:10
./usr/share/doc/node-browserify-lite/changelog.Debian.gz
-rw-r--r-- root/root  1450 2015-07-07 14:10
./usr/share/doc/node-browserify-lite/copyright
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/lintian/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/lintian/overrides/
-rw-r--r-- root/root93 2015-07-07 14:10
./usr/share/lintian/overrides/node-browserify-lite
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/man/
drwxr-xr-x root/root 0 2015-07-07 14:10 ./usr/share/man/man1/
-rw-r--r-- root/root   335 2015-07-07 14:10
./usr/share/man/man1/browserify-lite.1.gz
lrwxrwxrwx root/root 0 2015-07-07 14:10
./usr/bin/browserify-lite -> ../lib/nodejs/browserify-lite/cli.js

Note that /usr/lib/nodejs/browserify-lite/cli.js is not executable.
This causes errors building other packages if I install the rebuilt
node-browserify-lite package; for example, from should.js:

 debian/rules build
dh build
  dh_testdir
  dh_update_autotools_config
  dh_auto_configure
  debian/rules override_dh_auto_build
make[1]: Entering directory '/build/should.js-8.4.0~dfsg'
dh_auto_build
browserify-lite . --standalone should --outfile should.js
make[1]: execvp: browserify-lite: Permission denied
debian/rules:11: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 127
make[1]: Leaving directory '/build/should.js-8.4.0~dfsg'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#789446: libv8-3.14: FTBFS with glibc-2.21 and gcc-5

2015-06-20 Thread Daniel Schepler
Source: libv8-3.14
Version: 3.14.5.8-8.1
Severity: normal

From my pbuilder build log, using a setup preferring glibc and gcc-defaults 
packages from experimental:

...
  g++ '-DENABLE_DEBUGGER_SUPPORT' '-DENABLE_EXTRA_CHECKS' 
'-DV8_TARGET_ARCH_X64' -I../src  -Wall -Werror -W -Wno-unused-parameter 
-Wnon-virtual-dtor -pthread -fno-rtti -fno-exceptions -pedantic -ansi 
-fvisibility=hidden -fPIC -fdata-sections -ffunction-sections -O3  -MMD -MF 
/tmp/buildd/libv8-3.14-3.14.5.8/out/x64.release/.deps//tmp/buildd/libv8-3.14-3.14.5.8/out/x64.release/obj.target/preparser_lib/src/bignum.o.d.raw
 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall 
-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -c -o 
/tmp/buildd/libv8-3.14-3.14.5.8/out/x64.release/obj.target/preparser_lib/src/bignum.o
 ../src/bignum.cc
../src/bignum.cc: In member function 'void 
v8::internal::Bignum::AssignDecimalString(v8::internal::Vectorconst char)':
../src/bignum.cc:103:6: error: assuming signed overflow does not occur when 
assuming that (X + c)  X is always false [-Werror=strict-overflow]
 void Bignum::AssignDecimalString(Vectorconst char value) {
  ^
cc1plus: all warnings being treated as errors
tools/gyp/preparser_lib.target.x64.mk:112: recipe for target 
'/tmp/buildd/libv8-3.14-3.14.5.8/out/x64.release/obj.target/preparser_lib/src/bignum.o'
 failed
make[2]: *** 
[/tmp/buildd/libv8-3.14-3.14.5.8/out/x64.release/obj.target/preparser_lib/src/bignum.o]
 Error 1
make[2]: Leaving directory '/tmp/buildd/libv8-3.14-3.14.5.8/out'
Makefile:179: recipe for target 'x64.release' failed
make[1]: *** [x64.release] Error 2
make[1]: Leaving directory '/tmp/buildd/libv8-3.14-3.14.5.8'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#770060: backbone: FTBFS: Test failures

2014-11-18 Thread Daniel Schepler
Source: backbone
Version: 0.9.10-1
Severity: serious

From my pbuilder build log (on amd64):

...
 debian/rules build
test -x debian/rules
mkdir -p .

Scanning upstream source for new/changed copyright notices...

licensecheck -c '.*' -r --copyright -i 
'^docs/images/.*\.(jpg|png)|debian/(changelog|copyright(|_hints|_newhints))' -l 
'9' * | /usr/lib/cdbs/licensecheck2dep5  debian/copyright_newhints
7 combinations of copyright and licensing found.
No new copyright notices found - assuming no news is good news...
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
coffee test/*.coffee
passed 4 tests
phantomjs test/vendor/runner.js test/index.html?noglobals=true
Assertion Failed: Backbone.Model: defaults
Failed assertion: expected: 2, but was: null
Failed assertion: expected: 4, but was: null
Took 2428ms to run 700 tests. 698 passed, 2 failed.
debian/rules:58: recipe for target 'debian/stamp-build' failed
make: *** [debian/stamp-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#712502: nodejs: FTBFS [amd64]: Test failures

2013-06-16 Thread Daniel Schepler
Source: nodejs
Version: 0.6.19~dfsg1-7
Severity: serious

From my pbuilder build log:

...
/usr/bin/make  -C .   test
make[1]: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
Waf: Entering directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1/out'
'build' finished successfully (0.033s)
-rwxr-xr-x 1 pbuilder pbuilder 4.9M Jun 16 14:09 out/Release/node
python tools/test.py --mode=release simple message
=== release test-dgram-multicast-setTTL ===
Path: simple/test-dgram-multicast-setTTL
dgram.js:251
throw errnoException(errno, 'setMulticastTTL');
  ^
Error: setMulticastTTL EBADF
at errnoException (dgram.js:352:11)
at Socket.setMulticastTTL (dgram.js:251:11)
at Object.anonymous 
(/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-multicast-setTTL.js:29:8)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
at Array.0 (module.js:484:10)
at EventEmitter._tickCallback (node.js:190:39)
Command: out/Release/node 
/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-multicast-setTTL.js
=== release test-dgram-send-error === 
Path: simple/test-dgram-send-error
events.js:48
throw arguments[1]; // Unhandled 'error' event
   ^
Error: bind Unknown system errno 92
at errnoException (dgram.js:352:11)
at dgram.js:123:15
at lookup (dgram.js:49:12)
at UDP.lookup4 [as lookup] (dgram.js:59:10)
at Socket.bind (dgram.js:120:16)
at Object.anonymous 
(/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-send-error.js:46:8)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
Command: out/Release/node 
/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-send-error.js
=== release test-dgram-close ===   
Path: simple/test-dgram-close
dgram.js:312
  throw new Error('implicit bind failed');
^
Error: implicit bind failed
at Socket._startReceiving (dgram.js:312:13)
at Socket.send (dgram.js:171:8)
at Object.anonymous 
(/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-close.js:34:8)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
at Array.0 (module.js:484:10)
at EventEmitter._tickCallback (node.js:190:39)
Command: out/Release/node 
/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-close.js
=== release test-dgram-udp4 ===
Path: simple/test-dgram-udp4
events.js:48
throw arguments[1]; // Unhandled 'error' event
   ^
Error: bind Unknown system errno 92
at errnoException (dgram.js:352:11)
at dgram.js:123:15
at lookup (dgram.js:49:12)
at UDP.lookup4 [as lookup] (dgram.js:59:10)
at Socket.bind (dgram.js:120:16)
at Object.anonymous 
(/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-udp4.js:77:8)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
Command: out/Release/node 
/tmp/buildd/nodejs-0.6.19~dfsg1/test/simple/test-dgram-udp4.js
[00:49|% 100|+ 348|-   4]: Done   
make[1]: *** [test] Error 1
make[1]: Leaving directory `/tmp/buildd/nodejs-0.6.19~dfsg1'
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#709901: jquery: FTBFS with make 3.82 from experimental: Mixed implicit and normal rules

2013-05-26 Thread Daniel Schepler
Source: jquery
Version: 1.7.2+dfsg-2
Severity: important

From my pbuilder build log, using a chroot with make 3.82-1 from experimental
installed:

...
dpkg-buildpackage: source package jquery
dpkg-buildpackage: source version 1.7.2+dfsg-2
dpkg-buildpackage: source changed by Marcelo Jorge Vieira (metal) 
me...@debian.org
 dpkg-source --before-build jquery-1.7.2+dfsg
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
debian/rules:2: *** mixed implicit and normal rules.  Stop.
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2

The severity of this report may be raised before the jessie release.
-- 
Daniel Schepler

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel