Your message dated Mon, 29 Nov 2021 18:11:59 +0000
with message-id <e1mrl8b-0002rq...@fasolo.debian.org>
and subject line Bug#1000677: Removed package(s) from unstable
has caused the Debian Bug report #959644,
regarding isso: FTBFS: TypeError: Jade: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 ow...@bugs.debian.org
immediately.)


-- 
959644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: isso
Version: 0.12.2-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> /bin/sh: 1: git: not found
> sphinx-build -b man docs/ -d debian/doctrees man/
> Running Sphinx v2.4.3
> making output directory... done
> WARNING: favicon file 'favicon.ico' does not exist
> building [mo]: targets for 0 po files that are out of date
> building [man]: all manpages
> updating environment: [new config] 17 added, 0 changed, 0 removed
> reading sources... [  5%] contribute
> reading sources... [ 11%] docs/configuration/client
> reading sources... [ 17%] docs/configuration/server
> reading sources... [ 23%] docs/extras/advanced-integration
> reading sources... [ 29%] docs/extras/advanced-migration
> reading sources... [ 35%] docs/extras/api
> reading sources... [ 41%] docs/extras/deployment
> reading sources... [ 47%] docs/index
> reading sources... [ 52%] docs/install
> reading sources... [ 58%] docs/man/index
> reading sources... [ 64%] docs/quickstart
> reading sources... [ 70%] docs/setup/multiple-sites
> reading sources... [ 76%] docs/setup/sub-uri
> reading sources... [ 82%] docs/troubleshooting
> reading sources... [ 88%] faq
> reading sources... [ 94%] news
> reading sources... [100%] releasing
> 
> /<<PKGBUILDDIR>>/docs/docs/extras/advanced-migration.rst:35: WARNING: Error 
> in "code-block" directive:
> maximum 1 argument(s) allowed, 50 supplied.
> 
> .. code-block:: json
>     [
>         {
>             "id": "/blog/article1",
>             "title": "First article!"
>             comments": [
>                 {
>                     "author": "James",
>                     "created": "2018-11-28 17:24:23",
>                     "email": "em...@mail.com",
>                     "id": "1",
>                     "remote_addr": "127.0.0.1",
>                     "text": "Great article!",
>                     "website": "http://fefzfzef.frzr";
>                 },
>                 {
>                     "author": "Harold",
>                     "created": "2018-11-28 17:58:03",
>                     "email": "ema...@mail.com",
>                     "id": "2",
>                     "remote_addr": "",
>                     "text": "I hated it...",
>                     "website": ""
>                 }
>             ]
>         }
>     ]
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... /<<PKGBUILDDIR>>/docs/contribute.rst: WARNING: 
> document isn't included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/configuration/client.rst: WARNING: document isn't 
> included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/configuration/server.rst: WARNING: document isn't 
> included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/extras/advanced-integration.rst: WARNING: document 
> isn't included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/extras/advanced-migration.rst: WARNING: document 
> isn't included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/extras/api.rst: WARNING: document isn't included 
> in any toctree
> /<<PKGBUILDDIR>>/docs/docs/extras/deployment.rst: WARNING: document isn't 
> included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/man/index.rst: WARNING: document isn't included in 
> any toctree
> /<<PKGBUILDDIR>>/docs/docs/setup/multiple-sites.rst: WARNING: document isn't 
> included in any toctree
> /<<PKGBUILDDIR>>/docs/docs/setup/sub-uri.rst: WARNING: document isn't 
> included in any toctree
> /<<PKGBUILDDIR>>/docs/faq.rst: WARNING: document isn't included in any toctree
> /<<PKGBUILDDIR>>/docs/news.rst: WARNING: document isn't included in any 
> toctree
> /<<PKGBUILDDIR>>/docs/releasing.rst: WARNING: document isn't included in any 
> toctree
> done
> writing... isso.1 { docs/quickstart docs/troubleshooting } isso.conf.5 { } 
> done
> build succeeded, 15 warnings.
> 
> The manual pages are in man.
> mkdir -p man/man1/ man/man5
> mv man/isso.1 man/man1/isso.1
> mv man/isso.conf.5 man/man5/isso.conf.5
> nodejs /usr/lib/nodejs/requirejs/r.js -o isso/js/build.embed.js 
> out=isso/js/embed.min.js
> 
> Tracing dependencies for: /usr/share/nodejs/almond/almond.min.js
> TypeError: Jade:1
>   > 1| div(class='isso-postbox')
>     2|     div(class='form-wrapper')
>     3|         div(class='textarea-wrapper')
>     4|             div(class='textarea placeholder' contenteditable='true')
> 
> characterParser.parseMax is not a function
> In module tree:
>     embed
>       app/isso
>         app/jade
>           jade
> 
> Error: TypeError: Jade:1
>   > 1| div(class='isso-postbox')
>     2|     div(class='form-wrapper')
>     3|         div(class='textarea-wrapper')
>     4|             div(class='textarea placeholder' contenteditable='true')
> 
> characterParser.parseMax is not a function
> In module tree:
>     embed
>       app/isso
>         app/jade
>           jade
> 
>     at Lexer.bracketExpression (/usr/lib/nodejs/jade/lib/lexer.js:129:33)
> 
> make[2]: *** [Makefile:45: isso/js/embed.min.js] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/isso_0.12.2-4_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 0.12.2-4+rm

Dear submitter,

as the package isso has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1000677

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to