Probleme bei dist-upgrade von sarege auf etch

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Iob314
Beiträge: 2
Registriert: 21.03.2007 21:23:24

Probleme bei dist-upgrade von sarege auf etch

Beitrag von Iob314 » 10.01.2008 20:22:43

Hallo,

beim dist-upgrade von sarge auf etch stoße ich auf folgendes Problem, wenn python2.3 auf python2.4 upgegraded werden soll:

Code: Alles auswählen

[...]
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
dpkg: python2.3: dependency problems, but removing anyway as you request:
 python depends on python2.3 (>= 2.3.4-18).
(Reading database ... 45735 files and directories currently installed.)
Removing python2.3 ...
pycentral: pycentral rtremove: installed runtime python2.3 not found
pycentral rtremove: installed runtime python2.3 not found
dpkg: error processing python2.3 (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 python2.3
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:
Setting up python-newt (0.52.2-10) ...
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 python-newt (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python-central:
 python-central depends on python (>= 2.3.5-7); however:
  Version of python on system is 2.3.5-2.
dpkg: error processing python-central (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of reportbug:
 reportbug depends on python-central (>= 0.5.8); however:
  Package python-central is not configured yet.
 reportbug depends on python (>= 2.4); however:
  Version of python on system is 2.3.5-2.
dpkg: error processing reportbug (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python-newt
 python-central
 reportbug
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Das Ganze könnte man lösen, indem ich python komplett deinstalliere und dann wieder re-installiere. Dann jedoch will er MAILMAN eben falls deinstallieren, was mir gar nicht so recht ist.

Kann ich davon ausgehen, daß, wenn ich mailman wieder re-installiere, es genauso wie vorher funktioniert ? Oder weiß jemand eine andere Lösung ?

Antworten