This one drives me nuts :
It try to emerge the gimp development version for over a week now, but emerge stops erverytime with the same error:
Code: Select all
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../app -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"Gimp-Base\" -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -g -mcpu=athlon-xp -O2 -pipe -s -funroll-loops -fno-strict-aliasing -fPIC -g -g -g -Wall -MT cpu-accel.o -MD -MP -MF ".deps/cpu-accel.Tpo" \
-c -o cpu-accel.o `test -f 'cpu-accel.c' || echo './'`cpu-accel.c; \
then mv -f ".deps/cpu-accel.Tpo" ".deps/cpu-accel.Po"; \
else rm -f ".deps/cpu-accel.Tpo"; exit 1; \
fi
cpu-accel.c: In function `arch_get_vendor':
cpu-accel.c:99: error: can't find a register in class `BREG' while reloading `asm'
cpu-accel.c:118: error: can't find a register in class `BREG' while reloading `asm'
cpu-accel.c: At top level:
cpu-accel.c:324: Warnung: `sigill_handler' defined but not used
make[3]: *** [cpu-accel.o] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/gimp-1.3.21/work/gimp-1.3.21/app/base'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/gimp-1.3.21/work/gimp-1.3.21/app'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/gimp-1.3.21/work/gimp-1.3.21'
make: *** [all] Fehler 2
!!! ERROR: media-gfx/gimp-1.3.21 failed.
!!! Function src_compile, Line 90, Exitcode 2
!!! (no error message)
cpu-accel.o doesnt mean anything to me since im not a C guru but i thought maybe this ones for multimedia extensions ot something about cpu-architekture so i reduced my cflags (i386 -o2) but that didnt help either. The same error occurs if i emerge with USE="-mmx -sse"
Hres my systems info:
Code: Select all
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.6.0-test9)
=================================================================
System uname: 2.6.0-test9 i686 AMD Athlon(tm) XP
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O2 -pipe -s -fpic -funroll-loops -fno-strict-aliasing -fPIC"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.2/share/config /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O2 -pipe -s -funroll-loops -fno-strict-aliasing -fPIC"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs ccache buildpkg"
GENTOO_MIRRORS="ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo http://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa gdbm berkdb slang readline arts aalib svga tcltk java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl mozilla cdr samba scanner 3dnow acpi acpi4linux amd dv dvb dvd dvdr fbcon ffmpeg gtk2 gtkhtml imagemagick imap ipv6 javascript jikes joystick lcms mbox nptl moznocompose moznoxft tiff transcode usb xine xinerama xvid"



