PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : EMERGE Fehler!



PowerMax
13.04.03, 10:45
Hi Leute,

ich bekomme folgende Fehlermeldung wenn ich ein emerge balsa mache:

!!! ERROR: net-mail/balsa-2.0.9-r1 failed
!!! Function econf, Line 273, Exitcode 1
!!! econf failed

Wie kann ich diesen Fehler beheben, der kommt auch wenn ich ein emerge PHP mache, nur dann halt mit dev-php/php-4.3.1-r1 failed!!

Hab schon überall gesucht, aber nix brauchbares gefunden!

Danke

Ulli Ivens
13.04.03, 13:25
emerge rsync

und dann nochmal versuchen, evtl ist dein Portage Baum nicht ganz optimal ;)

PowerMax
16.04.03, 21:42
danke für die Antwort,

aber ein emerge rsync brachte auch nicht den gewünschten erfolg,
habe bei emerge liteamp genau das gleiche problem!

sepp2k
16.04.03, 21:45
wegen PHP:
use="-java" emerge php

wegen den anderen Paketen:
poste mal deine USE-Flags, deine CFLAGS und etwas mehr von der Ausgabe von emerge

PowerMax
16.04.03, 22:41
Meine Use-Flags
USE="X -alsa"

Meine CFlags
CFLAGS="-march=athlon-xp -O3 -pipe"

Ausgabe emere liteamp:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking for i686-pc-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking what warning flags to pass to the C compiler...
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0... Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gconf-2.0', required by 'libgnome', not found

configure: error: Library requirements (libgnomeui-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: media-sound/liteamp-0.2.2 failed.
!!! Function econf, Line 273, Exitcode 1
!!! econf failed

danke

sepp2k
16.04.03, 22:51
Original geschrieben von PowerMax
checking for libgnomeui-2.0... Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gconf-2.0', required by 'libgnome', not found

configure: error: Library requirements (libgnomeui-2.0) not met
Sind gnome-base/gconf und gnome-base/libgnomeui installiert? Eigentlich sollte er die Abhängigkeiten ja automatisch auflösen, aber ...

PowerMax
16.04.03, 22:58
gconf ist installiert und libgnomeui auch...