Your message dated Sun, 08 Sep 2024 20:36:57 +0000
with message-id <e1snoex-00b0zm...@fasolo.debian.org>
and subject line Bug#1072599: fixed in node-globby 13.1.3+~cs16.25.40-3
has caused the Debian Bug report #1072599,
regarding node-globby: FTBFS: Property 'parentPath' is missing in type
'DirentFromStats' but required in type 'Dirent'.
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.)
--
1072599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:node-globby
Version: 13.1.3+~cs16.25.40-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/@sinonjs/fake-timers ->
/usr/share/nodejs/@sinonjs/fake-timers
Link ./node_modules/@types/glob -> /usr/share/nodejs/@types/glob
Link ./node_modules/@types/glob-parent -> /usr/share/nodejs/@types/glob-parent
Link ./node_modules/@types/micromatch -> /usr/share/nodejs/@types/micromatch
Link ./node_modules/@types/mocha -> /usr/share/nodejs/@types/mocha
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/sinon -> /usr/share/nodejs/@types/sinon
Link ./node_modules/ignore -> /usr/share/nodejs/ignore
Link node_modules/dir-glob -> ../dir-glob
Link node_modules/fast-glob -> ../fast-glob
Link node_modules/fastq -> ../fastq
Link node_modules/merge2 -> ../merge2
Link node_modules/@nodelib/fs.macchiato -> ../../nodelib-fs-macchiato
Link node_modules/@nodelib/fs.scandir -> ../../nodelib-fsscandir
Link node_modules/@nodelib/fs.stat -> ../../nodelib-fsstat
Link node_modules/@nodelib/fs.walk -> ../../nodelib-fswalk
Link node_modules/reusify -> ../reusify
Link node_modules/run-parallel -> ../run-parallel
Link fast-glob/node_modules/fastq -> ../../fastq
Link fast-glob/node_modules/@nodelib/fs.scandir -> ../../../nodelib-fsscandir
Link fast-glob/node_modules/@nodelib/fs.stat -> ../../../nodelib-fsstat
Link fast-glob/node_modules/@nodelib/fs.walk -> ../../../nodelib-fswalk
Link fast-glob/node_modules/run-parallel -> ../../run-parallel
Link node_modules/@types/easy-table ->
../../debian/build_modules/@types/easy-table
Link node_modules/@types/merge2 -> ../../debian/build_modules/@types/merge2
dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/fast-glob/build
cd ./fast-glob && sh -ex ../debian/nodejs/fast-glob/build
+ mv src/benchmark .
+ tsc
[96msrc/utils/fs.ts[0m:[93m5[0m:[93m7[0m - [91merror[0m[90m TS2720:
[0mClass 'DirentFromStats' incorrectly implements class 'Dirent'. Did you mean
to extend 'Dirent' and inherit its members as a subclass?
Property 'parentPath' is missing in type 'DirentFromStats' but required in
type 'Dirent'.
[7m5[0m class DirentFromStats implements fs.Dirent {
[7m [0m [91m ~~~~~~~~~~~~~~~[0m
[96m../../../../usr/share/nodejs/@types/node/fs.d.ts[0m:[93m247[0m:[93m9[0m
[7m247[0m parentPath: string;
[7m [0m [96m ~~~~~~~~~~[0m
'parentPath' is declared here.
[96m../nodelib-fs-macchiato/out/dirent.d.ts[0m:[93m4[0m:[93m22[0m - [91merror[0m[90m TS2720: [0mClass
'import("/<<PKGBUILDDIR>>/nodelib-fs-macchiato/out/dirent").default' incorrectly implements class
'import("fs").Dirent'. Did you mean to extend 'import("fs").Dirent' and inherit its members as a
subclass?
Property 'parentPath' is missing in type
'import("/<<PKGBUILDDIR>>/nodelib-fs-macchiato/out/dirent").default' but required in type
'import("fs").Dirent'.
[7m4[0m export default class Dirent implements fs.Dirent {
[7m [0m [91m ~~~~~~[0m
[96m../../../../usr/share/nodejs/@types/node/fs.d.ts[0m:[93m247[0m:[93m9[0m
[7m247[0m parentPath: string;
[7m [0m [96m ~~~~~~~~~~[0m
'parentPath' is declared here.
Found 2 errors in 2 files.
Errors Files
1 src/utils/fs.ts[90m:5[0m
1 ../nodelib-fs-macchiato/out/dirent.d.ts[90m:4[0m
dh_auto_build: error: cd ./fast-glob && sh -ex ../debian/nodejs/fast-glob/build
returned exit code 2
make: *** [debian/rules:8: binary] Error 25
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/202406/
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-globby
Source-Version: 13.1.3+~cs16.25.40-3
Done: Jérémy Lal <kapo...@melix.org>
We believe that the bug you reported is fixed in the latest version of
node-globby, 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 1072...@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-globby 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: Sun, 08 Sep 2024 22:08:25 +0200
Source: node-globby
Architecture: source
Version: 13.1.3+~cs16.25.40-3
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: 1072599
Changes:
node-globby (13.1.3+~cs16.25.40-3) unstable; urgency=medium
.
* Extend patch for node 18. Closes: 1072599.
Checksums-Sha1:
7362eb8ea30f01e31ce8f4b7771ee516db81270b 5682
node-globby_13.1.3+~cs16.25.40-3.dsc
5449486b6274c22bca19f8e9234b0ba2dea45353 12908
node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz
60f7b1ad5d90a5354219afbceb9c0bc4832878e9 18453
node-globby_13.1.3+~cs16.25.40-3_source.buildinfo
Checksums-Sha256:
de659f53a222e80fd1cfc9c0be817b1a3d88cfe0f794027e61ccf5c405cfd451 5682
node-globby_13.1.3+~cs16.25.40-3.dsc
1d56624b282c9508843469516570da93fdf5c5d623f4686e2c58ff10e4f92fbd 12908
node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz
4cb48a1a1786f2e5b165aa32a04e992fe2f266a42e0f8768b42df316911d92b2 18453
node-globby_13.1.3+~cs16.25.40-3_source.buildinfo
Files:
a49ad936a025a1accc56feef4640f833 5682 javascript optional
node-globby_13.1.3+~cs16.25.40-3.dsc
7f4c3f4f61d19c13390bf119a5828dad 12908 javascript optional
node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz
2ad6597e2ab4c7e9a04e6591d03da9d6 18453 javascript optional
node-globby_13.1.3+~cs16.25.40-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAmbeBEYSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0DM4P/2Fo700IQZXgP7c7FiewS8zlK8g/sbVl
5/Si6D2bIdBbfMoWla++8QJBOhAfmcxUvgG5n5EhqBpmZ0N+csZAa9JWh0LghAxy
IlKE/f2XOqgyIREtD0zETib5yZP3WjS6/SplUKfhmaGRXcGKOl5jkqfEmUJ7av69
USQv7YttIyhFlhO/HodNaoZ+6vSl9iIQVxqbRnDxi8MKWJWFtNMMHD6g7FmN8SNR
qqUVqJKSb3HKFF+x59K1tkAOVXCGHCRyrh0I6JFJYJpvgq++WUOSxiO+bLs1iZEl
uXOnvIz8V4NAuukpbAunqFGLDuwzkucS1E8Oihqwkz13KNFX9XMh6MwEkUxji/Vm
Mzm3lig+r878YLnjtvJo7cbh6xp7dOJ8fOHfBhUsxHQYZsb6dor6/EuSmGe+vV3x
KKOp+wwrq2x9JsTHxZ4AfwECCl6wn7a/yN40LNZa2yZxK50b0on/IQp0kmT2QQrQ
F7/3AKvEVLbkuJuuHJ+FrE01Bba+bPmXmXrXqAKmV3a9Yj87DLw7VrmbNSV28O6n
ivz50ctxNpNMoRkjFSc/plbg82llhigrOzG1jxiA0EOW9YrSsZHC9M3iiq4Fx69W
o1e2rqDFs831dqXjKAmQNzXSjiAYno52/3UHPkzemLWq3Axkt4WinVcvQ4pr0VXT
Ojs7A6YT2+LH
=1DQl
-----END PGP SIGNATURE-----
pgpcbMdif3tiG.pgp
Description: PGP signature
--- End Message ---