Gentoo Archives: gentoo-user

From: Simon Hunt <chesemonkyloma@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] libXfont 1.4.0 fails to emerge
Date: Sun, 30 Aug 2009 08:16:44
Message-Id: 20090830132540.GA2450@gentoo-desktop
1 I need libXfont-1.4.0 because xf86-video-intel-2.7.99.902-r1 depends on
2 xorg-server-1.6.3 which depends on libXfont-1.4.0. But libXfont fails to
3 emerge. Here is the end of the libXfont build.log:
4
5
6 libtool: link: i686-pc-linux-gnu-gcc -shared .libs/dummy.o -Wl,--whole-archive fontfile/.libs/libfontfile.a FreeType/.libs/libft.a bitmap/.libs/libbitmap.a builtins/.libs/libbuiltins.a fc/.libs/libfc.a util/.libs/libutil.a stubs/.libs/libstubs.a -Wl,--no-whole-archive /usr/lib/libfreetype.so -lbz2 -lm /usr/lib/libfontenc.so -lz -march=i686 -Wl,-O1 -Wl,-soname -Wl,libXfont.so.1 -o .libs/libXfont.so.1.4.1
7 bitmap/.libs/libbitmap.a: member bitmap/.libs/libbitmap.a(bitscale.o) in archive is not an object
8 collect2: ld returned 1 exit status
9 make[3]: *** [libXfont.la] Error 1
10 make[3]: Leaving directory `/var/tmp/portage/x11-libs/libXfont-1.4.0/work/libXfont-1.4.0/src'
11 make[2]: *** [all-recursive] Error 1
12 make[2]: Leaving directory `/var/tmp/portage/x11-libs/libXfont-1.4.0/work/libXfont-1.4.0/src'
13 make[1]: *** [all-recursive] Error 1
14 make[1]: Leaving directory `/var/tmp/portage/x11-libs/libXfont-1.4.0/work/libXfont-1.4.0'
15 make: *** [all] Error 2
16 *
17 * ERROR: x11-libs/libXfont-1.4.0 failed.
18 * Call stack:
19 * ebuild.sh, line 49: Called src_compile
20 * environment, line 3109: Called x-modular_src_compile
21 * environment, line 3894: Called x-modular_src_make
22 * environment, line 3934: Called die
23 * The specific snippet of code:
24 * emake || die "emake failed"
25 * The die message:
26 * emake failed
27 *
28 * If you need support, post the topmost build error, and the call stack if relevant.
29 * A complete build log is located at '/var/tmp/portage/x11-libs/libXfont-1.4.0/temp/build.log'.
30 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libXfont-1.4.0/temp/environment'.
31 *