Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: dev-libs/libgamin-0.1.10-r2 fails to emerge on a multilib profile
Date: Sat, 27 Feb 2010 19:05:39
Message-Id: hmbqbd$v7o$1@dough.gmane.org
In Reply to: [gentoo-user] dev-libs/libgamin-0.1.10-r2 fails to emerge on a multilib profile by Mick
1 On 02/27/2010 10:04 AM, Mick wrote:
2 > Hi All,
3 >
4 > I am trying to install Gentoo on a i7 x86_64 arch machine and libgamin
5 > fails when I try to emerge syslog-ng (it's a dependency of it). This
6 > is my first 64bit machine, so I am not sure if I have made more
7 > mistakes than usual (LOL). This is the error:
8 > ====================================
9
10 > libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gamin.o
11 > -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/libgamin-0.1.10-r2/work/gamin-0.1.10/libgamin/.libs
12 > ../libgamin/.libs/libgamin-1.so /usr/bin /usr/sbin /bin /sbin
13 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14 > -lpthread -march=core2 -msse4 -mcx16 -msahf -Wl,-O1 -Wl,-soname
15 > -Wl,_gamin.so -o .libs/_gamin.so
16 > /usr/bin: file not recognized: Is a directory
17
18 Cool, a new libtool trick. It's trying to link an object file with a
19 directory? Dunno where the real error is, but I'd start with the old
20 shotgun approach by running lafilefixer --justfixit and see if it helps.

Replies