LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-10-2005, 06:34 AM   #1
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
APT unresolved dependencies


I'm running Debian Sarge, newly installed. Added some repos, 'apt-get update' is now ok. Also ran 'apt-get -f install' just to make sure.
In Synaptic I mark dvdrip, message is: depends on transcode but it is not going to be installed.
Marking transcode gives same message concerning libvorbis0.
It seems libvorbis0a is installed, therefore libvorbis0 can not be installed - or some 500 packages will be removed.

I want transcode, what can I do?
(Also I would be interrested in knowing why I can't install both libvorbis - they have different names, these libraries are called from other apps with full name I believe?)

My repos: I took from this list APT repos and removed all that returned error messages w 'apt-get update' (that was most of them).
Code:
deb ftp://ftp.se.debian.org/debian/ stable main contrib non-free
deb ftp://ftp.se.debian.org/debian/ testing main contrib non-free
#deb ftp://ftp.se.debian.org/debian/ unstable main contrib non-free
deb-src ftp://ftp.se.debian.org/debian/ testing main

# Mplayer
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
# deb http://security.debian.org/ testing/updates main

#OpenOffice
deb ftp://ftp.freenet.de/pub/debian-openoffice/ woody main contrib

# Various, mplayer, acroread...
deb ftp://ftp.nerim.net/debian-marillat/ stable main
deb ftp://ftp.nerim.net/debian-marillat/ testing main

# Some tools which are not in the distribution or was there and are removed
# divx4linux, transcode...
 deb ftp://ftp.mowgli.ch/pub/debian sarge unofficial
 deb-src ftp://ftp.mowgli.ch/pub/debian sarge unofficial
 
Old 05-10-2005, 11:37 AM   #2
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Because Debian Unstable is broken. Probably best to try using some other distribution.
 
Old 05-10-2005, 01:55 PM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: APT unresolved dependencies

Quote:
Originally posted by pingu
I'm running Debian Sarge, newly installed. Added some repos, 'apt-get update' is now ok. Also ran 'apt-get -f install' just to make sure.
In Synaptic I mark dvdrip, message is: depends on transcode but it is not going to be installed.
Marking transcode gives same message concerning libvorbis0.
It seems libvorbis0a is installed, therefore libvorbis0 can not be installed - or some 500 packages will be removed.

I want transcode, what can I do?
(Also I would be interrested in knowing why I can't install both libvorbis - they have different names, these libraries are called from other apps with full name I believe?)

My repos: I took from this list APT repos and removed all that returned error messages w 'apt-get update' (that was most of them).
Code:
deb ftp://ftp.se.debian.org/debian/ stable main contrib non-free
deb ftp://ftp.se.debian.org/debian/ testing main contrib non-free
#deb ftp://ftp.se.debian.org/debian/ unstable main contrib non-free
deb-src ftp://ftp.se.debian.org/debian/ testing main

# Mplayer
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
# deb http://security.debian.org/ testing/updates main

#OpenOffice
deb ftp://ftp.freenet.de/pub/debian-openoffice/ woody main contrib

# Various, mplayer, acroread...
deb ftp://ftp.nerim.net/debian-marillat/ stable main
deb ftp://ftp.nerim.net/debian-marillat/ testing main

# Some tools which are not in the distribution or was there and are removed
# divx4linux, transcode...
 deb ftp://ftp.mowgli.ch/pub/debian sarge unofficial
 deb-src ftp://ftp.mowgli.ch/pub/debian sarge unofficial
You should be able to install transcode without that many problems.

Code:
>$ apt-cache policy libvorbis0
libvorbis0:
  Installed: (none)
  Candidate: (none)
  Version Table:

>$ apt-cache policy libvorbis0a
libvorbis0a:
  Installed: 1.1.0-1
  Candidate: 1.1.0-1
  Version Table:
 *** 1.1.0-1 0
        990 http://ftp.de.debian.org testing/main Packages
        600 http://ftp.de.debian.org unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy transcode
transcode:
  Installed: 2:0.6.14-0.4
  Candidate: 2:0.6.14-0.4
  Version Table:
 *** 2:0.6.14-0.4 0
        600 ftp://ftp.nerim.net unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy dvdrip
dvdrip:
  Installed: (none)
  Candidate: 1:0.52.3-0.2
  Version Table:
     1:0.52.3-0.2 0
        600 ftp://ftp.nerim.net unstable/main Packages

>$ su
Password:
[HappyTux:/home/stephen]# apt-get -s install dvdrip
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
   fping (2.4b2-to-ipv6-10)
   libevent-perl (1.04-1)
   libgtk-perl (0.7009-2)
   libgtk-pixbuf-perl (0.7009-2)
   libintl-perl (1.11-1)
Suggested packages:
   ogmtools (1.5-2)
   rar-2.80 (2.80-woody2)
   libopengl-perl (0.54.alan1-3)
   libintl-xs-perl (1.11-1)
Recommended packages:
   xine-ui (0.99.3-1)
   subtitleripper (0.3.4-0.2)
   dvdrip-doc (20030223-0.1)
The following NEW packages will be installed:
   dvdrip (0.52.3-0.2)
   fping (2.4b2-to-ipv6-10)
   libevent-perl (1.04-1)
   libgtk-perl (0.7009-2)
   libgtk-pixbuf-perl (0.7009-2)
   libintl-perl (1.11-1)
0 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
Inst libgtk-perl (0.7009-2 Debian:testing)
Inst libgtk-pixbuf-perl (0.7009-2 Debian:testing)
Inst fping (2.4b2-to-ipv6-10 Debian:testing)
Inst libevent-perl (1.04-1 Debian:testing)
Inst libintl-perl (1.11-1 Debian:testing)
Inst dvdrip (1:0.52.3-0.2 Unofficial Packages Free:unstable)
Conf libgtk-perl (0.7009-2 Debian:testing)
Conf libgtk-pixbuf-perl (0.7009-2 Debian:testing)
Conf fping (2.4b2-to-ipv6-10 Debian:testing)
Conf libevent-perl (1.04-1 Debian:testing)
Conf libintl-perl (1.11-1 Debian:testing)
Conf dvdrip (1:0.52.3-0.2 Unofficial Packages Free:unstable)
As you can see I can have all the programs installed at the same time. I think what is going on is you still have the libvorbis0 wanting to get in there from stable. You should comment out the lines for stable in your sources list then use dselect update to get apt and dpkg databases in sync again. Now try apt-get -s install transcode dvdrip and see what the output looks like and maybe post it here so we can take a look at it remove the -s if the install lokks good to have it actually do it. Oh and make sure that you comment the debian-marillat stable line not just the stable line for your normal debian repo, get rid of the duplicate lines you have in there as well.
 
Old 05-11-2005, 02:13 AM   #4
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Original Poster
Rep: Reputation: 127Reputation: 127
Comment out "unstable" says mhearn
Comment out "stable" says HappyTux ....
OK, I'll try both ways. Right now ftp.nerim.net is unreachable, will retry later on.

While waiting, please enlighten me on this stable/unstable etc thing:
I added "stable" and commented out "unstable" because I want a reasonably stable system. I thought testing and unstable only kept the not-yet-thouroughly -tested things, meaning I should always use stable + optionally testing and/or unstable. If I understand you right, both testing and unstable have complete repos, meaning there is no sense in using more than one, right?
(And now I also see I did a mistake in ftp.nerim.net, commented out the wrong one.)
Some repos use "sarge" which actually is what I have. But this is just a name for latest Debian, not defining "stableness"?

And finally, not that it really matters much, but I'm curious why almost all repos in the list I mentioned earlier didn't work? APT repos
They are supposed to be tested,
Quote:
Repository list (Updated at 6am and 6pm Pacific time daily):
and although it's an unofficial list, apt.org should be reliable?
 
Old 05-11-2005, 07:52 AM   #5
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Debian "stable" means that apt is stable. In other words, everything is guaranteed to be installable. It says nothing about the software inside or how well tested it is. In fact Debian has such ludicrous release cycles that the software in stable is usually pre-historic, and not used by anybody. Stable is used sometimes on servers, but is basically never used on the desktop.

Debian "unstable" is the same as "sarge" at the moment, though soon (or so they say) sarge will become the "stable" branch and "unstable" will become "etch". Debian unstable is constantly updated. Things break, sometimes things are not installable. In the past KDE has been un-operable for a week, and once people were locked out of their own systems are a PAM upgrade went bad. The upside is that it has more recent versions of software.

In case it's not obvious, I'm not a fan of Debian. You either get a choice between an unstable, untested system that's up to date, or a pre-historic version nobody wants to use. It's for this reason a lot of Debian desktop users seem to be migrating to Ubuntu. I personally use Fedora which is similar: there are stable releases every 6-7 months so it's never too far behind, but it is reasonably well tested.
 
Old 05-11-2005, 09:47 AM   #6
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Original Poster
Rep: Reputation: 127Reputation: 127
Well, I'm not a Debian-fan either...
Thing is, at home I have modem-connection only so now that I finally got a job I'm installing home-computer using the schools Internet. Meaning I want to install as many apps as possible, I can't drag my home 'puters to work every now and then.
And Debian has bigger repos than Fedora, lots of apps I couldn't find trying FC3.
But I'm installing one Fedora too, either Fedora or LormaLinux haven't decided yet.
So next week I'll be searching .rpm-mirrors.
 
  


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
apt-get unmet dependencies jeffbarish Debian 9 10-27-2005 12:19 AM
New to apt-get and have broken dependencies aquaboot Debian 9 08-21-2005 02:09 AM
apt not removing dependencies JetJock Debian 11 06-18-2005 02:09 AM
apt doesn't fix all dependencies :(? darkleaf Debian 4 07-25-2004 04:08 AM
apt-get dependencies problem dchiesa Debian 14 04-15-2004 10:11 PM

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

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