Your message dated Sun, 08 Mar 2026 15:43:49 +0000
with message-id <[email protected]>
and subject line Bug#1122440: fixed in node-d3-delaunay 6.0.4+~cs19.0.3-3
has caused the Debian Bug report #1122440,
regarding node-d3-delaunay: FTBFS: Unexpected identifier 'assert'
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.)


-- 
1122440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122440
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-d3-delaunay
Version: 6.0.4+~cs19.0.3-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/202512/

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-d3-delaunay, 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 delaunator/node_modules/.cache delaunator/.nyc_output
        rm -rf robust-predicates/node_modules/.cache 
robust-predicates/.nyc_output
        rm -rf types-d3-delaunay/node_modules/.cache 
types-d3-delaunay/.nyc_output
        rm -rf types-delaunator/node_modules/.cache types-delaunator/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/@rollup/plugin-node-resolve
Trying to remove ./node_modules/@rollup
unlink ./node_modules/rollup-plugin-terser
rm delaunator/node_modules/.cache
rm robust-predicates/node_modules/.cache
rm types-d3-delaunay/node_modules/.cache
rm types-delaunator/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/@rollup/plugin-node-resolve
Trying to remove ./node_modules/@rollup
unlink ./node_modules/rollup-plugin-terser
unlink node_modules/delaunator
unlink node_modules/robust-predicates
unlink node_modules/@types/d3-delaunay
unlink node_modules/@types/delaunator
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/@rollup/plugin-node-resolve -> 
/usr/share/nodejs/@rollup/plugin-node-resolve
Link ./node_modules/rollup-plugin-terser -> 
/usr/share/nodejs/rollup-plugin-terser
Link node_modules/delaunator -> ../delaunator
Link node_modules/robust-predicates -> ../robust-predicates
Link node_modules/@types/d3-delaunay -> ../../types-d3-delaunay
Link node_modules/@types/delaunator -> ../../types-delaunator
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/robust-predicates/build
        cd ./robust-predicates && sh -ex 
../debian/nodejs/robust-predicates/build
+ mkdir esm
+ node compile.js
Found debian/nodejs/delaunator/build
        cd ./delaunator && sh -ex ../debian/nodejs/delaunator/build
+ rollup -c

index.js → delaunator.js...
created delaunator.js in 179ms

index.js → delaunator.min.js...
created delaunator.min.js in 449ms
Found debian/nodejs/./build
        cd ./. && sh -ex debian/nodejs/./build
+ rollup -c
[!] SyntaxError: Unexpected identifier 'assert'
    at compileSourceTextModule (node:internal/modules/esm/utils:346:16)
    at ModuleLoader.moduleStrategy 
(node:internal/modules/esm/translators:107:18)
    at ModuleLoader.#translate (node:internal/modules/esm/loader:546:20)
    at afterLoad (node:internal/modules/esm/loader:596:29)
    at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:601:12)
    at ModuleLoader.#createModuleJob (node:internal/modules/esm/loader:624:36)
    at ModuleLoader.#getJobFromResolveResult 
(node:internal/modules/esm/loader:343:34)
    at ModuleLoader.getModuleJobForImport 
(node:internal/modules/esm/loader:311:41)
    at onImport.tracePromise.__proto__ 
(node:internal/modules/esm/loader:664:25)


dh_auto_build: error: cd ./. && sh -ex debian/nodejs/./build 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: node-d3-delaunay
Source-Version: 6.0.4+~cs19.0.3-3
Done: Xavier Guimard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-d3-delaunay, 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.
Xavier Guimard <[email protected]> (supplier of updated node-d3-delaunay 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: Sun, 08 Mar 2026 15:24:57 +0100
Source: node-d3-delaunay
Architecture: source
Version: 6.0.4+~cs19.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1122440
Changes:
 node-d3-delaunay (6.0.4+~cs19.0.3-3) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.7.3
   * Drop "Rules-Requires-Root: no"
   * Update patch for Node.js 22 (Closes: #1122440)
Checksums-Sha1: 
 8d38accb2a59018d6ffd147838c8a3aca76e53db 3589 
node-d3-delaunay_6.0.4+~cs19.0.3-3.dsc
 f3c8ea6903bf8fb843084183c1fd183f7e1affab 4216 
node-d3-delaunay_6.0.4+~cs19.0.3-3.debian.tar.xz
Checksums-Sha256: 
 11d802888ebd09fc60d55622f2f04e0014463d8c5343f15ef21cf553ff6fd263 3589 
node-d3-delaunay_6.0.4+~cs19.0.3-3.dsc
 dd1efddcb3914638739f083bc81e5307c331b314c491202b8611fea80d4fdbdb 4216 
node-d3-delaunay_6.0.4+~cs19.0.3-3.debian.tar.xz
Files: 
 3f4c54247b07d0f211f97b64b0620aa6 3589 javascript optional 
node-d3-delaunay_6.0.4+~cs19.0.3-3.dsc
 38682f3aa6eaedf5291d19c28e48989d 4216 javascript optional 
node-d3-delaunay_6.0.4+~cs19.0.3-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmmthx0ACgkQ9tdMp8mZ
7uktaxAAjed0xeu6VX1z8hc7zvrGbmtw/AuDBf/86/luLMUwi3MpQPXnphk21K74
kJd1M4FzzU+h5LfbNK5QCDVU4GZZ+g1PNJBzQHKafSJC1tuAliGRTKs07ZHuNSzY
SjQkt/zu1fMBqSGygysqowVdaJnnaTBxqLM+PzSvAF0fln13HrfqNpBM+uWZLGos
nxrCSsPOvZAZ1nRuRPOX6R/B9vhuigWDDoXZYBVWURW7zL2eW6OwNQqg2glfWD8R
bOkKhOwEdfb8+YLNOY1Bs8AY/pe22qGYqmy2V2Ch4p/M0ET6kfLG7ZmVm57YRjDt
nP+PrXXvcjRKXZzRRzNO8uTGFAWIP4wNtfqz6mt2Qm3oYqW70spWUnRNMBrHrdEP
j1ztdXMFTwAW8C4w6AUusg79YIuvbv0pLtVhsOokT5hUWfom0l9yCm6MQXcMzxIP
w4T+cWffta5FYwemIp9lGJW6uSK4s4aphNaKEo8JSwjwUffvV5HUHFbGoK66Dlxh
2sWO/NAP5TtKFjGWgUDskMFelN0Kn9P999mR3ZhNqDY+bkjFeR2hPCT4O2nnMOWC
HqCNEtLw9WC/+tKtj7QctefulTjToelxDtA/cJdBFdVVzco663Wgpz4d9MbxnQv2
eByOHKOkzNuGgB0+Drw3f6NCWcFW2XdZFfzo+hK+3QhKI1P9n8U=
=NpoB
-----END PGP SIGNATURE-----

Attachment: pgpfSaDKafVmB.pgp
Description: PGP signature


--- End Message ---

Reply via email to