Your message dated Wed, 19 Feb 2025 16:02:30 +0000
with message-id <e1tkmws-00acjs...@fasolo.debian.org>
and subject line Bug#1078895: fixed in node-rollup 3.15.0-1+deb12u1
has caused the Debian Bug report #1078895,
regarding node-rollup: FTBFS: @rollup/plugin-typescript TS2769: No overload
matches this call.
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.)
--
1078895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:node-rollup
Version: 3.15.0-1
Severity: serious
Control: close -1 3.29.4-3
Tags: ftbfs bookworm
Dear maintainer:
During a rebuild of all packages in bookworm, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/acorn -> /usr/share/nodejs/acorn
Link ./node_modules/acorn-import-assertions ->
/usr/share/nodejs/acorn-import-assertions
Link ./node_modules/acorn-walk -> /usr/share/nodejs/acorn-walk
Link ./node_modules/anymatch -> /usr/share/nodejs/anymatch
Link ./node_modules/binary-extensions -> /usr/share/nodejs/binary-extensions
Link ./node_modules/braces -> /usr/share/nodejs/braces
Link ./node_modules/colorette -> /usr/share/nodejs/colorette
Link ./node_modules/date-time -> /usr/share/nodejs/date-time
Link ./node_modules/fs-extra -> /usr/share/nodejs/fs-extra
Link ./node_modules/glob-parent -> /usr/share/nodejs/glob-parent
Link ./node_modules/is-binary-path -> /usr/share/nodejs/is-binary-path
Link ./node_modules/is-extglob -> /usr/share/nodejs/is-extglob
Link ./node_modules/is-glob -> /usr/share/nodejs/is-glob
Link ./node_modules/is-reference -> /usr/share/nodejs/is-reference
Link ./node_modules/@jridgewell/sourcemap-codec ->
/usr/share/nodejs/@jridgewell/sourcemap-codec
Link ./node_modules/locate-character -> /usr/share/nodejs/locate-character
Link ./node_modules/magic-string -> /usr/share/nodejs/magic-string
Link ./node_modules/normalize-path -> /usr/share/nodejs/normalize-path
Link ./node_modules/parse-ms -> /usr/share/nodejs/parse-ms
Link ./node_modules/picomatch -> /usr/share/nodejs/picomatch
Link ./node_modules/pretty-bytes -> /usr/share/nodejs/pretty-bytes
Link ./node_modules/pretty-ms -> /usr/share/nodejs/pretty-ms
Link ./node_modules/readdirp -> /usr/share/nodejs/readdirp
Link ./node_modules/rollup -> /usr/share/nodejs/rollup
Link ./node_modules/rollup-plugin-string ->
/usr/share/nodejs/rollup-plugin-string
Link ./node_modules/@rollup/plugin-alias ->
/usr/share/nodejs/@rollup/plugin-alias
Link ./node_modules/@rollup/plugin-commonjs ->
/usr/share/nodejs/@rollup/plugin-commonjs
Link ./node_modules/@rollup/plugin-json -> /usr/share/nodejs/@rollup/plugin-json
Link ./node_modules/@rollup/plugin-node-resolve ->
/usr/share/nodejs/@rollup/plugin-node-resolve
Link ./node_modules/@rollup/plugin-typescript ->
/usr/share/nodejs/@rollup/plugin-typescript
Link ./node_modules/@rollup/pluginutils -> /usr/share/nodejs/@rollup/pluginutils
Link ./node_modules/signal-exit -> /usr/share/nodejs/signal-exit
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/@types/fs-extra -> /usr/share/nodejs/@types/fs-extra
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/signal-exit -> /usr/share/nodejs/@types/signal-exit
Link ./node_modules/@types/yargs-parser -> /usr/share/nodejs/@types/yargs-parser
Link ./node_modules/yargs-parser -> /usr/share/nodejs/yargs-parser
Link ./node_modules/builtin-modules -> /usr/share/nodejs/builtin-modules
Copy /usr/share/nodejs/chokidar -> ./node_modules/
Link node_modules/commenting -> ../debian/build_modules/commenting
Link node_modules/flru -> ../debian/build_modules/flru
Link node_modules/package-name-regex ->
../debian/build_modules/package-name-regex
Link node_modules/rollup-plugin-license ->
../debian/build_modules/rollup-plugin-license
Link node_modules/spdx-compare -> ../debian/build_modules/spdx-compare
Link node_modules/spdx-expression-validate ->
../debian/build_modules/spdx-expression-validate
Link node_modules/spdx-ranges -> ../debian/build_modules/spdx-ranges
Link node_modules/spdx-satisfies -> ../debian/build_modules/spdx-satisfies
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rollup --config rollup.config.ts --configPlugin typescript
[1m[31m[!] [1m(plugin typescript) RollupError: @rollup/plugin-typescript
TS2769: No overload matches this call.
Overload 1 of 2, '(timeoutId: string | number | Timeout | undefined): void',
gave the following error.
Argument of type 'Timer' is not assignable to parameter of type 'string |
number | Timeout | undefined'.
Property '[Symbol.dispose]' is missing in type 'Timer' but required in
type 'Timeout'.
Overload 2 of 2, '(id: number | undefined): void', gave the following error.
Argument of type 'Timer' is not assignable to parameter of type
'number'.[22m[1m[39m[22m
src/watch/watch.ts (60:39)
[2m
[7m60[0m if (this.buildTimeout) clearTimeout(this.buildTimeout);
[7m [0m [91m ~~~~~~~~~~~~~~~~~[0m
[96m../../../usr/share/nodejs/@types/node/ts4.8/timers.d.ts[0m:[93m76[0m:[93m17[0m
[7m76[0m [Symbol.dispose](): void;
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
'[Symbol.dispose]' is declared here.
[22m
[2m at error (/usr/share/nodejs/rollup/dist/shared/rollup.js:293:30)
at Object.error (/usr/share/nodejs/rollup/dist/shared/rollup.js:24165:20)
at emitDiagnostic
(/usr/share/nodejs/@rollup/plugin-typescript/dist/cjs/index.js:542:17)
at reportDiagnostics
(/usr/share/nodejs/@rollup/plugin-typescript/dist/cjs/index.js:550:9)
at Array.forEach (<anonymous>)
at emitFilesAndReportErrors
(/usr/share/nodejs/typescript/lib/typescript.js:124992:21)
at Object.result.afterProgramCreate
(/usr/share/nodejs/typescript/lib/typescript.js:125181:13)
at Object.afterProgramCreate
(/usr/share/nodejs/@rollup/plugin-typescript/dist/cjs/index.js:708:29)
at synchronizeProgram
(/usr/share/nodejs/typescript/lib/typescript.js:125491:22)
at Object.createWatchProgram
(/usr/share/nodejs/typescript/lib/typescript.js:125408:9)[22m
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/bookworm/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
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-rollup
Source-Version: 3.15.0-1+deb12u1
Done: Jérémy Lal <kapo...@melix.org>
We believe that the bug you reported is fixed in the latest version of
node-rollup, 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 1078...@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-rollup 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: SHA256
Format: 1.8
Date: Tue, 18 Feb 2025 20:13:38 +0100
Source: node-rollup
Architecture: source
Version: 3.15.0-1+deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Closes: 1078895
Changes:
node-rollup (3.15.0-1+deb12u1) bookworm; urgency=medium
.
* patch to fix tsc FTBFS. Closes: #1078895.
Checksums-Sha1:
5e2ad61363dff6bc43e72d677b6aafa901dee922 3385 node-rollup_3.15.0-1+deb12u1.dsc
99a2958f9dbe3b38bbd7a9098d92ec21eca0a890 57480
node-rollup_3.15.0-1+deb12u1.debian.tar.xz
9105f58f53892e675595c282b4c60ea85e44156a 18110
node-rollup_3.15.0-1+deb12u1_source.buildinfo
Checksums-Sha256:
cd8c47155d4678e0d2ea856ebe103de811e3f49b9c593ee36596fd325fcd35ea 3385
node-rollup_3.15.0-1+deb12u1.dsc
68c2d3f6d11a1422830d00232a0ef5f36547085e503bef8f6f7a97f98b10e430 57480
node-rollup_3.15.0-1+deb12u1.debian.tar.xz
465fe7add93f3af9a118d3b4b4a43ef6db2dbce2739bcebee31e1de0a2284b03 18110
node-rollup_3.15.0-1+deb12u1_source.buildinfo
Files:
8967843214c6002e10ee6bed91ccb5a3 3385 javascript optional
node-rollup_3.15.0-1+deb12u1.dsc
289cc051840dd14abbe0bb6b91dcce1d 57480 javascript optional
node-rollup_3.15.0-1+deb12u1.debian.tar.xz
78b8957b73c0d198b2b1b8a23b990330 18110 javascript optional
node-rollup_3.15.0-1+deb12u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAme06yMSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0fw0P/RSziLpdBImrAJMIoPHX4MNclYruoITw
+pVBXDPVv91IKli9F1EBFtkQ8okW6XgmikznfC+kDo9igUe4ouRWC6A9gOfoXE9V
3gRltjPFBLCqlIpsfP/Qn9bGICMXadlUx4CGECGM6boZqTFhIX0kvCHFvf1kFa4i
BDBOdd7VsiUVqZvQeuq+f7hRt43Pgkyz8hiPCtUH5ucH92+SDlmdw4M/JO0NjNzH
GsceTXmU0EtCMBlzr2Zrq7yDMfO3F4nH3E/EK/R9v+4KoO3W+bpFe4s2lv0FGZmp
dC2OMAczfyfIB1zIEn1HflYRsALaLu940f1wxTMBGcRdGe1lyskf3m8RBXCuNryr
OO7qBTRo2UtuQLtb3eK4hfU2fQ9jdzWz5UEaOH5uVPRZebww7po6nZalbnvyiMlq
MzwmFQIpYpNYJ1YvkZ/hyHbJn05r+kDoQ8SdlJP0SDgUUz4/KrTvPxVeoODXkrNg
L8z6Xy6y/Ho8sx33+UQkZJNxrx3hFj8fE5y+dp9njftI/XiHNtfFd89Vwz67UyCs
UHGmmLyrB0+MvyUbtEKAvFUFfy8JCDxzcBc5BTqNqjSYuADC5aF1M7i6Igb7/dO2
2yrDj7wCX0oGo+sYcsY0E/ylQpBqfcDi41dEhSI8F8OGcO14u5ghATv5xtlzRgiE
m+qK+/YJ5iDw
=dPmk
-----END PGP SIGNATURE-----
pgpEHpHncYb_C.pgp
Description: PGP signature
--- End Message ---