
Originally Posted by
SoaDMTGguy
What missing dependencies did you have? I had the same problem as you, but I was able to find the correct dependancies on the rpmfind.net mirror.
I have the same problem except that on my machine the latest python will not install because it conflicts with packages left from fc8.
Here you see.
Code:
[masoud] sudo rpm -Uvh python-2.5.1-26.fc9.x86_64.rpm
error: Failed dependencies:
python = 2.5.1-26.fc8 is needed by python-devel-2.5.1-26.fc8.x86_64
python = 2.5.1-26.fc8 is needed by (installed) python-libs-2.5.1-26.fc8.x86_64
python = 2.5.1-26.fc8 is needed by (installed) tkinter-2.5.1-26.fc8.x86_64
python = 2.5.1-26.fc8 is needed by (installed) python-libs-2.5.1-26.fc8.i386
python = 2.5.1-26.fc8 is needed by (installed) python-devel-2.5.1-26.fc8.x86_64
From here I do not know where to go because:
Code:
[masoud] rpm -qa|grep python|grep fc8
python-cheetah-2.0.1-1.fc8.x86_64
python-cherrypy-2.3.0-3.fc8.noarch
python-formencode-0.7.1-2.fc8.noarch
python-ruledispatch-0.5a0-0.7.svnr2306.fc8.x86_64
python-alsaaudio-0.3-1.fc8.x86_64
python-devel-2.5.1-26.fc8.x86_64
python-genshi-0.4.4-2.fc8.noarch
gnome-python2-libwnck-2.20.0-1.fc8.x86_64
gnome-python2-gtksourceview-2.20.0-1.fc8.x86_64
audit-libs-python-1.7.4-1.fc8.x86_64
python-TestGears-0.2-6.fc8.noarch
gnome-python2-totem-2.20.0-1.fc8.x86_64
python-paste-script-1.3.6-1.fc8.noarch
python-nose-0.10.0-2.fc8.noarch
gnome-python2-gtkmozembed-2.19.1-14.fc8.x86_64
python-libs-2.5.1-26.fc8.x86_64
python-turbocheetah-1.0-1.fc8.noarch
python-turbojson-1.1.2-3.fc8.noarch
python-exif-1.0.7-4.fc8.noarch
python-simplejson-1.7.3-1.fc8.x86_64
python-decoratortools-1.6-1.fc8.noarch
python-kid-0.9.6-2.fc8.noarch
python-configobj-4.4.0-2.fc8.noarch
python-libs-2.5.1-26.fc8.i386
python-imaging-tk-1.1.6-4.fc8.x86_64
python-turbokid-1.0.4-1.fc8.noarch
python-psycopg2-2.0.7-1.fc8.x86_64
python-2.5.1-26.fc8.x86_64
python-elixir-0.5.1-1.fc8.noarch
python-sqlalchemy0.3-0.3.11-1.fc8.noarch
python-lxml-1.3.6-1.fc8.x86_64
python-sqlobject-0.9.3-2.fc8.noarch
python-paste-deploy-1.3.1-2.fc8.noarch
gnome-python2-nautilus-cd-burner-2.20.0-1.fc8.x86_64
python-sqlalchemy-0.4.6-1.fc8.noarch
python-setuptools-0.6c8-1.fc8.noarch
Do I need fc9 version of these? Would the rpm merry-go-round stop there? My guess is that this being python, this is just the begining
Any suggestion is appreciated.