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 1Nq3nG-0006XA-KA for garchives@archives.gentoo.org; Fri, 12 Mar 2010 12:16:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72545E0BB2; Fri, 12 Mar 2010 12:16:17 +0000 (UTC) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by pigeon.gentoo.org (Postfix) with ESMTP id 301C9E0BB2 for ; Fri, 12 Mar 2010 12:16:17 +0000 (UTC) Received: by bwz19 with SMTP id 19so1017703bwz.26 for ; Fri, 12 Mar 2010 04:16:16 -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; bh=p3xF03A/r9UCke5dVbndjj4MCfUshj+Pr1ktfw2ZEr4=; b=LoZRcutqPmrgIcc5t0k7uc0HXoUcLRxUVpgbMOPUIZn6Ye8KWCUyZY167vgsyZydMs 0alHGhWlUXHEuv6pjgMpzkf19WWsw71NGtBEbs9nPhqSYHXtonh84Cdevk1J9fzZKiHE u1kc6cmksAvX5sxPQslLQM+mMu7AUg0gpg9Ow= 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; b=mCOJdaQsPOtzK1kL1+V+CjAhl4u0ACjX4JGBV69pro7UYV4JuwRcX7sI4zlM4DWZzb 6vSDXiufYv2GE/p3S1l6i9sXMDn/OjhNmeqUo7IJ9yJjw0LgYxOgjX4ZUvIgcAQCcmVN XZoF++w7mhekHKQW2RtoQftPLR55ANLHHi0lA= 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.204.156.217 with SMTP id y25mr1177076bkw.2.1268396176406; Fri, 12 Mar 2010 04:16:16 -0800 (PST) In-Reply-To: <47a330c51003120034x4e9037feld530642989da5191@mail.gmail.com> References: <47a330c51003100028w11a44a61pdcba1e0b41c5cb5c@mail.gmail.com> <47a330c51003110703x4a891508ib2a38ed3afff9ac6@mail.gmail.com> <5bdc1c8b1003110751h28866137j3c20e69dceb99a61@mail.gmail.com> <47a330c51003120005q2c7dda47w286d340387e4fa11@mail.gmail.com> <47a330c51003120034x4e9037feld530642989da5191@mail.gmail.com> Date: Fri, 12 Mar 2010 14:16:16 +0200 Message-ID: Subject: Re: [gentoo-user] Only two people in the gentoo world is having this problem? From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 6671585b-9dca-450a-b521-06b64d18056b X-Archives-Hash: 5c0d5463ef6cfde63264496204159f22 On 3/12/10, Damian wrote: > On Fri, Mar 12, 2010 at 9:05 AM, Damian wrote: >>> Anyway, if it were me I'd nuke the file in a heartbeat, but if OP is >>> too timid for that, he can also quarantine the file first, i.e., move >>> it to some other path where it won't cause trouble (and then delete >>> later). Also, (from the bug) his libarchive.la seems to still list the >>> .la, so he should re-emerge libarchive after moving away the orphaned >>> .la-file (or use lafilefixer?). >> Ok, the OP will try this. If I cannot fix it I will just install gvfs >> without the archive flag. > Ok, so moving the file, reinstalling libarchive, and running > lafilefixer didn't change the situation. > > So I'm using gvfs without the archive flag. Bummer. Are you sure your libarchive.la is not another orphan, just like liblzmadec.la was? Please check (if you are still interested in hunting down the cause). You should probably only end up with that la file if you have USE="static-libs" for libarchive -- which (if I'm reading correctly the paludis output attached in the bug) you do not have currently enabled. But since you have the libarchive.la file on your system you may have had the USE flag enabled at one point, or the ebuild may have changed to allow separate dynamic and static building while your package manager might not have kept up with its records. So, also check the owner of libarchive.la, and clean up if necessary. Actually, since you seem to run a great risk of having more than one orphan .la-file then maybe you should do something like "find /usr -name '*.la' | xargs -r equery belongs" or some such generic flush-out of orphaned .la files. -- Arttu V.