Gentoo Archives: gentoo-user

From: Mike Diehl <mdiehl@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't build glib.
Date: Tue, 19 Jun 2007 04:02:54
Message-Id: 200706182156.26916.mdiehl@diehlnet.com
1 Hi all.
2
3 I'm still having difficulty getting my new laptop to build kde. I can't
4 believe how much trouble I've had. Usually, with Gentoo, things "just work."
5
6 Anyway, the problem is with the glib emerge:
7
8 Anyone have any ideas how to start to fix this?
9
10 TIA,
11 ===================================
12
13 make[1]: Entering directory
14 `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
15 Making all in .
16 make[2]: Entering directory
17 `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
18 /bin/sh ./libtool --mode=compile
19 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -DG_ENABLE_DEBUG -O2 -mtune=i686 -pipe -fPIC -Wall -D_REENTRANT -c
20 garray.c
21 ./libtool: line 297: s,^.*/,,g: No such file or directory
22 ./libtool: line 711: -e: command not found
23 *** Warning: inferring the mode of operation is deprecated.
24 *** Future versions of Libtool will require --mode=MODE be specified.
25 ./libtool: line 1022: -e: command not found
26 ./libtool: line 1022: -e: command not found
27 ./libtool: line 1022: -e: command not found
28 ./libtool: line 1022: -e: command not found
29 ./libtool: line 1022: -e: command not found
30 ./libtool: line 1022: -e: command not found
31 ./libtool: line 1022: -e: command not found
32 ./libtool: line 1022: -e: command not found
33 ./libtool: line 1022: -e: command not found
34 ./libtool: line 1022: -e: command not found
35 ./libtool: line 1022: -e: command not found
36 ./libtool: line 1022: -e: command not found
37 ./libtool: line 1022: -e: command not found
38 ./libtool: line 1022: -e: command not found
39 ./libtool: line 1022: -e: command not found
40 ./libtool: line 1050: -e: command not found
41 ./libtool: line 1074: -e: command not found
42 : compile: cannot determine name of library object from `'
43 make[2]: *** [garray.lo] Error 1
44 make[2]: Leaving directory
45 `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
46 make[1]: *** [all-recursive] Error 1
47 make[1]: Leaving directory
48 `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
49 make: *** [all-recursive-am] Error 2
50
51 !!! ERROR: dev-libs/glib-1.2.10-r5 failed.
52 Call stack:
53 ebuild.sh, line 1621: Called dyn_compile
54 ebuild.sh, line 973: Called qa_call 'src_compile'
55 ebuild.sh, line 44: Called src_compile
56 glib-1.2.10-r5.ebuild, line 54: Called die
57
58 !!! (no error message)
59 !!! If you need support, post the topmost build error, and the call stack if
60 relevant.
61 !!! A complete build log is located
62 at '/var/tmp/portage/dev-libs/glib-1.2.10-r5/temp/build.log'.
63 ===========================================
64 --
65 Mike Diehl
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't build glib. Zac Medico <zmedico@g.o>
Re: [gentoo-user] Can't build glib. "Hemmann