From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pm76k-0001bl-W9 for garchives@archives.gentoo.org; Sun, 06 Feb 2011 16:05:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E12AE0B3C for ; Sun, 6 Feb 2011 16:05:02 +0000 (UTC) Received: from oysternut.exetel.com.au (oysternut-mail.exetel.com.au [58.96.1.228]) by pigeon.gentoo.org (Postfix) with ESMTP id 55056E0AE6 for ; Sun, 6 Feb 2011 15:09:08 +0000 (UTC) Received: from 65.112.96.58.static.exetel.com.au ([58.96.112.65] helo=[192.168.14.2]) by oysternut.exetel.com.au with esmtp (Exim 4.71) (envelope-from ) id 1Pm6Eb-0000in-P7 for gentoo-user@lists.gentoo.org; Mon, 07 Feb 2011 02:09:05 +1100 Message-ID: <4D4EB995.40206@wht.com.au> Date: Sun, 06 Feb 2011 23:09:09 +0800 From: Andrew Lowe Organization: Wombat High Tech User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Given the rough end of the pineapple by liblzma.so.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 3344f95eda326f8e6796cfdc88fd0123 Hi all, I'm updating my machine and things were going well until something died and I got a big long list of reports. You know the ones, that emerge spits out after each package compiles and tells you to run etc-update/revdep-rebuild/gcc-config etc. Anyway, one of them was from: app-arch/xz-utils-5.0.1 telling me to run revdep-rebuild: # revdep-rebuild --library '/usr/lib64/liblzma.so.0' and then delete liblzma # rm '/usr/lib64/liblzma.so.0' Being a good boy, I did as I was told, ran revdep-rebuild then rm, had a bit of a fiddle round to try and fix the thing that caused the initial death and then kicked off the emerge world again. This is where the fun now begins. Now kdelibs-4.6.0-r1 can't find liblzma.so.0. The building of kdelibs now fails with: cmake: error while loading shared libraries: liblzma.so.0: cannot open shared object file: No such file or directory I had a look in /usr/lib and found: ********************* bluey lib # ls -la liblzma*.* -rw-r--r-- 1 root root 911 Feb 6 22:14 liblzma.la lrwxrwxrwx 1 root root 16 Feb 6 22:14 liblzma.so -> liblzma.so.5.0.1 lrwxrwxrwx 1 root root 16 Feb 6 22:14 liblzma.so.5 -> liblzma.so.5.0.1 -rwxr-xr-x 1 root root 141592 Feb 6 22:14 liblzma.so.5.0.1 bluey lib # ********************* No .0, which, as you would remember from before, I've deleted. So what do I do now. I attempted to reinstall xz-utils but nothing changed. Do I need to install an old version of xz-utils? Do I just do a sym link from liblzma.so.5.0.1 to .0 and all will be well. Anyone got any ideas? Any thoughts greatly appreciated, Andrew