Your message dated Sat, 16 Sep 2017 17:35:02 +0000
with message-id <e1dtgze-000ho9...@fasolo.debian.org>
and subject line Bug#819715: fixed in node-starttls 1.0.1-2
has caused the Debian Bug report #819715,
regarding node-starttls: FTBFS: Uncaught Error: unable to get local issuer 
certificate
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.)


-- 
819715: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-starttls
Version: 1.0.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

node-starttls fails to build from source in unstable/amd64:

  [..]

        make -j1
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1'
  mocha \
        --reporter dot \
        --check-leaks \
        --ui tdd
  (node) child_process: options.customFds option is deprecated. Use 
options.stdio instead.
  
    ․․․․․․
  
    3 passing (669ms)
    3 failing
  
    1) starttls tests simple connect with prepared socket:
       Uncaught Error: unable to get local issuer certificate
        at Error (native)
        at SecurePair.<anonymous> 
(/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1/lib/starttls.js:82:24)
        at SecurePair.g (events.js:260:16)
        at emitNone (events.js:67:13)
        at SecurePair.emit (events.js:166:7)
        at 
SecurePair.options.ssl.onclienthello.ssl.onnewsession.ssl.onocspresponse.SecurePair.maybeInitFinished
 (_tls_legacy.js:790:10)
        at CleartextStream.read [as _read] (_tls_legacy.js:277:13)
        at CleartextStream.Readable.read (_stream_readable.js:336:10)
        at EncryptedStream.write [as _write] (_tls_legacy.js:174:25)
        at doWrite (_stream_writable.js:301:12)
        at writeOrBuffer (_stream_writable.js:287:5)
        at EncryptedStream.Writable.write (_stream_writable.js:215:11)
        at Socket.ondata (_stream_readable.js:536:20)
        at emitOne (events.js:77:13)
        at Socket.emit (events.js:169:7)
        at readableAddChunk (_stream_readable.js:153:18)
        at Socket.Readable.push (_stream_readable.js:111:10)
        at TCP.onread (net.js:529:20)
  
    2) starttls tests simple connect with options and prepared socket:
       Uncaught Error: unable to get local issuer certificate
        at Error (native)
        at SecurePair.<anonymous> 
(/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1/lib/starttls.js:82:24)
        at SecurePair.g (events.js:260:16)
        at emitNone (events.js:67:13)
        at SecurePair.emit (events.js:166:7)
        at 
SecurePair.options.ssl.onclienthello.ssl.onnewsession.ssl.onocspresponse.SecurePair.maybeInitFinished
 (_tls_legacy.js:790:10)
        at CleartextStream.read [as _read] (_tls_legacy.js:277:13)
        at CleartextStream.Readable.read (_stream_readable.js:336:10)
        at EncryptedStream.write [as _write] (_tls_legacy.js:174:25)
        at doWrite (_stream_writable.js:301:12)
        at writeOrBuffer (_stream_writable.js:287:5)
        at EncryptedStream.Writable.write (_stream_writable.js:215:11)
        at Socket.ondata (_stream_readable.js:536:20)
        at emitOne (events.js:77:13)
        at Socket.emit (events.js:169:7)
        at readableAddChunk (_stream_readable.js:153:18)
        at Socket.Readable.push (_stream_readable.js:111:10)
        at TCP.onread (net.js:529:20)
  
    3) starttls tests simple connect with options:
       Uncaught AssertionError: false == true
        at SecurePair.<anonymous> 
(/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1/test/starttls.js:88:4)
        at SecurePair.<anonymous> 
(/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1/lib/starttls.js:107:12)
        at SecurePair.g (events.js:260:16)
        at emitNone (events.js:67:13)
        at SecurePair.emit (events.js:166:7)
        at 
SecurePair.options.ssl.onclienthello.ssl.onnewsession.ssl.onocspresponse.SecurePair.maybeInitFinished
 (_tls_legacy.js:790:10)
        at CleartextStream.read [as _read] (_tls_legacy.js:277:13)
        at CleartextStream.Readable.read (_stream_readable.js:336:10)
        at EncryptedStream.write [as _write] (_tls_legacy.js:174:25)
        at doWrite (_stream_writable.js:301:12)
        at writeOrBuffer (_stream_writable.js:287:5)
        at EncryptedStream.Writable.write (_stream_writable.js:215:11)
        at Socket.ondata (_stream_readable.js:536:20)
        at emitOne (events.js:77:13)
        at Socket.emit (events.js:169:7)
        at readableAddChunk (_stream_readable.js:153:18)
        at Socket.Readable.push (_stream_readable.js:111:10)
        at TCP.onread (net.js:529:20)
  
  
  
  Makefile:2: recipe for target 'test' failed
  make[1]: *** [test] Error 3
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160401094149.CegZ3XcX5q/node-starttls-1.0.1'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: node-starttls.1.0.1-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: node-starttls
Source-Version: 1.0.1-2

