Your message dated Tue, 28 Oct 2025 00:49:59 +0000
with message-id <[email protected]>
and subject line Bug#1090007: fixed in lumino 2025.4.30-2
has caused the Debian Bug report #1090007,
regarding lumino: FTBFS: dpkg-buildpackage: error: debian/rules binary
subprocess returned exit status 2
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.)
--
1090007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090007
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lumino
Version: 2025.4.30-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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 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 add an affects on src:lumino, 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/polling/node_modules/.cache packages/polling/.nyc_output
rm -rf packages/algorithm/node_modules/.cache
packages/algorithm/.nyc_output
rm -rf packages/application/node_modules/.cache
packages/application/.nyc_output
rm -rf packages/collections/node_modules/.cache
packages/collections/.nyc_output
rm -rf packages/commands/node_modules/.cache
packages/commands/.nyc_output
rm -rf packages/coreutils/node_modules/.cache
packages/coreutils/.nyc_output
rm -rf packages/datagrid/node_modules/.cache
packages/datagrid/.nyc_output
rm -rf packages/default-theme/node_modules/.cache
packages/default-theme/.nyc_output
rm -rf packages/disposable/node_modules/.cache
packages/disposable/.nyc_output
rm -rf packages/domutils/node_modules/.cache
packages/domutils/.nyc_output
rm -rf packages/dragdrop/node_modules/.cache
packages/dragdrop/.nyc_output
rm -rf packages/keyboard/node_modules/.cache
packages/keyboard/.nyc_output
rm -rf packages/messaging/node_modules/.cache
packages/messaging/.nyc_output
rm -rf packages/properties/node_modules/.cache
packages/properties/.nyc_output
rm -rf packages/signaling/node_modules/.cache
packages/signaling/.nyc_output
rm -rf packages/virtualdom/node_modules/.cache
packages/virtualdom/.nyc_output
rm -rf packages/widgets/node_modules/.cache packages/widgets/.nyc_output
Found debian/nodejs/additional_components
rm packages/polling/node_modules/.cache
rm packages/algorithm/node_modules/.cache
rm packages/application/node_modules/.cache
rm packages/collections/node_modules/.cache
rm packages/commands/node_modules/.cache
rm packages/coreutils/node_modules/.cache
rm packages/datagrid/node_modules/.cache
rm packages/default-theme/node_modules/.cache
rm packages/disposable/node_modules/.cache
rm packages/domutils/node_modules/.cache
rm packages/dragdrop/node_modules/.cache
rm packages/keyboard/node_modules/.cache
rm packages/messaging/node_modules/.cache
rm packages/properties/node_modules/.cache
rm packages/signaling/node_modules/.cache
rm packages/virtualdom/node_modules/.cache
rm packages/widgets/node_modules/.cache
rm packages/polling/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/setimmediate
unlink ./node_modules/tslib
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
Found debian/nodejs/additional_components
unlink node_modules/@lumino/algorithm
unlink node_modules/@lumino/application
unlink node_modules/@lumino/collections
unlink node_modules/@lumino/commands
unlink node_modules/@lumino/coreutils
unlink node_modules/@lumino/datagrid
unlink node_modules/@lumino/default-theme
unlink node_modules/@lumino/disposable
unlink node_modules/@lumino/domutils
unlink node_modules/@lumino/dragdrop
unlink node_modules/@lumino/keyboard
unlink node_modules/@lumino/messaging
unlink node_modules/@lumino/properties
unlink node_modules/@lumino/signaling
unlink node_modules/@lumino/virtualdom
unlink node_modules/@lumino/widgets
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/setimmediate -> /usr/share/nodejs/setimmediate
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Found debian/nodejs/additional_components
Link node_modules/@lumino/algorithm -> ../../packages/algorithm
Link node_modules/@lumino/application -> ../../packages/application
Link node_modules/@lumino/collections -> ../../packages/collections
Link node_modules/@lumino/commands -> ../../packages/commands
Link node_modules/@lumino/coreutils -> ../../packages/coreutils
Link node_modules/@lumino/datagrid -> ../../packages/datagrid
Link node_modules/@lumino/default-theme -> ../../packages/default-theme
Link node_modules/@lumino/disposable -> ../../packages/disposable
Link node_modules/@lumino/domutils -> ../../packages/domutils
Link node_modules/@lumino/dragdrop -> ../../packages/dragdrop
Link node_modules/@lumino/keyboard -> ../../packages/keyboard
Link node_modules/@lumino/messaging -> ../../packages/messaging
Link node_modules/@lumino/properties -> ../../packages/properties
Link node_modules/@lumino/signaling -> ../../packages/signaling
Link node_modules/@lumino/virtualdom -> ../../packages/virtualdom
Link node_modules/@lumino/widgets -> ../../packages/widgets
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e && for package in algorithm coreutils keyboard properties \
collections domutils signaling virtualdom \
disposable messaging \
dragdrop commands polling \
widgets \
application datagrid; do \
(cd packages/$package && echo "Compiling $package" \
&& tsc && rollup lib/*.js -f cjs -m -d dist) ; \
done
Compiling algorithm
[36m
[1mlib/array.js, lib/chain.js, lib/empty.js, lib/enumerate.js, lib/filter.js,
lib/find.js, lib/index.js, lib/iter.js, lib/map.js, lib/range.js,
lib/reduce.js, lib/repeat.js, lib/retro.js, lib/sort.js, lib/stride.js,
lib/string.js, lib/take.js, lib/zip.js[22m â [1mdist[22m...[39m
[32mcreated [1mdist[22m in [1m139ms[22m[39m
Compiling coreutils
[36m
[1mlib/index.common.js, lib/index.js, lib/index.node.js, lib/json.js,
lib/mime.js, lib/plugins.js, lib/promise.js, lib/random.browser.js,
lib/random.js, lib/random.node.js, lib/token.js, lib/uuid.browser.js,
lib/uuid.js, lib/uuid.node.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/algorithm[22m (imported by "lib/plugins.js")
[32mcreated [1mdist[22m in [1m125ms[22m[39m
Compiling keyboard
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[32mcreated [1mdist[22m in [1m51ms[22m[39m
Compiling properties
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[32mcreated [1mdist[22m in [1m52ms[22m[39m
Compiling collections
[36m
[1mlib/index.js, lib/linkedlist.js[22m â [1mdist[22m...[39m
[32mcreated [1mdist[22m in [1m67ms[22m[39m
Compiling domutils
[36m
[1mlib/clipboard.js, lib/element.js, lib/index.js, lib/platform.js,
lib/selector.js[22m â [1mdist[22m...[39m
[32mcreated [1mdist[22m in [1m74ms[22m[39m
Compiling signaling
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/algorithm[22m (imported by "lib/index.js")
[1m@lumino/coreutils[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m68ms[22m[39m
Compiling virtualdom
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/algorithm[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m92ms[22m[39m
Compiling disposable
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/signaling[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m50ms[22m[39m
Compiling messaging
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/algorithm[22m (imported by "lib/index.js")
[1m@lumino/collections[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m64ms[22m[39m
Compiling dragdrop
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/disposable[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m91ms[22m[39m
Compiling commands
[36m
[1mlib/index.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/algorithm[22m (imported by "lib/index.js")
[1m@lumino/coreutils[22m (imported by "lib/index.js")
[1m@lumino/disposable[22m (imported by "lib/index.js")
[1m@lumino/domutils[22m (imported by "lib/index.js")
[1m@lumino/keyboard[22m (imported by "lib/index.js")
[1m@lumino/signaling[22m (imported by "lib/index.js")
[32mcreated [1mdist[22m in [1m104ms[22m[39m
Compiling polling
[36m
[1mlib/index.js, lib/poll.js, lib/ratelimiter.js[22m â [1mdist[22m...[39m
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@lumino/coreutils[22m (imported by "lib/poll.js" and "lib/ratelimiter.js")
[1m@lumino/signaling[22m (imported by "lib/poll.js")
[32mcreated [1mdist[22m in [1m80ms[22m[39m
Compiling widgets
src/widget.ts(771,11): error TS2578: Unused '@ts-expect-error' directive.
src/widget.ts(786,11): error TS2578: Unused '@ts-expect-error' directive.
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: lumino
Source-Version: 2025.4.30-2
Done: Bastien Roucariès <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lumino, 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 lumino 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, 28 Oct 2025 00:37:23 +0100
Source: lumino
Architecture: source
Version: 2025.4.30-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Bastien Roucariès <[email protected]>
Closes: 1090007
Changes:
lumino (2025.4.30-2) unstable; urgency=medium
.
* Team upload
* Compile with recent tsc (Closes: #1090007).
Checksums-Sha1:
264e81dabec5c78ec405fdd12143235a21e57663 2122 lumino_2025.4.30-2.dsc
4828e1ad33b83e0bb573fd1d8ee68c343421e06d 444364 lumino_2025.4.30.orig.tar.xz
7fc9ef8713ce21dc07e8c3dede989b843cf80989 4932 lumino_2025.4.30-2.debian.tar.xz
0005485c8146a3c677c079a798d1b65af6a5738b 18331
lumino_2025.4.30-2_source.buildinfo
Checksums-Sha256:
e433051b46b22fb0024b03b3d785d5957b7914196c49bc19c692086796897f14 2122
lumino_2025.4.30-2.dsc
7ee9f1a9453157328da62625cd3781c75ab0684db640ea1b35eb4d98a5830fa5 444364
lumino_2025.4.30.orig.tar.xz
feabeefdbc202a71b2007566c42a352a26d063e94645fe469fd5a5022ab06df9 4932
lumino_2025.4.30-2.debian.tar.xz
312549e6819a68a87e33542feca298181df68b174036270c0879fd7a89d24570 18331
lumino_2025.4.30-2_source.buildinfo
Files:
a06547de19baa11985086ff39318aac2 2122 javascript optional
lumino_2025.4.30-2.dsc
992ed26b690ead701cbfe552b114457f 444364 javascript optional
lumino_2025.4.30.orig.tar.xz
bd05b0d749543cf1cea834199070d00e 4932 javascript optional
lumino_2025.4.30-2.debian.tar.xz
1a801333209a5a86900cadef288bb71b 18331 javascript optional
lumino_2025.4.30-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAmkABCkACgkQADoaLapB
CF9TMA//SnKF4uUDhubFPekou/Ndzwfds3MYejqlvuD0M8eiTVQCfh9PsPGT+56g
cUSx1mAyOgR3NaotySXmQEhOm+cEGvr2Iinzat4bOf7CHrPnVxMh6jA56H1fC1hT
7nkey8OO3KPPEPcJn7n+PLhtrA6WguASeLtlTgP+Z5LFdcoAVNdy8F4c9JGWp3Cu
8/1lG0mSr1BKn0rNUz4IElWuizaLcJ8p7BERGTGZaLfhNByuVXRADJ3wpQs5kAWy
Thsgnf/wqwqn0lf5ruCS8siVAcjvMfn/VwdD8uqNGmlSRYSIGm6fM84FAlIIiYxv
M1sIDxir3rJDhi0fT41GYDqDoeG2AIlqGDzBk9DvizvjPWlkZ91Qst0NAtT9cZ8s
eXeQOof2tOlg+R5R5Ej7nPZrET5Ymuhli+KSP9jtPdLerwK6YqcjTiWjYaXLuLBh
E6Pto4iqjKE9SAidtanJgBmVOupoGyn7sjAAn4k5WkK6E0Amaa0cGrClZz2LJC0l
0xSVhrj17Y0HPu2mJUAz7+s1txIrPACIEVHt1bL9TZRSmBHeZ829pqPLr/5W7SwE
+WUlcg/IoLWG+6+Pd0sgebrGqwsAGwR9ysu2Y8RrzSkdJmxe7M7fS1UphH49xiDo
l+MrQrgEFW1BV7Gdn7fS7QdVoNS6OaX2cz/4wx/CZvyjJUujud0=
=+QXY
-----END PGP SIGNATURE-----
pgpJVIRG8nVgp.pgp
Description: PGP signature
--- End Message ---
--
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel