Hi All,
I am getting an "identical dependency loop exceeded" error while trying to install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Has anyone had the same issue? Any suggestions for resolving?
thanks,
Michael
Hi All,
I am getting an "identical dependency loop exceeded" error while tryingto install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Has anyone had the same issue? Any suggestions for resolving?
thanks,
Michael
Michael Griffis wrote:
Hi All,
I am getting an "identical dependency loop exceeded" error while trying to install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Has anyone had the same issue? Any suggestions for resolving?
I have that problem too, a soln would be most welcome
Grizzly(Francis Smit) wrote:
Michael Griffis wrote:
Hi All,
I am getting an "identical dependency loop exceeded" error while trying to install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Has anyone had the same issue? Any suggestions for resolving?
I have that problem too, a soln would be most welcome
Had the same problem, all I did is go to http://rpmfind.org and grab the rpms and installed them works great...............
Bob
Michael Griffis wrote:
I am getting an "identical dependency loop exceeded" error while trying to install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Quote `rpm.livna.org':
"RPM.Livna.org is not a standalone repository You must use rpm.livna.org with Fedora.us repository
http://www.fedora.us/wiki/FedoraHOWTO http://www.fedora.us/wiki/FedoraSources
Do not ask for help about missing libaa/libFLAC/liblzo/libdv/... dependencies. Configure your apt/yum/up2date to use the corresponding stable/testing/unstable repositories from fedora.us which you use from rpm.livna.org and it'll work."
--Kai
So are you saying we have new files to replace the current release already?
Chris
Bob Utterback wrote:
Had the same problem, all I did is go to http://rpmfind.org and grab the rpms and installed them works great...............
Chris Sparks wrote:
This may seem like a dumb question but what is yum?
Yum is an install manager program works on the command line and, is a little like apt-get but I think it's better, it solve your dependency issues downloads the right rpms etc. it's totally yummy :-D
hi,
you should add the http://www.fedora.us repositories let's the faq to this url=http://fedora.artoo.net/
regards
Le sam 29/11/2003 à 18:37, Michael Griffis a écrit :
Hi All,
I am getting an "identical dependency loop exceeded" error while tryingto install totem/xine/mplayer.
I've added the livna-stable sources to /etc/yum.conf however when I run try to install totem, xine or mplayer I get the following message:
Gathering header information file(s) from server(s) Server: Fedora Core 1 - i386 - Base Server: Fedora Compatible Packages (stable) Server: Fedora Core 1 - i386 - Released Updates Finding updated packages Downloading needed headers Resolving dependencies ......identical dependency loop exceeded package xine-lib needs libFLAC.so.4 (not provided) package xine-lib needs libaa.so.1 (not provided) package xine-lib needs libspeex.so.1 (not provided)
Has anyone had the same issue? Any suggestions for resolving?
thanks,
Michael
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
I kick myself for loosing the past post that described this.
I have a Fedora Core 1 server that I didn't install the VNC with the software. Got the binaries from the VNC site, still version 3. Installed it, everything seems right. But one thing I did not do was install TWM. No need; would much rather have KDE running. So I find that the /$HOME/.vnc/xstartup command that runs, references twm on the last line:
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm &
Really want to run KDE. What should I do? There is some file that I make a minor change to and it will work. Can you please resend that pearl of wisdom?
-Lox Thomson
Lox Thomson said:
I kick myself for loosing the past post that described this.
I have a Fedora Core 1 server that I didn't install the VNC with the software. Got the binaries from the VNC site, still version 3.
Why not use the VNC 4 beta4 version that comes with Fedora?
Installed it, everything seems right. But one thing I did not do was install TWM. No need; would much rather have KDE running. So I find that the /$HOME/.vnc/xstartup command that runs,
It's much easier of you use the VNC that Fedora ships (it's already in xstartup, just commented out). But, if you insist:
http://faq.gotomyvnc.com/fom-serve/cache/56.html
On Mon, 8 Dec 2003 18:03:20 -0800 Lox Thomson lox@profitsource.us wrote:
I kick myself for loosing the past post that described this.
I have a Fedora Core 1 server that I didn't install the VNC with the software. Got the binaries from the VNC site, still version 3. Installed it, everything seems right. But one thing I did not do was install TWM. No need; would much rather have KDE running. So I find that the /$HOME/.vnc/xstartup command that runs, references twm on the last line:
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm &
Really want to run KDE. What should I do? There is some file that I make a minor change to and it will work. Can you please resend that pearl of wisdom?
-Lox Thomson
Comment out "twm &" and add "startkde &" on another line. Or just change the line.
thanks
I kick myself for loosing the past post that described this.
I have a Fedora Core 1 server that I didn't install the VNC with the software. Got the binaries from the VNC site, still version 3. Installed it, everything seems right. But one thing I did not do was install TWM. No need; would much rather have KDE running. So I find that the /$HOME/.vnc/xstartup command that runs, references twm on the last line:
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm &
Really want to run KDE. What should I do? There is some file that I make a minor change to and it will work. Can you please resend that pearl of wisdom?
-Lox Thomson
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list