Your message dated Thu, 24 Jan 2019 22:37:56 +0000
with message-id <e1gmnde-000cqi...@fasolo.debian.org>
and subject line Bug#918441: fixed in node-websocket 1.0.28-1
has caused the Debian Bug report #918441,
regarding node-websocket: FTBFS (ld: cannot find -lnode)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
918441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:node-websocket
Version: 1.0.23-3.1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with nodejs
   dh_update_autotools_config -i
   dh_auto_configure -i
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        make -j1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
node-gyp configure build
gyp info it worked if it ends with ok
gyp info using node-gyp@3.8.0
gyp info using node@8.11.2 | linux | x64
gyp info spawn /usr/bin/python2

[... snipped ...]

               
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/bufferutil.cc:104:7: note: here
       case 2: *((unsigned char*)to+1) = *((unsigned char*)from+1) ^ 
*((unsigned char*)mask+1);
       ^~~~
../src/bufferutil.cc:104:39: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
       case 2: *((unsigned char*)to+1) = *((unsigned char*)from+1) ^ 
*((unsigned char*)mask+1);
               
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/bufferutil.cc:105:7: note: here
       case 1: *((unsigned char*)to  ) = *((unsigned char*)from  ) ^ 
*((unsigned char*)mask);
       ^~~~
../src/bufferutil.cc: In static member function 'static 
Nan::NAN_METHOD_RETURN_TYPE BufferUtil::Unmask(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bufferutil.cc:78:41: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
       case 3: *((unsigned char*)from+2) = *((unsigned char*)from+2) ^ 
((unsigned char*)mask)[2];
               
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/bufferutil.cc:79:7: note: here
       case 2: *((unsigned char*)from+1) = *((unsigned char*)from+1) ^ 
((unsigned char*)mask)[1];
       ^~~~
../src/bufferutil.cc:79:41: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
       case 2: *((unsigned char*)from+1) = *((unsigned char*)from+1) ^ 
((unsigned char*)mask)[1];
               
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/bufferutil.cc:80:7: note: here
       case 1: *((unsigned char*)from  ) = *((unsigned char*)from  ) ^ 
((unsigned char*)mask)[0];
       ^~~~
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
/usr/bin/ld: cannot find -lnode
collect2: error: ld returned 1 exit status
make[3]: *** [bufferutil.target.mk:131: Release/obj.target/bufferutil.node] 
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit 
(/usr/share/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at emitTwo (events.js:126:13)
gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(internal/child_process.js:198:12)
gyp ERR! System Linux 4.9.0-8-amd64
gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "configure" "build"
gyp ERR! cwd /<<PKGBUILDDIR>>
gyp ERR! node -v v8.11.2
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
make[2]: *** [Makefile:2: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [debian/rules:44: override_dh_auto_build-indep] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: node-websocket
Source-Version: 1.0.28-1

We believe that the bug you reported is fixed in the latest version of
node-websocket, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 918...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated node-websocket package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 24 Jan 2019 22:51:29 +0100
Source: node-websocket
Architecture: source
Version: 1.0.28-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Closes: 865510 918441
Changes:
 node-websocket (1.0.28-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 1.0.28
   * Section: javascript
   * Update Vcs-* fields
   * Use https in copyright format url
   * Build against libnode-dev, using dh 10, node-gyp >= 3.8.0-2
   * Build-Depends node-tape, drop node-tap patch
   * Check nocheck for tests
   * Drop useless get-orig-source
   * Standards-Version 4.3.0
   * Drop useless patches
   * Patch to use a less known port for tests
     (Closes: #918441,#865510)
Checksums-Sha1:
 f44a5976b244e3f52a1f8a79bcb59bd82ec52a42 2286 node-websocket_1.0.28-1.dsc
 68d307a48cf3581fb404dcaf00743536565b65f0 68926 
node-websocket_1.0.28.orig.tar.gz
 497802be32b51709625e122349aa104de53c42ed 4844 
node-websocket_1.0.28-1.debian.tar.xz
 29481868e0061aa29ccd868bb6b8d420b50cb88f 10893 
node-websocket_1.0.28-1_source.buildinfo
Checksums-Sha256:
 6a3099046682b6836ddfdf301edf3fb8bc9f5861eead345864298810eca93bcf 2286 
node-websocket_1.0.28-1.dsc
 09d1e1bd4455e900641fea580b0e1cbca0b3fc052589b497fb864f39f7a12322 68926 
node-websocket_1.0.28.orig.tar.gz
 11d47b5f7351ba9749b0c6b50a56739e3bf43074fd7ada4d4340b5c802541294 4844 
node-websocket_1.0.28-1.debian.tar.xz
 db305b9766f0f587e9470adbb390ab04fc0f65e261d2fe133c895a2fa11fea1e 10893 
node-websocket_1.0.28-1_source.buildinfo
Files:
 8108862e4c1ac0c54151c21c709317fe 2286 javascript optional 
node-websocket_1.0.28-1.dsc
 862ff153cfb7550e0fa3b808ddd450ed 68926 javascript optional 
node-websocket_1.0.28.orig.tar.gz
 e7b91c43324ecf969f92a011ffedc50c 4844 javascript optional 
node-websocket_1.0.28-1.debian.tar.xz
 af2e7059cf18403c7599c584deb44137 10893 javascript optional 
node-websocket_1.0.28-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlxKOWsSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0rHgP/1Ch687cgKumta3q/t8OcY2P14UGUSDo
ttazY8cNtt60CJDX2umvKQ7bMO4ZeflaPqpl9nYEA51Hkm3Tsj6fx3CZuWJFRLpy
aX/7Bp5i2RbX79l39ehPLMPdzQ6wdR8jjnODANl7rK4T/MgRtuFZQv826kx6DACV
BqKaUHuX77Ka5VHSur104gBN3LfHK64P2rQY8UM7WwwJkhiLT3VFMmb+mj0EYiW3
0MIm6lBuw/va5+6Yb0PBTV5KFSz6YaZuCQUwE60nscaWsvyM1gLUADnXlHeRZg1F
hS/qyWiZN6JfUpWx1cfc+6nSh7Je6zoL2fgfW1hGLsu/HaVpTkauv6o84j60VGej
fGmb/ubvnDKnp3Un+DXl6kd+fbpBVQTPEs4hViMZCmzEjwIYzkmBtLKo2HKQK6n6
My+eaZMg1i0YmBUG1tz0vKtwSjsfQtxcc9+OpiiUe5hOq5ddQ9gZtRnEe/XiiNOU
Se8lVxM++Ns3sHK/ax++Flid9HjamRcp3ftf52CzthF692YXHjIcxuRQqJiraHr6
lv1GHq4BgoO+vHvBOdv63paiZv2B2ZEFT4GgnCPwg3EAOsZO+QhjLduRdw2nnfec
+QXd3VCse3aJiHfECeX3LbSfvj0M09FsgWkwk464vkrAU7yOQZ10GwtgJ2nhMd2j
lztArAIuw8OQ
=37/X
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to