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/
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-typescript, 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 packages/typescript/node_modules/.cache packages/typescript/.nyc_output
rm -rf legacy/node_modules/.cache legacy/.nyc_output
rm packages/typescript/node_modules/.cache
rm legacy/node_modules/.cache
unlink legacy/node_modules/tslib
rm packages/typescript/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/resolve
unlink ./node_modules/rollup
unlink ./node_modules/@rollup/pluginutils
Trying to remove ./node_modules/@rollup
unlink ./node_modules/tape
unlink ./node_modules/tslib
unlink ./node_modules/typescript
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/resolve
Trying to remove ./node_modules/@types
unlink node_modules/rollup-plugin-typescript
dh_clean
debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f packages/typescript/test/fixtures/incremental-single/tsconfig.tsbuildinfo
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/resolve -> /usr/share/nodejs/resolve
Link ./node_modules/rollup -> /usr/share/nodejs/rollup
Link ./node_modules/@rollup/pluginutils -> /usr/share/nodejs/@rollup/pluginutils
Link ./node_modules/tape -> /usr/share/nodejs/tape
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/typescript -> /usr/share/nodejs/typescript
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/resolve -> /usr/share/nodejs/@types/resolve
Link legacy/node_modules/tslib -> /usr/share/nodejs/tslib
Link node_modules/rollup-plugin-typescript -> ../legacy
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/legacy/build
cd ./legacy && sh -ex ../debian/nodejs/legacy/build
+ rollup -c
[36m
[1msrc/index.js[22m → [1mdist/rollup-plugin-typescript.cjs.js, dist/rollup-plugin-typescript.es.js[22m...[39m
[32mcreated [1mdist/rollup-plugin-typescript.cjs.js, dist/rollup-plugin-typescript.es.js[22m in [1m61ms[22m[39m
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Step 1: build a temporary @rollup/plugin-typescript
# 1.1 : ES
cd packages/typescript && \
mkdir dist && \
NODE_PATH=node_modules tsc --module esnext --moduleResolution node --esModuleInterop --target es2015 src/index.ts
error TS5112: tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.
make[1]: *** [debian/rules:10: execute_after_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------