Results 1 to 3 of 3

Thread: kdelibs4 problem with apt-get unstable

  1. #1
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    10

    kdelibs4 problem with apt-get unstable

    I think I have things set up now to use the right sources to upgrade my knoppix 3.2 install to debian unstable. I got my usual anxiousness to move to a new level when kde 3.2 came out and messed with things. As it moves into unstable, I have resolve to just stay with unstable rather than install other new packages before they get there.

    On this quest, I have run into a problem. When I do an apt-get upgrade I get this:

    root@full:/home/ken# apt-get upgrade
    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:
    kdelibs: Depends: kdelibs-data (>= 4:3.2.1-1) but 4:3.2.0-0+cvs20040204+cm is installed
    kdelibs4: Depends: kdelibs-data (>= 4:3.2.1) but 4:3.2.0-0+cvs20040204+cm is installed
    xlibmesa-gl-dev: Depends: xlibmesa-gl (= 4.3.0-5) but it is not installed
    Depends: x-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libx11-dev but it is not installed
    xlibs-dev: Depends: libice-dev but it is not installed
    Depends: libsm-dev but it is not installed
    Depends: libx11-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libxi-dev but it is not installed
    Depends: libxmu-dev but it is not installed
    Depends: libxmuu-dev but it is not installed
    Depends: libxp-dev but it is not installed
    Depends: libxpm-dev but it is not installed
    Depends: libxrandr-dev but it is not installed
    Depends: libxt-dev but it is not installed
    Depends: libxtrap-dev but it is not installed
    Depends: libxtst-dev but it is not installed
    Depends: libxv-dev but it is not installed
    Depends: pm-dev but it is not installed
    Depends: x-dev but it is not installed
    xlibs-static-dev: Depends: x-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libxv-dev but it is not installed
    Depends: libx11-dev but it is not installed
    E: Unmet dependencies. Try using -f.



    I have tried apt-get -f install as shown below. I have tried to remove the open-office package that creates the conflict but apt-get won't remove it for the same reason it won't install the many packages it is trying to upgrade.


    I have poured over apt howto and google searches, but I am stuck. Can someone tell me the magic words to solve this???

    Thanks.

    Ken


    root@full:/home/ken# apt-get upgrade
    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:
    kdelibs: Depends: kdelibs-data (>= 4:3.2.1-1) but 4:3.2.0-0+cvs20040204+cm is installed
    kdelibs4: Depends: kdelibs-data (>= 4:3.2.1) but 4:3.2.0-0+cvs20040204+cm is installed
    xlibmesa-gl-dev: Depends: xlibmesa-gl (= 4.3.0-5) but it is not installed
    Depends: x-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libx11-dev but it is not installed
    xlibs-dev: Depends: libice-dev but it is not installed
    Depends: libsm-dev but it is not installed
    Depends: libx11-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libxi-dev but it is not installed
    Depends: libxmu-dev but it is not installed
    Depends: libxmuu-dev but it is not installed
    Depends: libxp-dev but it is not installed
    Depends: libxpm-dev but it is not installed
    Depends: libxrandr-dev but it is not installed
    Depends: libxt-dev but it is not installed
    Depends: libxtrap-dev but it is not installed
    Depends: libxtst-dev but it is not installed
    Depends: libxv-dev but it is not installed
    Depends: pm-dev but it is not installed
    Depends: x-dev but it is not installed
    xlibs-static-dev: Depends: x-dev but it is not installed
    Depends: libxext-dev but it is not installed
    Depends: libxv-dev but it is not installed
    Depends: libx11-dev but it is not installed
    E: Unmet dependencies. Try using -f.
    root@full:/home/ken# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
    kdelibs-data libice-dev libsm-dev libx11-dev libxext-dev libxi-dev
    libxmu-dev libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxt-dev
    libxtrap-dev libxtst-dev libxv-dev pm-dev x-dev xlibmesa-gl
    Suggested packages:
    xlibmesa-dri
    The following packages will be REMOVED:
    xlibmesa4-dri xlibmesa4-gl
    The following NEW packages will be installed:
    libice-dev libsm-dev libx11-dev libxext-dev libxi-dev libxmu-dev
    libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxt-dev libxtrap-dev
    libxtst-dev libxv-dev pm-dev x-dev xlibmesa-gl
    The following packages will be upgraded:
    kdelibs-data
    1 upgraded, 17 newly installed, 2 to remove and 354 not upgraded.
    26 not fully installed or removed.
    Need to get 0B/10.7MB of archives.
    After unpacking 1524kB disk space will be freed.
    Do you want to continue? [Y/n] y
    (Reading database ... 110136 files and directories currently installed.)
    Preparing to replace kdelibs-data 4:3.2.0-0+cvs20040204+cm (using .../kdelibs-data_4%3a3.2.1-1_all.deb) ...
    Unpacking replacement kdelibs-data ...
    dpkg: error processing /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb (--unpack):
    trying to overwrite `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop', which is also in package openoffice-de-en
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@full:/home/ken# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
    kdelibs-data libice-dev libsm-dev libx11-dev libxext-dev libxi-dev
    libxmu-dev libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxt-dev
    libxtrap-dev libxtst-dev libxv-dev pm-dev x-dev xlibmesa-gl
    Suggested packages:
    xlibmesa-dri
    The following packages will be REMOVED:
    xlibmesa4-dri xlibmesa4-gl
    The following NEW packages will be installed:
    libice-dev libsm-dev libx11-dev libxext-dev libxi-dev libxmu-dev
    libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxt-dev libxtrap-dev
    libxtst-dev libxv-dev pm-dev x-dev xlibmesa-gl
    The following packages will be upgraded:
    kdelibs-data
    1 upgraded, 17 newly installed, 2 to remove and 354 not upgraded.
    26 not fully installed or removed.
    Need to get 0B/10.7MB of archives.
    After unpacking 1524kB disk space will be freed.
    Do you want to continue? [Y/n]
    (Reading database ... 110136 files and directories currently installed.)
    Preparing to replace kdelibs-data 4:3.2.0-0+cvs20040204+cm (using .../kdelibs-data_4%3a3.2.1-1_all.deb) ...
    Unpacking replacement kdelibs-data ...
    dpkg: error processing /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb (--unpack):
    trying to overwrite `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop', which is also in package openoffice-de-en
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@full:/home/ken# # dpkg --force overwrite -i /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    It wants the package xlibmesa-gl from unstable for X so apt-get install xlibmesa-gl/unstable. For the KDE problems you have the right idea with the --force-overwrite you will have to do that a few times depending on how much of the CVS you have installed. After doing the force overwrite you should dpkg --configure -a to configure the packages that were not configured when the error happened you will do this one a few times as well. To check for leftovers from the CVS use COLUMNS=125 dpkg -l | grep 3.2.0-0+c and either upgrade them to the new packages or remove them if their is no new package it is not named correctly for official Debian. And forget the -f advice from apt use apt-get install -s -t unstable package package2 ... until the packages it complains about being missing are satisfied and will install remove the -s from the line to actually install.

  3. #3
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    10
    Thanks for the help. Worked great!
    Ken

