Gentoo Archives: gentoo-user

From: Hinko Kocevar <hinko.kocevar@×××××××××.si>
To: gentoo-user@l.g.o
Subject: [gentoo-user] xattr
Date: Tue, 18 Nov 2008 09:38:26
Message-Id: 49228C13.7010805@cetrtapot.si
1 Hi,
2
3 trying to emerge latest packages on gentoo systems gives up with following attr errors.
4 I have seen this problems since attr-2.4.39 version, and now it is at attr-2.4.41 and still
5 does not compile!
6
7 /etc/make.conf:
8 USE="-acl -xattr gtk -kde -qt3 -qt4 -gnome dvd alsa cdr X unicode apache2 \
9 mysql php tk -ldap python dbus hal sse sse2 ssse3 jpeg svg \
10 png truetype acpi"
11
12
13 hinkok@alala ~ $ sudo emerge -Davt world
14 ...
15 checking whether the i686-pc-linux-gnu-gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
16 checking dynamic linker characteristics... GNU/Linux ld.so
17 (cached) (cached) checking how to hardcode library paths into programs... immediate
18 checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
19 checking whether we are using the GNU C compiler... (cached) yes
20 checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
21 checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
22 checking for gmake... /usr/bin/gmake
23 checking for tar... /bin/tar
24 checking for gzip... /bin/gzip
25 checking for makedepend... /usr/bin/makedepend
26 checking for awk... /bin/awk
27 checking for sort... /bin/sort
28 checking whether ln -s works... yes
29 checking for msgfmt... /usr/bin/msgfmt
30 checking for msgmerge... /usr/bin/msgmerge
31 checking for xgettext... /usr/bin/xgettext
32 checking for rpm... /bin/rpm
33 ./configure: line 20471: test: too many arguments
34 checking for an ANSI C-conforming const... yes
35 checking for mode_t... yes
36 checking for working alloca.h... yes
37 checking for alloca... yes
38 configure: creating ./config.status
39 config.status: creating include/builddefs
40 config.status: creating include/config.h
41 include/builddefs:58: *** missing separator. Stop.
42 *
43 * ERROR: sys-apps/attr-2.4.41 failed.
44 * Call stack:
45 * ebuild.sh, line 49: Called src_compile
46 * environment, line 2506: Called die
47 * The specific snippet of code:
48 * emake || die
49 * The die message:
50 * (no error message)
51 *
52 * If you need support, post the topmost build error, and the call stack if relevant.
53 * A complete build log is located at '/var/tmp/portage/sys-apps/attr-2.4.41/temp/build.log'.
54 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/attr-2.4.41/temp/environment'.
55 *
56
57 * Messages for package sys-apps/attr-2.4.41:
58
59 *
60 * ERROR: sys-apps/attr-2.4.41 failed.
61 * Call stack:
62 * ebuild.sh, line 49: Called src_compile
63 * environment, line 2506: Called die
64 * The specific snippet of code:
65 * emake || die
66 * The die message:
67 * (no error message)
68 *
69 * If you need support, post the topmost build error, and the call stack if relevant.
70 * A complete build log is located at '/var/tmp/portage/sys-apps/attr-2.4.41/temp/build.log'.
71 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/attr-2.4.41/temp/environment'.
72 *
73
74 alala / # cat /var/tmp/portage/sys-apps/attr-2.4.41/work/attr-2.4.41/include/builddefs
75 ...
76 TTEXT = /usr/bin/xgettext
77
78 RPM = /bin/rpm
79 RPMBUILD = /bin/rpm
80 RPM_VERSION = 6
81 Inc <<<<<<<<< WTF
82 <http://gnu <<<<<<<<< WTF
83 it <<<<<<<<< WTF
84 law <<<<<<<<< WTF
85 <<<<<<<<< WTF
86 Meyering <<<<<<<<< WTF
87
88 ENABLE_SHARED = yes
89 ENABLE_GETTEXT = yes
90
91 HAVE_ZIPPED_MANPAGES =false
92
93 ifneq "$(findstring $(PKG_PLATFORM), linux gnu gnu/kfreebsd gnu/knetbsd)" ""
94 PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
95 endif
96
97 ifeq ($(PKG_PLATFORM),linux)
98 ...
99
100
101 I can live witout attr, but how can I force it *not* be built? I've set USE
102 to -acl and -xattr but it still wants to build attr!?!?!
103
104 Thanks,
105 HK
106 --
107 Hinko Koèevar, OSS developer
108 ÈETRTA POT, d.o.o.
109 Planina 3, 4000 Kranj, SI EU
110 tel ++386 (0) 4 280 66 03
111 e-mail hinko.kocevar@×××××××××.si
112 http www.cetrtapot.si

Replies

Subject Author
Re: [gentoo-user] xattr Dirk Heinrichs <dirk.heinrichs.ext@×××.com>
Re: [gentoo-user] xattr Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
Re: [gentoo-user] xattr Dirk Heinrichs <dirk.heinrichs.ext@×××.com>