Gentoo Archives: gentoo-alt

From: Daniel Stegmueller <d.stegmueller@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [prefix] emerge fails for gcc-apple
Date: Sat, 21 Mar 2009 11:45:17
Message-Id: dce88a6e0903210445s5b934936tb2caebb59fbf1a5c@mail.gmail.com
1 I was following
2 http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
3 which went fine until emerge gcc-apple-4.2.1_p5566-r1 died with the
4 following error:
5
6 configure: error: cannot execute:
7 /Users/dstegmue/Gentoo/usr/bin/i686-apple-darwin9-ld: check --with-ld
8 or env. var. DEFAULT_LINKER
9 make[2]: *** [configure-stage1-gcc] Error 1
10 make[2]: Leaving directory
11 `/Users/dstegmue/Gentoo/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5566-r1/work/build'
12 make[1]: *** [stage1-bubble] Error 2
13 make[1]: Leaving directory
14 `/Users/dstegmue/Gentoo/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5566-r1/work/build'
15 make: *** [bootstrap] Error 2
16 * ERROR: sys-devel/gcc-apple-4.2.1_p5566-r1 failed:
17 * emake failed
18 *
19 * Call stack:
20 * ebuild.sh: 49: <call src_compile>
21 * environment:5091: emake bootstrap || die "emake failed";
22 *
23
24 The file i686-apple-darwin9-ld is indeed not in that directory...
25 Did I overlook something obvious?
26
27 Thanks,
28 Daniel
29
30
31
32 P.S. Here's emerge --info's output:
33
34 Portage 2.2.00.10347-prefix (prefix/darwin/macos/10.5/x86, gcc-4.0.1,
35 unavailable, 9.6.0 i386)
36 =================================================================
37 System uname: 9.6.0 i386 i386
38 Timestamp of tree: Sun, 08 Mar 2009 23:00:22 +0000
39 distcc 2.18.5-Apple.1 i386-apple-darwin9.0 (protocols 1 and 2)
40 (default port 3632) [disabled]
41 app-shells/bash: 3.2_p48-r1
42 sys-devel/gcc-config: 1.4.0-r04.6
43 ACCEPT_KEYWORDS="~x86-macos"
44 CBUILD="i686-apple-darwin9"
45 CFLAGS="-march=prescott"
46 CHOST="i686-apple-darwin9"
47 CONFIG_PROTECT="/etc"
48 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
49 CPPFLAGS="-I/Users/dstegmue/Gentoo/usr/include"
50 CXXFLAGS=""
51 DISTDIR="/Users/dstegmue/Gentoo/usr/portage/distfiles"
52 EPREFIX="/Users/dstegmue/Gentoo"
53 FEATURES="collision-protect distlocks nostrip parallel-fetch
54 preserve-libs sfperms strict unmerge-orphans userfetch"
55 GENTOO_MIRRORS="http://distfiles.gentoo.org
56 http://distro.ibiblio.org/pub/linux/distributions/gentoo"
57 LANG="en_GB.UTF-8"
58 LDFLAGS="-Wl,-search_paths_first -L/Users/dstegmue/Gentoo/usr/lib
59 -L/Users/dstegmue/Gentoo/lib"
60 PKGDIR="/Users/dstegmue/Gentoo/usr/portage/packages"
61 PORTAGE_CONFIGROOT="/"
62 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
63 --compress --force --whole-file --delete --stats --timeout=180
64 --exclude=/distfiles --exclude=/local --exclude=/packages"
65 PORTAGE_TMPDIR="/Users/dstegmue/Gentoo/var/tmp"
66 PORTDIR="/Users/dstegmue/Gentoo/usr/portage"
67 SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
68 USE="aqua coreaudio cracklib midi mmx mmxext ncurses objc objc++
69 prefix readline sse sse2 ssl x86-macos zlib" APACHE2_MODULES="actions
70 alias auth_basic authn_alias authn_anon authn_dbm authn_default
71 authn_file authz_dbm authz_default authz_groupfile authz_host
72 authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
73 disk_cache env expires ext_filter file_cache filter headers include
74 info log_config logio mem_cache mime mime_magic negotiation rewrite
75 setenvif speling status unique_id userdir usertrack vhost_alias"
76 ELIBC="Darwin" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin"
77 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
78 ncurses text" USERLAND="GNU"
79 Unset: CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL,
80 LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
81 PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Replies

Subject Author
Re: [gentoo-alt] [prefix] emerge fails for gcc-apple Fabian Groffen <grobian@g.o>