Your message dated Tue, 10 Mar 2026 08:35:58 +0000
with message-id <[email protected]>
and subject line Bug#1123417: fixed in node-rjsf 5.15.1+~5.0.1-1
has caused the Debian Bug report #1123417,
regarding node-rjsf: FTBFS: Plugin typescript: @rollup/plugin-typescript:
Rollup 'sourcemap' option must be set to generate source maps.
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.)
--
1123417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123417
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-rjsf
Version: 5.12.1+~5.0.1-3
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/202512/
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-rjsf, 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
./lerna.json found
workspaces field found in package.json
Found debian/nodejs/additional_components
rm -rf packages/core/node_modules/.cache packages/core/.nyc_output
rm -rf jsonpointer/node_modules/.cache jsonpointer/.nyc_output
rm -rf packages/utils/node_modules/.cache packages/utils/.nyc_output
rm -rf packages/validator-ajv6/node_modules/.cache
packages/validator-ajv6/.nyc_output
rm -rf packages/validator-ajv8/node_modules/.cache
packages/validator-ajv8/.nyc_output
Found debian/nodejs/additional_components
rm packages/core/node_modules/.cache
rm jsonpointer/node_modules/.cache
rm packages/utils/node_modules/.cache
rm packages/validator-ajv6/node_modules/.cache
rm packages/validator-ajv8/node_modules/.cache
rm packages/core/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/ajv
unlink ./node_modules/ajv-formats
unlink ./node_modules/json-schema
unlink ./node_modules/json-schema-merge-allof
unlink ./node_modules/lodash
unlink ./node_modules/markdown-to-jsx
unlink ./node_modules/nanoid
unlink ./node_modules/react
unlink ./node_modules/react-is
unlink ./node_modules/tslib
unlink ./node_modules/@types/json-schema
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/json-schema-merge-allof
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/lodash
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/react
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/react-is
Trying to remove ./node_modules/@types
Found debian/nodejs/additional_components
unlink node_modules/jsonpointer
unlink node_modules/@rjsf/utils
unlink node_modules/@rjsf/validator-ajv6
unlink node_modules/@rjsf/validator-ajv8
dh_clean
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/ajv -> /usr/share/nodejs/ajv
Link ./node_modules/ajv-formats -> /usr/share/nodejs/ajv-formats
Link ./node_modules/json-schema -> /usr/share/nodejs/json-schema
Link ./node_modules/json-schema-merge-allof ->
/usr/share/nodejs/json-schema-merge-allof
Link ./node_modules/lodash -> /usr/share/nodejs/lodash
Link ./node_modules/markdown-to-jsx -> /usr/share/nodejs/markdown-to-jsx
Link ./node_modules/nanoid -> /usr/share/nodejs/nanoid
Link ./node_modules/react -> /usr/share/nodejs/react
Link ./node_modules/react-is -> /usr/share/nodejs/react-is
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/@types/json-schema -> /usr/share/nodejs/@types/json-schema
Link ./node_modules/@types/json-schema-merge-allof ->
/usr/share/nodejs/@types/json-schema-merge-allof
Link ./node_modules/@types/lodash -> /usr/share/nodejs/@types/lodash
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/react -> /usr/share/nodejs/@types/react
Link ./node_modules/@types/react-is -> /usr/share/nodejs/@types/react-is
Found debian/nodejs/additional_components
Link node_modules/jsonpointer -> ../jsonpointer
Link node_modules/@rjsf/utils -> ../../packages/utils
Link node_modules/@rjsf/validator-ajv6 -> ../../packages/validator-ajv6
Link node_modules/@rjsf/validator-ajv8 -> ../../packages/validator-ajv8
Link node_modules/@types/ajv -> ../../debian/build_modules/@types/ajv
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; for p in `cat debian/nodejs/build_order`; do \
echo "Compiling $p"; \
(cd $p && \
rollup -p @rollup/plugin-typescript -p @rollup/plugin-node-resolve -p
@rollup/plugin-commonjs -p @rollup/plugin-json -o `pkgjs-pjson . module` -f es
src/index.ts; \
rollup -p @rollup/plugin-typescript -p @rollup/plugin-node-resolve -p
@rollup/plugin-commonjs -p @rollup/plugin-json -o `pkgjs-pjson . main` -f cjs
src/index.ts; \
); \
done
Compiling packages/utils
[36m
[1msrc/index.ts[22m â [1mlib/index.js[22m...[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup 'sourcemap'
option must be set to generate source maps.[39m[22m
[32mcreated [1mlib/index.js[22m in [1m4.9s[22m[39m
[36m
[1msrc/index.ts[22m â [1mdist/index.js[22m...[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup 'sourcemap'
option must be set to generate source maps.[39m[22m
[1m[31m[!] [1m(plugin typescript) RollupError: @rollup/plugin-typescript:
Path of Typescript compiler option 'outDir' must be located inside the same
directory as the Rollup 'file' option.[22m[1m[39m[22m
[2m at error (/usr/share/nodejs/rollup/dist/shared/rollup.js:321:30)
at Object.error (/usr/share/nodejs/rollup/dist/shared/rollup.js:1689:20)
at validatePaths
(/usr/share/nodejs/@rollup/plugin-typescript/dist/cjs/index.js:439:29)
at Object.renderStart
(/usr/share/nodejs/@rollup/plugin-typescript/dist/cjs/index.js:976:13)
at /usr/share/nodejs/rollup/dist/shared/rollup.js:1882:40
at async Promise.all (index 0)
at async PluginDriver.hookParallel
(/usr/share/nodejs/rollup/dist/shared/rollup.js:1810:9)
at async Bundle.generate
(/usr/share/nodejs/rollup/dist/shared/rollup.js:19309:13)
at async /usr/share/nodejs/rollup/dist/shared/rollup.js:26864:27
at async catchUnfinishedHookActions
(/usr/share/nodejs/rollup/dist/shared/rollup.js:26033:16)[22m
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: node-rjsf
Source-Version: 5.15.1+~5.0.1-1
Done: Yadd <[email protected]>
We believe that the bug you reported is fixed in the latest version of
node-rjsf, 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.
Yadd <[email protected]> (supplier of updated node-rjsf 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: Tue, 10 Mar 2026 08:48:14 +0100
Source: node-rjsf
Architecture: source
Version: 5.15.1+~5.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Yadd <[email protected]>
Closes: 1123417
Changes:
node-rjsf (5.15.1+~5.0.1-1) unstable; urgency=medium
.
* New upstream version 5.15.1+~5.0.1
* Refresh patch
* Declare compliance with policy 4.7.3
* Drop "Rules-Requires-Root: no"
* debian/watch version 5
* Add patch for typescript 5 (Closes: #1123417)
Checksums-Sha1:
f47a1ec35235c4cd590f4306a58dff445317f9be 2713 node-rjsf_5.15.1+~5.0.1-1.dsc
af6b38b7107e4cc4ab20457ec4e394a119d68af1 57114
node-rjsf_5.15.1+~5.0.1.orig-jsonpointer.tar.gz
fc04533c8d3c14ce729ef0400f9a4bd26db2cf51 5519099
node-rjsf_5.15.1+~5.0.1.orig.tar.gz
32403302c6cc2b9bdf71d5ce9949c2ceb41dcfe8 7756
node-rjsf_5.15.1+~5.0.1-1.debian.tar.xz
Checksums-Sha256:
1d4e03146991e8b1b4818266d82235b32b824b1dd37382630d19177442dc2810 2713
node-rjsf_5.15.1+~5.0.1-1.dsc
776947f4e78800e797abd219822c8d058346f64284d55b7ceaa8b6db865832b3 57114
node-rjsf_5.15.1+~5.0.1.orig-jsonpointer.tar.gz
5265b3eb88a4ae2aff1e793ddd4ce11881f15b7901b8663a3f9358dd8bdb98dd 5519099
node-rjsf_5.15.1+~5.0.1.orig.tar.gz
1e99931ceac6bc6fa5a7fd0c19951d3117abb6cd2827ae70eb661e2fdc148d71 7756
node-rjsf_5.15.1+~5.0.1-1.debian.tar.xz
Files:
7b8d60d8e3f289c9be40ca881726ae33 2713 javascript optional
node-rjsf_5.15.1+~5.0.1-1.dsc
0f0421e98ba308ff0ac36395a1c833ea 57114 javascript optional
node-rjsf_5.15.1+~5.0.1.orig-jsonpointer.tar.gz
5fdadf7a2851f487dd77202f0bd8e1e2 5519099 javascript optional
node-rjsf_5.15.1+~5.0.1.orig.tar.gz
9ebe478b71f56b7808bf1a3f80c14f59 7756 javascript optional
node-rjsf_5.15.1+~5.0.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmmvzR8ACgkQ9tdMp8mZ
7ukJMw/+PUGAWhf8MblKErWhwnkNaZRgb4Ci4Mu6wsxEf3jxE8CZAgh+1Cjlo6ax
Uqk4NoSje2rZY18d1iId47yyx1MsWehDJmXvxvYT5d02nfe7aaTlm75yWrmLbEdz
y4DmXYnLlMIxGs7cY/fSL/JepMhRqHEr6owIif6i3nBt/ExrTrbidEIujE7qhllh
b4vOwInYbrELEDsVRLlnEe6xlBDrtllQiGr7sCE+KZErSWiPiF7HHyvO5B47jnz3
Y8qKmILzBuspsJer3lq2kR3b9822aayTxd8llczEbWdenCOZal/Udzgg44EPPIpR
FJvI/ntaHdc/7LavGPGN2qGhhBCv7s/K7am7j4gwaiZHhesvezvm8svFfRDAWC59
F8j5gBHwEnJ7o0preil4y9HZfx7bwLW59Mpd13HVixHYeSSpoPnC2HNe/gsFtX8s
SWeEJGo1axQJKChHUBYGADWVtIk3bYmMxkm7moq4KgdiwF7F/rxj+2qpkK6IR8gT
SG5Voyff3onspooVCiXfMxa6g2G67K6tbec1g9nxiSTyYNms9nFynhJ9RTLRguKV
mnDKWjQ8MKFq2n6IHIOQxG+1oQa88It+wToGSo52KMdRw12kd4ZsMVxHbK3l65Mv
HzgU3F9jcLKeu6rFMgvN8RnGPyLyG0kHI/SYor5vB4jCXGnodXI=
=t4vg
-----END PGP SIGNATURE-----
pgpXx0RF1dX0M.pgp
Description: PGP signature
--- End Message ---