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 1Mzgyk-0003gS-5i for garchives@archives.gentoo.org; Mon, 19 Oct 2009 01:24:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E93E0712; Mon, 19 Oct 2009 01:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B5914E0712 for ; Mon, 19 Oct 2009 01:24:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 54DC167BE7 for ; Mon, 19 Oct 2009 01:24:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.201 X-Spam-Level: X-Spam-Status: No, score=-3.201 required=5.5 tests=[AWL=-0.602, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4KyuO8RMhPMw for ; Mon, 19 Oct 2009 01:23:57 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 918A366FBE for ; Mon, 19 Oct 2009 01:23:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MzgyV-0001zh-CI for gentoo-user@gentoo.org; Mon, 19 Oct 2009 03:23:51 +0200 Received: from adsl-69-234-187-231.dsl.irvnca.pacbell.net ([69.234.187.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 03:23:51 +0200 Received: from w41ter by adsl-69-234-187-231.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 03:23:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Remaining inconsistencies after revdep-rebuild -- libgomp.la missing Date: Sun, 18 Oct 2009 18:23:30 -0700 Message-ID: References: <184110a70910181731l1261df40ya61923588720aa22@mail.gmail.com> 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-187-231.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5pre) Gecko/20091018 Shredder/3.0pre In-Reply-To: <184110a70910181731l1261df40ya61923588720aa22@mail.gmail.com> Sender: news X-Archives-Salt: e2a443d4-246e-4c26-ae6a-612033ce595a X-Archives-Hash: 360ec7ea56f510ea5b882213a1026f86 On 10/18/2009 05:31 PM, Mike Mazur wrote: > Hi, > > When I run revdep-rebuild, I get something like the following: > > [...] > * 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. This is apparently unnecessary and sometimes counterproductive. Try emerging lafilefixer and then run lafilefixer --justfixit. It couldn't hurt, and might help.