Your message dated Sun, 2 Mar 2008 23:19:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: python-central | python
has caused the Debian Bug report #467372,
regarding python-central | python
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.)
--
467372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467372
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-central
Version: 0.5.12 and 0.5.15-0.1
Problems have been reported before (f.i. #380597) , I suppose the dependency
system is not properly set up with this package (or other python-related
packages).
[EMAIL PROTECTED]: # dpkg --configure fetchmailconf
Setting up fetchmailconf (6.3.6-1etch1) ...
/var/lib/dpkg/info/fetchmailconf.postinst: /usr/bin/pycentral: /usr/bin/python:
bad interpreter: No such file or directory
dpkg: error processing fetchmailconf (--configure):
subprocess post-installation script returned error exit status 126
Errors were encountered while processing:
fetchmailconf
[EMAIL PROTECTED]: # ln -s /usr/bin/python2.4 /usr/bin/python
[EMAIL PROTECTED]: # dpkg --configure fetchmailconf
Setting up fetchmailconf (6.3.6-1etch1) ...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1373, in ?
main()
File "/usr/bin/pycentral", line 1367, in main
rv = action.run(global_options)
File "/usr/bin/pycentral", line 870, in run
requested = pyversions.requested_versions_for_runtime(pkg.version_field,
version_only=True)
File "/usr/share/pycentral-data/pyversions.py", line 162, in
requested_versions_for_runtime
old = old_versions(version_only=True)
File "/usr/share/pycentral-data/pyversions.py", line 62, in old_versions
return [v[6:] for v in _old_versions]
TypeError: iteration over non-sequence
dpkg: error processing fetchmailconf (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
fetchmailconf
[EMAIL PROTECTED]: # rm -f /usr/bin/python
[EMAIL PROTECTED]: # ln -s /usr/bin/python2.1 /usr/bin/python
[EMAIL PROTECTED]: # dpkg --configure fetchmailconf
Setting up fetchmailconf (6.3.6-1etch1) ...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 4, in ?
from optparse import OptionParser
ImportError: No module named optparse
dpkg: error processing fetchmailconf (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
fetchmailconf
[EMAIL PROTECTED]: # 380597 ??? Wontfix
-- installed python-central_0.5.15-0.1 over 0.5.12.
[EMAIL PROTECTED]: # dpkg --configure fetchmailconf
Setting up fetchmailconf (6.3.6-1etch1) ...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 4, in ?
from optparse import OptionParser
ImportError: No module named optparse
dpkg: error processing fetchmailconf (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
fetchmailconf
[EMAIL PROTECTED]: # dpkg -i /path/to/reportbug_3.31_all.deb
Selecting previously deselected package reportbug.
(Reading database ... 91349 files and directories currently installed.)
Unpacking reportbug (from .../reportbug_3.31_all.deb) ...
Setting up reportbug (3.31) ...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 4, in ?
from optparse import OptionParser
ImportError: No module named optparse
dpkg: error processing reportbug (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
reportbug
#####
[EMAIL PROTECTED]: $ reportbug
Traceback (most recent call last):
File "/usr/bin/reportbug", line 39, in ?
import optparse, re, os, pwd, time, locale, commands, checkversions
ImportError: No module named optparse
#####
Irrelevant Information:
[EMAIL PROTECTED]: # cat /proc/version
Linux version 2.6.18-mashmash (Version:) ([EMAIL PROTECTED]) (gcc version 4.1.2
20061115 (prerelease) (Debian 4.1.1-21)) #1 Wed Feb 13 18:52:23 UTC 2008
[EMAIL PROTECTED]: # dpkg -s libc6
[...]
Version: 2.7-6
--
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games!
http://games.entertainment.web.de/de/entertainment/games/free
--- End Message ---
--- Begin Message ---
This is not a bug.
> [EMAIL PROTECTED]: # rm -f /usr/bin/python
> [EMAIL PROTECTED]: # ln -s /usr/bin/python2.1 /usr/bin/python
If you play around with any files installed by dpkg you are on your
own. This will be more robust in 0.6, but 2.1 was never meant to be
used with the tool.
--- End Message ---