From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L2N2P-0001bf-U6 for garchives@archives.gentoo.org; Tue, 18 Nov 2008 09:38:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B21E024B; Tue, 18 Nov 2008 09:38:24 +0000 (UTC) Received: from zimbra-mta.cetrtapot.si (zimbra-mta.cetrtapot.si [89.212.80.172]) by pigeon.gentoo.org (Postfix) with ESMTP id 84867E024B for ; Tue, 18 Nov 2008 09:38:24 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra-mta.cetrtapot.si (Postfix) with ESMTP id D1FF519F9B0 for ; Tue, 18 Nov 2008 10:38:21 +0100 (CET) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -4.399 X-Spam-Level: X-Spam-Status: No, score=-4.399 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] Received: from zimbra-mta.cetrtapot.si ([127.0.0.1]) by localhost (zimbra-mta.cetrtapot.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lzObLmY1P6da for ; Tue, 18 Nov 2008 10:38:17 +0100 (CET) Received: from [172.31.65.135] (unknown [192.168.66.2]) by zimbra-mta.cetrtapot.si (Postfix) with ESMTP id 9043119F9AC for ; Tue, 18 Nov 2008 10:38:17 +0100 (CET) Message-ID: <49228C13.7010805@cetrtapot.si> Date: Tue, 18 Nov 2008 10:34:11 +0100 From: Hinko Kocevar User-Agent: Thunderbird 2.0.0.16 (X11/20080707) 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] xattr Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: abe0bdd2-2e50-4058-8112-91eeeb586dff X-Archives-Hash: 032b0c2715f22c17e401970531cc42e6 Hi, trying to emerge latest packages on gentoo systems gives up with followin= g attr errors. I have seen this problems since attr-2.4.39 version, and now it is at att= r-2.4.41 and still does not compile! /etc/make.conf: USE=3D"-acl -xattr gtk -kde -qt3 -qt4 -gnome dvd alsa cdr X unicode apach= e2 \ mysql php tk -ldap python dbus hal sse sse2 ssse3 jpeg svg \ png truetype acpi" hinkok@alala ~ $ sudo emerge -Davt world ... checking whether the i686-pc-linux-gnu-gfortran linker (/usr/i686-pc-linu= x-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs...= immediate checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) n= one needed checking for gmake... /usr/bin/gmake checking for tar... /bin/tar checking for gzip... /bin/gzip checking for makedepend... /usr/bin/makedepend checking for awk... /bin/awk checking for sort... /bin/sort checking whether ln -s works... yes checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for rpm... /bin/rpm ./configure: line 20471: test: too many arguments checking for an ANSI C-conforming const... yes checking for mode_t... yes checking for working alloca.h... yes checking for alloca... yes configure: creating ./config.status config.status: creating include/builddefs config.status: creating include/config.h include/builddefs:58: *** missing separator. Stop. *=20 * ERROR: sys-apps/attr-2.4.41 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2506: Called die * The specific snippet of code: * emake || die * The die message: * (no error message) *=20 * If you need support, post the topmost build error, and the call stack = if relevant. * A complete build log is located at '/var/tmp/portage/sys-apps/attr-2.4= .41/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/a= ttr-2.4.41/temp/environment'. *=20 * Messages for package sys-apps/attr-2.4.41: *=20 * ERROR: sys-apps/attr-2.4.41 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2506: Called die * The specific snippet of code: * emake || die * The die message: * (no error message) *=20 * If you need support, post the topmost build error, and the call stack = if relevant. * A complete build log is located at '/var/tmp/portage/sys-apps/attr-2.4= .41/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/a= ttr-2.4.41/temp/environment'. *=20 alala / # cat /var/tmp/portage/sys-apps/attr-2.4.41/work/attr-2.4.41/incl= ude/builddefs ... TTEXT =3D /usr/bin/xgettext RPM =3D /bin/rpm RPMBUILD =3D /bin/rpm RPM_VERSION =3D 6 Inc <<<<<<<<< WTF