Similar Threads

  1. Upgrading kdelibs4 on knoppix 3.8.1, lost my menus
    By katana5 in forum Customising & Remastering
    Replies: 0
    Last Post: 07-05-2005, 07:47 PM
  2. libopenexr0 / kdelibs4 dist-upgrade problem with kanotix
    By yossarian in forum Hdd Install / Debian / Apt
    Replies: 7
    Last Post: 08-25-2004, 01:54 PM
  3. Problem with apt-get update - unstable repository errors
    By Durand Hicks in forum General Support
    Replies: 1
    Last Post: 04-24-2004, 03:42 AM
  4. How do install kdelibs4-dev package ?
    By Mokoshi in forum General Support
    Replies: 2
    Last Post: 09-17-2003, 01:12 PM
  5. Why still unstable 3.1.1 ?
    By MichielioZ in forum Customising & Remastering
    Replies: 1
    Last Post: 04-16-2003, 02:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$37.24



Vampirized Video Toaster Branded Amiga 2000 Desktop Computer w/Flyer Vampire etc picture

Vampirized Video Toaster Branded Amiga 2000 Desktop Computer w/Flyer Vampire etc

$4999.98



AMIGA 2000 Mainboard Rev 6  ASIS picture

AMIGA 2000 Mainboard Rev 6 ASIS

$100.00



Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek picture

Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek

$65.00



Vintage COMMODORE AMIGA A1000 Keyboard & Mouse Untested - As Is - Parts & Repair picture

Vintage COMMODORE AMIGA A1000 Keyboard & Mouse Untested - As Is - Parts & Repair

$129.99



Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse picture

Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse

$360.00



Rare Vintage Commodore Computer Amiga 1200 picture

Rare Vintage Commodore Computer Amiga 1200

$900.00



Internal Floppy Disk Drive Amiga 1000 JU-363-03 PARTS ONLY picture

Internal Floppy Disk Drive Amiga 1000 JU-363-03 PARTS ONLY

$45.00



Amiga Gotek V3.42 External Ivory & BIEGE + 0.96 OLED + Rotary with DF1/ 23p Lead picture

Amiga Gotek V3.42 External Ivory & BIEGE + 0.96 OLED + Rotary with DF1/ 23p Lead

$88.58



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00