Your message dated Tue, 05 Mar 2019 19:50:43 +0000
with message-id <e1h1g5l-000dwq...@fasolo.debian.org>
and subject line Bug#922257: fixed in pyfr 1.5.0-3
has caused the Debian Bug report #922257,
regarding pyfr: FTBFS (dh_installman: Could not determine section for 
./build/man/_static)
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.)


-- 
922257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyfr
Version: 1.5.0-2
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
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
        pybuild --configure -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>>'
dh_auto_build
        pybuild --build -i python{version} -p 3.7
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build

[... snipped ...]

I: pybuild pybuild:295: mv /<<PKGBUILDDIR>>/debian/tmp/usr/bin/pyfr 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/pyfr/run
   dh_install -i -O--buildsystem=pybuild
        install -d debian/pyfr//usr/share
        cp --reflink=auto -a debian/tmp/usr/share/pyfr debian/pyfr//usr/share/
        install -d debian/.debhelper/generated/pyfr
        install -d debian/.debhelper/generated/pyfr-doc
   dh_installdocs -i -O--buildsystem=pybuild
        install -d debian/pyfr/usr/share/doc/pyfr
        install -p -m0644 debian/copyright 
debian/pyfr/usr/share/doc/pyfr/copyright
        install -d debian/pyfr-doc/usr/share/doc/pyfr-doc
        cd './build/html/..' && find 'html' \( -type f -or -type l \) -and ! 
-empty -print0 | LC_ALL=C sort -z | xargs -0 -I {} cp --reflink=auto --parents 
-dp {} /<<PKGBUILDDIR>>/debian/pyfr-doc/usr/share/doc/pyfr-doc
        chown -R 0:0 debian/pyfr-doc/usr/share/doc
        chmod -R u\+rw,go=rX debian/pyfr-doc/usr/share/doc
        install -p -m0644 debian/copyright 
debian/pyfr-doc/usr/share/doc/pyfr-doc/copyright
        install -d debian/pyfr-doc/usr/share/doc-base/
        install -p -m0644 debian/pyfr-doc.doc-base 
debian/pyfr-doc/usr/share/doc-base/pyfr-doc
        rm -f debian/pyfr-doc.debhelper.log debian/pyfr.debhelper.log
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_sphinxdoc --exclude=MathJax.js
        ln -sf ../../../../javascript/sphinxdoc/1.0/sidebar.js 
debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/sidebar.js
        ln -sf ../../../../javascript/sphinxdoc/1.0/underscore.js 
debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/underscore.js
        ln -sf ../../../../javascript/sphinxdoc/1.0/jquery.js 
debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/jquery.js
        ln -sf ../../../../javascript/sphinxdoc/1.0/doctools.js 
debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/doctools.js
        ln -sf ../../../../javascript/sphinxdoc/1.0/searchtools.js 
debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/searchtools.js
        rm -rf debian/pyfr-doc/usr/share/doc/pyfr-doc/html/.doctrees
        rm -f debian/pyfr-doc/usr/share/doc/pyfr-doc/html/.buildinfo
        rm -f debian/pyfr-doc/usr/share/doc/pyfr-doc/html/_static/websupport.js
        (grep -a -s -v sphinxdoc:Depends debian/pyfr-doc.substvars; echo 
"sphinxdoc:Depends=libjs-sphinxdoc (>= 1.0)") > debian/pyfr-doc.substvars.new
        mv debian/pyfr-doc.substvars.new debian/pyfr-doc.substvars
        (grep -a -s -v sphinxdoc:Built-Using debian/pyfr-doc.substvars; echo 
"sphinxdoc:Built-Using=sphinx (= 1.8.3-2)") > debian/pyfr-doc.substvars.new
        mv debian/pyfr-doc.substvars.new debian/pyfr-doc.substvars
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installchangelogs -i -O--buildsystem=pybuild
        install -p -m0644 debian/changelog 
debian/pyfr/usr/share/doc/pyfr/changelog.Debian
        install -p -m0644 debian/changelog 
