Package: src:node-popper2
Version: 2.11.2-8
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:node-popper2, 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 ./node_modules/.cache
unlink ./node_modules/typescript
rm ./node_modules/.cache
unlink ./node_modules/typescript
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/typescript -> /usr/share/nodejs/typescript
Link node_modules/@fezvrasta/tsc-silent -> 
../../debian/build_modules/@fezvrasta/tsc-silent
Link node_modules/@khanacademy/flow-to-ts -> 
../../debian/build_modules/@khanacademy/flow-to-ts
Link node_modules/babel-plugin-add-import-extension -> 
../debian/build_modules/babel-plugin-add-import-extension
Link node_modules/babel-plugin-annotate-pure-calls -> 
../debian/build_modules/babel-plugin-annotate-pure-calls
Link node_modules/babel-plugin-dev-expression -> 
../debian/build_modules/babel-plugin-dev-expression
Link node_modules/babel-plugin-inline-replace-variables -> 
../debian/build_modules/babel-plugin-inline-replace-variables
Link node_modules/utility-types -> ../debian/build_modules/utility-types
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
babeljs src -d lib --ignore '**/*.test.js','**/__mocks__'
Successfully compiled 61 files with Babel (829ms).
BROWSER_COMPAT=true babeljs src -d dist/esm --ignore 
'**/*.test.js','**/__mocks__'
Successfully compiled 61 files with Babel (823ms).
rollup -c .config/rollup.config.js

src/popper.js → dist/umd/popper.min.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper.min.js in 1.6s

src/popper-lite.js → dist/umd/popper-lite.min.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper-lite.min.js in 827ms

src/popper-base.js → dist/umd/popper-base.min.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper-base.min.js in 637ms

src/enums.js → dist/umd/enums.min.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/enums.min.js in 167ms

src/popper.js → dist/umd/popper.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper.js in 556ms

src/popper-lite.js → dist/umd/popper-lite.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper-lite.js in 394ms

src/popper-base.js → dist/umd/popper-base.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/popper-base.js in 320ms

src/enums.js → dist/umd/enums.js...
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' 
currently defaults to false. It is recommended to set this option to `true`, as 
the next major version will default this option to `true`.
created dist/umd/enums.js in 12ms

src/popper.js → dist/cjs/popper.js...
created dist/cjs/popper.js in 485ms

src/popper-lite.js → dist/cjs/popper-lite.js...
created dist/cjs/popper-lite.js in 335ms

src/popper-base.js → dist/cjs/popper-base.js...
created dist/cjs/popper-base.js in 262ms

src/enums.js → dist/cjs/enums.js...
created dist/cjs/enums.js in 14ms
debian/build_modules/@khanacademy/flow-to-ts/src/flow-to-ts.js "src/**/*.js" 
--write --inline-utility-types
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
downgrading exact object type
debian/build_modules/@fezvrasta/tsc-silent/bin/tsc-silent --project 
.config/tsconfig.json --createSourceFile .config/createSourceFile.js --suppress 
@
Using TypeScript compiler version 5.0.4 from 
/<<PKGBUILDDIR>>/node_modules/typescript/lib/typescript.js
/<<PKGBUILDDIR>>/debian/build_modules/@fezvrasta/tsc-silent/dist/tsc-silent.js:69
    ts.createSourceFile = require(process.cwd() + "/" + 
argv.createSourceFile)(originalCreateSourceFile);
                        ^

TypeError: Cannot set property createSourceFile of #<Object> which has only a 
getter
    at Object.<anonymous> 
(/<<PKGBUILDDIR>>/debian/build_modules/@fezvrasta/tsc-silent/dist/tsc-silent.js:69:25)
    at Module._compile (node:internal/modules/cjs/loader:1529:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1096:12)
    at Module.require (node:internal/modules/cjs/loader:1298:19)
    at require (node:internal/modules/helpers:182:18)
    at Object.<anonymous> 
(/<<PKGBUILDDIR>>/debian/build_modules/@fezvrasta/tsc-silent/bin/tsc-silent:3:1)
    at Module._compile (node:internal/modules/cjs/loader:1529:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)

Node.js v20.19.4
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to