Your message dated Sat, 09 Mar 2019 20:41:50 +0000 with message-id <[email protected]> and subject line Bug#924007: fixed in python-dmidecode 3.12.2-9 has caused the Debian Bug report #924007, regarding python-dmidecode: FTBFS in sid in several ways 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.) -- 924007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924007 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:python-dmidecode Version: 3.12.2-8 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in sid with "dpkg-buildpackage -A" but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python2,python3 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions set -e ;\ for python in python2.7 python3.7; do \ /usr/bin/make PY_BIN=$python ; \ /usr/bin/make PY_BIN=$python-dbg ; \ done [... snipped ...] In file included from /usr/include/python3.7dm/Python.h:118, from src/dmidecodemodule.c:42: /usr/include/python3.7dm/pycapsule.h:28:24: note: expected 'PyCapsule_Destructor' {aka 'void (*)(struct _object *)'} but argument is of type 'void (*)(void *)' PyAPI_FUNC(PyObject *) PyCapsule_New( ^~~~~~~~~~~~~ x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/util.c -o build/temp.linux-x86_64-3.7-pydebug/src/util.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmioem.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmioem.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmidecode.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmidecode.o src/dmidecode.c: In function 'dmi_additional_info': src/dmidecode.c:3907:42: warning: variable 'str_n' set but not used [-Wunused-but-set-variable] xmlNode *data_n = NULL, *str_n = NULL, *val_n = NULL; ^~~~~ x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmixml.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmixml.o src/dmixml.c: In function 'dmixml_buildstr': src/dmixml.c:68:33: warning: pointer targets in passing argument 3 of 'xmlStrVPrintf' differ in signedness [-Wpointer-sign] xmlStrVPrintf(ret, len, xmlfmt, ap); ^~~~~~ In file included from /usr/include/libxml2/libxml/tree.h:18, from src/dmixml.c:40: /usr/include/libxml2/libxml/xmlstring.h:103:17: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} xmlStrVPrintf (xmlChar *buf, ^~~~~~~~~~~~~ x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmierror.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmierror.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmilog.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmilog.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/xmlpythonizer.c -o build/temp.linux-x86_64-3.7-pydebug/src/xmlpythonizer.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/efi.c -o build/temp.linux-x86_64-3.7-pydebug/src/efi.o x86_64-linux-gnu-gcc -pthread -g -Og -Wall -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.7dm -c src/dmidump.c -o build/temp.linux-x86_64-3.7-pydebug/src/dmidump.o creating build/lib.linux-x86_64-3.7-pydebug x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -std=gnu89 -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7-pydebug/src/dmidecodemodule.o build/temp.linux-x86_64-3.7-pydebug/src/util.o build/temp.linux-x86_64-3.7-pydebug/src/dmioem.o build/temp.linux-x86_64-3.7-pydebug/src/dmidecode.o build/temp.linux-x86_64-3.7-pydebug/src/dmixml.o build/temp.linux-x86_64-3.7-pydebug/src/dmierror.o build/temp.linux-x86_64-3.7-pydebug/src/dmilog.o build/temp.linux-x86_64-3.7-pydebug/src/xmlpythonizer.o build/temp.linux-x86_64-3.7-pydebug/src/efi.o build/temp.linux-x86_64-3.7-pydebug/src/dmidump.o -L/usr/lib/python3/dist-packages -L/usr/lib/pymodules/python3.7 -lxml2 -o build/lib.linux-x86_64-3.7-pydebug/dmidecodemod.cpython-37dm-x86_64-linux-gnu.so creating /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg creating /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg/usr creating /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg/usr/lib creating /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg/usr/lib/python3 creating /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg/usr/lib/python3/dist-packages copying build/lib.linux-x86_64-3.7-pydebug/dmidecodemod.cpython-37dm-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-dmidecode-dbg/usr/lib/python3/dist-packages make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_install -i debian/rules override_dh_installdocs make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_installdocs -ppython-dmidecode-dbg --link-doc=python-dmidecode dh_installdocs: No packages to build. Architecture mismatch: amd64, want: all any dh_installdocs -ppython3-dmidecode-dbg --link-doc=python3-dmidecode dh_installdocs: No packages to build. Architecture mismatch: amd64, want: all any dh_installdocs -ppython-dmidecode README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream dh_installdocs: No packages to build. Architecture mismatch: amd64, want: all any dh_installdocs -ppython3-dmidecode README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream dh_installdocs: No packages to build. Architecture mismatch: amd64, want: all any mkdir -p /<<PKGBUILDDIR>>/debian/python-dmidecode-data/usr/share/doc/ cp -r /<<PKGBUILDDIR>>/debian/python-dmidecode/usr/share/doc/python-dmidecode /<<PKGBUILDDIR>>/debian/python-dmidecode-data/usr/share/doc/python-dmidecode-data cp: cannot stat '/<<PKGBUILDDIR>>/debian/python-dmidecode/usr/share/doc/python-dmidecode': No such file or directory make[1]: *** [debian/rules:46: override_dh_installdocs] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:11: binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A". Plain "dpkg-buildpackage" seems to work, but "dpkg-buildpackage -B" seems to fail in every architecture: https://buildd.debian.org/status/package.php?p=python%2ddmidecode Hint: Try splitting override_dh_installdocs into override_dh_installdocs-arch and override_dh_installdocs-indep. While we are at it, please consider uploading in source-only form (dpkg-buildpackage -S) so that these kind of bugs are easier to track. Thanks.
--- End Message ---
--- Begin Message ---Source: python-dmidecode Source-Version: 3.12.2-9 We believe that the bug you reported is fixed in the latest version of python-dmidecode, 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. Sandro Tosi <[email protected]> (supplier of updated python-dmidecode 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: SHA256 Format: 1.8 Date: Sat, 09 Mar 2019 14:49:11 -0500 Source: python-dmidecode Binary: python-dmidecode python-dmidecode-data python-dmidecode-dbg python3-dmidecode python3-dmidecode-dbg Architecture: source all amd64 Version: 3.12.2-9 Distribution: unstable Urgency: medium Maintainer: Sandro Tosi <[email protected]> Changed-By: Sandro Tosi <[email protected]> Description: python-dmidecode - Python extension module for dmidecode python-dmidecode-data - Python extension module for dmidecode (debug) - Data python-dmidecode-dbg - Python extension module for dmidecode (debug) python3-dmidecode - Python extension module for dmidecode - Python 3 python3-dmidecode-dbg - Python extension module for dmidecode (debug) - Python 3 Closes: 924007 Changes: python-dmidecode (3.12.2-9) unstable; urgency=medium . * revert symlink_to_dir for -dbg packages; Closes: #924007 Checksums-Sha1: 70430c06ff7e7c65ebc3c106ae8113e2e5eda955 2461 python-dmidecode_3.12.2-9.dsc 77381447763e3c1a0f21c5590822e16aeb387435 7060 python-dmidecode_3.12.2-9.debian.tar.xz efc70717189b602ec01405d1091326fa587d9ab6 22852 python-dmidecode-data_3.12.2-9_all.deb 93284ff625a14bd8bda6de657e5cd607562c86df 267724 python-dmidecode-dbg_3.12.2-9_amd64.deb 28df23120ab5ec7c277f4f6a6c997336ef43cf86 9625 python-dmidecode_3.12.2-9_amd64.buildinfo 41e399ac35918ea836a07508056bff1b6b9a2c64 75432 python-dmidecode_3.12.2-9_amd64.deb 3dd508e5cbb56a651432018d79421a7622f4a793 323320 python3-dmidecode-dbg_3.12.2-9_amd64.deb 2377e5369b74637548780f8939e5c1fe52c32df5 75228 python3-dmidecode_3.12.2-9_amd64.deb Checksums-Sha256: b3324a66ff685d9fb8792206af1c740b90a292c07c537224c557f457c9bd29ee 2461 python-dmidecode_3.12.2-9.dsc d408a08db79ec89e78ffd165d6b89fa2442284137475fe5f1ec62f4cd68a717e 7060 python-dmidecode_3.12.2-9.debian.tar.xz 81680fc900c41fb3e626d7498e0d3f7f0ab888eb1db4de924ebc9beb3cab60b0 22852 python-dmidecode-data_3.12.2-9_all.deb 2ef34710ebab4d3e095643156a03c44c3d9e75397bad934170e676a5ba979706 267724 python-dmidecode-dbg_3.12.2-9_amd64.deb 31ec5c9d4c73eed5c724aa038a5115d6af53a049638bdec548d974799f7a3e08 9625 python-dmidecode_3.12.2-9_amd64.buildinfo 7e63c9a98ec9b55af9541046a2f3cfef0d21611093c9fdb500f9b7ef0fd0899b 75432 python-dmidecode_3.12.2-9_amd64.deb 37abba83a0c700f4575d6618e2cd07b1f625e768e5b696629cf3c850ae1ed6ba 323320 python3-dmidecode-dbg_3.12.2-9_amd64.deb 2e452e80750eaafe1289a50f6103b9e2f3372f6afcdf06f0bef6ccecd4182e02 75228 python3-dmidecode_3.12.2-9_amd64.deb Files: bdbe38e44423827ce46bf57df3f76f93 2461 python optional python-dmidecode_3.12.2-9.dsc 924f07f518d8dd8f506fb806623cb940 7060 python optional python-dmidecode_3.12.2-9.debian.tar.xz 4993be80a4a208603acecfe3eeafc8cb 22852 python optional python-dmidecode-data_3.12.2-9_all.deb 9abeafa6f76a8a3df469fbe097b706e2 267724 debug optional python-dmidecode-dbg_3.12.2-9_amd64.deb 53b4bf4fd601ed51555242b2103735a4 9625 python optional python-dmidecode_3.12.2-9_amd64.buildinfo 690d88d29a556b2accbed129a519604f 75432 python optional python-dmidecode_3.12.2-9_amd64.deb 594d163e8729ef9ccc02d60517142a1e 323320 debug optional python3-dmidecode-dbg_3.12.2-9_amd64.deb 27ba24774089a01b6d7bf8562f2fa2ff 75228 python optional python3-dmidecode_3.12.2-9_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlyEGU0ACgkQh588mTgB qU8C1RAAp4yOWMIsiKjasX8iGMcqU9TVYI8XSu4JVjbgfS6gxy888WTGTlfufD1k eBci9g9IYHdWp0YN+32DSX4Deio9OP3DIJpVXGbuHj6zA3sjaa2frSQ1uUBgsw8E how1AYzqUxXsWftMP2M5+HGAx1zlXGdSi6DvzsKxcSORr7BIrvziYnqddEzpz/G9 8FoGyuF47Wagjs6dkVG45Jn3sIFxKVLYd+JO+mBxQv6ozxW5c7E2CwKWmQMjuG/y 5x+x9nQ0y66ExeCdlz/8Z4+fumIfUNdWwMPqQJOtq7pDVGvDiwUnSeCVoJogVNe9 GwQosfFMs/ylsypX8gvDYYYHwka1txnOjuplE9KknOApVx9sN8YC9L5/SwvXsH7e gCVSEJ99hLPnw4ZxAUWNYu9moF9EeZmGV+hwjTl6SKu5dgzQtFEfVIluOkbJT9Mw BlNxJIu5k1eYITc/IsJ2wZhvM61GwyaCPoreM+pqHkPRLp/q+3y3KHbrYPjtD1Xi Pr6Kny8zz1jFO+uVmqobKLsp7DN881aMSJr+nIyA9VHMJdOIDXH1hTXFERhhks2u sYp6dchfxUCyB7MraMJESpsZxBIOtcBw7HuoAcT7WnuSn/jDfnkC3hLyz7pmQlCR 2ueQh7rSceGWw2ZZjwGnN3AF7gQBQme1ZPk+n5WAVlRbu0XEYl4= =Hzad -----END PGP SIGNATURE-----
--- End Message ---

