Your message dated Thu, 06 Nov 2025 21:07:14 +0000
with message-id <[email protected]>
and subject line Bug#1120203: fixed in vue-router.js 3.6.5~ds1-2
has caused the Debian Bug report #1120203,
regarding vue-router.js: FTBFS: dh_auto_test: error: /usr/bin/node -e
require\(\"./.\"\) returned exit code 1
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.)
--
1120203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120203
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vue-router.js
Version: 3.6.5~ds1-1
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/202511/
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:vue-router.js, 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/path-to-regexp
rm ./node_modules/.cache
unlink ./node_modules/path-to-regexp
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/path-to-regexp -> /usr/share/nodejs/path-to-regexp
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
NODE_PATH=debian/node_modules node build/build.js
Error
at CompileError.missingTransform
(/usr/share/nodejs/buble/dist/buble.cjs.js:13596:11)
at Node.initialise (/usr/share/nodejs/buble/dist/buble.cjs.js:15054:70)
at /usr/share/nodejs/buble/dist/buble.cjs.js:13824:36
at Array.forEach (<anonymous>)
at Node.initialise (/usr/share/nodejs/buble/dist/buble.cjs.js:13824:15)
at Node.initialise (/usr/share/nodejs/buble/dist/buble.cjs.js:13395:15)
at Node.initialise (/usr/share/nodejs/buble/dist/buble.cjs.js:14254:11)
at Node.initialise (/usr/share/nodejs/buble/dist/buble.cjs.js:25760:38)
at /usr/share/nodejs/buble/dist/buble.cjs.js:13824:36 {
loc: {
line: 178,
column: 8,
char: 177,
file: '/usr/share/nodejs/path-to-regexp/dist/index.js'
},
snippet: '174 : function tokensToFunction(tokens, delimiter, encode) {\n' +
'175 : const encoders = tokens.map((token) => tokenToFunction(token,
delimiter, encode));\n' +
'176 : return (data) => {\n' +
'177 : const result = [""];\n' +
'178 : for (const encoder of encoders) {\n' +
'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^',
plugin: 'commonjs--resolver',
frame: '174 : function tokensToFunction(tokens, delimiter, encode) {\n' +
'175 : const encoders = tokens.map((token) => tokenToFunction(token,
delimiter, encode));\n' +
'176 : return (data) => {\n' +
'177 : const result = [""];\n' +
'178 : for (const encoder of encoders) {\n' +
'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^',
code: 'PLUGIN_ERROR',
hook: 'resolveId',
id: '/usr/share/nodejs/path-to-regexp/dist/index.js',
watchFiles: [
'/<<PKGBUILDDIR>>/src/index.js',
'/<<PKGBUILDDIR>>/src/entries/cjs.js',
'/<<PKGBUILDDIR>>/src/router.js',
'/<<PKGBUILDDIR>>/src/install.js',
'/<<PKGBUILDDIR>>/src/create-matcher.js',
'/<<PKGBUILDDIR>>/src/util/route.js',
'/<<PKGBUILDDIR>>/src/util/warn.js',
'/<<PKGBUILDDIR>>/src/util/dom.js',
'/<<PKGBUILDDIR>>/src/util/path.js',
'/<<PKGBUILDDIR>>/src/util/location.js',
'/<<PKGBUILDDIR>>/src/util/push-state.js',
'/<<PKGBUILDDIR>>/src/util/scroll.js',
'/<<PKGBUILDDIR>>/src/util/errors.js',
'/<<PKGBUILDDIR>>/src/history/hash.js',
'/<<PKGBUILDDIR>>/src/history/html5.js',
'/<<PKGBUILDDIR>>/src/history/abstract.js',
'/<<PKGBUILDDIR>>/src/create-route-map.js',
'/<<PKGBUILDDIR>>/src/util/params.js',
'/<<PKGBUILDDIR>>/src/util/query.js',
'/<<PKGBUILDDIR>>/src/components/link.js',
'/<<PKGBUILDDIR>>/src/components/view.js',
'/<<PKGBUILDDIR>>/src/util/misc.js',
'/<<PKGBUILDDIR>>/src/util/state-key.js',
'/<<PKGBUILDDIR>>/src/history/base.js',
'/<<PKGBUILDDIR>>/src/util/async.js',
'/<<PKGBUILDDIR>>/src/util/resolve-components.js',
'/usr/share/nodejs/path-to-regexp/dist/index.js'
]
}
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test --buildsystem=nodejs
ln -s ../. node_modules/vue-router
/usr/bin/node -e require\(\"./.\"\)
node:internal/modules/cjs/loader:499
throw err;
^
Error: Cannot find module '/<<PKGBUILDDIR>>/dist/vue-router.common.js'. Please
verify that the package.json has a valid "main" entry
at tryPackage (node:internal/modules/cjs/loader:491:19)
at Module._findPath (node:internal/modules/cjs/loader:758:18)
at Module._resolveFilename (node:internal/modules/cjs/loader:1193:27)
at Module._load (node:internal/modules/cjs/loader:1038:27)
at Module.require (node:internal/modules/cjs/loader:1289:19)
at require (node:internal/modules/helpers:182:18)
at [eval]:1:1
at runScriptInThisContext (node:internal/vm:209:10)
at node:internal/process/execution:118:14
at [eval]-wrapper:6:24 {
code: 'MODULE_NOT_FOUND',
path: '/<<PKGBUILDDIR>>/package.json',
requestPath: './.'
}
Node.js v20.19.5
dh_auto_test: error: /usr/bin/node -e require\(\"./.\"\) returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: vue-router.js
Source-Version: 3.6.5~ds1-2
Done: Yadd <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vue-router.js, 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.
Yadd <[email protected]> (supplier of updated vue-router.js 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: Thu, 06 Nov 2025 21:27:34 +0100
Source: vue-router.js
Architecture: source
Version: 3.6.5~ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Yadd <[email protected]>
Closes: 1120203
Changes:
vue-router.js (3.6.5~ds1-2) unstable; urgency=medium
.
* Team upload
* Declare compliance with policy 4.7.2
* Drop "Rules-Requires-Root: no"
* debian/watch version 5
* Modernize build
* Add patch for path-to-regexp >= 8 (Closes: #1120203)
Checksums-Sha1:
ec7dd57a952e1d2509d13cce5308921c35b1fd15 2287 vue-router.js_3.6.5~ds1-2.dsc
38d3aedbbc9a78e303260a8f8533049451c539ba 11984
vue-router.js_3.6.5~ds1-2.debian.tar.xz
Checksums-Sha256:
471c2bf1a7424f57ec958972dff1778c814d15c02de6204c67ecc541a4b8c8fd 2287
vue-router.js_3.6.5~ds1-2.dsc
2821a6514d2c38fd3c714c82ec81fbbc7a1418a6bdd37b63f91bdf8011f5c545 11984
vue-router.js_3.6.5~ds1-2.debian.tar.xz
Files:
62342a98b39ebf095ab42cbe0e4ebe34 2287 javascript optional
vue-router.js_3.6.5~ds1-2.dsc
ca73ad9cfa1bb44a6ebf08a5c496617c 11984 javascript optional
vue-router.js_3.6.5~ds1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmkNBU8ACgkQ9tdMp8mZ
7unKVhAAgeUnVPH58QZgu4Lgrlj98vjaTMTyDcYcQGWgUj+ZI/4DbbnrwwRMZa1N
O+cWP7oCpAvzwVrvCpz2l549agyM28dpieT/sniBXvIwWra1esjLNOPDKNzfwwI4
SFd5R0KJMxe26WZcdAtyKd8tAzQmxBTVnEb/vrPnwQeBjSr4x0A7W2przSixgN5z
eKNr3AoMs95KW6rryDzoB+9PG1dD2lh08ltzn6qgKC37CXqJTAetj8wmY+V4kPO/
ij79EgGBzWqmczqjzpP74IWzHsf/voSaPFTe2YrjIr4rr42J7Sdt9rTsYgg5Y7tq
0iOPq7VSLfX96HwH8AP7cSfAo2EhQHkeZ2VtphB9EcN+I4XSAGHKQlj1JfoWY5oa
ZSGyE/azROsLmtJWx5GSZwrKcmC5PWocSU2kRx7LeFC+j7AaIsee2f5qxtWZ8H3T
ZcMB0CbIJT0VYcPLRPLLDSSia6+XJeT2miO7SusqlrI6IZYEUMoLCZbzY2a2smbO
hs9qX9zi7tTLU3EvR5tRCmVKiTkyktUaNhcRIIXsF65xNQRCIrD993m2NhCzsnYK
0GIbxmpwESDR9PhbX1n9DcpAI4VnZrP+FopBLRC0HMINsjQ/gTOtrywTzmk7aJ1+
vZR2bxnnqfS2czrO0GCK4G863KGBTz7KrcIrHAlYmSokem4p1gU=
=8oWj
-----END PGP SIGNATURE-----
pgpTe3CTgb0Ws.pgp
Description: PGP signature
--- End Message ---
--
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel