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 1Mzkyk-00055p-5x for garchives@archives.gentoo.org; Mon, 19 Oct 2009 05:40:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F32E0618; Mon, 19 Oct 2009 05:40:20 +0000 (UTC) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DCBDE0618 for ; Mon, 19 Oct 2009 05:40:20 +0000 (UTC) Received: by pzk33 with SMTP id 33so3316615pzk.2 for ; Sun, 18 Oct 2009 22:40:20 -0700 (PDT) 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=9g3Hd7P2qr8Z92sNlQZ0NbDhbJK8+sUiEf73r32yr0E=; b=umetSr0n7NT4D0QUtgtbnBeu6mrKVmYYxND7xFPx6JZJaqr5x4xbUTpIcAMOWM736Q XHo8kUgwLR/AbDN7n1eIGXJYLFeY1XwL5Dj8hR4ci1155S6k2r5FRxQ2dZw+3Is/fENc Ku4cBi8HhWpRY9NEhpbzrph1Aixa8mrfo0d+s= 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=Ki05ijjAk0pWWpCuIIR6KR8yhYBWdEovyYofNQyaa0Rim9KKVRSRmeI/8tr60k5FIh +pbCW7VsX+k81ALRKr8jQ9YyU+WeIF37QhpBa5s63rMwLSdFuDFGAlqt2U4V/vGGG80R vUh5deKL2pRArAH84i0sUxCh6FeMWnsBuqu10= 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.115.102.9 with SMTP id e9mr5305936wam.199.1255930819863; Sun, 18 Oct 2009 22:40:19 -0700 (PDT) In-Reply-To: <184110a70910181916k38894e4cp60655ded81814dfc@mail.gmail.com> References: <184110a70910181731l1261df40ya61923588720aa22@mail.gmail.com> <184110a70910181852t36409dc2ta1e801224ec59b29@mail.gmail.com> <184110a70910181916k38894e4cp60655ded81814dfc@mail.gmail.com> Date: Mon, 19 Oct 2009 13:40:19 +0800 Message-ID: <184110a70910182240u69024261j522c658a291498e6@mail.gmail.com> Subject: Re: [gentoo-user] Re: Remaining inconsistencies after revdep-rebuild -- libgomp.la missing From: Mike Mazur To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 79bdda85-d4ae-4630-8653-2f717d468a9c X-Archives-Hash: d8102b0d850509ec54995dbc517b02b1 Hi, On Mon, Oct 19, 2009 at 10:16, Mike Mazur wrote: > Hi, > > On Mon, Oct 19, 2009 at 09:52, Mike Mazur wrote: >> Hi, >> >> On Mon, Oct 19, 2009 at 09:23, walt wrote: >>> On 10/18/2009 05:31 PM, Mike Mazur wrote: >>>> Hi, >>>> >>>> When I run revdep-rebuild, I get something like the following: >>>> >>>> [...] >>>> =A0* =A0 broken /usr/lib/ImageMagick-6.5.2/modules-Q16/coders/avi.la >>>> (requires /usr/lib/libgomp.la)... >>> >>> There is a very recent thread addressing the problem of .la files >>> "requiring" other .la files. =A0This is apparently unnecessary and >>> sometimes counterproductive. >>> >>> Try emerging lafilefixer and then run lafilefixer --justfixit. >>> It couldn't hurt, and might help. >> >> OK, will try, thanks. > > That did the trick. revdep-rebuild no longer reports any issues. And here's a blog post and a bug explaining what's going on: http://psykil.livejournal.com/338199.html https://bugs.gentoo.org/283761 Mike