Your message dated Fri, 17 Feb 2012 01:09:58 +0100
with message-id <1329437398.16014.27.ca...@julia.gcs.org.hu>
and subject line python-babel used as build-dependency in turbogears2-doc
2.1.1-1
has caused the Debian Bug report #660137,
regarding turbogears2-doc: FTBFS: ImportError: No module named babel
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.)
--
660137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660137
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: turbogears2-doc
Version: 2.0+svn6611-2
Severity: serious
Justification: fails to build from source
turbogears2-doc FTBFS in a minimal chroot:
| sphinx-build -b html -d _build/doctrees . _build/html
| Running Sphinx v1.1.2
|
| Exception occurred:
| File "/usr/lib/pymodules/python2.7/sphinx/cmdline.py", line 188, in main
| warningiserror, tags)
| File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 102, in
__init__
| confoverrides or {}, self.tags)
| File "/usr/lib/pymodules/python2.7/sphinx/config.py", line 215, in __init__
| exec code in config
| File "/build/turbogears2-doc-CjGwmK/turbogears2-doc-2.0+svn6611/conf.py", line
15, in <module>
| from tg.release import version as tg_release_version
| File "/usr/lib/pymodules/python2.7/tg/__init__.py", line 58, in <module>
| from tg.controllers import TGController, redirect, url, lurl, abort
| File "/usr/lib/pymodules/python2.7/tg/controllers/__init__.py", line 1, in
<module>
| from dispatcher import ObjectDispatcher
| File "/usr/lib/pymodules/python2.7/tg/controllers/dispatcher.py", line 24, in
<module>
| from tg.i18n import setup_i18n
| File "/usr/lib/pymodules/python2.7/tg/i18n.py", line 5, in <module>
| from babel import parse_locale
| ImportError: No module named babel
| The full traceback has been saved in /tmp/sphinx-err-ZIL5aj.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-dev/>,
| or report them in the tracker at
<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
| make[1]: *** [html] Error 1
Adding python-babel to Build-Depends should fix this problem.
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Version: 2.1.1-1
Format: 1.8
Date: Thu, 16 Feb 2012 11:51:35 +0000
Source: turbogears2-doc
Binary: python-turbogears2-doc
Architecture: source all
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.hu>
Description:
python-turbogears2-doc - documentation for the TurboGears2 web framework
Closes: 608777 658927
Changes:
turbogears2-doc (2.1.1-1) unstable; urgency=low
.
* New maintainer (closes: #658927), new upstream release.
* Rework packaging:
- change d/rules to use debhelper instead of cdbs (this fixes objects.inv
previously compressed problem [closes: #608777]),
- use 3.0 (quilt) source format,
- add no_network.patch to don't try to use network during building,
- use Standards-Version 3.9.2 ,
- remove embedded jquery and underscore javascript libraries, link to
their packaged files.
--- End Message ---