Source: isso
Version: 0.12.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 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 v1.8.5
> making output directory...
> building [mo]: targets for 0 po files that are out of date
> building [man]: all manpages
> updating environment: 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:12: WARNING: Error
> in "code-block" directive:
> 1 argument(s) required, 0 supplied.
>
> .. code-block::
>
> A list of threads, each item being a dict with the following data:
>
> - id: a text representing the unique thread id (note: by default isso
> associates this ID to the article URL, but it can be changed on
> client side with "data-isso-id" - see :doc:`client configuration
> <../configuration/client>` )
> - title: the title of the thread
> - comments: the list of comments
>
> Each item in that list of comments is a dict with the following data:
>
> - id: an integer with the unique id of the comment inside the thread
> (it can be repeated among different threads); this will be used to
> order the comment inside the thread
> - author: the author's name
> - email: the author's email
> - website: the author's website
> - remote_addr: the author's IP
> - created: a timestamp, in the format "%Y-%m-%d %H:%M:%S"
> /<<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": "[email protected]",
> "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": "[email protected]",
> "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 { }
> 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
> Error: Error: ERROR: module path does not exist:
> /usr/lib/nodejs/almond/almond.min.js for module named:
> /usr/lib/nodejs/almond/almond.min.js. Path is relative to: /<<PKGBUILDDIR>>
> at /usr/lib/nodejs/requirejs/r.js:28446:35
>
> make[2]: *** [Makefile:45: isso/js/embed.min.js] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/02/22/isso_0.12.2-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!
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.