Your message dated Tue, 07 May 2013 12:55:02 +0000
with message-id <[email protected]>
and subject line Bug#706580: fixed in git-cola 1.8.3-1
has caused the Debian Bug report #706580,
regarding git-cola: FTBFS with Sphinx 1.2: UnicodeDecodeError: 'ascii' codec
can't decode byte 0xe2 in position 288: 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 [email protected]
immediately.)
--
706580: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706580
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: git-cola
Version: 1.8.2-1
Severity: important
Tags: patch
User: [email protected]
Usertags: sphinx1.2
When rebuilt against python-sphinx 1.2~b1+dfsg-1 (available in
experimental), git-cola failed to build from source:
| sphinx-build -b html -d _build/doctrees . _build/html
| Making output directory...
| Running Sphinx v1.2b1
| loading pickled environment... not yet created
| loading intersphinx inventory from http://docs.python.org/objects.inv...
| WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to
<class 'urllib2.URLError'>: <urlopen error [Errno -2] Name or service not known>
| building [html]: targets for 6 source files that are out of date
| updating environment: 6 added, 0 changed, 0 removed
| reading sources... [ 16%] index
| reading sources... [ 33%] intro
| reading sources... [ 50%] mainwindow
| reading sources... [ 66%] relnotes
| reading sources... [ 83%] thanks
| reading sources... [100%] tools
|
| looking for now-outdated files... none found
| pickling environment... done
| checking consistency... done
| preparing documents... done
| writing output... [ 16%] index
| writing output... [ 33%] intro
| writing output... [ 50%] mainwindow
| writing output... [ 66%] relnotes
| writing output... [ 83%] thanks
| writing output... [100%] tools
|
| writing additional files... genindex search
| copying static files... done
| dumping search index... done
| dumping object inventory... done
| build succeeded, 1 warning.
|
| Exception occurred:
| File
"/build/git-cola-oksCdv/git-cola-1.8.2/extras/sphinxtogithub/sphinxtogithub.py",
line 38, in process
| return text.replace( self.from_, self.to )
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 288:
ordinal not in range(128)
| The full traceback has been saved in /tmp/sphinx-err-tBAkdq.log, if you want
to report the issue to the developers.
| Please also report this if it was a user error, so that a better error
message can be provided next time.
| Either send bugs to the mailing list at
<http://groups.google.com/group/sphinx-users/>,
| or report them in the tracker at
<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
| make[2]: *** [html] Error 1
The full traceback was:
| Traceback (most recent call last):
| File "/usr/lib/pymodules/python2.7/sphinx/cmdline.py", line 247, in main
| app.build(force_all, filenames)
| File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 220, in
build
| self.emit('build-finished', None)
| File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 353, in emit
| results.append(callback(self, *args))
| File
"/build/git-cola-oksCdv/git-cola-1.8.2/extras/sphinxtogithub/sphinxtogithub.py",
line 314, in sphinx_extension
| layout.process()
| File
"/build/git-cola-oksCdv/git-cola-1.8.2/extras/sphinxtogithub/sphinxtogithub.py",
line 173, in process
| handler.process()
| File
"/build/git-cola-oksCdv/git-cola-1.8.2/extras/sphinxtogithub/sphinxtogithub.py",
line 54, in process
| text = replacer.process( text )
| File
"/build/git-cola-oksCdv/git-cola-1.8.2/extras/sphinxtogithub/sphinxtogithub.py",
line 38, in process
| return text.replace( self.from_, self.to )
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 288:
ordinal not in range(128)
The problem is that Application.outdir attribute is a unicode string
(rather than byte string) in Sphinx 1.2. The attached patch fixes the
FTBFS. It's not beautiful, but it fixes the problem at hand, and doesn't
make things worse than status quo.
--
Jakub Wilk
--- a/extras/sphinxtogithub/sphinxtogithub.py
+++ b/extras/sphinxtogithub/sphinxtogithub.py
@@ -199,7 +199,7 @@
self.force = force
def create_layout(self, path):
-
+ path = str(path)
contents = self.dir_helper.list_dir(path)
renamer = self.file_helper.move
--- End Message ---
--- Begin Message ---
Source: git-cola
Source-Version: 1.8.3-1
We believe that the bug you reported is fixed in the latest version of
git-cola, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated git-cola
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: SHA1
Format: 1.8
Date: Tue, 07 May 2013 14:20:42 +0200
Source: git-cola
Binary: git-cola
Architecture: source all
Version: 1.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
git-cola - highly caffeinated git GUI
Closes: 706580
Changes:
git-cola (1.8.3-1) unstable; urgency=low
.
* New upstream release.
* Fixes FTBFS with Shinx 1.2 due to UnicodeDecodeError (closes: #706580).
Checksums-Sha1:
50fdde7435d42a7b3b0b25733ec299e1cb8c96ca 1341 git-cola_1.8.3-1.dsc
22c3376c26d642ec94a0ae2481b08a49cd6b41e0 404234 git-cola_1.8.3.orig.tar.gz
8db08ae96b71f95b2855ddd16660a3a9d547854b 7317 git-cola_1.8.3-1.debian.tar.gz
2d60725f6734654cc51529de997a4d021dd09a7a 294716 git-cola_1.8.3-1_all.deb
Checksums-Sha256:
a0b47d85f17f0052d1b1a27fb0f1bdf60f57fc040969529493e156487748553e 1341
git-cola_1.8.3-1.dsc
21b0aaec3d6b1e0edbe3a6bd3f085078ffe15feb812cc0ce87eec023d35705ff 404234
git-cola_1.8.3.orig.tar.gz
79a8ff9c5381ac882fadb396ee347317904427a18bc26a2b6f245ab2233f9264 7317
git-cola_1.8.3-1.debian.tar.gz
c70c5cfe9df05cc46d9a437946ec03afce2d167a52fb893dc4184c94c95d9624 294716
git-cola_1.8.3-1_all.deb
Files:
0f46ccc901c83f1307f1a5bf00ef526d 1341 vcs optional git-cola_1.8.3-1.dsc
5d349406aac21b7a07b79b7829066dec 404234 vcs optional git-cola_1.8.3.orig.tar.gz
7d9bd544520611ce08953ef8457bab32 7317 vcs optional
git-cola_1.8.3-1.debian.tar.gz
b6f7f7fc69725276b53734713cb4de47 294716 vcs optional git-cola_1.8.3-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlGI9tAACgkQMDatjqUaT90/sACfZgR75bWCsTAWUS1jRDvSjHQH
yI8AniF7z7g8tJ3P+00StKCM+0wTFXjG
=sbOu
-----END PGP SIGNATURE-----
--- End Message ---