Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 493988

Summary: bootstrap fails at binutils
Product: Gentoo/Alt Reporter: illusionvi
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: binutils.../tmp/environment

Description illusionvi 2013-12-12 01:10:14 UTC
Was attempting to bootstrap on OS X Mavericks 10.9 and ran into this error:

emake failed
 * ERROR: sys-devel/binutils-apple-4.3::gentoo_prefix failed (compile phase):
 *   emake failed for ld64
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 2626:  Called compile_ld64
 *   environment, line  532:  Called die
 * The specific snippet of code:
 *       emake LTO=${LTO} CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS} -I../../${DYLD}/include" LDFLAGS="${LDFLAGS} ${LIBS}" || die "emake failed for ld64";
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/binutils-apple-4.3::gentoo_prefix'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/binutils-apple-4.3::gentoo_prefix'`.
 * The complete build log is located at '/Volumes/space/gentoo/var/tmp/portage/sys-devel/binutils-apple-4.3/temp/build.log'.
 * The ebuild environment file is located at '/Volumes/space/gentoo/var/tmp/portage/sys-devel/binutils-apple-4.3/temp/environment'.
 * Working directory: '/Volumes/space/gentoo/var/tmp/portage/sys-devel/binutils-apple-4.3/work/ld64-128.2/src'
 * S: '/Volumes/space/gentoo/var/tmp/portage/sys-devel/binutils-apple-4.3/work'

>>> Failed to emerge sys-devel/binutils-apple-4.3, Log file:

uploading relevant logs
Comment 1 illusionvi 2013-12-12 01:12:00 UTC
Created attachment 365124 [details]
binutils.../tmp/environment
Comment 2 illusionvi 2013-12-12 01:13:19 UTC
./usr/bin/emerge --info '=sys-devel/binutils-apple-4.3::gentoo_prefix'
Portage 2.2.7-prefix (prefix/darwin/macos/10.9/x64, gcc-4.2.1, unavailable, 13.0.0 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Darwin-13.0.0-x86_64-i386-64bit
Timestamp of tree: Sat, 09 Nov 2013 23:06:07 +0000
app-shells/bash:      4.1_p11
sys-devel/gcc-config: 1.8-r00.1
Repositories: gentoo_prefix
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-apple-darwin13"
CFLAGS="-march=nocona"
CHOST="x86_64-apple-darwin13"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/gentoo-release"
CPPFLAGS="-I/Volumes/space/gentoo/usr/include -I/Volumes/space/gentoo/tmp/usr/include"
CXXFLAGS=""
DISTDIR="/Volumes/space/gentoo/usr/portage/distfiles"
FCFLAGS=""
FEATURES="assume-digests binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-search_paths_first -L/Volumes/space/gentoo/usr/lib -L/Volumes/space/gentoo/lib -L/Volumes/space/gentoo/tmp/usr/lib"
PKGDIR="/Volumes/space/gentoo/usr/portage/packages"
PORTAGE_CONFIGROOT="/Volumes/space/gentoo/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Volumes/space/gentoo/var/tmp"
PORTDIR="/Volumes/space/gentoo/usr/portage"
PORTDIR_OVERLAY=""
USE="aqua bootstrap coreaudio cracklib cxx internal-glib ipv6 modules ncurses objc objc++ prefix x64-macos zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" 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" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 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:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 3 Fabian Groffen gentoo-dev 2013-12-17 20:18:57 UTC
Do you still have the message right above the piece you pasted?  It should contain the real error, which would help me a bit further.
Comment 4 Fabian Groffen gentoo-dev 2013-12-17 20:21:04 UTC

*** This bug has been marked as a duplicate of bug 492210 ***