Your message dated Sat, 16 Feb 2019 19:26:15 +0000
with message-id <e1gv5bl-000ib3...@fasolo.debian.org>
and subject line Bug#922391: fixed in isso 0.12.2-2
has caused the Debian Bug report #922391,
regarding isso: (ERROR: module path does not exist: 
/usr/lib/nodejs/node-almond/almond.min.js)
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.)


-- 
922391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:isso
Version: 0.12.2-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python3,sphinxdoc --buildsystem=pybuild --test-nose
   dh_update_autotools_config -i -O--buildsystem=pybuild -O--test-nose
   dh_autoreconf -i -O--buildsystem=pybuild -O--test-nose
   dh_auto_configure -i -O--buildsystem=pybuild -O--test-nose
        pybuild --configure --test-nose -i python{version} -p 3.7
I: pybuild base:217: python3.7 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
nodejs /usr/lib/nodejs/requirejs/r.js -convert /usr/lib/nodejs/jade/lib/ 
isso/js/components/jade/
/usr/bin/make RJS="nodejs /usr/lib/nodejs/requirejs/r.js" LC_ALL=C.UTF-8 
SASS="sass --sourcemap=none"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/bin/sh: 1: git: not found
sphinx-build -b man docs/ -d debian/doctrees man/
Running Sphinx v1.8.3
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": "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 { } 
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/node-almond/almond.min.js for module named: 
/usr/lib/nodejs/node-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
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/isso.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: isso
Source-Version: 0.12.2-2

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 922...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 16 Feb 2019 17:41:47 +0000
Source: isso
Architecture: source
Version: 0.12.2-2
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <jel...@debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Closes: 922391
Changes:
 isso (0.12.2-2) unstable; urgency=medium
 .
   * Update patch 0003-js-paths.patch: Update for new node-almond path.
     Build-Depend on node-almond >= 0.3.3+dfsg.  Closes: #922391
Checksums-Sha1:
 33a8cdd7e0c4957a95e474cecea901d37e19c227 1999 isso_0.12.2-2.dsc
 ea23a88d932a20a0ad6225d0dbbfae210445ddf7 10512 isso_0.12.2-2.debian.tar.xz
 e52c6e0b2fa137ca5bfb77c40fa85c3e76480a74 9418 isso_0.12.2-2_amd64.buildinfo
Checksums-Sha256:
 610207061422870ea9dff12ef15863fa58d5058943a466796c34b91480dbf319 1999 
isso_0.12.2-2.dsc
 84b6e06a47a9ba599ad63296922b645c9eb31f0033001207272365673adb7454 10512 
isso_0.12.2-2.debian.tar.xz
 ca2b4d322730d93422e1258e6a709ba67fbb6f702c42ae34244bf8751d56cacf 9418 
isso_0.12.2-2_amd64.buildinfo
Files:
 2c6d0e664a9cbf02bb8ce68c8e50ef36 1999 web optional isso_0.12.2-2.dsc
 cd24838dc11ab011a0c70cfbfc3e8047 10512 web optional isso_0.12.2-2.debian.tar.xz
 56f313b4f1e6bc532180d95fa25d56ba 9418 web optional 
isso_0.12.2-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAlxoS5MACgkQV5wWDUye
I+ggHQ//Ylv9Unn9XM1l1FwMMJS2KchyvsQFYzBgt9S11SaD8g2cMpzAOumG5IDL
mzq5ERMbv0ZRkk91kLpkhXr0TaNvoxCAr7Ryt6F+VuTQH/Hw3o6JaPJrrOM1sXgW
3ynSFnYVageySypswy+a6XM1y208NIG1+MzBfK0yiNfT0IJL+UY3G85tDbFiPVO1
aCJefvYBtdDNdp1QYNgb0HtMkyomwAw8wBa40dYDIWANgUzbYQmNOp+OLloVFkbl
w9SaejCMbXAEbnDzCdOn1dGxdxXjm6Uo3hoDnQcUdqFCrV6IfQMKWtURkH2HmRpy
Ael8dSkRzglnRHgAXUhyZszc43xnXmUmJcDNmRxiJBdVez0aSq3FC4cbnmu2K8L4
gydIOUqaaeIko9TZZJdpSrRkZEU5gENbmdXBo1aWPESiOO8oeXdQPI5htqnYUQ8A
EX2kTmqh3bi8qr2m6+JfEG8AZ/FSb7WWafEgelv7Lf5lyQuFCjf9o8C5rXrvTKRh
tzuTe5o2/ADjxN2GtCLPDJ9K3ai12o45sjapYDJKeXQX7oUo3hr+qESi7DQOmtqE
549EBwFQjh659qf5aeknvZcHKhzWzoPKG5GV26EhTIDOiEmzvtf5vKwfE6nRJ8om
3oUuE3UANG824tYwVmLSrGSaUn0g937foW7m6dkN8GI4Chy1lGA=
=48XJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to