Your message dated Wed, 07 Dec 2016 21:07:35 +0000 with message-id <e1cejr9-0001dv...@fasolo.debian.org> and subject line Bug#847172: fixed in sagenb-export 2.0-2 has caused the Debian Bug report #847172, regarding sagenb-export: FTBFS: UnicodeEncodeError: 'ascii' codec can't encode characters in position 41-42: ordinal not in range(128) 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.) -- 847172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847172 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: sagenb-export Version: 2.0-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Dear Maintainer, sagenb-export fails to build from source in unstable/amd64: […] py27 runtests: PYTHONHASHSEED='256193135' py27 runtests: commands[0] | python2.7 -m unittest discover ...E.. ====================================================================== ERROR: test_aleksandra_slapik_44 (test.test_sagenb_writer.ReadSageNB) ---------------------------------------------------------------------- Traceback (most recent call last): File "«BUILDDIR»/test/test_sagenb_writer.py", line 39, in test_aleksandra_slapik_44 ipynb.write(self.tmp_filename(u'WDI projekt - R\xf3\u017cankowski, Kie\u0142pi\u0144ski, Kozok.ipynb')) File "«BUILDDIR»/sagenb_export/ipynb_writer.py", line 58, in write write(ipynb, filename) File "/usr/lib/python2.7/dist-packages/nbformat/__init__.py", line 163, in write with io.open(fp, 'w', encoding='utf-8') as f: UnicodeEncodeError: 'ascii' codec can't encode characters in position 41-42: ordinal not in range(128) ---------------------------------------------------------------------- Ran 6 tests in 0.028s FAILED (errors=1) ERROR: InvocationError: '«BUILDDIR»/.tox/py27/bin/python2.7 -m unittest discover' py35 create: «BUILDDIR»/.tox/py35 py35 inst: «BUILDDIR»/.tox/dist/sagenb_export-2.0.zip py35 installed: decorator==4.0.6,devscripts==2.16.11,entrypoints==0.2.2.post2,ipykernel==4.5.0,ipython==5.1.0,ipython-genutils==0.1.0,Jinja2==2.8,jsonschema==2.5.1,jupyter-client==4.4.0,jupyter-core==4.2.0,MarkupSafe==0.23,mistune==0.7.3,nbconvert==4.2.0,nbformat==4.1.0,notebook==4.2.3,pexpect==4.2.0,pickleshare==0.7.4,pkg-resources==0.0.0,pluggy==0.4.0,prompt-toolkit==1.0.9,ptyprocess==0.5.1,py==1.4.31,Pygments==2.1.3,pyzmq==15.4.0,sagenb-export==2.0,simplegeneric==0.8.1,six==1.10.0,terminado==0.6,tornado==4.4.2,tox==2.5.0,traitlets==4.3.1,virtualenv==15.1.0,wcwidth==0.1.7 py35 runtests: PYTHONHASHSEED='256193135' py35 runtests: commands[0] | python3.5 -m unittest discover ....E. ====================================================================== ERROR: test_aleksandra_slapik_44 (test.test_sagenb_writer.ReadSageNB) ---------------------------------------------------------------------- Traceback (most recent call last): File "«BUILDDIR»/test/test_sagenb_writer.py", line 39, in test_aleksandra_slapik_44 ipynb.write(self.tmp_filename(u'WDI projekt - R\xf3\u017cankowski, Kie\u0142pi\u0144ski, Kozok.ipynb')) File "«BUILDDIR»/sagenb_export/ipynb_writer.py", line 58, in write write(ipynb, filename) File "/usr/lib/python3/dist-packages/nbformat/__init__.py", line 163, in write with io.open(fp, 'w', encoding='utf-8') as f: UnicodeEncodeError: 'ascii' codec can't encode characters in position 43-44: ordinal not in range(128) ---------------------------------------------------------------------- Ran 6 tests in 0.020s FAILED (errors=1) ERROR: InvocationError: '«BUILDDIR»/.tox/py35/bin/python3.5 -m unittest discover' ___________________________________ summary ____________________________________ ERROR: py27: commands failed ERROR: py35: commands failed debian/rules:23: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '«BUILDDIR»' debian/rules:9: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 […] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-sagenb-export.2.0-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: sagenb-export Source-Version: 2.0-2 We believe that the bug you reported is fixed in the latest version of sagenb-export, 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 847...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ximin Luo <infini...@debian.org> (supplier of updated sagenb-export 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: Wed, 07 Dec 2016 20:44:45 +0100 Source: sagenb-export Binary: python-sagenb-export python3-sagenb-export Architecture: source all Version: 2.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Ximin Luo <infini...@debian.org> Description: python-sagenb-export - Convert SageNB Notebooks (Python 2) python3-sagenb-export - Convert SageNB Notebooks (Python 3) Closes: 847172 Changes: sagenb-export (2.0-2) unstable; urgency=medium . * Work around an FTBFS due to a bug in nbformat. (Closes: #847172) Checksums-Sha1: 5c2985ecfdf87f270443a4e2886a521193903bff 2386 sagenb-export_2.0-2.dsc 197d084d7894485916c321584030f9eab646d35a 2868 sagenb-export_2.0-2.debian.tar.xz 0da1df40623990ae1f0d691a06af44dbe52f5eb8 11980 python-sagenb-export_2.0-2_all.deb 4d3282bd3712c866e85b473248a111809f46dd76 11886 python3-sagenb-export_2.0-2_all.deb 0b6db7b451c15330b7ba62b6e8a672127654122f 8251 sagenb-export_2.0-2_amd64.buildinfo Checksums-Sha256: d1e278f9cf50643fd5d0dd4ccd55b1da5d8dda11538b41b23b2b1b1cab3bc91e 2386 sagenb-export_2.0-2.dsc cfc561f02cf3f3e3ff3cea87145d7ca02dc58aa741cd4a5090397cfc486f11eb 2868 sagenb-export_2.0-2.debian.tar.xz aced8e0ed6cd9be582368c0c0363ada763638e980c5fa8fc6dc6f6575b10d3c2 11980 python-sagenb-export_2.0-2_all.deb aa00ca8dd6e6284021b0b3a39b235f25638d2fcecbea96f36bc56ebcad211d67 11886 python3-sagenb-export_2.0-2_all.deb 3b96beee4bf441088b3798b1db1eb9e2bc48ab05de091ba807be5aa952a0665a 8251 sagenb-export_2.0-2_amd64.buildinfo Files: b04b6040e3337a79972270b62548c0cc 2386 python optional sagenb-export_2.0-2.dsc 931d148d919cfc528efe49f9c4396ce2 2868 python optional sagenb-export_2.0-2.debian.tar.xz 8b385bd60217f23c0b1bae65783d7287 11980 python optional python-sagenb-export_2.0-2_all.deb ab58f3fa33b273baa7728f7e58d2cc1d 11886 python optional python3-sagenb-export_2.0-2_all.deb 631b3ce1c0634f2932b557740a858599 8251 python optional sagenb-export_2.0-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJJBAEBCgAzFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAlhIZ60VHGluZmluaXR5 MEBkZWJpYW4ub3JnAAoJEIYN7zuPZQt51pwQALy7heE+bJsuM6WCWvJZiwVDCziL avuGGfS7calqtwo7Y6K/iqcg0SX7iperH1yIfDGXP/fYqQqWs63uk0gxKMe/7zIY LzpeM4pJCbuResSlpkgTp7X8Q6m5LVMfSvFXsPIRTGbqNeGj48Zlu10JDAWT2xLQ kK4wUcMDQYkNbkIhZ10QFfZcBCjTPVSXbNlWyGzZnQkzSZP+2YfBogP4Lj59LIZw PHkJrj9J27JUfY+6dzbB/ydcJc/wyk0KcrR0TRw2xSNuRQd5+JfEE7Xie1OTgb8E Rwz8tnC/BrST/LXucUH1/6V6TBF/n0LThV/isI1oueFzA/ZVlxFWgEKudIlOfMhB U81H7GoCrmGljvtIIiSqM2UHSHmZ3wCFImdfLH3fczcG9DiwA0w9EXOMWTsNfrLr QHhYA5uH0UA6L5oVcnQU0nTuHVT86rmBvSr8TprLF6ZEvb1qNdSctIrh9bKc4wAs C0SVLNZKnOgatF//iRK4O5wQ+aJg0HL47jKIjrDbwfgrlGelQeoREkKsWgaFYBjD kiowK1QjtfGp3EZpiehnwF12VMC6PE4BnQe0KN9ddekldLvekAsfB6WxNMzoUaac rdci2BIJS7SxcGAuWlsfbW2vpE/c0/bTtYmCewX7k3xGnawp44oFX9dObBuYpLMQ DfFIrFyY9DsSM9MI =KOH6 -----END PGP SIGNATURE-----
--- End Message ---