Your message dated Thu, 02 Jun 2022 13:05:11 +0000
with message-id <e1nwkvj-000fy4...@fasolo.debian.org>
and subject line Bug#1011867: fixed in node-cbor 8.1.0+dfsg+~cs5.2.0-3
has caused the Debian Bug report #1011867,
regarding node-cbor: FTBFS: Error: Can't resolve 'stream' in 
'/<<PKGBUILDDIR>>/node_modules/nofilter/lib'
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.)


-- 
1011867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-cbor
Version: 8.1.0+dfsg+~cs5.2.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build --buildsystem=nodejs
> ./lerna.json found
> 
> Found debian/nodejs/additional_components
> Found debian/nodejs/sovpro-delimited-stream/build
>       cd ./sovpro-delimited-stream && sh -ex 
> ../debian/nodejs/sovpro-delimited-stream/build
> + tsc
> Found debian/nodejs/packages/cbor-web/build
>       cd ./packages/cbor-web && sh -ex 
> ../../debian/nodejs/packages/cbor-web/build
> + webpack
> assets by status 41.8 KiB [cached] 1 asset
> runtime modules 670 bytes 3 modules
> modules by path ../cbor/lib/*.js 96.2 KiB
>   ../cbor/lib/cbor.js 2.54 KiB [built] [code generated]
>   ../cbor/lib/commented.js 8.7 KiB [built] [code generated]
>   ../cbor/lib/decoder.js 20.1 KiB [built] [code generated]
>   ../cbor/lib/tagged.js 10.5 KiB [built] [code generated]
>   ../cbor/lib/simple.js 2.63 KiB [built] [code generated]
>   ../cbor/lib/diagnose.js 6.46 KiB [built] [code generated]
>   ../cbor/lib/encoder.js 30.9 KiB [built] [code generated]
>   ../cbor/lib/map.js 5.06 KiB [built] [code generated]
>   ../cbor/lib/utils.js 8.02 KiB [built] [code generated]
>   ../cbor/lib/constants.js 1.32 KiB [built] [code generated]
> ./lib/cbor.js 21 bytes [built] [code generated]
> ../../node_modules/nofilter/lib/index.js 27.9 KiB [built] [code generated]
> ../cbor/vendor/binary-parse-stream/index.js 2.63 KiB [built] [code generated]
> 
> ERROR in ../../node_modules/nofilter/lib/index.js 3:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/node_modules/nofilter/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/commented.js 6:17-36
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../../node_modules/nofilter/lib/index.js 4:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/node_modules/nofilter/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/commented.js 6:17-36
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/commented.js 3:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/commented.js 8:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/decoder.js 8:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/cbor.js 5:0-38
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/decoder.js 11:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/cbor.js 5:0-38
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/diagnose.js 3:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/cbor.js 4:0-40
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/encoder.js 3:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/cbor.js 6:0-38
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/encoder.js 10:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/cbor.js 6:0-38
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/map.js 3:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/cbor.js 9:0-30
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/utils.js 3:17-34
> Module not found: Error: Can't resolve 'buffer' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "buffer": 
> require.resolve("buffer/") }'
>       - install 'buffer'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "buffer": false }
>  @ ../cbor/lib/commented.js 4:14-32
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/lib/utils.js 5:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/lib'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/commented.js 4:14-32
>  @ ../cbor/lib/cbor.js 3:0-42
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> ERROR in ../cbor/vendor/binary-parse-stream/index.js 11:15-32
> Module not found: Error: Can't resolve 'stream' in 
> '/<<PKGBUILDDIR>>/packages/cbor/vendor/binary-parse-stream'
> 
> BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core 
> modules by default.
> This is no longer the case. Verify if you need this module and configure a 
> polyfill for it.
> 
> If you want to include a polyfill, you need to:
>       - add a fallback 'resolve.fallback: { "stream": 
> require.resolve("stream-browserify") }'
>       - install 'stream-browserify'
> If you don't want to include a polyfill, you can use an empty module like 
> this:
>       resolve.fallback: { "stream": false }
>  @ ../cbor/lib/decoder.js 3:26-66
>  @ ../cbor/lib/cbor.js 5:0-38
>  @ ./lib/cbor.js 1:0-20 1:0-20
> 
> 13 errors have detailed information that is not shown.
> Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
> 
> webpack 5.65.0 compiled with 13 errors in 1464 ms
> dh_auto_build: error: cd ./packages/cbor-web && sh -ex 
> ../../debian/nodejs/packages/cbor-web/build returned exit code 1
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/node-cbor_8.1.0+dfsg+~cs5.2.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-cbor
Source-Version: 8.1.0+dfsg+~cs5.2.0-3
Done: Yadd <y...@debian.org>

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

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-cbor 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, 02 Jun 2022 14:49:25 +0200
Source: node-cbor
Built-For-Profiles: nocheck
Architecture: source
Version: 8.1.0+dfsg+~cs5.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1011867
Changes:
 node-cbor (8.1.0+dfsg+~cs5.2.0-3) unstable; urgency=medium
 .
   * Declare compliance with policy 4.6.1
   * Fix configuration for webpack 5, add build dependencies to
     node-buffer and node-stream-browserify (Closes: #1011867)
Checksums-Sha1: 
 74d992fe02cc8e576e3c6fbeea7856f859517dec 3224 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.dsc
 1d71d1da2e823c70e769e9d3c4e6ff3a3ec20a34 4048 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.debian.tar.xz
Checksums-Sha256: 
 e45ff24a3b198a624c02cd5cba2ce055c3b951e430398bfdb74e2ee1e37334f0 3224 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.dsc
 f0000b898ed5b69e321c3d65b9be15e46ed6915e94bd415ce8bbe0fc4701d530 4048 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.debian.tar.xz
Files: 
 b81b61f36f1828d8d3280f7a42032133 3224 javascript optional 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.dsc
 90b007bfbdbcb5419b8bb7dad2614bf2 4048 javascript optional 
node-cbor_8.1.0+dfsg+~cs5.2.0-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmKYsmEACgkQ9tdMp8mZ
7uke/Q/9H/a/xlbFyIYN58TQ4xhKivnW4qMPymo1l2W4OmUASN7ZwQ0hFMcSLe3/
Qq5jI5OAMHtfvVzHjn/pFnDLAH9xG9wjiaQ6P3S5L1NR0fJrL987ULFSDXRUim7M
0WAVnB9O7+qJNswfMzURvDZ9U/I2EAqH4yQSajo6/CfFV5MACntlYdye+BD1EYqu
LPmKJDGrxAm7BqrnpkTdmHjQ8cA4dBCSdYMK0KSAJAQpQpdqZM+jDFXdM+upJLVk
Z++JcRMHvzQwCW2a46CIZY0tQSDygIVUHEi8xYTKWAki8B34uvajXVLo1zs+izf1
28DjHlVvZVy4+Urx411Ro9Kx+3cgkf0AJNRcSOtwioe+P9VtkE0c5U3ClmcYYfR2
ZYEOsfrBh/sCzZG+4hxQ978JjIM5qTfzq2C5ah/NEF+OHGam+mCsbOXDLwoXD4ea
AIQCO0ewPQQqg5o/iBOCekKnOPlX8gbS+2e2XNE5hyQ+zhW7i2Q7Dlbt2rbI8j1W
N1gYmiTffot4TddPslFREpi74ssMrUjlA0cIv72QK4+zBCzjwH9OkPjHeM+5kCwt
FuHQnws51YxlOYD1d0rIhg9Kn9L6fVnjhikVWAhIcWw+c/sAZimjdkB6vCTnh/wr
K9jSvEMTZ6lBcScO3R3QNgaE1HB+sCecbCqQ11mKHjPEkG86oZk=
=wW1Q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to