Your message dated Sat, 29 Aug 2026 10:21:18 +0000
with message-id <[email protected]>
and subject line Bug#1145962: fixed in node-jackspeak 4.2.3-3
has caused the Debian Bug report #1145962,
regarding node-jackspeak: FTBFS: src/index.ts(702,18): error TS2591: Cannot
find name 'process'.
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.)
--
1145962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145962
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-jackspeak
Version: 4.2.3-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
(Note: I believe this one is not babel7-related)
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-jackspeak, 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>>'
tshy
src/index.ts(6,8): error TS2591: Cannot find name 'node: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.
src/index.ts(9,26): error TS2591: Cannot find name 'node: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.
src/index.ts(281,24): error 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.
src/index.ts(582,41): error 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.
src/index.ts(633,15): error TS2339: Property 'captureStackTrace' does not exist
on type 'ErrorConstructor'.
src/index.ts(666,26): error 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.
src/index.ts(702,18): error 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.
src/index.ts(704,10): error 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.
src/index.ts(810,19): error TS2345: Argument of type 'ConfigValue | undefined'
is not assignable to parameter of type 'ConfigValue'.
Type 'undefined' is not assignable to type 'ConfigValue'.
src/index.ts(813,11): error TS2322: Type 'ConfigValue | undefined' is not
assignable to type 'ConfigValue'.
Type 'undefined' is not assignable to type 'ConfigValue'.
src/index.ts(1095,35): error 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.
src/index.ts(1189,35): error 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.
writing tsconfig files...
using existing tsconfig.json
building /<<PKGBUILDDIR>>
tshy config {
main: true,
exports: {
'./package.json': './package.json',
'.': './src/index.js',
'./min': { import: [Object], require: [Object] }
}
}
exports {
'./package.json': './package.json',
'.': {
import: { types: './dist/esm/index.d.ts', default: './dist/esm/index.js' },
require: {
types: './dist/commonjs/index.d.ts',
default: './dist/commonjs/index.js'
}
},
'./min': {
import: {
types: './dist/esm/index.d.ts',
default: './dist/esm/index.min.js'
},
require: {
types: './dist/commonjs/index.d.ts',
default: './dist/commonjs/index.min.js'
}
}
}
set dialect { where: 'src', mode: 'esm' }
building esm
build failed
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: node-jackspeak
Source-Version: 4.2.3-3
Done: Xavier Guimard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
node-jackspeak, 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-jackspeak 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, 29 Aug 2026 11:52:13 +0200
Source: node-jackspeak
Architecture: source
Version: 4.2.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1145962
Changes:
node-jackspeak (4.2.3-3) unstable; urgency=medium
.
* Fix build with typescript 6: declare @types/node in tsconfig
(Closes: #1145962)
Checksums-Sha1:
1dfc97f4a71d637f994de28d81cbfcdad5efcdf4 2096 node-jackspeak_4.2.3-3.dsc
b6b9deab016b60aa1f4fbf3d2280c5165d09608d 2888
node-jackspeak_4.2.3-3.debian.tar.xz
Checksums-Sha256:
24cdd56167d08adcadadc1e6ae10b6998635d715e9637ddc1428c85fa2f452b2 2096
node-jackspeak_4.2.3-3.dsc
4910d326aeea05e370edb4c21dd1ea01666515d9c518491c2e74fe044de849fc 2888
node-jackspeak_4.2.3-3.debian.tar.xz
Files:
e36af3ace387ece9f1378eb6e496e28e 2096 javascript optional
node-jackspeak_4.2.3-3.dsc
520b64c047ac770946a9921ceca07f4a 2888 javascript optional
node-jackspeak_4.2.3-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmqSrcsACgkQ9tdMp8mZ
7umywRAAjWNgtPWCAOQYMcweqBExnhfmEz9fdd4bkD6ooN6FEoDgEBlPviH4rM1y
I7xYLZLbWaT3qprbdB8HvByVhU/IFtzjTsmywzyISiPP5frSYDsGyhDGjHRfi+53
KN1BANRK82GzFh+reQdYsw4jJ1xYaDQz0qQeYioaP5IxRjBLjE2HfA0Jqqzukk1r
Y7eJ2t6bIwAAketOcHO8aIsubpzYLYFyQ7HN0WK0RgjHrwqraAfg2xZVADq+8ilz
yVG0/gmUgZzpA/nOqJvbfF++2g1TqioLAcEShFkMptPx1l8h+gGR/ukt6rvJ2D1Y
dVuWKBNeo9PdmOr1Wi1jdyvuL3nz1ZQpaHoLJcVTdrSj7fJXn4tCXQCXxYQoufhw
jVU6/Go6Z64v9RckDnfk2ea0XrNf0xDH496jwYD6p9I3IbC7smEdA1aVYFTJH7o4
YXdQ3E0p99st4qaGnm22lQLkRjbzsYZWHSsKk7E/+/bBz58zvS0unVO3RrzKAvYl
CrWhN2muC+1SSv9L7Y1ccGewo36eKnsva3jtpNzaRjatOXjrUSFJ/baiURg2C+4A
ZFS+2tuvyKTUCAnG1RyKxjksqCIPnJ2BZcu/ca3AMIjKEBAtp8xGCYcmyWstVA7P
heXF74iizbQhC/3JwpvyWFQLrUB7k1lVmSfXElVi6bdzOstWdLk=
=P4pR
-----END PGP SIGNATURE-----
pgpqmoNXOyVuR.pgp
Description: PGP signature
--- End Message ---