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 1NlUTl-0005CM-9Z for garchives@archives.gentoo.org; Sat, 27 Feb 2010 21:45:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDA2E07A5; Sat, 27 Feb 2010 21:45:15 +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 DF60BE07A5 for ; Sat, 27 Feb 2010 21:45:14 +0000 (UTC) Received: by bwz19 with SMTP id 19so922225bwz.26 for ; Sat, 27 Feb 2010 13:45:14 -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=9VNDw0567fYiTmEhWDCR9kpFbaeHLIebZ1LJJwQZMs8=; b=t0eDzga19+lwaPzakgjvvRfo+CcJ3has6NctjqUa43UYjpCgz/FwfcDXd0E7VFdsu0 oa19RLe1xhLpWDwcOfLy1uS30mEPii4STHnltUgiw6mq4g7DYykza0HOSNVnaQXqKMFc BVbGTPnWAE16FdUCn2AzSJwYfhQwsLMf4dkcQ= 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=bddznWIj/xLUdeQEJ5j39vFgR7UKtfOD/Po0+8NhGfZ5MakvkMRpAbQhPX6hseOSUa kWoUSgCWh79GN0UP7upO9uM16nF16HUncG+U5K9WCyDl+EgjdQNkItOLtpOc+oMOrz27 4QtxU/gEMRNRVYaPBvB10ufGaRWyZg3clKSRg= 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.5.213 with SMTP id 21mr1598622bkw.66.1267307113818; Sat, 27 Feb 2010 13:45:13 -0800 (PST) In-Reply-To: <201002272035.05271.michaelkintzios@gmail.com> References: <358eca8f1002271004m2b62dcc2h7e40a288ba84f400@mail.gmail.com> <201002272035.05271.michaelkintzios@gmail.com> Date: Sat, 27 Feb 2010 23:45:13 +0200 Message-ID: Subject: Re: [gentoo-user] Re: dev-libs/libgamin-0.1.10-r2 fails to emerge on a multilib profile From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 0111ce0f-fd4b-4dfd-8040-b3df18f7a0d4 X-Archives-Hash: 54cb65565218dbd9175b41c706789903 On 2/27/10, Mick wrote: > On Saturday 27 February 2010 19:04:09 walt wrote: >> On 02/27/2010 10:04 AM, Mick wrote: >> > Hi All, >> > >> > I am trying to install Gentoo on a i7 x86_64 arch machine and libgamin >> > fails when I try to emerge syslog-ng (it's a dependency of it). This >> > is my first 64bit machine, so I am not sure if I have made more >> > mistakes than usual (LOL). This is the error: >> > ==================================== >> > >> > libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gamin.o >> > -Wl,-rpath >> > -Wl,/var/tmp/portage/dev-libs/libgamin-0.1.10-r2/work/gamin-0.1.10/libgam >> >in/.libs ../libgamin/.libs/libgamin-1.so /usr/bin /usr/sbin /bin /sbin >> >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> >> > -lpthread -march=core2 -msse4 -mcx16 -msahf -Wl,-O1 -Wl,-soname >> > -Wl,_gamin.so -o .libs/_gamin.so >> > /usr/bin: file not recognized: Is a directory >> >> Cool, a new libtool trick. It's trying to link an object file with a >> directory? Dunno where the real error is, but I'd start with the old >> shotgun approach by running lafilefixer --justfixit and see if it helps. > > That was my first thought too. I ran lafixer and revdep-rebuild after > emerging these and the error shown above came up. grep for pkg-config inside the config.log (and maybe build.log as well). I'm betting on pkg-config not being found, although the ebuild seems to list it as a dependency. (Maybe your chroot settings affect the path?) IIRC another package did the same for me some months ago (sorry, can't remember which). If it couldn't find pkg-config it would still complete configure phase without errors -- but cflags and libs variables that were supposed to be filled with various `pkg-config --libs foo` outputs were in fact filled with the paths from which pkg-config was searched for (in vain) during configuration. And IIRC the result looked nearly identical to the situation here. -- Arttu V.