LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-29-2007, 11:03 AM   #1
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Rep: Reputation: 15
Unhappy Where do you find missing dependencies ?


Yumex has presented me with a list of missing dependencies. But when I try to resol ve them by selecting the files it has name, I cannot find them. Not even a search can find them. What is the secret to resolving missing dependencies ? Here is the list it gave me:

09:58:28 : Error in Dependency Resolution
09:58:28 : Missing Dependency: libutempter.so.0 is needed by package kdebase
Missing Dependency: libutempter.so.0 is needed by package kdenetwork
Missing Dependency: libnautilus-burn.so.4 is needed by package rhythmbox
Missing Dependency: nautilus-cd-burner >= 2.15.3 is needed by package gnome-python2-nautilus-cd-burner
Missing Dependency: libnautilus-burn.so.4 is needed by package banshee
Missing Dependency: libnotify.so.1 is needed by package rhythmbox
Missing Dependency: libkdnssd.so.1 is needed by package kdebase
Missing Dependency: libgnome-media-profiles.so.0 is needed by package rhythmbox
Missing Dependency: libkdnssd.so.1 is needed by package kdenetwork
Missing Dependency: libkdnssd is needed by package kdelibs
Missing Dependency: pirut is needed by package system-config-kickstart
Missing Dependency: libgnome-media-profiles.so.0 is needed by package gnome-python2-totem
Missing Dependency: libgnomevfs-2.so.0 is needed by package totem-plparser
Missing Dependency: libgnomevfs-2.so.0 is needed by package rhythmbox
Missing Dependency: libgnomevfs-2.so.0 is needed by package totem
Missing Dependency: libgnomevfs-2.so.0 is needed by package NetworkManager-openvpn
Missing Dependency: libgnomevfs-2.so.0 is needed by package gobby
Missing Dependency: libgnomevfs-2.so.0 is needed by package etherape
Missing Dependency: libgnomevfs-2.so.0 is needed by package eiciel
Missing Dependency: libgnomevfs-2.so.0 is needed by package k3d
Missing Dependency: libgnomevfs-2.so.0 is needed by package banshee
Missing Dependency: gnome-python2-gnomevfs is needed by package rhythmbox
Missing Dependency: gnome-python2-gnomevfs is needed by package serpentine
Missing Dependency: libgnomeui-2.so.0 is needed by package NetworkManager-openvpn
Missing Dependency: libgnome-2.so.0 is needed by package etherape
Missing Dependency: mono(gnome-sharp) = 2.16.0.0 is needed by package banshee
Missing Dependency: libbonoboui-2.so.0 is needed by package NetworkManager-openvpn
Missing Dependency: libgnome-2.so.0 is needed by package eiciel
Missing Dependency: libbonoboui-2.so.0 is needed by package totem
Missing Dependency: libbonoboui-2.so.0 is needed by package rhythmbox
Missing Dependency: libuno_sal.so.3(UDK_3_0_0) is needed by package openoffice.org-pyuno
Missing Dependency: libgnome-2.so.0 is needed by package NetworkManager-openvpn
Missing Dependency: libgnome-2.so.0 is needed by package gnome-python2-totem
Missing Dependency: libgnomeui-2.so.0 is needed by package totem
Missing Dependency: libgnome-2.so.0 is needed by package k3d
Missing Dependency: libnautilus-extension.so.1 is needed by package totem
Missing Dependency: libgstaudio-0.10.so.0 is needed by package totem
Missing Dependency: libgnomeui-2.so.0 is needed by package etherape
Missing Dependency: openoffice.org-core = 1:2.2.0-14.11 is needed by package openoffice.org-xsltfilter
Missing Dependency: libbonoboui-2.so.0 is needed by package etherape
Missing Dependency: libgnome-2.so.0 is needed by package totem
Missing Dependency: libnautilus-extension.so.1 is needed by package eiciel
Missing Dependency: libgnome-2.so.0 is needed by package rhythmbox
Missing Dependency: libgnomeui >= 2.6.0 is needed by package rhythmbox
Missing Dependency: libgnome-desktop-2.so.2 is needed by package totem
Missing Dependency: gnome-python2 is needed by package rhythmbox
Missing Dependency: gnome-python2 is needed by package system-config-lvm
Missing Dependency: libgstinterfaces-0.10.so.0 is needed by package rhythmbox
Missing Dependency: gstreamer-plugins-good >= 0.10.0 is needed by package totem
Missing Dependency: gnome-python2-gconf is needed by package serpentine
Missing Dependency: gnome-python2-desktop = 2.18.0-1.fc7 is needed by package gnome-python2-totem
Missing Dependency: gnome-python2-canvas is needed by package system-config-lvm
Missing Dependency: libMagick.so.10 is needed by package k3d
Missing Dependency: ImageMagick = 6.3.2.9-3.fc7 is needed by package ImageMagick-c++
Missing Dependency: gnome-python2-gconf is needed by package rhythmbox
Missing Dependency: gstreamer-python is needed by package serpentine
Missing Dependency: gnome-python2-desktop = 2.18.0-1.fc7 is needed by package gnome-python2-nautilus-cd-burner
Missing Dependency: openoffice.org-writer = 1:2.2.0-14.11 is needed by package openoffice.org-emailmerge
 
Old 06-29-2007, 11:23 AM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
What repositories do you have listed in /etc/yum.repos.d/?

Specifically, your /etc/yum.repos.d/fedora.repo should look somewhat like this:
Code:
$ cat /etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-source]
name=Fedora $releasever - Source
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
 
Old 06-29-2007, 11:39 AM   #3
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
[QUOTE=PTrenholme]What repositories do you have listed in /etc/yum.repos.d/?

Thank you for your quick reply.

