Your message dated Sun, 01 Mar 2020 08:45:43 +0000 with message-id <[email protected]> and subject line Bug#952261: fixed in isso 0.12.2-3 has caused the Debian Bug report #952261, regarding isso: FTBFS: /bin/sh: 1: git: not found 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.) -- 952261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952261 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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.
--- End Message ---
--- Begin Message ---Source: isso Source-Version: 0.12.2-3 Done: =?utf-8?q?Jelmer_Vernoo=C4=B3?= <[email protected]> We believe that the bug you reported is fixed in the latest version of isso, 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. Jelmer Vernooij <[email protected]> (supplier of updated isso 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, 01 Mar 2020 07:02:51 +0000 Source: isso Binary: isso Architecture: source all Version: 0.12.2-3 Distribution: unstable Urgency: medium Maintainer: Jelmer Vernooij <[email protected]> Changed-By: Jelmer Vernooij <[email protected]> Description: isso - lightweight web-based commenting system Closes: 952261 Changes: isso (0.12.2-3) unstable; urgency=medium . * Update standards version to 4.4.1, no changes needed. * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Repository-Browse. * Use canonical URL in Vcs-Browser. * Remove obsolete fields Name from debian/upstream/metadata. * Fix compatibility with newer copies of node-almond. Closes: #952261 * Set Rules-Requires-Root. Checksums-Sha1: f6653d6a9c0c6a64bd94fcb32e51237c8ead7569 2012 isso_0.12.2-3.dsc 49259589282ee53ebe8fb3edd0ee141dae1cabb0 165312 isso_0.12.2.orig.tar.gz bb3470d0fcddaf5a925c2ee2c2efa134ee810a6d 10600 isso_0.12.2-3.debian.tar.xz d291ea4773c4d9e3e720bc63811b10138cc781e3 178708 isso_0.12.2-3_all.deb 713a9ce426771440aed85caf4240265611e98400 10960 isso_0.12.2-3_amd64.buildinfo Checksums-Sha256: 34a0eca9b760643f46f86377d89ebfad3edd2922b70a10ecc3a252001140630c 2012 isso_0.12.2-3.dsc 852939cd9c7cbfc80ffa9234d3ba91f46b8b4bd872c4141990fd674a56fb3ca1 165312 isso_0.12.2.orig.tar.gz 7eefd19ff5c853890b9cbc4a907aee37231a70c7f5edb2c9705f08b16274a59e 10600 isso_0.12.2-3.debian.tar.xz a0499eb77956fc1e04f8380860bd7ca719c39659bdd3be554231dab949f32003 178708 isso_0.12.2-3_all.deb 6a2e4bea0809f28e502a7f71b20b816619cf1bc5325067f413f4a809ce6287fb 10960 isso_0.12.2-3_amd64.buildinfo Files: 28626574da57309206a193f56711f805 2012 web optional isso_0.12.2-3.dsc 37ce94e21ea0a1ba35dc57c0b48865c2 165312 web optional isso_0.12.2.orig.tar.gz b12a2277b426b518612086f60b9deec9 10600 web optional isso_0.12.2-3.debian.tar.xz df958a5f234aa8438c2ae26f6ae11037 178708 web optional isso_0.12.2-3_all.deb 19229704072ec2e2214d2c9e945c515c 10960 web optional isso_0.12.2-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAl5baYoACgkQV5wWDUye I+jjyRAAoy32CqKeZyowDsgM2gJ2PRVt4+nIuZ6ABl5A+Tsf8b74jJK4/Az85O7l SshpulJWEV4HDH/ex9O6zHNB029631o65qIPz1PaE+FwLAzXAFnWW7KxTM9Mw7bX qXYVjnERddPfvX5l4LMoTcfLCsG0nlNiw2Uu44iQQz0N3FUCucqOPx4BGVT7kBB2 Zc1NK4fAbcpM6r+odrdZJjyXnmSkObWy0YnwAmG1NhjsAVYFOVOw/38iGpPWQ7H1 bbDMnafUFx8v7VfN5yCnFTN4c47qiLmXJIJxA880fKgxnKZB1Ztdj7OOokN/z2R6 SA0e9F230aYVbo3F+aaeo90A5Tu44qLpJurJXknJQP7D654Mh2Cw0xh0jvhR4J+2 8rrqPEATQvvOtn4WrMWeliupqrdp1pdUxTegsiWvGSJNicGOePx55Yp490lCq9m0 ejFxUn783N3mmuNQOxRqFUFlouZBQvxfL1dUc+jpDBmr3JB/xIwZOOzC+QJZDhi5 WYx2KhBWHlVKWLAsLSA36FXOfLGfJfcDxfvnoIVzoLXjbOa2nB8fO3ouRwU9mwA0 95m/w8J0kZK7JbzZoUBM74QWVmlOgvvcwSqftK9eJ0bRCXT3M/ZiJbPUfKWlV7uV FcOSv+S6eLp5BQJeTkXjHKYfM7afowx+BUlalcvT2tdEUXYmH7s= =gkow -----END PGP SIGNATURE-----
--- End Message ---

