Results 1 to 3 of 3

Thread: kdelibs4 problem with apt-get unstable

Hybrid View

  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
  •  


Fanxiang 1/2/5/10Pcs 2.5'' SATA SSD Lot 1TB 2TB 4TB 512GB 256GB TLC Internal SSD picture

Fanxiang 1/2/5/10Pcs 2.5'' SATA SSD Lot 1TB 2TB 4TB 512GB 256GB TLC Internal SSD

$739.99



ON SALE TURBOLINK EVO  4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive picture

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive

$199.99



Samsung 860 EVO 250GB SSD MZ-76E250 2.5

Samsung 860 EVO 250GB SSD MZ-76E250 2.5" SATA III Solid State Drive -

$36.99



Western Digital Blue 3D NAND 250GB 2.5

Western Digital Blue 3D NAND 250GB 2.5" SATA III Internal SSD - WDS250G2B0A

$29.99



Netac 1TB 512GB 256GB Internal SSD 2.5inch SATA Solid State Drive lot PC Laptop picture

Netac 1TB 512GB 256GB Internal SSD 2.5inch SATA Solid State Drive lot PC Laptop

$1790.00



SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps picture

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps

$40.99



256GB mSATA SSD DRIVE  MIXED BRAND TESTED WORKING picture

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING

$23.50



SAMSUNG SSD 860 EVO 1TB 960GB 512GB 500GB 480GB 250GB 2.5 6Gbps picture

SAMSUNG SSD 860 EVO 1TB 960GB 512GB 500GB 480GB 250GB 2.5 6Gbps

$125.00



Netac 120GB 256GB 1TB 2TB Internal SSD 2.5'' SATAIII 6Gb/s Solid State Drive lot picture

Netac 120GB 256GB 1TB 2TB Internal SSD 2.5'' SATAIII 6Gb/s Solid State Drive lot

$119.99



Samsung 860 EVO 2TB 2.5

Samsung 860 EVO 2TB 2.5" SATA III 3D NAND SSD MZ-76E2T0 95%-100% Health

$207.00