Your message dated Wed, 13 Dec 2023 04:34:37 +0000
with message-id <e1rdgxb-009szn...@fasolo.debian.org>
and subject line Bug#1058507: fixed in node-regexpp 3.2.0-5
has caused the Debian Bug report #1058507,
regarding node-regexpp: FTBFS: make[1]: *** [debian/rules:30:
override_dh_auto_build] Error 1
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.)
--
1058507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058507
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-regexpp
Version: 3.2.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cmark-gfm README.md > README.html
> cmark-gfm --to plaintext README.md > README.txt
> tsc --module es2015
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m325[0m:[93m84[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m325[0m type _Request = typeof globalThis extends { onmessage:
> any } ? {} : import("undici-types").Request;
> [7m [0m [91m
> ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m326[0m:[93m85[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m326[0m type _Response = typeof globalThis extends { onmessage:
> any } ? {} : import("undici-types").Response;
> [7m [0m [91m
> ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m327[0m:[93m85[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m327[0m type _FormData = typeof globalThis extends { onmessage:
> any } ? {} : import("undici-types").FormData;
> [7m [0m [91m
> ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m328[0m:[93m84[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m328[0m type _Headers = typeof globalThis extends { onmessage:
> any } ? {} : import("undici-types").Headers;
> [7m [0m [91m
> ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m330[0m:[93m22[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m330[0m : import("undici-types").RequestInit;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m336[0m:[93m35[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m336[0m type RequestInfo = import("undici-types").RequestInfo;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m337[0m:[93m35[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m337[0m type HeadersInit = import("undici-types").HeadersInit;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m338[0m:[93m32[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m338[0m type BodyInit = import("undici-types").BodyInit;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m339[0m:[93m39[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m339[0m type RequestRedirect =
> import("undici-types").RequestRedirect;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m340[0m:[93m42[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m340[0m type RequestCredentials =
> import("undici-types").RequestCredentials;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m341[0m:[93m35[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m341[0m type RequestMode = import("undici-types").RequestMode;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m342[0m:[93m38[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m342[0m type ReferrerPolicy =
> import("undici-types").ReferrerPolicy;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m343[0m:[93m34[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m343[0m type Dispatcher = import("undici-types").Dispatcher;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m344[0m:[93m37[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m344[0m type RequestDuplex = import("undici-types").RequestDuplex;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m360[0m:[93m21[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m360[0m : typeof import("undici-types").Request;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m367[0m:[93m21[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m367[0m : typeof import("undici-types").Response;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m374[0m:[93m21[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m374[0m : typeof import("undici-types").FormData;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
> [96mnode_modules/@types/node/ts4.8/globals.d.ts[0m:[93m381[0m:[93m21[0m
> - [91merror[0m[90m TS2307: [0mCannot find module 'undici-types' or its
> corresponding type declarations.
>
> [7m381[0m : typeof import("undici-types").Headers;
> [7m [0m [91m ~~~~~~~~~~~~~~[0m
>
>
> Found 18 errors in the same file, starting at:
> node_modules/@types/node/ts4.8/globals.d.ts[90m:325[0m
>
> Files: 109
> Lines: 58425
> Nodes: 145053
> Identifiers: 49977
> Symbols: 45341
> Types: 17159
> Instantiations: 11801
> Memory used: 104225K
> I/O read: 0.02s
> I/O write: 0.00s
> Parse time: 0.87s
> Bind time: 0.24s
> Check time: 1.46s
> Emit time: 0.00s
> Total time: 2.57s
> make[1]: *** [debian/rules:30: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/node-regexpp_3.2.0-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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 mark 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-regexpp
Source-Version: 3.2.0-5
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-regexpp, 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 1058...@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-regexpp 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: Wed, 13 Dec 2023 06:49:47 +0400
Source: node-regexpp
Architecture: source
Version: 3.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1058507
Changes:
node-regexpp (3.2.0-5) unstable; urgency=medium
.
* Team upload
* Update lintian override info format in d/source/lintian-overrides
on line 2-3
* Update standards version to 4.6.2, no changes needed
* Add missing link to undici-types (Closes: #1058507)
Checksums-Sha1:
70cb3eea0e6bf4043db95447a2804e1a4f26741a 2249 node-regexpp_3.2.0-5.dsc
9e127b47f66f54e6b4f4f1b2d517547ad858a34f 6088
node-regexpp_3.2.0-5.debian.tar.xz
Checksums-Sha256:
5bf0c2f2c38a8419e871d08a2adb81b086c8f608b0cc785169927d59ee564d93 2249
node-regexpp_3.2.0-5.dsc
35a7886b530a85482c630545b213c4cf67db39433b7f9290208940f71e8645ec 6088
node-regexpp_3.2.0-5.debian.tar.xz
Files:
8d499d8ed5dd3e64b379667d814cddb1 2249 javascript optional
node-regexpp_3.2.0-5.dsc
40362d73d4482e905159950790e03de6 6088 javascript optional
node-regexpp_3.2.0-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmV5L7wACgkQ9tdMp8mZ
7unAKw//f/eNzJFri0682MVc3oJyUZ6LBgE19WdWymedG13K+ngvpP026vJtI5Ey
fGZWfMWLn4SPdlvNusZW0clEoC+0Y0cd1+Smww+gBBPYFeFjPBMRZeyegzCRkpz/
LJelL8nmgOXCh3q0cnL/PifdUXF4zAaTPWrz+z1rggZ7MXBZpX46oYGxfKRWLyZX
4fTvl55iPHZgZp0RzR+iL1nM5X4kn1yjIpDKff+1fvs3zVhlFQFdOQPgot1BoFlS
F2lLYVlFJhQqJ3QYYdGCcioy20aJckM+bKUZwZaG8HM9OCnAz6xtGu5aSY3AN2VB
jGC2MZ231lpHgcWi7R9vO3kgcUOnNIEHJySLc9LFZXEX2Zt0LKodtwVYVQFje73q
AizN/T++Hbio55Tt7nsY4K/puY0tRlcpKNphy25rm978+07uKGjczJooEeo+zQQu
vzzvA/WvAusPU2gZjoh3MoaSzTBVkWO+xWocwo4Y1Dotg3DPjaUgZqONUS4RGL7K
VA+pPZNZ2GXW0KW91yHUss20duERLmBEJhbVkt1dsETV/UP6Ze+SOnSd40A3uYpN
nXPr+y/U5UJl4CgMxEmkmbBWa6REMw+4gPO1VILLYwLvRfHsI5rUBpbYq6UbuUUh
KNpmplK9+lCph1LIyNOAHAIX1V4Sefj8t05Vpq6c+BgNFVEGXqY=
=7Yi1
-----END PGP SIGNATURE-----
--- End Message ---