Results 1 to 5 of 5
Hello
I'm trying to install the following packages:
Code:
yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel-2.10.1-2.i586
but I get depsolving problems.
Here is the output:
Code:
Setting up Install Process
...
- 02-04-2010 #1Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Missing Dependency
Hello
I'm trying to install the following packages:
but I get depsolving problems.Code:yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel-2.10.1-2.i586
Here is the output:
Does anyone know how I can resolve this? Any suggestions please?Code:Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package glibc-devel.i586 0:2.10.1-2 set to be updated --> Processing Dependency: glibc = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586 --> Processing Dependency: glibc-headers = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586 ---> Package tcl-devel.x86_64 1:8.5.6-6.fc11 set to be updated ---> Package tk-devel.x86_64 1:8.5.6-4.fc11 set to be updated ---> Package xorg-x11-server-devel.x86_64 0:1.6.4-0.1.fc11 set to be updated --> Processing Dependency: libpciaccess-devel for package: xorg-x11-server-devel-1.6.4-0.1.fc11.x86_64 --> Processing Dependency: pkgconfig(pciaccess) for package: xorg-x11-server-devel-1.6.4-0.1.fc11.x86_64 --> Running transaction check ---> Package glibc-devel.i586 0:2.10.1-2 set to be updated --> Processing Dependency: glibc = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586 --> Processing Dependency: glibc-headers = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586 ---> Package libpciaccess-devel.x86_64 0:0.10.5-1.fc11 set to be updated --> Finished Dependency Resolution glibc-devel-2.10.1-2.i586 from fedora has depsolving problems --> Missing Dependency: glibc = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora) glibc-devel-2.10.1-2.i586 from fedora has depsolving problems --> Missing Dependency: glibc-headers = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora) Error: Missing Dependency: glibc = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora) Error: Missing Dependency: glibc-headers = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
Thanks a lotOne Love!!!
- 02-04-2010 #2
Do you need a specific version of glibc-devel for any particular reason? Does the problem happen if you do:
Code:yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel
Linux user #126863 - see http://linuxcounter.net/
- 02-05-2010 #3Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Not really.
But I need the 32-bit version of glibc-devel
No problems when I do:
but it installed the 64-bit version. Can you please let me know how can I get the 32-bit version?Code:yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel
Thank youOne Love!!!
- 02-05-2010 #4
You could try this: take a look what the latest version available is:
and install that on a yum line of its own.Code:yum list available |grep glibc-devel
There is a way to set the platform type in your command line to yum, but I forget what it is and I'm at work (on a non-Linux operating system at the moment).
The other solution is to use a graphical tool like yumex and tick the box for the i686 or i586 version of glibc-devel.Linux user #126863 - see http://linuxcounter.net/
- 02-08-2010 #5Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
After a lot searching on the web I managed to find the 32-bit version and installed it for with no problems.
Thank you for trying to help me Roxoff and for the useful yum install tips.One Love!!!


Reply With Quote