| View previous topic :: View next topic |
| Author |
Message |
Hinko Kocevar Guest
|
Posted: Tue Nov 18, 2008 3:40 pm Post subject: [gentoo-user] xattr |
|
|
Hi,
trying to emerge latest packages on gentoo systems gives up with following attr errors.
I have seen this problems since attr-2.4.39 version, and now it is at attr-2.4.41 and still
does not compile!
/etc/make.conf:
USE="-acl -xattr gtk -kde -qt3 -qt4 -gnome dvd alsa cdr X unicode apache2 \
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-linux-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) none 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.
*
* 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)
*
* 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/attr-2.4.41/temp/environment'.
*
* Messages for package sys-apps/attr-2.4.41:
*
* 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)
*
* 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/attr-2.4.41/temp/environment'.
*
alala / # cat /var/tmp/portage/sys-apps/attr-2.4.41/work/attr-2.4.41/include/builddefs
....
TTEXT = /usr/bin/xgettext
RPM = /bin/rpm
RPMBUILD = /bin/rpm
RPM_VERSION = 6
Inc <<<<<<<<< WTF
<http://gnu <<<<<<<<< WTF
it <<<<<<<<< WTF
law <<<<<<<<< WTF
<<<<<<<<< WTF
Meyering <<<<<<<<< WTF
ENABLE_SHARED = yes
ENABLE_GETTEXT = yes
HAVE_ZIPPED_MANPAGES =false
ifneq "$(findstring $(PKG_PLATFORM), linux gnu gnu/kfreebsd gnu/knetbsd)" ""
PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
endif
ifeq ($(PKG_PLATFORM),linux)
....
I can live witout attr, but how can I force it *not* be built? I've set USE
to -acl and -xattr but it still wants to build attr!?!?!
Thanks,
HK
--
Hinko Kočevar, OSS developer
ČETRTA POT, d.o.o.
Planina 3, 4000 Kranj, SI EU
tel ++386 (0) 4 280 66 03
e-mail hinko.kocevar@cetrtapot.si
http www.cetrtapot.si |
|
| |
|
Back to top |
Dirk Heinrichs Guest
|
Posted: Tue Nov 18, 2008 4:00 pm Post subject: Re: [gentoo-user] xattr |
|
|
Am Dienstag 18 November 2008 10:34:11 schrieb ext Hinko Kocevar:
| Quote: | include/builddefs:58: *** missing separator. Stop.
|
See http://bugs.gentoo.org/show_bug.cgi?id=214655
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68 | Web: http://www.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net |
|
| |
|
Back to top |
Hinko Kocevar Guest
|
Posted: Tue Nov 18, 2008 4:30 pm Post subject: Re: [gentoo-user] xattr |
|
|
Dirk Heinrichs wrote:
| Quote: | Am Dienstag 18 November 2008 10:34:11 schrieb ext Hinko Kocevar:
include/builddefs:58: *** missing separator. Stop.
See http://bugs.gentoo.org/show_bug.cgi?id=214655
|
Thanks it helped!
.... I was really getting frustrated by the fact I couldn't do a proper emerge update..
--
Hinko Kočevar, OSS developer
ČETRTA POT, d.o.o.
Planina 3, 4000 Kranj, SI EU
tel ++386 (0) 4 280 66 03
e-mail hinko.kocevar@cetrtapot.si
http www.cetrtapot.si |
|
| |
|
Back to top |
Jorge Peixoto de Morais N Guest
|
Posted: Wed Nov 19, 2008 3:40 am Post subject: Re: [gentoo-user] xattr |
|
|
| Quote: | I can live witout attr, but how can I force it *not* be built? I've set USE
to -acl and -xattr but it still wants to build attr!?!?!
Thanks,
HK
--
Hinko Kočevar, OSS developer
|
Issue the command
emerge -pv --depclean attr
to see what is depending on attr
--
Software is like sex: it is better when it is free - Linus Torvalds |
|
| |
|
Back to top |
Dirk Heinrichs Guest
|
Posted: Wed Nov 19, 2008 8:42 am Post subject: Re: [gentoo-user] xattr |
|
|
Am Dienstag 18 November 2008 10:34:11 schrieb ext Hinko Kocevar:
| Quote: | I can live witout attr, but how can I force it *not* be built? I've set USE
to -acl and -xattr but it still wants to build attr!?!?!
|
A short note to this one: USE flags are for switching on/off _optional_
functionality of packages. You may have a package installed, which has attr as
a mandatory dependency. You can find out which one by using the -t emerge
option.
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68 | Web: http://www.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net |
|
| |
|
Back to top |
|