Your message dated Sun, 25 Sep 2016 11:51:00 +0000 with message-id <[email protected]> and subject line Bug#838197: fixed in python-tidylib 0.3.0~dfsg-1 has caused the Debian Bug report #838197, regarding python-tidylib: Makes some packages to FTBFS with 'Could not load libtidy' 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.) -- 838197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838197 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:python-markdown Version: 2.6.6-1 Severity: serious Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_testdir -i -O--buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:184: python2.7 setup.py config running config I: pybuild base:184: python3.5 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:184: /usr/bin/python setup.py build running build running build_py [... snipped ...] copying markdown/treeprocessors.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/serializers.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/preprocessors.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/__version__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/inlinepatterns.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/blockparser.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown copying markdown/blockprocessors.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/meta.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/headerid.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/def_list.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/codehilite.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/wikilinks.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/admonition.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/fenced_code.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/sane_lists.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/attr_list.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/extra.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/footnotes.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/tables.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/smarty.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/abbr.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/toc.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/nl2br.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions copying markdown/extensions/smart_strong.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/markdown/extensions running build_scripts creating build/scripts-3.5 copying and adjusting bin/markdown_py -> build/scripts-3.5 changing mode of build/scripts-3.5/markdown_py from 664 to 775 running build_docs debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' PYBUILD_SYSTEM=custom dh_auto_test I: pybuild base:184: python2.7 /<<PKGBUILDDIR>>/run-tests.py --verbose Traceback (most recent call last): File "/<<PKGBUILDDIR>>/run-tests.py", line 3, in <module> import tests File "/<<PKGBUILDDIR>>/tests/__init__.py", line 15, in <module> import tidylib File "/usr/lib/python2.7/dist-packages/tidylib/__init__.py", line 68, in <module> raise OSError("Could not load libtidy using any of these names: %s" % (",".join(LIB_NAMES))) OSError: Could not load libtidy using any of these names: libtidy,libtidy.so,libtidy-0.99.so.0,cygtidy-0-99-0,tidylib,libtidy.dylib,tidy E: pybuild pybuild:276: test: plugin custom failed with: exit code=1: python2.7 /<<PKGBUILDDIR>>/run-tests.py --verbose dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned exit code 13 debian/rules:15: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- The relevant part of the build log is included above. 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 page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: python-tidylib Source-Version: 0.3.0~dfsg-1 We believe that the bug you reported is fixed in the latest version of python-tidylib, 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. Dmitry Shachnev <[email protected]> (supplier of updated python-tidylib 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: Sun, 25 Sep 2016 13:37:46 +0300 Source: python-tidylib Binary: python-tidylib python3-tidylib pytidylib-doc Architecture: source Version: 0.3.0~dfsg-1 Distribution: unstable Urgency: medium Maintainer: Janos Guljas <[email protected]> Changed-By: Dmitry Shachnev <[email protected]> Description: python-tidylib - Python 2 wrapper for HTML Tidy (tidylib) python3-tidylib - Python 3 wrapper for HTML Tidy (tidylib) pytidylib-doc - Python wrapper for HTML Tidy (tidylib) documentation Closes: 838197 Changes: python-tidylib (0.3.0~dfsg-1) unstable; urgency=medium . * Team upload. * New upstream release. * Add a patch to use ctypes.util.find_library instead of the hard-coded list of library names (0002-Use-find_library.patch, closes: #838197). * Add autopkgtests, running upstream test suite. Checksums-Sha1: addcfcdd94dd295603c60fb50a6356a5f588f0d0 2347 python-tidylib_0.3.0~dfsg-1.dsc f57c601241a6c1db70625ab2dd94d49be2e4c5a3 10004 python-tidylib_0.3.0~dfsg.orig.tar.gz 6166d0641378bcfe889c9d412e76dfa78bc2dd15 5632 python-tidylib_0.3.0~dfsg-1.debian.tar.xz Checksums-Sha256: f1d86fbc268300aa5fbed9f8d0b6162547a31c32f5858f89fb55a42d5e21709c 2347 python-tidylib_0.3.0~dfsg-1.dsc 2bc56e6769abc6935d67942c8edb6a1cd92082075a349979c88ec50b4a15789f 10004 python-tidylib_0.3.0~dfsg.orig.tar.gz 29e8c693d897c96a5e371a74ae10726acd664a8d8d4481b0bf13c95d4ac4d648 5632 python-tidylib_0.3.0~dfsg-1.debian.tar.xz Files: 65fe53ba7fe096efaa9c8db4f55b5477 2347 python optional python-tidylib_0.3.0~dfsg-1.dsc 358bbdd102d5199086ca3a4e6936d5f6 10004 python optional python-tidylib_0.3.0~dfsg.orig.tar.gz 42b70807dceaff9884ea3c3f0058a34f 5632 python optional python-tidylib_0.3.0~dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIwBAEBCAAaBQJX564kExxtaXR5YTU3QGRlYmlhbi5vcmcACgkQ1v5xA2P4XdOe AhAAhQAY8YPXfmdLVORpNRxuCw1URfQ1i8xg5UFYyWkFXHJmnAxsoEcmVHl4LfYI IHld02Zi7aDbH8U5WGkSEw7xbxVKZasGKBCQez1s3KgpfVdCYaL9VRJk61LLgiVG 5xpfk0jdq+nr6jRz/eFabFWviNp60JAdpbWy01Zk1RwSnCIytZlfMjDM8nK4Sn9j TFrjfjzG83nUUNoZVi9AKKuxmGfi6bFyjnVQvISD9kOXmUnfxZ3P9UbH6IE4O/cz CpR6zjAcou5v+6Ac7FmuMlkmV3WJOPsk8VV+uF4vWe5fVEWlBJhUD8v/d4z8b9si Rg2Aq+og1pp5ZNPzl8gIgq/RaRAz94D5VcpL6iu7amQOIGqdFWbo5wVmTlUQ+iqm 5i8uiNKdCHIVOnAtpm7chm4hm9a4GUn+DDmDgGyBfI6ABKhm0VFA0am1A3wdG1pq 8thF0GUjqOzfaOukuIppoy7ka6vm5NjQo2KomtvSAu628yyQe+S+roDZ45y60+i5 08wrEjPK/z4GG5FeIXqT4xH4PidhEf0sO/0Dd4mU3mncP3wNZNxV0inM3FSTCYfw DdlapOwRLyUe3uiDmYs2st7Z4kOGyOy23lOp3bqo3iThIn+IzpoDgCm71KK3kqwb thY/wdY2PmuvJfX+iI9J8HmyuQ3q4FYfoBJ15mJgxkBrGsY= =cbOu -----END PGP SIGNATURE-----
--- End Message ---

