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/202606/
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:ts-node, 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
rm -rf ./node_modules/.cache ./.nyc_output
rm -rf cspotcode-source-map-support/node_modules/.cache cspotcode-source-map-support/.nyc_output
rm -rf tsconfig-node10/node_modules/.cache tsconfig-node10/.nyc_output
rm -rf tsconfig-node12/node_modules/.cache tsconfig-node12/.nyc_output
rm -rf tsconfig-node14/node_modules/.cache tsconfig-node14/.nyc_output
rm -rf tsconfig-node16/node_modules/.cache tsconfig-node16/.nyc_output
rm -rf tsconfig-node18/node_modules/.cache tsconfig-node18/.nyc_output
rm -rf v8-compile-cache-lib/node_modules/.cache v8-compile-cache-lib/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/arg
unlink ./node_modules/axios
unlink ./node_modules/builtin-modules
unlink ./node_modules/create-require
unlink ./node_modules/@jridgewell/trace-mapping
Trying to remove ./node_modules/@jridgewell
unlink ./node_modules/make-error
unlink ./node_modules/typescript
unlink ./node_modules/@types/diff
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/yn
rm cspotcode-source-map-support/node_modules/.cache
rm tsconfig-node10/node_modules/.cache
rm tsconfig-node12/node_modules/.cache
rm tsconfig-node14/node_modules/.cache
rm tsconfig-node16/node_modules/.cache
rm tsconfig-node18/node_modules/.cache
rm v8-compile-cache-lib/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/arg
unlink ./node_modules/axios
unlink ./node_modules/builtin-modules
unlink ./node_modules/create-require
unlink ./node_modules/@jridgewell/trace-mapping
Trying to remove ./node_modules/@jridgewell
unlink ./node_modules/make-error
unlink ./node_modules/typescript
unlink ./node_modules/@types/diff
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/yn
unlink node_modules/@cspotcode/source-map-support
Trying to remove node_modules/@cspotcode
unlink node_modules/@tsconfig/node10
Trying to remove node_modules/@tsconfig
unlink node_modules/@tsconfig/node12
Trying to remove node_modules/@tsconfig
unlink node_modules/@tsconfig/node14
Trying to remove node_modules/@tsconfig
unlink node_modules/@tsconfig/node16
Trying to remove node_modules/@tsconfig
unlink node_modules/@tsconfig/node18
Trying to remove node_modules/@tsconfig
unlink node_modules/v8-compile-cache-lib
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/arg -> /usr/share/nodejs/arg
Link ./node_modules/axios -> /usr/share/nodejs/axios
Link ./node_modules/builtin-modules -> /usr/share/nodejs/builtin-modules
Link ./node_modules/create-require -> /usr/share/nodejs/create-require
Link ./node_modules/@jridgewell/trace-mapping -> /usr/share/nodejs/@jridgewell/trace-mapping
Link ./node_modules/make-error -> /usr/share/nodejs/make-error
Link ./node_modules/typescript -> /usr/share/nodejs/typescript
Not found
### @types/diff is required by debian/nodejs/./extlinks but not available
# Typescript definition detected, Fallback to main module
### You SHOULD update your debian/nodejs/./extlinks file!
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/yn -> /usr/share/nodejs/yn
Link node_modules/@cspotcode/source-map-support -> ../../cspotcode-source-map-support
Link node_modules/@tsconfig/node10 -> ../../tsconfig-node10
Link node_modules/@tsconfig/node12 -> ../../tsconfig-node12
Link node_modules/@tsconfig/node14 -> ../../tsconfig-node14
Link node_modules/@tsconfig/node16 -> ../../tsconfig-node16
Link node_modules/@tsconfig/node18 -> ../../tsconfig-node18
Link node_modules/v8-compile-cache-lib -> ../v8-compile-cache-lib
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/cspotcode-source-map-support/build
cd ./cspotcode-source-map-support && sh -ex ../debian/nodejs/cspotcode-source-map-support/build
+ node build.js
browserify .temp.js
terser .temp.js
No build command found, searching known files
tsc -b ./tsconfig.build-dist.json
src/repl.ts(1,29): error TS2307: Cannot find module 'diff' or its corresponding type declarations.
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------