[From nobody Mon Aug 31 17:07:12 2026
Received: (at submit) by bugs.debian.org; 31 Aug 2026 12:04:46 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-121.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 15; hammy, 150; neutral, 122; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--HTo:N*Debian, 0.000-+--forky,
 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:45544)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1x10ko-0079eQ-2i
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:04:46 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by muffat.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1x10ko-008ESa-12
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:04:46 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=gCRDRrrpoFUIsk1G46/kOSy1cXNeGDDhg8bSlzRbpEg=; b=Vs3nLwB92olX7BaZvG0QdhsHwx
 Ot2lV3Ff2hcIKb1R451SFOhCNQE0KIJNjX2Dqfj68S+kIOudd1UERjvNeuOZcsk+1s/Ul3Gt2gqr1
 WFMXE5TGFLyt4j8S6lABZyMGI81UvmQlAC4XBb8okZ/3eY9ZasGnneIgCENJ7RqrCWRRpgJmN1AXI
 4YBXEwLbmtF4GbZ3qg/hvRKAG4ofJXz65SDHtHRtBTC2ZVGdWjI557WU2X/jtmZuUQ1YUNiHVyPsV
 vEJWtnn/R3neg5jZWVb6p09LPwxI9G4b9prTq8SSqqRNTacS2fuDWwOxWz77gagV0VaV8n5eJygGn
 6dfhme+Q==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1x10kn-0071Tm-2z
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:04:45 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-chownr: FTBFS with node-babel 8
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1x10kn-0071Tm-2z@paradis.debian.org&gt;
Date: Mon, 31 Aug 2026 12:04:45 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-chownr
Version: 3.0.0-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

A wiki page discussing possible solutions is available here:

https://wiki.debian.org/Javascript/KnownPatches?pow_referer=#node-babel7_8

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot 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 add an affects on src:node-chownr, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
   debian/rules override_dh_auto_build
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
tshy
src/index.ts(1,33): error TS2591: Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
src/index.ts(2,18): error TS2591: Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
src/index.ts(8,16): error TS2503: Cannot find namespace 'NodeJS'.
src/index.ts(18,30): error TS7006: Parameter 'er' implicitly has an 'any' type.
src/index.ts(20,21): error TS2503: Cannot find namespace 'NodeJS'.
src/index.ts(49,43): error TS7006: Parameter 'er' implicitly has an 'any' type.
src/index.ts(49,47): error TS7006: Parameter 'children' implicitly has an 'any' type.
src/index.ts(60,26): error TS2503: Cannot find namespace 'NodeJS'.
src/index.ts(65,43): error TS2503: Cannot find namespace 'NodeJS'.
src/index.ts(92,21): error TS2503: Cannot find namespace 'NodeJS'.
writing tsconfig files...
using existing tsconfig.json
building /&lt;&lt;PKGBUILDDIR&gt;&gt;
tshy config {
  exports: { './package.json': './package.json', '.': './src/index.ts' }
}
exports {
  './package.json': './package.json',
  '.': {
    import: { types: './dist/esm/index.d.ts', default: './dist/esm/index.js' },
    require: {
      types: './dist/commonjs/index.d.ts',
      default: './dist/commonjs/index.js'
    }
  }
}
set dialect { where: 'src', mode: 'esm' }
building esm
build failed
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]