LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-05-2005, 10:48 AM   #1
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35
xorg runaround.


im trying to install xorg-devel in fedora core 3. when i first tried i got some failed dependencies so i used yum to install 2 of the 3 listed. the third dependency was xorg-lib but yum could not find it so i cp it from my install cd and tried to install it. When i do so i get this message.

[root@x1-6-00-10-b5-f4-57-ac jeff]# rpm -Uvh xorg-x11-libs-6.8.1-12.i386.rpm
error: Failed dependencies:
xorg-x11-libs = 6.8.1-12.FC3.21 is needed by (installed) xorg-x11-xfs-6.8.1-12.FC3.21.i386
xorg-x11-libs = 6.8.1-12.FC3.21 is needed by (installed) xorg-x11-6.8.1-12.FC3.21.i386

according to yum list installed i already have the version of xorg-lib that xorg-devel needs installed but when i try to install xorg-devel i still get the failed depency. (i cp the xorg-devel from the install cd as well) So i am stumped. If anyone has any clue and can help i thank them in advanced.
 
Old 01-05-2005, 11:19 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
FC3 will include all of these on your distro CD, maybe only 6.8.0, not 6.8.1, but it's a lot easy to stick with what you've got... no need to upgrade unless you know why you're doing it, especially with RPM's, as all of the ones you got as deps, will already have been installed as a slightly (probably neglibly) different version. stick to your distro cd's in times like this.
 
Old 01-06-2005, 11:29 AM   #3
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
this just doesn't make logical sense to me:

[jeff@x1-6-00-10-b5-f4-57-ac ~]$ rpm -Ugh xorg-x11-devel-6.8.1-12.i386.rpm
error: Failed dependencies:
xorg-x11-libs = 6.8.1-12 is needed by xorg-x11-devel-6.8.1-12.i386
[jeff@x1-6-00-10-b5-f4-57-ac ~]$ rpm -qa | grep xorg
xorg-x11-xauth-6.8.1-12.FC3.21
xorg-x11-6.8.1-12.FC3.21
xorg-x11-Mesa-libGLU-6.8.1-12.FC3.21
xorg-x11-tools-6.8.1-12.FC3.21
fonts-xorg-75dpi-6.8.1-1
fonts-xorg-base-6.8.1-1
xorg-x11-font-utils-6.8.1-12.FC3.21
fonts-xorg-100dpi-6.8.1-1
xorg-x11-Mesa-libGL-6.8.1-12.FC3.21
xorg-x11-twm-6.8.1-12.FC3.21
xorg-x11-xfs-6.8.1-12.FC3.21
xorg-x11-libs-6.8.1-12.FC3.21
[jeff@x1-6-00-10-b5-f4-57-ac ~]$ rpm -V xorg-x11-libs-6.8.1-12.FC3.21
[jeff@x1-6-00-10-b5-f4-57-ac ~]$

first i try to install it and it says i need packageX. Then i use rpm and it says i already have packageX installed. Then i try to verify it and packageX seems to check out ok. So the only thing i can think of is that either something is making rpm report me incorrect results or the package im trying to install is faulty and not seeing packageX. I cp it from my FC3 install disk and am trying to install it from my home directory. Should i install it straight from the cd? Like maybe something happened in the process of copying. Should i use the system-config menu to install it? I don't know what else i can to do troubleshoot the problem.
 
Old 01-06-2005, 11:32 AM   #4
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
i don't know if this affects whether i should trust what rpm says i have installed or not:

[jeff@x1-6-00-10-b5-f4-57-ac ~]$ rpm -V rpm-4.3.2-21
........? /usr/share/locale/cs/LC_MESSAGES/rpm.mo
........? /usr/share/locale/da/LC_MESSAGES/rpm.mo
........? /usr/share/locale/de/LC_MESSAGES/rpm.mo
........? /usr/share/locale/fi/LC_MESSAGES/rpm.mo
........? /usr/share/locale/fr/LC_MESSAGES/rpm.mo
........? /usr/share/locale/gl/LC_MESSAGES/rpm.mo
........? /usr/share/locale/is/LC_MESSAGES/rpm.mo
........? /usr/share/locale/ja/LC_MESSAGES/rpm.mo
........? /usr/share/locale/ko/LC_MESSAGES/rpm.mo
........? /usr/share/locale/no/LC_MESSAGES/rpm.mo
........? /usr/share/locale/pl/LC_MESSAGES/rpm.mo
........? /usr/share/locale/pt/LC_MESSAGES/rpm.mo
........? /usr/share/locale/pt_BR/LC_MESSAGES/rpm.mo
........? /usr/share/locale/ro/LC_MESSAGES/rpm.mo
........? /usr/share/locale/ru/LC_MESSAGES/rpm.mo
........? /usr/share/locale/sk/LC_MESSAGES/rpm.mo
........? /usr/share/locale/sl/LC_MESSAGES/rpm.mo
........? /usr/share/locale/sr/LC_MESSAGES/rpm.mo
........? /usr/share/locale/sv/LC_MESSAGES/rpm.mo
........? /usr/share/locale/tr/LC_MESSAGES/rpm.mo
[jeff@x1-6-00-10-b5-f4-57-ac ~]$

but doing yum list installed | grep xorg shows i have xorg-lib installed and when i do rpm -V for yum i get no output.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
replace 'xfree86' by 'xorg' in your xorg config file dindoung Linux - Newbie 2 02-26-2005 04:43 AM
ATI Drivers 3.12.0 with Xorg 6.7, Xorg 6.8 Gary987 Linux - Hardware 0 09-15-2004 07:10 PM
Xorg, Xorg -configure fail kupek85 Linux - Software 3 08-05-2004 08:09 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM
Considering Xorg, Slack favors Xorg over Xfree Nichole_knc Slackware 7 06-13-2004 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration