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 1Npkfg-0002pf-6f for garchives@archives.gentoo.org; Thu, 11 Mar 2010 15:51:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EB2E0993; Thu, 11 Mar 2010 15:51:21 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 05330E0993 for ; Thu, 11 Mar 2010 15:51:20 +0000 (UTC) Received: by pvc30 with SMTP id 30so54633pvc.40 for ; Thu, 11 Mar 2010 07:51:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=pXPCqF5aYbQeHXZ/ahFDnZ1O7KJ0RYp9o+hTYxUrSCU=; b=wD4rgYaDyz6oSjkAL0uM5moyi+ezV+jnfkRJBT/xzP2kUbKQcnEpcCXtJNyWEFihgk qAqvJI8HIUu5nEhGr70CfEyYQrYQvAxjIWybnq7F3m8oUQdUXkP/XxZflQCdr/rdF5Y0 6c/ot+wtTveUcFUT0ej2l6pV4B4dJ98O839dU= 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=iSsFmVHRung7zOf5CeLraIo3tLUC5SdipAemNhtWDqUDdDhYAMSChJZB3AtX5w5tgl P/uIhUizY1JUoSTwzOPSuBDHjyFaAOswd10jaafD15yvhYsXFs51ahGT5Fe/HRUEMnFn zXWfim8YE9PNVZzTpEfPoSIt0Jzu7BgfyicUE= 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.208.2 with SMTP id f2mr1420646wfg.290.1268322680531; Thu, 11 Mar 2010 07:51:20 -0800 (PST) In-Reply-To: <47a330c51003110703x4a891508ib2a38ed3afff9ac6@mail.gmail.com> References: <47a330c51003100028w11a44a61pdcba1e0b41c5cb5c@mail.gmail.com> <47a330c51003110703x4a891508ib2a38ed3afff9ac6@mail.gmail.com> Date: Thu, 11 Mar 2010 07:51:20 -0800 Message-ID: <5bdc1c8b1003110751h28866137j3c20e69dceb99a61@mail.gmail.com> Subject: Re: [gentoo-user] Only two people in the gentoo world is having this problem? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6f42e4ad-8f5a-43e6-b992-da39b57989c9 X-Archives-Hash: b52a7eef5e311ede9cfc4a30d7fb4955 On Thu, Mar 11, 2010 at 7:03 AM, Damian wrote: > On Wed, Mar 10, 2010 at 9:58 PM, Arttu V. wrote: >> On 3/10/10, Damian wrote: >>> While ago I reported a bug regarding gvfs: >>> =C2=A0 =C2=A0 https://bugs.gentoo.org/show_bug.cgi?id=3D302196 >>> >>> It's been unresolved for quite a long time now, so I was wondering if >>> somebody could give me a hint on how to solve this problem. >> >> Are you still using lzma-utils, or have you moved on to xz-utils? > I'm using app-arch/xz-utils. > >> Which package owns your /usr/lib64/liblzmadec.*? (equery belongs >> foofile on Gentoo, dunno what is the equivalent on paludis) > Acording to the output of `paludis --owner /usr/lib64/liblzmadec.la` > no package is the owner. I'm really lost right now... > > This happens when an ebuild doesn't remove packages as well as it installs = them. revdep-rebuild should be telling you that the machine is clean except there are these extra files like /usr/lib64/liblzmadec.la. equery belongs /usr/lib64/liblzmadec.la tells you nothing owns it which means the original package isn't on the system anymore. Since we think /usr/lib64/liblzmadec.la comes from lzma-utils we would use equiery files lzma-utils to determine whether this package provides it. I cannot do that as I don't have lzma-utils on my systems anymore. If you don't have lzma-utils on your system anymore then erase /usr/lib64/liblzmadec.la by hand and run revdep-rebuild -ip again and see if it's clean. Hope this helps, Mark