Your message dated Wed, 23 Mar 2022 10:07:09 +0100
with message-id <8301f7c6-beeb-a264-3b24-5d43a5541...@debian.org>
and subject line Re: [Pkg-javascript-devel] Bug#1008141: FTBFS: unable to use 
iconv with nodejs >= 14
has caused the Debian Bug report #1008141,
regarding FTBFS: unable to use iconv with nodejs >= 14
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 ow...@bugs.debian.org
immediately.)


-- 
1008141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008141
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nodejs
Version: 16.13.2+really14.19.1~dfsg-5
Severity: serious
Tags: ftbfs
Justification: FTBFS

During node-iconv rebuild, test fails:

 node --trace-uncaught test/run-tests.js
internal/util/comparisons.js:386
  memos.val1.delete(val1);
             ^^^^^^

SyntaxError: Unexpected token 'delete'
Thrown at:
    at compileForInternalLoader (internal/bootstrap/loaders.js:285:18)
    at nativeModuleRequire (internal/bootstrap/loaders.js:315:14)
    at lazyLoadComparison (assert.js:78:22)
    at deepEqual (assert.js:468:34)
    at /tmp/tt/node_modules/iconv/test/test-basic.js:44:8
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19)

Error is not related to node-iconv build: you can reproduce the problem
using upstream build:

$ npm i iconv
$ cd node_modules/iconv
$ node --trace-uncaught test/run-tests.js
  [ same error ]

--- End Message ---
--- Begin Message ---
Fixed during transition, sorry for the noise

On 23/03/2022 09:29, Yadd wrote:
Package: nodejs
Version: 16.13.2+really14.19.1~dfsg-5
Severity: serious
Tags: ftbfs
Justification: FTBFS

During node-iconv rebuild, test fails:

  node --trace-uncaught test/run-tests.js
internal/util/comparisons.js:386
   memos.val1.delete(val1);
              ^^^^^^

SyntaxError: Unexpected token 'delete'
Thrown at:
     at compileForInternalLoader (internal/bootstrap/loaders.js:285:18)
     at nativeModuleRequire (internal/bootstrap/loaders.js:315:14)
     at lazyLoadComparison (assert.js:78:22)
     at deepEqual (assert.js:468:34)
     at /tmp/tt/node_modules/iconv/test/test-basic.js:44:8
     at Module._compile (internal/modules/cjs/loader.js:1085:14)
     at Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
     at Module.load (internal/modules/cjs/loader.js:950:32)
     at Module._load (internal/modules/cjs/loader.js:790:12)
     at Module.require (internal/modules/cjs/loader.js:974:19)

Error is not related to node-iconv build: you can reproduce the problem
using upstream build:

$ npm i iconv
$ cd node_modules/iconv
$ node --trace-uncaught test/run-tests.js
   [ same error ]

--- End Message ---

Reply via email to