Debian Bug report logs -
#588807
ImportError: No module named errors
Reported by: Julian Andres Klode <jak@debian.org>
Date: Mon, 12 Jul 2010 13:30:01 UTC
Severity: serious
Merged with 559572
Found in versions sphinx/0.6.3-1, sphinx/0.6.3-2, sphinx/0.6.6-1
Fixed in versions sphinx/0.6.6-2, sphinx/1.0.1-1
Done: Jakub Wilk <jwilk@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, jak@debian.org, Mikhail Gusarov <dottedmag@dottedmag.net>:
Bug#588807; Package python-sphinx.
(Mon, 12 Jul 2010 13:30:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Andres Klode <jak@debian.org>:
New Bug report received and forwarded. Copy sent to jak@debian.org, Mikhail Gusarov <dottedmag@dottedmag.net>.
(Mon, 12 Jul 2010 13:30:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: python-sphinx
Version: 0.6.6-1
Severity: critical
This causes python-apt to FTBFS:
Traceback (most recent call last):
File "setup.py", line 21, in <module>
from sphinx.setup_command import BuildDoc
File "/usr/lib/python2.6/dist-packages/sphinx/setup_command.py", line 20, in <module>
from sphinx.application import Sphinx
File "/usr/lib/python2.6/dist-packages/sphinx/application.py", line 24, in <module>
from sphinx.config import Config
File "/usr/lib/python2.6/dist-packages/sphinx/config.py", line 17, in <module>
from sphinx.errors import ConfigError
ImportError: No module named errors
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-sphinx depends on:
ii libjs-jquery 1.4.2-2 JavaScript library for dynamic web
ii python 2.6.5-5 An interactive high-level object-o
ii python-docutils 0.6-5 utilities for the documentation of
ii python-jinja2 2.5-1 small but fast and easy to use sta
ii python-pygments 1.3.1+dfsg-1 syntax highlighting package writte
ii python-support 1.0.9 automated rebuilding support for P
Versions of packages python-sphinx recommends:
ii python 2.6.5-5 An interactive high-level object-o
ii python-imaging 1.1.7-1+b1 Python Imaging Library
ii python-simplejson 2.1.1-1 simple, fast, extensible JSON enco
Versions of packages python-sphinx suggests:
pn jsmath <none> (no description available)
-- no debconf information
--
Julian Andres Klode - Debian Developer, Ubuntu Member
See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Mikhail Gusarov <dottedmag@dottedmag.net>:
Bug#588807; Package python-sphinx.
(Sun, 18 Jul 2010 10:45:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Jakub Wilk <jwilk@debian.org>:
Extra info received and forwarded to list. Copy sent to Mikhail Gusarov <dottedmag@dottedmag.net>.
(Sun, 18 Jul 2010 10:45:05 GMT) (full text, mbox, link).
Message #10 received at 588807@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
severity 588807 serious
thanks
* Julian Andres Klode <jak@debian.org>, 2010-07-12, 15:26:
>This causes python-apt to FTBFS:
This doesn't warrant severity critical usually.
>Traceback (most recent call last):
> File "setup.py", line 21, in <module>
> from sphinx.setup_command import BuildDoc
> File "/usr/lib/python2.6/dist-packages/sphinx/setup_command.py", line 20, in <module>
> from sphinx.application import Sphinx
> File "/usr/lib/python2.6/dist-packages/sphinx/application.py", line 24, in <module>
> from sphinx.config import Config
> File "/usr/lib/python2.6/dist-packages/sphinx/config.py", line 17, in <module>
> from sphinx.errors import ConfigError
>ImportError: No module named errors
Are files in /usr/lib/python2.6/dist-packages/sphinx/ symlinks? If this
is the case, please remove the whole directory and merge this bug with
#559572.
--
Jakub Wilk
[signature.asc (application/pgp-signature, inline)]
Severity set to 'serious' from 'critical'
Request was from Jakub Wilk <jwilk@debian.org>
to control@bugs.debian.org.
(Sun, 18 Jul 2010 10:45:06 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Mikhail Gusarov <dottedmag@dottedmag.net>:
Bug#588807; Package python-sphinx.
(Sun, 18 Jul 2010 12:06:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Andres Klode <jak@debian.org>:
Extra info received and forwarded to list. Copy sent to Mikhail Gusarov <dottedmag@dottedmag.net>.
(Sun, 18 Jul 2010 12:06:04 GMT) (full text, mbox, link).
Message #17 received at 588807@bugs.debian.org (full text, mbox, reply):
merge 559572 588807
thanks
On So, 2010-07-18 at 10:55 +0200, Jakub Wilk wrote:
> severity 588807 serious
> thanks
>
> * Julian Andres Klode <jak@debian.org>, 2010-07-12, 15:26:
> >This causes python-apt to FTBFS:
>
> This doesn't warrant severity critical usually.
I don't know why I chose critical.
>
> >Traceback (most recent call last):
> > File "setup.py", line 21, in <module>
> > from sphinx.setup_command import BuildDoc
> > File "/usr/lib/python2.6/dist-packages/sphinx/setup_command.py", line 20, in <module>
> > from sphinx.application import Sphinx
> > File "/usr/lib/python2.6/dist-packages/sphinx/application.py", line 24, in <module>
> > from sphinx.config import Config
> > File "/usr/lib/python2.6/dist-packages/sphinx/config.py", line 17, in <module>
> > from sphinx.errors import ConfigError
> >ImportError: No module named errors
>
> Are files in /usr/lib/python2.6/dist-packages/sphinx/ symlinks? If this
> is the case, please remove the whole directory and merge this bug with
> #559572.
yes, there were symlinks; removing the directory fixes it.
--
Julian Andres Klode - Debian Developer, Ubuntu Member
See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
Merged 559572 588807.
Request was from Julian Andres Klode <jak@debian.org>
to control@bugs.debian.org.
(Sun, 18 Jul 2010 12:06:06 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Tue, 14 Sep 2010 07:31:13 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Tue Jan 9 18:45:40 2018;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.