Opened 11 years ago

Closed 11 years ago

#52 closed defect (fixed)

wrong dependency for python executable (wrong directory) in python-tools

Reported by: Elmar Stellnberger Owned by: Yuri Dario
Priority: major Milestone:
Component: rpm Version:
Severity: Keywords: python-tools
Cc:

Description

trying to install python-tools via yum it searches in /usr/local/bin instead of /usr/bin for the python interpreter which means that I get the following error message:

[e:\home\examples\apmg\chap02]yum install python-tools
Einrichten des Installationsprozess
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Paket python-tools.i386 0:2.6.5-5.oc00 markiert, um aktualisiert zu werden
--> Verarbeite Abhängigkeiten: tkinter = 2.6.5-5.oc00 für Paket: python-tools-2.
6.5-5.oc00.i386
--> Verarbeite Abhängigkeiten: /@unixroot/usr/local/bin/python für Paket: python
-tools-2.6.5-5.oc00.i386
--> Führe Transaktionsprüfung aus
---> Paket python-tools.i386 0:2.6.5-5.oc00 markiert, um aktualisiert zu werden
--> Verarbeite Abhängigkeiten: /@unixroot/usr/local/bin/python für Paket: python
-tools-2.6.5-5.oc00.i386
---> Paket tkinter.i386 0:2.6.5-5.oc00 markiert, um aktualisiert zu werden
--> Verarbeite Abhängigkeiten: /@unixroot/usr/local/bin/python für Paket: python
-tools-2.6.5-5.oc00.i386
--> Abhängigkeitsauflösung beendet
Fehler: Package: python-tools-2.6.5-5.oc00.i386 (netlabs-rel)

Requires: /@unixroot/usr/local/bin/python

Sie können versuchen --skip-broken zu benutzen, um das Problem zu umgehen.
You could try running: rpm -Va --nofiles --nodigest

[e:\home\examples\apmg\chap02]which python
E:\usr\bin\python

Change History (1)

comment:1 Changed 11 years ago by Yuri Dario

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.