|
|||||||||||
|
Re: upgrading in sid
From: Daniel Burrows <dburrows(at)debian.org>
Date: Mon Dec 31 2007 - 19:02:01 EST
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You may not know it's there, but you have a local version of libz.so.1 that isn't binary-compatible with the Debian-supplied libz. You're probably better off just deleting this (or moving it to some other name, like was-libz.1); as it is, you risk random breakage and security holes (because you probably aren't getting security updates for your local version of the library). You may want to check if anything else has been placed in /usr/local/bin or /usr/local/lib, and what the timestamps are (run "ls -l /usr/local/bin /usr/local/lib"), as any other files in there will override the system libraries. >> Erk. That means something is hosed in your apt cache. I would guess Huh, interesting. > delete:~# apt-cache showpkg desktop-base shared-mime-info OK, apt believes that version 4.0.4 is available from unstable. But when it goes to actually install that version, it apparently blows up, complaining that no file in the archive actually provides version 4.0.4. At least, that's how I interpret that message (pkgAcqArchive::pkgAcqArchive generates it if QueueNext fails)...although from the source it looks like there are a few other things it could be caused by, such as unusual trust errors. You didn't mention trust problems, though, so I assume that's not what's happening. I wonder what these commands will show: grep -A 1000 "^Package: desktop-base$" /var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages | sed '/^$/,$d' apt-cache policy desktop-base apt-get -s install desktop-base apt-get -s install desktop-base=4.0.4 aptitude -s install desktop-base=4.0.4 aptitude -vvvv show desktop-base
Actually, if you have a way to post large files on the internet, it
would be interesting if you could run
Daniel -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Mon Dec 31 19:02:48 2007 This archive was generated by hypermail 2.1.8 : Fri Feb 29 2008 - 15:57:09 EST |
||||||||||
|
|||||||||||