make[3]: Entering directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orc ' ../../tools/orcc --include stdint.h --header -o testorc.h ../test.orc make all-am make[4]: Entering directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orc ' i686-apple-darwin10-gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../.. -O2 -pipe -march=nocona -c orc_test.c {standard input}:11302:non-relocatable subtraction expression, "LC0" minus "L00000000006$pb" {standard input}:11302:symbol: "L00000000006$pb" can't be undefined in a subtraction expression {standard input}:unknown:Undefined local symbol L00000000006$pb make[4]: *** [orc_test.o] Error 1 make[4]: Leaving directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc make[3]: *** [all] Error 2 make[3]: Leaving directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Users/tha/Gentoo/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11' make: *** [all] Error 2 emake failed * ERROR: dev-lang/orc-0.4.11 failed: Sorry, i'm bugreporting but not even understanding the error.. :( still hope to be useful... Reproducible: Always Steps to Reproduce: 1.emerge mplayer 2.compile orc 3.fail Expected Results: compile Portage 2.2.01.17086-prefix (prefix/darwin/macos/10.6/x86, gcc-4.2.1, unavailable, 10.4.3 i386) ================================================================= System uname: Darwin-10.4.3-i386-32bit Timestamp of tree: Thu, 28 Oct 2010 14:41:14 +0000 distcc 3.1-toolwhip.1 i386-apple-darwin10.0 [disabled] app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r2 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.20.51.0.10 sys-devel/gcc-config: 1.4.1-r00.2 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 Repositories: gentoo_prefix ACCEPT_KEYWORDS="~x86-macos" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-apple-darwin10" CFLAGS="-O2 -pipe -march=nocona" CHOST="i686-apple-darwin10" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/portage /etc/terminfo" CXXFLAGS="" DISTDIR="/Users/tha/Gentoo/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs collision-protect distlocks fixlafiles fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-dead_strip_dylibs" PKGDIR="/Users/tha/Gentoo/usr/portage/packages" PORTAGE_CONFIGROOT="/Users/tha/Gentoo/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/Users/tha/Gentoo/var/tmp" PORTDIR="/Users/tha/Gentoo/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" USE="X aqua coreaudio cracklib cxx gtk jpeg mmxext modules ncurses nls objc objc++ png prefix readline sse sse2 ssl unicode x86-macos zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
The latest orc really likes not a single optimisation at all, due to all the ASM code. I already fixed the ebuild to drop any optimisation (-OX) flags. Thanks