We believe that the bug you reported is fixed in the latest version of
node-starttls, 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 819...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated node-starttls 
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: Fri, 15 Sep 2017 18:58:32 +0200
Source: node-starttls
Binary: node-starttls
Architecture: source all
Version: 1.0.1-2
Distribution: sid
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Description:
 node-starttls - upgrade a regular `net.Stream` connection to a secure `tls` 
conne
Closes: 819715
Changes:
 node-starttls (1.0.1-2) unstable; urgency=medium
 .
   * fix tests (Closes: #819715)
   * debian/control: bump standard to 4.1.0 (no changes)
   * debian/control: use dh10
Checksums-Sha1:
 bdd7f4abde0ba778d249d7763eed4517a992a9b4 2200 node-starttls_1.0.1-2.dsc
 e6081c25de6b178f5a75f8f271c1487449183b42 3922 node-starttls_1.0.1.orig.tar.gz
 48e5dfb20a3c436306da9da1fbbbe678e901fd34 2804 
node-starttls_1.0.1-2.debian.tar.xz
 f39ceaa0e9973cba5b5b96c4b45b0c1bad2d3341 5298 node-starttls_1.0.1-2_all.deb
 4bb99eeaea48c6c32d8192e93532861d45e1f702 8741 
node-starttls_1.0.1-2_amd64.buildinfo
Checksums-Sha256:
 e3eaa4d2ab8e4ed66d193f33080cb4ba3e8a67ad77ca83c79e427acf01d8b2e8 2200 
node-starttls_1.0.1-2.dsc
 9967ed46820a9bf6913755a13ed5355ae3a84ed05689d8fc4a8c0009b47fed70 3922 
node-starttls_1.0.1.orig.tar.gz
 b0b31d692dc719af0339d60f7d49b9e93e6022f07e93e3c730b73efad80ab93b 2804 
node-starttls_1.0.1-2.debian.tar.xz
 ed37c8c3bd3459773e98341152085c583c45cc468784b2b80c34ba9efb9dac34 5298 
node-starttls_1.0.1-2_all.deb
 a596272ad94a81ce7f59218faad7371b4d68d206a76ac20afd16c8d2002171a4 8741 
node-starttls_1.0.1-2_amd64.buildinfo
Files:
 5fe17f87348e3564e8522c5e5763c8ae 2200 web optional node-starttls_1.0.1-2.dsc
 0ddf19620db6fd1cb57163ae5865ba03 3922 web optional 
node-starttls_1.0.1.orig.tar.gz
 cb32d40c98c07548b6f7d24c20384998 2804 web optional 
node-starttls_1.0.1-2.debian.tar.xz
 aae7ffeee488fd87289a2d2364740a86 5298 web optional 
node-starttls_1.0.1-2_all.deb
 2990a1bde2e85c7d4e4689e747a31ab8 8741 web optional 
node-starttls_1.0.1-2_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAlm9XI9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR9wvD/sGYQwfQid7wbsstxjh4yGDK6vzqPPs
3OaCo+QBTBZYR6E1/Bw1yuhO3R2w0diBa29QHHCTZBpvnEUuSLN8YY1sL8HbOxaT
gpaD3BeJTuF0mseAJSpPkncFk5UZraSRrQEH84r4LUaKwdSSJ+wQTNL6Rli/dnNh
wWCfbU5HIqbz/1+iU1sKdARGWAfXbeBzpSWqkeYDO47dcKb2u2TQCe59n6eXH2WY
i0Dhj4sB3bDcGBIAai5EJjLb2ZFJMuUj+FCUtPROpdZE3HVa3piSf4wUtrCQ7FI6
7mL88ZpM/IF7Q4VGs5XtZnmEG8ifNud01fAVSzwDctANK3Emf2sPlqsUDQ/VO38+
ivWIwAQ6QAPCM+3t3Lxs2MOoQGimhI4lPD6EKIszF8yyEWEsKDPYaTvrRVftNGbS
knMlpBmx5EfL6XSLhEVMML4Fotykf1XsFcO8t7DY+L5ORjFaPBM4xoHiWI2bUJvl
PdgJMeQnPoeyqBLxdu839vUCwUXDRMhut5PBxlzBGRZFKAst6mjqdMc4vFodXt+v
dRehvOaGmPUsDQngeRFgl1nRYCXisqN55BIzngCQXstmsvfZQLEfRe4gfON4iMHR
sKwSzJwqGakSQEjiH7bc9lDPUEbphkdVp29vQOl8e1EsIncc4WcBhVEYj/KIP5Su
QiS+uw7xKi8Viw==
=y3zr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to