After doing an emerge dev-lang/gdl I get the following error message: make[3]: *** [gdl-datatypes.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/gdl-dcommon.Tpo .deps/gdl-dcommon.Po mv -f .deps/gdl-assocdata.Tpo .deps/gdl-assocdata.Po make[3]: Leaving directory `/var/tmp/portage/dev-lang/gdl-0.9_pre5/work/gdl-0.9pre5/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-lang/gdl-0.9_pre5/work/gdl-0.9pre5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-lang/gdl-0.9_pre5/work/gdl-0.9pre5' make: *** [all] Error 2 * * ERROR: dev-lang/gdl-0.9_pre5 failed. Reproducible: Always Steps to Reproduce: 1.emerge dev-lang/gdl 2. 3. Actual Results: failed emerge Expected Results: successful emerge emerge --info: Portage 2.1.3.10 (default-linux/amd64/2007.0, gcc-4.2.0, glibc-2.6.1-r0, 2.6.22-gentoo-r7 x86_64) ================================================================= System uname: 2.6.22-gentoo-r7 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ Timestamp of tree: Fri, 28 Sep 2007 01:20:01 +0000 app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.5.1-r2 sys-apps/baselayout: 1.12.10-r4 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18 sys-devel/gcc-config: 1.4.0-r2 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=athlon64" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=athlon64" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch userpriv" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X acl alsa amd64 apache2 arts bash-completion berkdb bitmap-fonts cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread emacs fftw fortran ftp gdbm gpm gstreamer hal iconv imagemagick ipv6 isdnlog kde libnotify libwww lm_sensors midi mmx mudflap musicbrainz mysql ncurses nls nptl nptlonly offensive ogg opengl openmp oss palm pam pcre pda pdf perl png ppds pppd python qt3 qt4 readline reflection session spell spl sse sse2 ssl symlink tcpd truetype truetype-fonts type1-fonts unicode vorbis xcomposite xinerama xml xorg zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nv" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
You need to post the *topmost* error, as the message told you. Do it or just attach emerge.log here.
Created attachment 132065 [details] failed compile build log
Sorry I didn't see any other errors there- I've attached the build log now.
Hi Kevin, Your log mention a missing numarray/libnumarray.h. dev-python/numarray is a required dependency of the package. Did you somehow removed numarray? Sébastien
(In reply to comment #4) > Hi Kevin, > > Your log mention a missing numarray/libnumarray.h. > dev-python/numarray is a required dependency of the package. > Did you somehow removed numarray? > > Sébastien > I did already have dev-python/numarray installed, but I re-emerged it and now emerging dev-lang/gdl works fine. Thanks for the help Sébastien.