Your message dated Fri, 05 Jun 2026 23:07:13 +0000
with message-id <[email protected]>
and subject line Bug#1081223: fixed in node-microsoft-fast
0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1
has caused the Debian Bug report #1081223,
regarding node-microsoft-fast: FTBFS: error TS2307: Cannot find module
'@microsoft/fast-element' or its corresponding type declarations.
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 [email protected]
immediately.)
--
1081223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081223
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-microsoft-fast
Version: 0~20240320+ds1-1
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
./lerna.json found
workspaces field found in package.json
Found debian/nodejs/additional_components
Link ./node_modules/parse5 -> /usr/share/nodejs/parse5
Link ./node_modules/@playwright/test -> /usr/share/nodejs/@playwright/test
Link ./node_modules/@rollup/plugin-babel ->
/usr/share/nodejs/@rollup/plugin-babel
Link ./node_modules/@rollup/plugin-commonjs ->
/usr/share/nodejs/@rollup/plugin-commonjs
Link ./node_modules/@rollup/plugin-node-resolve ->
/usr/share/nodejs/@rollup/plugin-node-resolve
Link ./node_modules/rollup-plugin-terser ->
/usr/share/nodejs/rollup-plugin-terser
Link ./node_modules/@rollup/plugin-typescript ->
/usr/share/nodejs/@rollup/plugin-typescript
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/@types/chai -> /usr/share/nodejs/@types/chai
Link ./node_modules/@types/mocha -> /usr/share/nodejs/@types/mocha
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/qs -> /usr/share/nodejs/@types/qs
Link ./node_modules/@types/react -> /usr/share/nodejs/@types/react
Link ./node_modules/@types/react-dom -> /usr/share/nodejs/@types/react-dom
Link ./node_modules/@types/webpack-env -> /usr/share/nodejs/@types/webpack-env
Found debian/nodejs/additional_components
Link node_modules/exenv-es6 -> ../exenv-es6
Link node_modules/@microsoft/fast-colors -> ../../packages/utilities/fast-colors
Link node_modules/@microsoft/fast-react-wrapper ->
../../packages/utilities/fast-react-wrapper
Link node_modules/@microsoft/fast-web-utilities ->
../../packages/utilities/fast-web-utilities
Link node_modules/@microsoft/fast-element ->
../../packages/web-components/fast-element
Link node_modules/@microsoft/fast-foundation ->
../../packages/web-components/fast-foundation
Link node_modules/@microsoft/fast-router ->
../../packages/web-components/fast-router
Link node_modules/tabbable -> ../tabbable
Link node_modules/@floating-ui/core ->
../../debian/build_modules/@floating-ui/core
Link node_modules/@floating-ui/dom ->
../../debian/build_modules/@floating-ui/dom
Link node_modules/@storybook/csf -> ../../debian/build_modules/@storybook/csf
Link node_modules/@types/chai-spies ->
../../debian/build_modules/@types/chai-spies
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ALIASES="api-extractor,/usr/bin/true babel,/usr/bin/babeljs" pkgjs-lerna run
build
# exenv-es6
Target build is not defined in package.json
# packages/utilities/fast-colors
@microsoft/[email protected] build
tsc -p ./tsconfig.build.json && pkgjs doc
# packages/web-components/fast-element
@microsoft/[email protected] build
pkgjs build:tsc && pkgjs build:rollup && pkgjs doc
# tabbable
[email protected] build
pkgjs run clean && pkgjs run compile
[email protected] clean
rm -rf ./dist
[email protected] compile
pkgjs run compile:esm && pkgjs run compile:cjs && pkgjs run compile:umd
[email protected] compile:esm
BUILD_ENV=esm BABEL_ENV=esm rollup -c --bundleConfigAsCjs
esm
[36m
[1m./src/index.js[22m → [1mdist/index.esm.js[22m...[39m
[32mcreated [1mdist/index.esm.js[22m in [1m672ms[22m[39m
[36m
[1m./src/index.js[22m → [1mdist/index.esm.min.js[22m...[39m
[32mcreated [1mdist/index.esm.min.js[22m in [1m568ms[22m[39m
[email protected] compile:cjs
BUILD_ENV=cjs BABEL_ENV=es5 rollup -c --bundleConfigAsCjs
cjs
[36m
[1m./src/index.js[22m → [1mdist/index.js[22m...[39m
[32mcreated [1mdist/index.js[22m in [1m651ms[22m[39m
[36m
[1m./src/index.js[22m → [1mdist/index.min.js[22m...[39m
[32mcreated [1mdist/index.min.js[22m in [1m588ms[22m[39m
[email protected] compile:umd
BUILD_ENV=umd BABEL_ENV=es5 rollup -c --bundleConfigAsCjs
umd
[36m
[1m./src/index.js[22m → [1mdist/index.umd.js[22m...[39m
[32mcreated [1mdist/index.umd.js[22m in [1m688ms[22m[39m
[36m
[1m./src/index.js[22m → [1mdist/index.umd.min.js[22m...[39m
[32mcreated [1mdist/index.umd.min.js[22m in [1m574ms[22m[39m
# packages/utilities/fast-react-wrapper
@microsoft/[email protected] build
tsc -p ./tsconfig.json && pkgjs doc
src/index.spec.tsx(1,107): error TS2307: Cannot find module
'@microsoft/fast-element' or its corresponding type declarations.
src/index.spec.tsx(4,35): error TS2307: Cannot find module
'@microsoft/fast-element/testing.js' or its corresponding type declarations.
src/index.spec.tsx(115,35): error TS2339: Property 'compose' does not exist on
type 'typeof DefinitionTestElement'.
src/index.spec.tsx(420,10): error TS2604: JSX element type 'WarningComponent'
does not have any construct or call signatures.
src/index.ts(6,8): error TS2307: Cannot find module '@microsoft/fast-element'
or its corresponding type declarations.
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: 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/202409/
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-microsoft-fast
Source-Version: 0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1
Done: Bastien Roucariès <[email protected]>
We believe that the bug you reported is fixed in the latest version of
node-microsoft-fast, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastien Roucariès <[email protected]> (supplier of updated node-microsoft-fast
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 06 Jun 2026 00:43:45 +0200
Source: node-microsoft-fast
Architecture: source
Version: 0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Pan Maintainers
<[email protected]>
Changed-By: Bastien Roucariès <[email protected]>
Closes: 1081223
Changes:
node-microsoft-fast (0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1)
unstable; urgency=medium
.
* New upstream version
* Bug fix: "FTBFS: error TS2307: Cannot find module
@microsoft/fast-element or its corresponding type
declarations.", thanks to Santiago Vila (Closes: #1081223).
Checksums-Sha1:
d107671af2994bbe4effac1d6181a1ca5485847f 7652
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.dsc
52c882c7632f42edb927117e23162af5bb85bb7e 42756
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-exenv-es6.tar.xz
77a42921ec2a8fcc4e201254d6167d1ff9d94ab2 375792
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-colors.tar.xz
076d68ecba581ca0e747f92a1cc427cec5797b38 85352
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-element.tar.xz
6d7ca05c61e54519b71167ab52d6ef439fa0aa15 1675736
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-foundation.tar.xz
ce54ad258ce008e7f433814501e5758f27e97c60 23832
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-react-wrapper.tar.xz
71012a24103c0b1f3c1b367c13892e0162a04bb8 36952
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-router.tar.xz
9ddd3bd6cdcf522caa8e1f1e6ab69a9da35aa0ab 767452
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-web-utilities.tar.xz
ef69265ca9f31c0e94b51de1573401207272f3db 172220
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-tabbable.tar.xz
ce8c7c279602ba4ac8ec4fb00da447eda4e9d96c 1880
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-types-web-ie11.tar.xz
d7e5b033e985dabb161ef20de256e9bf0e937da8 1936
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig.tar.xz
b3c69f3ff6908237344c76152f4ecc3547e9ea94 16556
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.debian.tar.xz
e126b008a88b18be3f0aea06a8202399dfc8c9b0 21861
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1_source.buildinfo
Checksums-Sha256:
d515e3a889d4117c08f51421078bed3f824efa9d39ecb1ab7ffe0a8226d48d30 7652
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.dsc
8fede14ca83158da1093beda4818c928ad3eab2a2ce625d1528cff96c03ba34b 42756
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-exenv-es6.tar.xz
75640a8ca841ca04c746e624e129cf769f17669daf73d6e224773a9a2c53c666 375792
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-colors.tar.xz
13db6160cc25740b5c8bef706b4b9fb82c05bd09a9c63fe7604806f24d4a1fab 85352
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-element.tar.xz
c3b76e01553437b715ed35b308a88af0aabfe6c797c8696da11dd01f7cb47d1f 1675736
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-foundation.tar.xz
3f7967b426d24227dcafff3e122ee56f54c7b415a12a1179b6b96e62c88c3b7a 23832
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-react-wrapper.tar.xz
59a553b57ed01acc79a9c2cb7beeb5eef064010c66851d067494fbe7b2e1e6d8 36952
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-router.tar.xz
ec066d9ea81f5ba0d1563aac18a22da7b5b2b7c0ac9fc58070d62580b345adee 767452
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-web-utilities.tar.xz
c1967ec65dcf6c8531009bbf8110d3892618a6a939f0963214199258f10c31eb 172220
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-tabbable.tar.xz
35eb4a0361d72e92ba434a9d4554d9c90d5ef6ba480dff6ce56a8d9c51c0838f 1880
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-types-web-ie11.tar.xz
d4b4fc4186604d32a0877e5713d3dca5d9d50e5a403bfb75ab2de3e8de0d4dfd 1936
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig.tar.xz
7182f065c5253ba7bbe94afe2fd532195b4b4a190f37f3422f13ebe5e2dd56f8 16556
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.debian.tar.xz
99a8352b2cf8a01929617bfd13ec55bb6a491d66adb4756039cf4355a82d31b7 21861
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1_source.buildinfo
Files:
1a4cf89d653fab1d4635b056d0945708 7652 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.dsc
6b1fb272d87325e6b315919f6f960ef0 42756 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-exenv-es6.tar.xz
c7aa0ab5e8e3969ba602f020e9bdcd66 375792 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-colors.tar.xz
be44a7b19bb22a036ab7885a56248989 85352 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-element.tar.xz
bd834de3ad0e68b8cd50d38d1e8bcaf8 1675736 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-foundation.tar.xz
cc97a3c1a3a0dd4c1be234b356fbcdc9 23832 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-react-wrapper.tar.xz
6a96047ec3df6d209c6db78cca82e1f2 36952 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-router.tar.xz
100c4d920687c8db17a0550a3f63c5b6 767452 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-microsoft-fast-web-utilities.tar.xz
9f07bbb79414d07a6336ca2548c46a05 172220 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-tabbable.tar.xz
747f6b81cbd3fa7423dbbc42a398cdc3 1880 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig-types-web-ie11.tar.xz
7f3ab73c9f2280e1ce5a01a6bc9fbdb6 1936 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39.orig.tar.xz
2fa2ead69b6c32dc72367fd7861c47c4 16556 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1.debian.tar.xz
9a95c19bacc15359c38341ae55eaaad3 21861 javascript optional
node-microsoft-fast_0~20260528+ds1+~1.1.1~git+~5.3.1~git+~cs14.79.39-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJqI1GACRAAOhotqkEIX0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmcaVf5ejuWutGBkMydnrRnXrMzyQjj9OeuNpqCFZPFT
NRYhBF0Bh7lAokW617D1agA6Gi2qQQhfAADSFBAAsPiSlMiMmrv2a3w4jDoaaXe+
1eYupE6OKomrBmWovWaUKI71YpAuzROy9QGDi6rKyACss98s/R1mo22IVW9k8ybO
UXO/ZR//02w7QxBRbXDanc1e4vkUKQpJXlSMV0eeAT4XU75OJ3QRKrTAi4xjaczh
EqYS7al89vmjKXtyiFzK9NzLtJczymqpzX6DH3kpZ0keKnX+gT4zDBUD+b8WTdkW
IquSR81FzOQoMy1TtfuYNVOm+X++H8PlYb9dn3IfqIWuVJdY8kY/cgYm8pM+ldxV
LD8IlfsSUFZMFq+YTY+KUyc9YIGb5DHrF3+xK7+/2TiE3IEIxUxLvCC9bccCoTyQ
9SSOwfFe397W4Xnsz0LFFzHIIKnXJAlcH3kPt8bT90FBUiEaM6pdvi0J7i6FjftM
LMqfi4F5GDu3d1buPUEBwkYzbGpJDWTu5ysUgOKdF2lmBtwPSvWA6C9suztPoVjv
66mkMqW69XKsLzLJRKXmBoyFwD8Hpx6JlMTifZkF43oUfHR6nSxiwQRWO5W4lxDc
jshuoonpwrZr/23QIMjNnC/dUmTlpSqUOlgM/p4eU7rO+gTCRANYU4dRpOZXX4mL
7zKVO1X4wjIXb2y+xmNLSmTT9aCza4cgPwTBftV6iM7CSC/bQIQKmWy7Ix6hk7Zs
t1Fj+LEfTB2YYqxYqXk=
=8fhm
-----END PGP SIGNATURE-----
pgpCCvL5fXiJB.pgp
Description: PGP signature
--- End Message ---