Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Do I need to recompile my kernel ?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
mark
Posts: 37
Joined: 2004-02-15 22:28

Do I need to recompile my kernel ?

#1 Post by mark »

I just wanted to install some stuff and I run in to the following trouble.
Does some know how to solve this?
  • mark@sade:~$ su
    Password:
    sade:/home/mark# apt-get install xmule
    Reading Package Lists... Done
    Building Dependency Tree... Done
    You might want to run `apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    libc6-dev: Depends: libc6 (= 2.3.2.ds1-18) but 2.3.2.ds1-17 is to be installed locales: Depends: glibc-2.3.2.ds1-18
    xmule: Depends: libwxgtk2.4 (>= 2.4.2.6) but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    sade:/home/mark# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
    libc6
    Suggested packages:
    glibc-doc
    The following packages will be upgraded:
    libc6
    1 upgraded, 0 newly installed, 0 to remove and 142 not upgraded.
    3 not fully installed or removed.
    Need to get 0B/4921kB of archives.
    After unpacking 12.3kB disk space will be freed.
    Do you want to continue? [Y/n]
    (Reading database ... 88693 files and directories currently installed.)
    Preparing to replace libc6 2.3.2.ds1-17 (using .../libc6_2.3.2.ds1-18_i386.deb) ...
    WARNING: Your kernel version indicates a revision number
    of 255 or greater. Glibc has a number of built in
    assumptions that this revision number is less than 255.
    If you've built your own kernel, please make sure that any
    custom version numbers are appended to the upstream
    kernel number with a dash or some other delimiter.
    dpkg: error processing /var/cache/apt/archives/libc6_2.3.2.ds1-18_i386.deb (--unpack):
    subprocess pre-installation script returned error exit status 1
    Errors were encountered while processing:
    /var/cache/apt/archives/libc6_2.3.2.ds1-18_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    sade:/home/mark#
  • Linux sade 2.6.814-10-2004 #1 Thu Oct 14 15:16:59 CEST 2004 i686 GNU/Linux

User avatar
kryptos
Posts: 30
Joined: 2004-10-23 09:12
Location: /home

#2 Post by kryptos »

What are you running? Woody, Sarge or Sid? Since it might have something to do with what your kernel needs and what the package needed.

mark
Posts: 37
Joined: 2004-02-15 22:28

#3 Post by mark »

I'm running unstable on this system.

User avatar
AdrianTM
Posts: 2499
Joined: 2004-09-19 01:08

#4 Post by AdrianTM »

post also here the result of "uname -a"

User avatar
kryptos
Posts: 30
Joined: 2004-10-23 09:12
Location: /home

#5 Post by kryptos »

AdrianTM wrote:post also here the result of "uname -a"
Linux sade 2.6.814-10-2004 #1 Thu Oct 14 15:16:59 CEST 2004 i686 GNU/Linux

Guest

#6 Post by Guest »

OK I don't know much about kernel versions I hope somebody who knows better jumps in... anyway "2.6.814-10-2004" doesn't look ok to me, that's why you get that error, it should look like 2.6.8-14-10-2004 or 2.6.8_14...

You can probably recompile and make it look like this, probably this is the best option or you can try to turn off the checks (if possible) in the scripts that you execute.

Maurice
Posts: 41
Joined: 2004-10-06 10:51
Location: Arnhem/ The Netherlands

#7 Post by Maurice »

Since you are running unstable and you've probably used an original Debian kernel image, the problem will be running unstable.

When the error is caused by your kernel, apt another kernel version, reboot into that kernel and try again.

When the error is caused by just running unstable, wait for a few days and try again. Probably the error is corrected by then.

/edit: typo
The greatest obstacle while discovering the shape of the earth, the oceans and the continents was not ignorence, but the illusion of knowledge.

http://linux-box.nl

Post Reply