Your message dated Fri, 22 Feb 2019 10:50:47 +0000
with message-id <e1gx8pn-0003i4...@fasolo.debian.org>
and subject line Bug#921897: fixed in morse-simulator 1.4-5
has caused the Debian Bug report #921897,
regarding morse-simulator: FTBFS (Could not import extension sphinx.ext.pngmath)
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.)


-- 
921897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:morse-simulator
Version: 1.4-4
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
   dh_update_autotools_config -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DBUILD_DOC_SUPPORT=ON 
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
         -DCPACK_DEBIAN_PACKAGE_DEPENDS=python3-all-dev -DPYMORSE_SUPPORT=ON
        cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DBUILD_DOC_SUPPORT=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DCPACK_DEBIAN_PACKAGE_DEPENDS=python3-all-dev -DPYMORSE_SUPPORT=ON ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

[... snipped ...]

CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    CPACK_DEBIAN_PACKAGE_DEPENDS


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp version.py obj-*/
dh_auto_build
        cd obj-x86_64-linux-gnu && make -j1
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/man.dir/DependInfo.cmake 
--color=
Scanning dependencies of target man
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
env 
PYTHONPATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fakeenv:/<<PKGBUILDDIR>>/src:/<<PKGBUILDDIR>>/testing:/<<PKGBUILDDIR>>/bindings/pymorse/src/:$PYTHONPATH
 PYTHONDONTWRITEBYTECODE="morse" MORSESOURCE=/<<PKGBUILDDIR>> /usr/bin/python3 
/usr/bin/sphinx-build -b man -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/doc 
/<<PKGBUILDDIR>>/doc/man /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/doc/man && 
/bin/gzip -f /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/doc/man/*.1
Running Sphinx v1.8.3

Extension error:
Could not import extension sphinx.ext.pngmath (exception: No module named 
'sphinx.ext.pngmath')
make[4]: *** [CMakeFiles/man.dir/build.make:60: CMakeFiles/man] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:140: CMakeFiles/man.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:144: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-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/morse-simulator.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: morse-simulator
Source-Version: 1.4-5

We believe that the bug you reported is fixed in the latest version of
morse-simulator, 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 921...@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 morse-simulator 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: SHA256

Format: 1.8
Date: Fri, 22 Feb 2019 10:52:14 +0100
Source: morse-simulator
Binary: morse-simulator morse-simulator-data morse-simulator-doc 
python3-morse-simulator
Architecture: source
Version: 1.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 morse-simulator - Multi-OpenRobot Simulation Engine
 morse-simulator-data - Multi-OpenRobot Simulation Engine
 morse-simulator-doc - Multi-OpenRobot Simulation Engine - Documentation
 python3-morse-simulator - Multi-OpenRobot Simulation Engine
Closes: 921897
Changes:
 morse-simulator (1.4-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Micha David Rosenbaum ]
   * Fix the FTBFS by replacing pngmath with imgmath Sphinx module.
     (Closes: #921897)
 .
   [ Andreas Tille ]
   * cme fix dpkg-control
   * debhelper 11
   * Document skip upstream build time test
   * Secure URI in d/copyright
   * Add debian/gbp.conf: pristine-tar = False
Checksums-Sha1:
 298ae158470ec5d614b1fef639172a1f83ec2763 2377 morse-simulator_1.4-5.dsc
 ba918230317319886d6598eaeadfd1afa7630dae 9152 
morse-simulator_1.4-5.debian.tar.xz
 acadd98803b7dc86119d18fbdbc497e787729790 15595 
morse-simulator_1.4-5_source.buildinfo
Checksums-Sha256:
 d20d3deefeec1d08afc13febf29cbfe56524d7b97735c6ca89c2b9d2f17f6d16 2377 
morse-simulator_1.4-5.dsc
 4d144198c8184aae70f82cdd48ea6470de14a8a408de1636f53ce2b7768ea872 9152 
morse-simulator_1.4-5.debian.tar.xz
 89054d94dad143504080a6f09055bae8aa295ffbacf9b80ffc9346f14452f86d 15595 
morse-simulator_1.4-5_source.buildinfo
Files:
 3be3cef9736eb90617d9edf5591cc9bb 2377 science optional 
morse-simulator_1.4-5.dsc
 604835ae69058587ff89cf72aa06e94f 9152 science optional 
morse-simulator_1.4-5.debian.tar.xz
 e8cdfdef595a8632afeb23df77677690 15595 science optional 
morse-simulator_1.4-5_source.buildinfo

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

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlxvyeMOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEjCQ/+N1vlOSyvsEzeNYwQAKwdig9wYws+mV18/joR
8jRPcnBV7rfuuWIhRBbISimDMlFrYz1V5o7PMv+stjI5qCe4G7EKQ8FPIe4hU7mg
DQ5e/wtktPaoQnGIMqhhYmLwGRrcnyex0qvk71WuMyvwgASioiwM6tbnjImh1ozo
SPpdvnXpf+djhjEOh737XyMAut3gBMV2n9Tjvf4eAVxJkBXdIOcFQ3gjcA0KONV2
hpG+dG3th6g9e1sEcqPVBTpOmddH5CjgMiuBRdUqKG4GHBLRE/v16eIkHkX+wKcO
HEjnu7Y8yP7WlFrmyNWITWdzMFyC4f9Dnwmp9GU+smaajsNWOY0UiVu/vzuXEfOQ
JuvJzrO8hS1vph9YurVmQn7YBAoRSbS9RO2oBMq3NxC5e09SM0IpEIxRzS0fNk6G
C5cGDliwe/C7bKFZnx8iJO6hcQOtDpi5/Q72/zGXgurskfaZg+7XzeXT9xBd39SV
8+XxrJsCwtp5/lxgtWVn9hnwTfFInwaTGqvL1ruRAhzVrA5ekBcSVxWF1Mvmxum5
d+L2DNCqQ2pVC4fFxSqcRU6An9gZvDXTbpNqlXH/XEj0FX90FGerMgXg4r2rCssj
ahgubB2Dqq79i0FCuxfin4B2AuLMRJijtdwhDJKjGTNAe+fd5aAwMNEJRnllznGM
sEDMI5U=
=zXJP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to