[fedora]
name=Fedora $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-source]
name=Fedora $releasever - Source
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[myers@Backupserver ~]$
 
Old 06-29-2007, 12:06 PM   #4
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
EDIT: Had to rephrase a question.What repos do you have?
Use: $ ls /etc/yum.repos.d" and get an output like this.
Quote:
$ ls /etc/yum.repos.d
fedora.repo
fedora-updates.repo
fedora-development.repo
fedora-updates-testing.repo
livna.repo
livna-testing.repo
livna-devel.repo
.

Last edited by Ryptyde; 06-29-2007 at 01:46 PM.
 
Old 06-29-2007, 01:31 PM   #5
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
Sorry. Here it is.

[root@Backupserver ~]# ls /etc/yum.repos.d
adobe-linux.repo
fedora.repo
fedora-updates-testing.repo
fedora-development.repo
fedora-updates.repo
[root@Backupserver ~]#

Yumex didn't show all these. I thought it was using only Fedora and Updates.

Last edited by OralDeckard; 06-29-2007 at 01:38 PM.
 
Old 06-29-2007, 01:35 PM   #6
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
12345678910

Last edited by OralDeckard; 06-29-2007 at 01:49 PM.
 
Old 06-29-2007, 01:53 PM   #7
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
Normally all that would be enabled is the "fedora.repo and fedora-updates.repo"

What package is giving you problems? If it is something from outside of the "normal" fedora repos that could cause the problem with resolving dependencies.

Edit: when you run yumex it should show which repos that are enabled.

.

Last edited by Ryptyde; 06-29-2007 at 01:56 PM.
 
Old 06-29-2007, 02:45 PM   #8
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
When I run Yumex is shows all but Adobe, but I apparently only paid attention to the two that were checked. It definitely does not show Adobe, and I have no use for updates.testing or development at this time.

So do you think that if I were to comment out those repos it would go better?
 
Old 06-29-2007, 02:55 PM   #9
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
I opened the folder to comment out the lines, but they weren't lines in a file. They were files. So I moved all but two into a Hold folder and tried again.

I got the same thing, but it probably reads them during initial fire-up of Yumex.
Is there any way I can close Yumex without losing all my selections ? I put a lot of work into it and don't know if I can ever get it as perfect again.
 
Old 06-29-2007, 03:02 PM   #10
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
One more observation.

I have been able to find some of the files it claims it needs, such as pirut and openoffice.org-writer, and in every case they are already installed. I have tried to add the missing dependencies with yum install, but in every case it says there is nothing to do, like it does when the package is already installed.

Could it simply be wrong about the dependencies being missing? And how do I get it to move on?
 
Old 06-29-2007, 05:00 PM   #11
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
How did this problem start? A fresh install? An update? Remove a package?

You shouldn't be having dependency problems if what you are installing is from a Fedora repo.

Another thing if you are running your system as root user and are accessing and moving files around recklessly you will end up with a useless system and have to re-install.

Last edited by Ryptyde; 06-29-2007 at 05:05 PM.
 
Old 06-29-2007, 08:36 PM   #12
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
Its a fresh installation of Fedora 7 32 bit, not an upgrade. It has been running for about a week on the data drive of our Backup server. It has given no trouble up to this. I have Fedora 7 Installed on my home computer, set to dual boot back to Fedora Core 6 on a separate drive if the need arises, Fedora 7 on a virtual machine, and Fedora 7 on a brand new 500 Gig Seagate Baracuda data drive of the Backup server at work. It dual boots to Fedora Core 6 until I am happy enough with this F7 installation to risk replacing the FC6 on the OS drive with F7.

After that is done I will switch the names and IPs on the Server and Backup Server and re-do the FC6s on the server. With this arrangement I never have to worry about the server going down. If the Server OS has trouble I can reboot to the Fedora on its data drive. If the server hardware has trouble I can rename the Backup sever "Server" and continue. And if that isn't enough I can physically move the data drive to a Windows workstation, turn it on, and have it fire up as the Server.

So this isn't an emergency. I really didn't want to lose the effort of getting the package selection just right, but probably the worst that will happen is that I exit Yumex on Monday and try again, this time doing a few packages at at time.

"
Another thing if you are running your system as root user and are accessing and moving files around recklessly you will end up with a useless system and have to re-install."

Huh? I'm not running as root. What makes you think I am moving files around recklessly? Where did that come from ? :|
 
Old 06-29-2007, 09:05 PM   #13
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
"
Another thing if you are running your system as root user and are accessing and moving files around recklessly you will end up with a useless system and have to re-install."

Huh? I'm not running as root. What makes you think I am moving files around recklessly? Where did that come from ? :|

Just thought I'd throw that in as bait and now have a better idea as to what you are doing! Sounds like you have everything under control and are swimming in waters where I've not ventured.

Good Luck!
 
Old 06-29-2007, 09:33 PM   #14
OralDeckard
Member
 
Registered: Mar 2006
Posts: 140

Original Poster
Rep: Reputation: 15
I suspect you thought I was running as root because of the text I clipped from the console window. I got to there by typing su - I moved no files, and exited the console after the ls command. I should have left the dash off the su.

Thank you for trying, and have a nice weekend.
 
  


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
missing dependencies crass SUSE / openSUSE 5 09-14-2005 09:03 AM
Missing dependencies corbis_demon Linux - Newbie 1 06-29-2004 06:32 AM
Missing Dependencies WanabeLinus Mandriva 9 02-09-2004 01:52 PM
Missing Dependencies? phekno Slackware 4 12-13-2003 01:46 PM
missing dependencies andynxn Linux - Software 5 10-20-2003 03:02 PM

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

All times are GMT -5. The time now is 06:07 PM.

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