Your message dated Thu, 3 Feb 2022 20:13:57 +0100
with message-id
<CAJxTCxwUv6BCU3MXRrBS+8zHKQudNqo9AL0jYTAjF86xne8-=q...@mail.gmail.com>
and subject line Re: [Pkg-javascript-devel] Bug#1002259: nodejs: FTBFS:
TypeError: marked is not a function
has caused the Debian Bug report #1002259,
regarding nodejs: FTBFS: TypeError: marked is not a function
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.)
--
1002259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nodejs
Version: 12.22.7~dfsg-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p out/doc
> mkdir -p out/doc/api
> cp -r doc/api out/doc/
> rm -f out/doc/api/*.html
> rm -f out/doc/api/*.json
> if [ -x /<<PKGBUILDDIR>>/./node ] && [ -e /<<PKGBUILDDIR>>/./node ]; then
> /<<PKGBUILDDIR>>/./node tools/doc/generate.js --node-version=v12.22.7
> --format=html doc/api/addons.md > out/doc/api/addons.html; elif [ -x `which
> node` ] && [ -e `which node` ] && [ `which node` ]; then `which node`
> tools/doc/generate.js --node-version=v12.22.7 --format=html doc/api/addons.md
> > out/doc/api/addons.html; else echo "No available node, cannot run \"node
> tools/doc/generate.js --node-version=v12.22.7 --format=html doc/api/addons.md
> > out/doc/api/addons.html\""; exit 1; fi;
> /<<PKGBUILDDIR>>/tools/doc/html.js:43
> const gtocHTML = marked(gtocMD).replace(
> ^
>
> TypeError: marked is not a function
> at Object.<anonymous> (/<<PKGBUILDDIR>>/tools/doc/html.js:43:18)
> at Module._compile (internal/modules/cjs/loader.js:999:30)
> at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
> at Module.load (internal/modules/cjs/loader.js:863:32)
> at Function.Module._load (internal/modules/cjs/loader.js:708:14)
> at Module.require (internal/modules/cjs/loader.js:887:19)
> at require (internal/modules/cjs/helpers.js:74:18)
> at /<<PKGBUILDDIR>>/tools/doc/generate.js:63:7
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (internal/fs/read_file_context.js:63:3)
> make[3]: *** [Makefile:746: out/doc/api/addons.html] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/nodejs_12.22.7~dfsg-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: nodejs
Version: 12.22.9~dfsg-1
Le mar. 21 déc. 2021 à 17:48, Lucas Nussbaum <lu...@debian.org> a écrit :
> Source: nodejs
> Version: 12.22.7~dfsg-2
> Severity: serious
> Justification: FTBFS
> Tags: bookworm sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20211220 ftbfs-bookworm
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
>
> Relevant part (hopefully):
> > make[2]: Entering directory '/<<PKGBUILDDIR>>'
> > mkdir -p out/doc
> > mkdir -p out/doc/api
> > cp -r doc/api out/doc/
> > rm -f out/doc/api/*.html
> > rm -f out/doc/api/*.json
> > if [ -x /<<PKGBUILDDIR>>/./node ] && [ -e /<<PKGBUILDDIR>>/./node ];
> then /<<PKGBUILDDIR>>/./node tools/doc/generate.js --node-version=v12.22.7
> --format=html doc/api/addons.md > out/doc/api/addons.html; elif [ -x `which
> node` ] && [ -e `which node` ] && [ `which node` ]; then `which node`
> tools/doc/generate.js --node-version=v12.22.7 --format=html
> doc/api/addons.md > out/doc/api/addons.html; else echo "No available node,
> cannot run \"node tools/doc/generate.js --node-version=v12.22.7
> --format=html doc/api/addons.md > out/doc/api/addons.html\""; exit 1; fi;
> > /<<PKGBUILDDIR>>/tools/doc/html.js:43
> > const gtocHTML = marked(gtocMD).replace(
> > ^
> >
> > TypeError: marked is not a function
> > at Object.<anonymous> (/<<PKGBUILDDIR>>/tools/doc/html.js:43:18)
> > at Module._compile (internal/modules/cjs/loader.js:999:30)
> > at Object.Module._extensions..js
> (internal/modules/cjs/loader.js:1027:10)
> > at Module.load (internal/modules/cjs/loader.js:863:32)
> > at Function.Module._load (internal/modules/cjs/loader.js:708:14)
> > at Module.require (internal/modules/cjs/loader.js:887:19)
> > at require (internal/modules/cjs/helpers.js:74:18)
> > at /<<PKGBUILDDIR>>/tools/doc/generate.js:63:7
> > at FSReqCallback.readFileAfterClose [as oncomplete]
> (internal/fs/read_file_context.js:63:3)
> > make[3]: *** [Makefile:746: out/doc/api/addons.html] Error 1
>
>
> The full build log is available from:
> http://qa-logs.debian.net/2021/12/20/nodejs_12.22.7~dfsg-2_unstable.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> If you reassign this bug to another package, please marking it as
> 'affects'-ing
> this package. See https://www.debian.org/Bugs/server-control#affects
>
> If you fail to reproduce this, please provide a build log and diff it with
> mine
> so that we can identify if something relevant changed in the meantime.
>
> --
> Pkg-javascript-devel mailing list
> pkg-javascript-de...@alioth-lists.debian.net
>
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
>
--- End Message ---