debian/pyfr-doc/usr/share/doc/pyfr-doc/changelog.Debian
   dh_installexamples -i -O--buildsystem=pybuild
        install -d debian/pyfr-doc/usr/share/doc/pyfr-doc/examples
        cp --reflink=auto -a ./examples/couette_flow_2d 
debian/pyfr-doc/usr/share/doc/pyfr-doc/examples
        cp --reflink=auto -a ./examples/euler_vortex_2d 
debian/pyfr-doc/usr/share/doc/pyfr-doc/examples
   dh_installman -i -O--buildsystem=pybuild
dh_installman: Could not determine section for ./build/man/_static
dh_installman: Aborting due to earlier error
make: *** [debian/rules:12: binary-indep] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

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/pyfr.html

where you can get a full build log if you need it.

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: pyfr
Source-Version: 1.5.0-3

We believe that the bug you reported is fixed in the latest version of
pyfr, 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.
Andreas Tille <ti...@debian.org> (supplier of updated pyfr 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: Tue, 05 Mar 2019 20:34:01 +0100
Source: pyfr
Architecture: source
Version: 1.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 922257
Changes:
 pyfr (1.5.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix installation of manpage
     Closes: #922257
Checksums-Sha1:
 789639201f34f84228f8a7602aa38049deec934c 2154 pyfr_1.5.0-3.dsc
 ecddcadc8f0b2fcaed570bc5125794efa2aec20e 10308 pyfr_1.5.0-3.debian.tar.xz
 0422d23d4c8e32018d02d18299ff927a68d63807 8813 pyfr_1.5.0-3_amd64.buildinfo
Checksums-Sha256:
 abe2e0a1ac57cb9de8222265c30582020d26a84c1747cab9235261b322003e4b 2154 
pyfr_1.5.0-3.dsc
 1fa96bc30bc509d29c2e8d9a72d8501912f4d3c6ff91b38773a8ae3b6e98fd62 10308 
pyfr_1.5.0-3.debian.tar.xz
 a765104169c85bd6a60afc4c9d7440c23df4f337724ad0269487273dd3992848 8813 
pyfr_1.5.0-3_amd64.buildinfo
Files:
 6095bbb5a4f5b533407f5a2d7e305a48 2154 science optional pyfr_1.5.0-3.dsc
 e47642c212a82aa246739183c2d067e2 10308 science optional 
pyfr_1.5.0-3.debian.tar.xz
 0336fef78363df4b97abc0d1be652a6c 8813 science optional 
pyfr_1.5.0-3_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlx+0IkRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEEsQ/9FEUWj0KbRUk8nLbRcaPcfw6gnbJMfdtH
o79bptODhhSwpPpRag+JkZruKpCbX0lAugqeK7+h0fcivgyS8k2QSN8EV277nf0C
0pZiJfFrGuTegMTlenKMXWHAdRZ+f5VfKo7Zfkks5UPyxJfyLIzne8Jtrpp7oWav
0sN5E7YL6nXX8+l/BET1psczvky5K4FAhFJEXOEYDsC+RidqI/+hUxMnPxCQTLkt
fSGBGOoSJH/5SAq/udmvCmCGwCF+kC4VpBEUEmJC++pgtKObzYl+GWWN5RtfPd6V
oWS9RJfcFYU7X1KnECH8F47CvK/7G0SjUXXMLleezsQovVOq+dS456G8UOt50eg4
wQzgfsVCvp/hisMHIZGCpJoEqu9zZFcE+ll5jVYXKPaU5FxCZ98hlkhBJ535Zois
csnRlCMiI36a/ukpbIhGfFEOBzbxBzKwTWgHZEnUrkBXLhHSRjmJFF/Lw5wmpdLq
cerccsdahwFZOwqEZxfBiDaGJZ8C7YEW7tz4CqFf13PNhEGX4JQTxrsf/wguftda
a4oy8E0F5tmgdzgpZvuI2uXhnORmKDkEWD4d3dw+VqQWQAGhWTMI1NKg5bQtC+Hv
VhPJU0rn1tSWvubnRXoqSs7gSDO1lR9h80OtCG904E2TAddZxRgFNTW/id4zAoNa
I550rbloX3E=
=+lzk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to