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
  •  


Cisco Meraki MA-SFP-1GB-SX 1000BASE-SX SFP Transceiver Module picture

Cisco Meraki MA-SFP-1GB-SX 1000BASE-SX SFP Transceiver Module

$24.99



Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module picture

Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module

$17.99



Cisco GLC-GE-100FX 100BASE-FX SGMII SFP Transceiver Module picture

Cisco GLC-GE-100FX 100BASE-FX SGMII SFP Transceiver Module

$83.99



Cisco SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28, 850nm, 100m, LC,  picture

Cisco SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28, 850nm, 100m, LC,

$54.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02 picture

SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02

$5.00



Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC picture

Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC

$13.89



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$18.00



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95