LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-26-2006, 02:38 PM   #1
spaceuser
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: Debian | Ubuntu | Mint | Android
Posts: 37

Rep: Reputation: 15
Newbie need cdrecord to be installed


Hi!

I run Debian Woody 3.0 with text only. No X-windows and no graphics.

When I run a "apt-get install cdrecord" command, I receive the following:

Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
cdrecord: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
console-common: Depends: console-tools (>= 1:0.2.3dbs-54) but 1:0.2.3-23.3 is to be installed or
kbd
libc6-dev: Depends: libc6 (= 2.3.2.ds1-22) but 2.2.5-6 is to be installed
libdb1-compat: Depends: libc6 (>= 2.2.5-13) but 2.2.5-6 is to be installed
libdb3: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
libnss-db: Depends: libc6 (>= 2.3.2.ds1-21) but 2.2.5-6 is to be installed
locales: Depends: glibc-2.3.2.ds1-22
make: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

What do I need to do to get it installed properly.

TIA
 
Old 02-26-2006, 04:40 PM   #2
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
Did you read the error message?
Quote:
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
Run:
Code:
apt-get update
apt-get -f install
 
Old 02-26-2006, 05:40 PM   #3
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
If you have aptitude(apt-get install aptitude) installed you can use aptitude --with recommends install cdrecord. Or check what packages cdrecord depends on with command apt-cache depends cdrecord and try installing them one at a time 1st until you get no more errors. Good luck.
 
Old 02-26-2006, 06:07 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I would take the line in your sources.list out for whatever repository you have in there that is using the libc6 that is not for the woody distro use apt-get update and apt-get install cdrecord then it should install.
 
Old 02-27-2006, 01:59 AM   #5
spaceuser
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: Debian | Ubuntu | Mint | Android
Posts: 37

Original Poster
Rep: Reputation: 15
Strange...

I did run as you suggested, but end up with as follows:

debian:~# apt-get update
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://non-us.debian.org stable/non-US/main Release
Hit ftp://ftp.sunet.se stable/main Packages
Hit ftp://ftp.sunet.se stable/main Release
Hit ftp://ftp.sunet.se stable/main Sources
Hit ftp://ftp.sunet.se stable/main Release
Hit ftp://ftp.se.debian.org stable/main Packages
Hit ftp://ftp.se.debian.org stable/main Release
Hit ftp://ftp.se.debian.org stable/main Sources
Hit ftp://ftp.se.debian.org stable/main Release
Hit ftp://ftp.se.debian.org stable/main Packages
Hit ftp://ftp.se.debian.org stable/main Release
Hit ftp://ftp.se.debian.org stable/main Sources
Hit ftp://ftp.se.debian.org stable/main Release
Hit ftp://ftp.se.debian.org stable/main Packages
Hit ftp://ftp.se.debian.org stable/main Release
Hit ftp://ftp.se.debian.org stable/main Sources
Hit ftp://ftp.se.debian.org stable/main Release
Reading Package Lists... Done
Building Dependency Tree... Done
debian:~# apt-get install cdrecord
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
cdrecord: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
console-common: Depends: console-tools (>= 1:0.2.3dbs-54) but 1:0.2.3-23.3 is to be installed or
kbd
libc6-dev: Depends: libc6 (= 2.3.2.ds1-22) but 2.2.5-6 is to be installed
libdb1-compat: Depends: libc6 (>= 2.2.5-13) but 2.2.5-6 is to be installed
libdb3: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
libnss-db: Depends: libc6 (>= 2.3.2.ds1-21) but 2.2.5-6 is to be installed
locales: Depends: glibc-2.3.2.ds1-22
make: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian:~#

I must say that I'm totally in the dark here.
 
Old 02-27-2006, 10:33 AM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
You have stable in the lines in the sources.list woody is the old stable now, it is trying to get packages for sarge which is now the stable version, try woody in the lines and see how it goes or you may want to consider an apt-get dist-upgrade to install/upgrade to the sarge packages.
 
Old 02-27-2006, 11:31 AM   #7
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
Before trying dist-upgrade please read the debian woody to sarge upgrade instructions at debian site.http://www.debian.org/releases/stabl...rading.en.html It is not a one step deal.

Last edited by lestoil; 02-27-2006 at 11:57 AM.
 
Old 02-28-2006, 01:10 PM   #8
kloss
Member
 
Registered: Nov 2004
Location: France & Germany
Distribution: (Pure) Debian Etch & Sid
Posts: 116

Rep: Reputation: 15
By the way the last version of cdrecord has a significant improvement : you don't have to bother with scsi names (dev=x,y,z scanbus and so on) ; you can simply burn with /dev/cdrom, and even with nothing : cdrecord foo.iso for instance.

++
 
Old 02-28-2006, 08:43 PM   #9
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I also suggest upgrading to Sarge from Woody. Sarge is the stable branch currently and you will get backports for Sarge with the latest package versions.

I believe that cdrecord is one of those which have undergone a lot of improvements and it might be much more reliable than older versions.
 
Old 03-01-2006, 02:42 PM   #10
spaceuser
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: Debian | Ubuntu | Mint | Android
Posts: 37

Original Poster
Rep: Reputation: 15
Tried to add aptitude, but everything seems to end up with the same problem. I've checked the sources.list.

See below:

debian:~# dpkg -l aptitude
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
pn aptitude <none> (no description available)
debian:~# apt-get install aptitude
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
aptitude: Depends: libsigc++0 but it is not going to be installed
console-common: Depends: console-tools (>= 1:0.2.3dbs-54) but 1:0.2.3-23.3 is to be installed or
kbd
libc6-dev: Depends: libc6 (= 2.3.2.ds1-22) but 2.2.5-6 is to be installed
libdb1-compat: Depends: libc6 (>= 2.2.5-13) but 2.2.5-6 is to be installed
libdb3: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
libnss-db: Depends: libc6 (>= 2.3.2.ds1-21) but 2.2.5-6 is to be installed
locales: Depends: glibc-2.3.2.ds1-22 but it is not installable
make: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian:~#

My sources.list looks like below:

debian:~# cat /etc/apt/sources.list

deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-1 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-7 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-6 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-5 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-4 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-3 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-2 (20020718)]/ unstable contrib main non-US/contrib non-US/main

deb ftp://ftp.se.debian.org/debian/ woody main
deb-src ftp://ftp.se.debian.org/debian/ woody main

deb http://security.debian.org/ woody/updates main


I'm stuck here. Don't know what I need to do now.

Last edited by spaceuser; 03-01-2006 at 02:45 PM.
 
  


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
[Newbie] Installed, but... Murdock123 Linux - Software 1 02-20-2005 03:05 AM
Cant startx (newbie just installed Suse 9.2) coolbreeze7000 SUSE / openSUSE 12 01-29-2005 12:33 PM
Newbie-Just installed Slackware 9.1 and I have no sound Baix Slackware 8 06-21-2004 10:35 PM
newbie;I am a linux newbie who has installed slackware and have run into a few proble MollyJolly Slackware - Installation 6 06-01-2004 11:21 AM
newbie installed linux twice elliott1357 Linux - Newbie 2 08-28-2003 11:10 PM

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

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