public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xattr
@ 2008-11-18  9:34 Hinko Kocevar
  2008-11-18  9:50 ` Dirk Heinrichs
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hinko Kocevar @ 2008-11-18  9:34 UTC (permalink / raw
  To: gentoo-user

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xattr
  2008-11-18  9:34 [gentoo-user] xattr Hinko Kocevar
@ 2008-11-18  9:50 ` Dirk Heinrichs
  2008-11-18 10:19   ` Hinko Kocevar
  2008-11-18 21:35 ` Jorge Peixoto de Morais Neto
  2008-11-19  7:05 ` Dirk Heinrichs
  2 siblings, 1 reply; 5+ messages in thread
From: Dirk Heinrichs @ 2008-11-18  9:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

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

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


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xattr
  2008-11-18  9:50 ` Dirk Heinrichs
@ 2008-11-18 10:19   ` Hinko Kocevar
  0 siblings, 0 replies; 5+ messages in thread
From: Hinko Kocevar @ 2008-11-18 10:19 UTC (permalink / raw
  To: gentoo-user

Dirk Heinrichs wrote:
> 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xattr
  2008-11-18  9:34 [gentoo-user] xattr Hinko Kocevar
  2008-11-18  9:50 ` Dirk Heinrichs
@ 2008-11-18 21:35 ` Jorge Peixoto de Morais Neto
  2008-11-19  7:05 ` Dirk Heinrichs
  2 siblings, 0 replies; 5+ messages in thread
From: Jorge Peixoto de Morais Neto @ 2008-11-18 21:35 UTC (permalink / raw
  To: gentoo-user

> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xattr
  2008-11-18  9:34 [gentoo-user] xattr Hinko Kocevar
  2008-11-18  9:50 ` Dirk Heinrichs
  2008-11-18 21:35 ` Jorge Peixoto de Morais Neto
@ 2008-11-19  7:05 ` Dirk Heinrichs
  2 siblings, 0 replies; 5+ messages in thread
From: Dirk Heinrichs @ 2008-11-19  7:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

Am Dienstag 18 November 2008 10:34:11 schrieb ext Hinko Kocevar:

> 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


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-19  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18  9:34 [gentoo-user] xattr Hinko Kocevar
2008-11-18  9:50 ` Dirk Heinrichs
2008-11-18 10:19   ` Hinko Kocevar
2008-11-18 21:35 ` Jorge Peixoto de Morais Neto
2008-11-19  7:05 ` Dirk Heinrichs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox