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
  •  


Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays picture

Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays

$649.99



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb picture

Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb

$374.99



Dell PowerEdge R620 Dual Intel Xeon E5-2640 v2 @2.00GHz 192GB RAM No HDD H710P picture

Dell PowerEdge R620 Dual Intel Xeon E5-2640 v2 @2.00GHz 192GB RAM No HDD H710P

$250.00



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w

$359.99



Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD picture

Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD

$99.99



DELL R640 10SFF Server 2x Gold 6152 2.1GHz =44 Cores 64GB H730p 4xRJ45 picture

DELL R640 10SFF Server 2x Gold 6152 2.1GHz =44 Cores 64GB H730p 4xRJ45

$959.00