[From nobody Mon Aug 17 11:21:09 2026
Received: (at submit) by bugs.debian.org; 16 Aug 2026 23:03:01 +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.5 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, 9; hammy, 150; neutral, 79; 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]:37712)
 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 1wvjsb-00B4Al-2Z
 for submit@bugs.debian.org; Sun, 16 Aug 2026 23:03:01 +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 1wvjsb-00Aaul-2J
 for submit@bugs.debian.org; Sun, 16 Aug 2026 23:03:01 +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=T2IFsc9HaiZJ4BuZQlcCgPPfpe/d1+UbUx4pp4P0MXo=; b=X3cTMgN+txPCOe0fJjPzW2TL/x
 rcD1gQkeLzFCERBFh6XKrf+GrM+2k5E3eU64O3rir2sXnfHLU5py4JTIo+/NxoWEwMEdZ+nM3omsC
 ES20+Kg5k+6PU2L7bXYbC/Q1Bd1J5B6wmsdGJ8e408wfUe1cvMKM5ROsNtU0Vcx6h1v4EwqxsNP52
 nySKrABiNWo4v67e1OEdaRgSlUdStb3Qb+iZWs1xRfbh3k0E8Z5TwPeUnLrHSJhTQvoe9UuxNoS2k
 JKv25tFz4+DgCAS42MIhjXht9nGCzHVQ2+6ZSbf7l8mnPvPC/Uw/g9Fn7RUqDmhFJnhWF/cC1j7i/
 65G5/YCA==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wvjsb-009q6X-1x
 for submit@bugs.debian.org; Sun, 16 Aug 2026 23:03:01 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-sinclair-typebox: FTBFS with node-typescript 6
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wvjsb-009q6X-1x@paradis.debian.org&gt;
Date: Sun, 16 Aug 2026 23:03:01 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-sinclair-typebox
Version: 0.24.44-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/

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-sinclair-typebox, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
	rm -rf ./node_modules/.cache ./.nyc_output
rm ./node_modules/.cache
rm ./node_modules/.cache
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
   debian/rules override_dh_auto_build
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
tsc -p ./src/tsconfig.json --outDir .
error TS5101: Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '&quot;ignoreDeprecations&quot;: &quot;6.0&quot;' to silence this error.
  Visit https://aka.ms/ts6 for migration information.
error TS5107: Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '&quot;ignoreDeprecations&quot;: &quot;6.0&quot;' to silence this error.
  Visit https://aka.ms/ts6 for migration information.
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 2
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
--------------------------------------------------------------------------------
]