Your message dated Mon, 31 Aug 2026 16:06:22 +0000
with message-id <[email protected]>
and subject line Bug#1146325: fixed in node-rollup-plugin-sourcemaps 0.6.3-9
has caused the Debian Bug report #1146325,
regarding node-rollup-plugin-sourcemaps: FTBFS with node-babel 8
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.)
--
1146325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1146325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-rollup-plugin-sourcemaps
Version: 0.6.3-8
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-rollup-plugin-sourcemaps, 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 '/<<PKGBUILDDIR>>'
rollup -c
[36m
[1msrc/index.ts[22m â [1mdist, dist[22m...[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2591: Cannot find
name '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.[39m[22m
[1msrc/__tests__/index.ts: (2:16)[22m
[90m
[7m2[0m import fs from 'fs';
[7m [0m [91m ~~~~[0m
[39m
[1msrc/index.ts: (1:16)[22m
[90m
[7m1[0m import fs from 'fs';
[7m [0m [91m ~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2591: Cannot find
name '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.[39m[22m
[1msrc/__tests__/index.ts: (3:18)[22m
[90m
[7m3[0m import path from 'path';
[7m [0m [91m ~~~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2591: Cannot find
name 'util'. 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.[39m[22m
[1msrc/__tests__/index.ts: (4:18)[22m
[90m
[7m4[0m import util from 'util';
[7m [0m [91m ~~~~~~[0m
[39m
[1msrc/index.ts: (2:27)[22m
[90m
[7m2[0m import { promisify } from 'util';
[7m [0m [91m ~~~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2304: Cannot find
name '__dirname'.[39m[22m
[1msrc/__tests__/index.ts: (11:29)[22m
[90m
[7m11[0m const inputPath = path.join(__dirname, '../index.ts');
[7m [0m [91m ~~~~~~~~~[0m
[39m
[1msrc/__tests__/index.ts: (63:27)[22m
[90m
[7m63[0m return path.resolve(__dirname, '..', '..', relativePath);
[7m [0m [91m ~~~~~~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2591: Cannot find
name 'process'. 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.[39m[22m
[1msrc/__tests__/index.ts: (173:33)[22m
[90m
[7m173[0m exclude: [path.relative(process.cwd(), outputPath)],
[7m [0m [91m ~~~~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2591: Cannot find
name 'Buffer'. 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.[39m[22m
[1msrc/index.ts: (16:65)[22m
[90m
[7m16[0m readFile?(path: string, callback: (error: Error | null, data:
Buffer | string) => void): void;
[7m [0m [91m
~~~~~~[0m
[39m
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter
'item' implicitly has an 'any' type.[39m[22m
[1msrc/index.ts: (62:36)[22m
[90m
[7m62[0m if (sourcesContent.every(item => typeof item ===
'string')) {
[7m [0m [91m ~~~~[0m
[39m
[32mcreated [1mdist, dist[22m in [1m813ms[22m[39m
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test --buildsystem=nodejs
ln -s ../. node_modules/rollup-plugin-sourcemaps
/bin/sh -ex debian/tests/pkg-js/test
+ jest --ci
ts-jest[versions] (WARN) Version 6.0.3 of typescript installed has not been
tested with ts-jest. If you're experiencing issues, consider using a supported
version (>=4.3.0 <6.0.0-0). Please do not report issues in ts-jest if you are
using unsupported versions.
FAIL src/__tests__/index.ts
â Test suite failed to run
[96msrc/__tests__/index.ts[0m:[93m2[0m:[93m16[0m -
[91merror[0m[90m TS2591: [0mCannot find name '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.
[7m2[0m import fs from 'fs';
[7m [0m [91m ~~~~[0m
[96msrc/__tests__/index.ts[0m:[93m3[0m:[93m18[0m -
[91merror[0m[90m TS2591: [0mCannot find name '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.
[7m3[0m import path from 'path';
[7m [0m [91m ~~~~~~[0m
[96msrc/__tests__/index.ts[0m:[93m4[0m:[93m18[0m -
[91merror[0m[90m TS2591: [0mCannot find name 'util'. 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.
[7m4[0m import util from 'util';
[7m [0m [91m ~~~~~~[0m
[96msrc/__tests__/index.ts[0m:[93m11[0m:[93m29[0m -
[91merror[0m[90m TS2304: [0mCannot find name '__dirname'.
[7m11[0m const inputPath = path.join(__dirname, '../index.ts');
[7m [0m [91m ~~~~~~~~~[0m
[96msrc/__tests__/index.ts[0m:[93m63[0m:[93m27[0m -
[91merror[0m[90m TS2304: [0mCannot find name '__dirname'.
[7m63[0m return path.resolve(__dirname, '..', '..', relativePath);
[7m [0m [91m ~~~~~~~~~[0m
[96msrc/__tests__/index.ts[0m:[93m173[0m:[93m33[0m -
[91merror[0m[90m TS2591: [0mCannot find name 'process'. 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.
[7m173[0m exclude: [path.relative(process.cwd(), outputPath)],
[7m [0m [91m ~~~~~~~[0m
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 1.194 s
Ran all test suites.
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: node-rollup-plugin-sourcemaps
Source-Version: 0.6.3-9
Done: Xavier Guimard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
node-rollup-plugin-sourcemaps, 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.
Xavier Guimard <[email protected]> (supplier of updated
node-rollup-plugin-sourcemaps 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: Mon, 31 Aug 2026 15:42:37 +0200
Source: node-rollup-plugin-sourcemaps
Built-For-Profiles: nocheck
Architecture: source
Version: 0.6.3-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1146325
Changes:
node-rollup-plugin-sourcemaps (0.6.3-9) unstable; urgency=medium
.
* Team upload
.
[ Roland Mas ]
* Move the build to debian/nodejs/build
.
[ Xavier Guimard ]
* Fix build with typescript 6 (Closes: #1146325)
* Restore @jest/globals link, mark test-only extlinks
* Declare compliance with policy 4.7.4
* Drop "Rules-Requires-Root: no"
* Drop "Priority: optional"
* debian/watch version 5
Checksums-Sha1:
c7da2d2400c8dae95d552e9d0a6acf7f74d85323 2745
node-rollup-plugin-sourcemaps_0.6.3-9.dsc
b0f1ca555204e02b109b6e507a02b21ff8b20a3c 3792
node-rollup-plugin-sourcemaps_0.6.3-9.debian.tar.xz
Checksums-Sha256:
8cf39eabc0cf3a1b084633849c43df98bc3f5852536b9aa9cf65f3a83dbc8615 2745
node-rollup-plugin-sourcemaps_0.6.3-9.dsc
c9d71d994cf5a189ce355d19451b19e9c07700e4e0b77739cb00a5c3eab5220c 3792
node-rollup-plugin-sourcemaps_0.6.3-9.debian.tar.xz
Files:
b227edfa14b666c607930c2c4d0373ce 2745 javascript optional
node-rollup-plugin-sourcemaps_0.6.3-9.dsc
a3ef90f65d81e3d69574db233c6b48ff 3792 javascript optional
node-rollup-plugin-sourcemaps_0.6.3-9.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmqVow8ACgkQ9tdMp8mZ
7umx3RAAlKI3Y5Lw/DL0ULS0gBc/DJVVWKGRfrthETdGnbnaWOvTc+MM9WMOtI2O
OHonHKesxHQQP5c66fPoFNdQENVH0RVMnQGd3LgyMD223AXC309N3xFBB5oGrWsV
JXNcu6hgzZdlIKcy8XkD2qyAHCd4dtubraeyhwog6R9Nen4UlEcxodCK3YcZjgt/
dvW5uVYfuzpHQLipyUz3ZTwjURntj0DMDHOSGhaQ88ORV18kFzCUrL9beFE0HuM/
WplkdU6AGMmQSAnvVGgnlR45bNC/vcC5gyjLN7FRMTpCTsQVeEesIt7zHQ3nHOj+
2iTRPJQ5loNIi/sUQen9xJPi+fOJiL4pFju57NYqvQ6mq3oYoHbP0VkRtsCVezJU
BOJvnCV9ItWHvjPvMrh0QXGymRLlhC7l4vMtyv/jb0tPryMHnAGmUR9sPpgeGaXa
aLRjq45ZjFt9Ysr0lk3IcPZBp+MFMD4SxdPg99mq7G+ChafUAm1gdkJci6fXeWn8
1OqZVf6pCKO19lEfOTAKmO/915jn/zQBLxJNSfXSWLj8d71UK1KwooMEn9ZxG91Q
0mxKj3HBYEHJmHmTYb/H0B/EtfkWt3LQk9Xq2vtSo6mRkw0GAbBU851/XSwBLtCl
C1KJd8Cvz0Ou44+B0wugmHsV6WG1tLCfYi6uzGlEZ6F9vu9Vrtk=
=DfQC
-----END PGP SIGNATURE-----
pgpt3a_N_IjUT.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