LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-19-2006, 02:10 PM   #1
marcel@kraan.net
LQ Newbie
 
Registered: Aug 2003
Location: holland
Distribution: RH
Posts: 4

Rep: Reputation: 0
Fedora yum exclude problem


i have really the --exclude problem
Fedora core 3
yum 2.2.2

yum --exclude=vlc --exclude=cdinfo --exclude=vcdimager-libvcd upgrade



Error: Missing Dependency: libcdio.so.3(CDIO_3) is needed by package vlc
Error: Missing Dependency: libiso9660.so.3(ISO9660_3) is needed by package cdinfo
Error: Missing Dependency: libcdio = 0.71-0 is needed by package cdinfo
Error: Missing Dependency: libcdio.so.3(CDIO_3) is needed by package cdinfo
Error: Missing Dependency: libdvbpsi.so.3 is needed by package vlc
Error: Missing Dependency: libiso9660.so.3 is needed by package cdinfo
Error: Missing Dependency: libcddb.so.0 is needed by package cdinfo
Error: Missing Dependency: libcdio.so.3 is needed by package cdinfo
Error: Missing Dependency: libcddb.so.0 is needed by package vlc
Error: Missing Dependency: libcdio.so.3 is needed by package vlc
Error: Missing Dependency: vcdimager = 0.7.20 is needed by package vcdimager-libvcd

plz help i'am lost!
 
Old 07-19-2006, 05:51 PM   #2
cdhgee
Member
 
Registered: Oct 2003
Location: St Paul, MN
Distribution: Fedora 8, Fedora 9
Posts: 513

Rep: Reputation: 30
try

Code:
yum update --exclude=vlc --exclude=cdinfo --exclude=vcdimager-libvcd
 
Old 07-19-2006, 06:05 PM   #3
marcel@kraan.net
LQ Newbie
 
Registered: Aug 2003
Location: holland
Distribution: RH
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by cdhgee
try

Code:
yum update --exclude=vlc --exclude=cdinfo --exclude=vcdimager-libvcd

Thanks but sorry it's not oke..

Could not find update match for --exclude=vcdimager-libvcd
Could not find update match for --exclude=vlc
Could not find update match for --exclude=cdinfo
No Packages marked for Update/Obsoletion


yum looks the 'solution but it's not that good
 
Old 07-19-2006, 06:12 PM   #4
marcel@kraan.net
LQ Newbie
 
Registered: Aug 2003
Location: holland
Distribution: RH
Posts: 4

Original Poster
Rep: Reputation: 0
yum --exclude=vlc* --exclude=cdinfo* --exclude=vcdimager* update

Plz what iam i missing here?

yum --exclude=vlc* --exclude=cdinfo* --exclude=vcdimager* update

Excluding Packages in global exclude list
Excluding vcdimager - 0.7.23-0.lvn.1.3.i386
Excluding vlc - 0.8.4-0.lvn.3.a.3.i386
Excluding vlc-devel - 0.8.4-0.lvn.3.a.3.i386
Excluding vcdimager-devel - 0.7.23-0.lvn.1.3.i386
Excluding vlc-devel - 0.8.2-0.lvn.3.3.i386
Excluding vlc - 0.8.2-0.lvn.3.3.i386
Finished


Resolving Dependencies
1153350604.63
--> Populating transaction set with selected packages. Please wait.
---> Package libcddb.i386 0:1.2.1-1.fc3 set to be updated
---> Package libdvbpsi.i386 0:0.1.5-0.lvn.1.3 set to be updated
---> Package libcdio.i386 0:0.76-1.fc3 set to be updated
---> Package libdvdcss.i386 0:1.2.9-0.lvn.1.3 set to be updated
---> Package libtar.i386 0:1.2.11-3 set to be updated
--> Running transaction check
# of Deps = 10
--> Processing Dependency: libcdio.so.3(CDIO_3) for package: vlc
--> Processing Dependency: libiso9660.so.3(ISO9660_3) for package: cdinfo
--> Processing Dependency: libcdio = 0.71-0 for package: cdinfo
--> Processing Dependency: libcdio.so.3(CDIO_3) for package: cdinfo
--> Processing Dependency: libdvbpsi.so.3 for package: vlc
--> Processing Dependency: libiso9660.so.3 for package: cdinfo
--> Processing Dependency: libcddb.so.0 for package: cdinfo
--> Processing Dependency: libcdio.so.3 for package: cdinfo
--> Processing Dependency: libcddb.so.0 for package: vlc
--> Processing Dependency: libcdio.so.3 for package: vlc
--> Finished Dependency Resolution

Error: Missing Dependency: libcdio.so.3(CDIO_3) is needed by package vlc
Error: Missing Dependency: libiso9660.so.3(ISO9660_3) is needed by package cdinfo
Error: Missing Dependency: libcdio = 0.71-0 is needed by package cdinfo
Error: Missing Dependency: libcdio.so.3(CDIO_3) is needed by package cdinfo
Error: Missing Dependency: libdvbpsi.so.3 is needed by package vlc
Error: Missing Dependency: libiso9660.so.3 is needed by package cdinfo
Error: Missing Dependency: libcddb.so.0 is needed by package cdinfo
Error: Missing Dependency: libcdio.so.3 is needed by package cdinfo
Error: Missing Dependency: libcddb.so.0 is needed by package vlc
Error: Missing Dependency: libcdio.so.3 is needed by package vlc
 
Old 07-20-2006, 05:39 AM   #5
decrepit
Member
 
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347

Rep: Reputation: 34
That looks like what works for me, all I can suggest is try to update yum itself.
 
Old 07-22-2006, 03:39 PM   #6
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
Do:

# yum whatprovides libcdio.so.3
# yum whatprovides libcdio
# yum whatprovides libiso9660.so.3
# yum whatprovides libdvbpsi.so.3
# yum whatprovides libcddb.so.3

Note for each command line item which of the installed packages provides the file. Then be sure to have those files as part of the --exclude option.
 
Old 07-22-2006, 04:17 PM   #7
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
To expand on Jongi's comment, the problem that's being reported is that the listed packages (that you'r trying to exclude) depend on the specified libraries, and some other update is, presumably, going to replace the libraries with newer versions. And the application packager specified that a newer version of the library would be incompatable with the application.

One solution that might work is to uninstall the three applications, do the yum upgrade (N.B.: upgrade, not update -- there may be newer releases out there that update will skip.), and then re-install the three applications.

Another possible solution might be to see if you could save the older library versions, do the update (or upgrade), and then restore the older libraries, leaving both versions of each library available. This sometimes works.
 
Old 07-24-2006, 07:43 PM   #8
StevenPritchard
LQ Newbie
 
Registered: Jul 2006
Location: Fairview Heights, IL
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
You might also want to try using apt or smart in this situation. Either one should give you a better idea which package is actually causing the problem.
 
Old 07-24-2006, 07:45 PM   #9
StevenPritchard
LQ Newbie
 
Registered: Jul 2006
Location: Fairview Heights, IL
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
You might also want to try installing apt or smart. Either one will give you a better idea which package is actually causing the problem.
 
  


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
fedora core 5 yum problem monny Linux - Newbie 4 07-04-2006 11:30 AM
Exclude updating apps software using yum jojojo Linux - Newbie 1 06-12-2006 02:32 PM
yum exclude not working aoconnor Linux - Software 2 03-16-2006 12:33 PM
Fedora Yum update problem klnasveschuk Fedora 3 10-11-2005 06:26 AM
Howto exclude during yum update mohapi Fedora 4 07-02-2004 10:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:41 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