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 1Pm98e-00037K-0Y for garchives@archives.gentoo.org; Sun, 06 Feb 2011 18:15:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC71E0A07 for ; Sun, 6 Feb 2011 18:15:06 +0000 (UTC) Received: from mail-px0-f181.google.com (mail-px0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 05DB1E0797 for ; Sun, 6 Feb 2011 17:57:50 +0000 (UTC) Received: by pxi2 with SMTP id 2so1652692pxi.40 for ; Sun, 06 Feb 2011 09:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=YajNZxBbYiG4ft7za0oJqSU5AXZAI8KblmYinCdiXJI=; b=PI712eXF7Tsd6lnlFHfWLs4oOIolMJGtB+4gYcVdTnadXrc29atztF/j8Ou0csnw0y OQwRJ2UW8dCJLQPyt0ZC1GUNIBPK+/CyOPCmZ3Aq9d4it/CRvRURMPIdVR5hTXkfmmOv wrcY6JsiPpEqvUK1+Ka+RoOGRCQjast057uNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IQWMY38Ks1XitxAGb2eD22A4f1wifg191O2bGJXE+XN/D0eFGYHj2V8v4DTQHZMrHU sTC9FAw854TJ4jjHWc2WSVYHMqHtYa4mkJFt+YflUMn3K+WvYnhCe69YTZWV89ryQyIc FyaVSZJMupZ4Ol87SjRhz7WcbBOaB6uIWLPS4= 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 Received: by 10.142.211.15 with SMTP id j15mr11524761wfg.107.1297015070332; Sun, 06 Feb 2011 09:57:50 -0800 (PST) Received: by 10.142.158.13 with HTTP; Sun, 6 Feb 2011 09:57:50 -0800 (PST) In-Reply-To: <4D4EB995.40206@wht.com.au> References: <4D4EB995.40206@wht.com.au> Date: Sun, 6 Feb 2011 12:57:50 -0500 Message-ID: Subject: Re: [gentoo-user] Given the rough end of the pineapple by liblzma.so.0 From: Mike Gilbert To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 823895b676c2b7e3e0ebb1674c07ad53 On Sun, Feb 6, 2011 at 10:09 AM, Andrew Lowe wrote: > telling me to run revdep-rebuild: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0# revdep-rebuild --library '/usr/lib64/liblzma= .so.0' Did it tell you to give the full path the liblzma or just the library name "liblzma.so.0"? I suspect this is where you went astray. Anyway, a simple "revdep-rebuild" with no options should fix your system; you have removed the offending library, so it should detect the breakage automatically.