[From nobody Sat May 23 11:21:13 2026
Received: (at submit) by bugs.debian.org; 17 Aug 2024 13:40:24 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-116.3 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC
 autolearn=ham autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 97; hammy, 150; neutral, 182; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;sanvila@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:44120)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=stravinsky.debian.org, EMAIL=hostmaster@stravinsky.debian.org (verified)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;sanvila@debian.org&gt;)
 id 1sfJfM-008Nsz-Lu
 for submit@bugs.debian.org; Sat, 17 Aug 2024 13:40:24 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Transfer-Encoding:Content-Type
 :To:Subject:From:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=zcafA3QTy40W+yWvP0R5uHxHQROs1pcfagpsMn8wTUo=; b=ISfuVG4+z51DRNUjJ3f+eRfxmC
 UZIbr2lWpZ4RSAdPXQd8pzP8/gQeELecdOSepi/TUw6vc+DSGk2UzaJW1iKtdETUPdbWov9rAQF7D
 jkf1G4+Ml1EFkEwm1175FHbjNYtU4IVb9B6lLZ86J10Hfbt0kQJwjP9z4DHj4myudnAsQ5s10TOm0
 WdCP439o1ttvXaqNgC+t8aZlPTmbRlpgrW1dtt+qomxJXb/gz3aDYx547tQXu5+nmlqG/XAySjas/
 /9JHvATnAdZzBX3X9cSgNkbmZj1Lc7GlnKsrGC2fCqD7F0gV4AFLBnldFZfJWMCSXPv0QZebUnPl0
 gywVS4kQ==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
 (Exim 4.94.2) (envelope-from &lt;sanvila@debian.org&gt;)
 id 1sfJfM-003IXk-4T
 for submit@bugs.debian.org; Sat, 17 Aug 2024 13:40:22 +0000
Message-ID: &lt;2bb867d4-e634-4623-8b1f-aab9fbaabf5b@debian.org&gt;
Date: Sat, 17 Aug 2024 15:40:22 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
From: Santiago Vila &lt;sanvila@debian.org&gt;
Subject: node-regexpp: FTBFS: Cannot find module 'undici-types' or its
 corresponding type declarations.
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Content-Language: en-US
X-Debbugs-Cc: sanvila@debian.org
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Debian-User: sanvila
Delivered-To: submit@bugs.debian.org

Package: src:node-regexpp
Version: 3.2.0-4
Severity: serious
Control: close -1 3.2.0-5
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
    debian/rules override_dh_auto_configure
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
mkdir -p node_modules/@types
cp --force --recursive --target node_modules/@types /usr/share/nodejs/@types/eslint /usr/share/nodejs/@types/estree /usr/share/nodejs/@types/json-schema /usr/share/nodejs/@types/node
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
    debian/rules override_dh_auto_build
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
cmark-gfm README.md &gt; README.html
cmark-gfm --to plaintext README.md &gt; 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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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(&quot;undici-types&quot;).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:    104074K
I/O read:         0.01s
I/O write:        0.00s
Parse time:       0.88s
Bind time:        0.37s
Check time:       1.78s
Emit time:        0.00s
Total time:       3.04s
make[1]: *** [debian/rules:30: override_dh_auto_build] Error 1
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:50: 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.
]