[Pkg-javascript-devel] Bug#1135434: node-qs: FTBFS: Error: module possible-typed-array-names in /<<PKGBUILDDIR>>/node_modules/available-typed-arrays not found
Santiago Vila
sanvila at debian.org
Sat May 2 00:13:38 BST 2026
Package: src:node-qs
Version: 6.15.0+ds+~6.15.0-2
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/202605/
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-qs, 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 types-qs/node_modules/.cache types-qs/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/available-typed-arrays
unlink ./node_modules/call-bind
unlink ./node_modules/define-data-property
unlink ./node_modules/es-define-property
unlink ./node_modules/es-abstract
unlink ./node_modules/es-errors
unlink ./node_modules/for-each
unlink ./node_modules/function-bind
unlink ./node_modules/get-intrinsic
unlink ./node_modules/gopd
unlink ./node_modules/has
unlink ./node_modules/has-property-descriptors
unlink ./node_modules/has-proto
unlink ./node_modules/has-symbols
unlink ./node_modules/has-tostringtag
unlink ./node_modules/hasown
unlink ./node_modules/inherits
unlink ./node_modules/is-arguments
unlink ./node_modules/is-callable
unlink ./node_modules/is-generator-function
unlink ./node_modules/is-typed-array
unlink ./node_modules/object-inspect
unlink ./node_modules/set-function-length
unlink ./node_modules/side-channel
unlink ./node_modules/util
unlink ./node_modules/which-typed-array
rm types-qs/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/available-typed-arrays
unlink ./node_modules/call-bind
unlink ./node_modules/define-data-property
unlink ./node_modules/es-define-property
unlink ./node_modules/es-abstract
unlink ./node_modules/es-errors
unlink ./node_modules/for-each
unlink ./node_modules/function-bind
unlink ./node_modules/get-intrinsic
unlink ./node_modules/gopd
unlink ./node_modules/has
unlink ./node_modules/has-property-descriptors
unlink ./node_modules/has-proto
unlink ./node_modules/has-symbols
unlink ./node_modules/has-tostringtag
unlink ./node_modules/hasown
unlink ./node_modules/inherits
unlink ./node_modules/is-arguments
unlink ./node_modules/is-callable
unlink ./node_modules/is-generator-function
unlink ./node_modules/is-typed-array
unlink ./node_modules/object-inspect
unlink ./node_modules/set-function-length
unlink ./node_modules/side-channel
unlink ./node_modules/util
unlink ./node_modules/which-typed-array
unlink node_modules/@types/qs
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/available-typed-arrays -> /usr/share/nodejs/available-typed-arrays
Link ./node_modules/call-bind -> /usr/share/nodejs/call-bind
Link ./node_modules/define-data-property -> /usr/share/nodejs/define-data-property
Link ./node_modules/es-define-property -> /usr/share/nodejs/es-define-property
Link ./node_modules/es-abstract -> /usr/share/nodejs/es-abstract
Link ./node_modules/es-errors -> /usr/share/nodejs/es-errors
Link ./node_modules/for-each -> /usr/share/nodejs/for-each
Link ./node_modules/function-bind -> /usr/share/nodejs/function-bind
Link ./node_modules/get-intrinsic -> /usr/share/nodejs/get-intrinsic
Link ./node_modules/gopd -> /usr/share/nodejs/gopd
Link ./node_modules/has -> /usr/share/nodejs/has
Link ./node_modules/has-property-descriptors -> /usr/share/nodejs/has-property-descriptors
Link ./node_modules/has-proto -> /usr/share/nodejs/has-proto
Link ./node_modules/has-symbols -> /usr/share/nodejs/has-symbols
Link ./node_modules/has-tostringtag -> /usr/share/nodejs/has-tostringtag
Link ./node_modules/hasown -> /usr/share/nodejs/hasown
Link ./node_modules/inherits -> /usr/share/nodejs/inherits
Link ./node_modules/is-arguments -> /usr/share/nodejs/is-arguments
Link ./node_modules/is-callable -> /usr/share/nodejs/is-callable
Link ./node_modules/is-generator-function -> /usr/share/nodejs/is-generator-function
Link ./node_modules/is-typed-array -> /usr/share/nodejs/is-typed-array
Link ./node_modules/object-inspect -> /usr/share/nodejs/object-inspect
Link ./node_modules/set-function-length -> /usr/share/nodejs/set-function-length
Link ./node_modules/side-channel -> /usr/share/nodejs/side-channel
Link ./node_modules/util -> /usr/share/nodejs/util
Link ./node_modules/which-typed-array -> /usr/share/nodejs/which-typed-array
Link node_modules/@types/qs -> ../../types-qs
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
mkdir dist
browserify-lite --standalone Qs ./lib/index.js --outfile dist/qs.js
/usr/share/nodejs/browserify-lite/cli.js:29
if (err) throw err;
^
Error: module possible-typed-array-names in /<<PKGBUILDDIR>>/node_modules/available-typed-arrays not found
at trySearchPath (/usr/share/nodejs/browserify-lite/index.js:269:32)
at /usr/share/nodejs/browserify-lite/index.js:274:7
at /usr/share/nodejs/browserify-lite/index.js:294:21
at FSReqCallback.oncomplete (node:fs:195:21)
Node.js v24.15.0
make[1]: *** [debian/rules:13: 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
--------------------------------------------------------------------------------
More information about the Pkg-javascript-devel
mailing list