Gentoo Archives: gentoo-alt

From: mattmatteh@×××.com
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] broke libtool or powerpc-apple-darwin8-ld
Date: Thu, 12 Feb 2009 20:23:07
Message-Id: Pine.LNX.4.64.0902121422380.8719@noose.home
1 i have been trying to update my system, osx 10.4.11 on my ibook g4.
2
3 i am stuck with several packages failing with:
4
5 app-arch_lzma-utils-4.32.7_build.log:/Users/matt/gentoo/usr/bin/powerpc-apple-darwin8-ld:
6 unknown flag: -compatibility_version
7 sys-apps_file-5.00_build.log:/Users/matt/gentoo/usr/bin/powerpc-apple-darwin8-ld:
8 unknown flag: -compatibility_version
9
10 and:
11
12 sys-devel_binutils-apple-3.1.2_build.log:libtool: unrecognized option
13 `-static'
14
15 i have tried a few times to emerge -e --keep-going world in attempt to
16 flush out an old or broke version of any system lib. but that does not
17 work.
18
19 could anyone offer a suggestion ?
20
21 matt@hibook ~/gentoo/failing-update-3 $ emerge --info
22 WARNING: One or more repositories have missing repo_name entries:
23
24
25 /Users/matt/gentoo/usr/local/portage/local-overlay/profiles/repo_name
26
27 NOTE: Each repo_name entry should be a plain text file containing a
28 unique name for the repository on the first line.
29 Portage 2.2.00.12565-prefix (prefix/darwin/macos/10.4/ppc, gcc-4.2.1,
30 unavailable, 8.11.0 Power Macintosh)
31 =================================================================
32 System uname: Darwin-8.11.0-Power_Macintosh-powerpc-32bit
33 Timestamp of tree: Wed, 11 Feb 2009 00:31:57 +0000
34 distcc 2.18.4-Apple.1 powerpc-apple-darwin8.0 (protocols 1 and 2) (default
35 port 3632) [disabled]
36 app-shells/bash: 3.2_p48
37 dev-lang/python: 2.5.4-r2
38 sys-devel/autoconf: 2.13, 2.63
39 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2,
40 1.10.2-r00.1
41 sys-devel/gcc-config: 1.4.0-r04.6
42 sys-devel/libtool: 1.5.26
43 ACCEPT_KEYWORDS="ppc-macos ~ppc-macos"
44 CBUILD="powerpc-apple-darwin8"
45 CFLAGS="-02 -pipe -maltivec -mcpu=G4 -mtune=G4"
46 CHOST="powerpc-apple-darwin8"
47 CONFIG_PROTECT="/etc"
48 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
49 /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo"
50 CXXFLAGS="-02 -pipe -maltivec -mcpu=G4 -mtune=G4"
51 DISTDIR="/Users/matt/gentoo/usr/portage/distfiles"
52 EPREFIX="/Users/matt/gentoo"
53 FEATURES="collision-protect distlocks fixpackages nostrip parallel-fetch
54 preserve-libs protect-owned sfperms strict unmerge-orphans userfetch"
55 GENTOO_MIRRORS="http://distfiles.gentoo.org
56 http://distro.ibiblio.org/pub/linux/distributions/gentoo"
57 LDFLAGS=""
58 LINGUAS="en en_US"
59 PKGDIR="/Users/matt/gentoo/usr/portage/packages"
60 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
61 --compress --force --whole-file --delete --stats --timeout=180
62 --exclude=/distfiles --exclude=/local --exclude=/packages"
63 PORTAGE_TMPDIR="/Users/matt/gentoo/var/tmp"
64 PORTDIR="/Users/matt/gentoo/usr/portage"
65 PORTDIR_OVERLAY="/Users/matt/gentoo/usr/local/portage/local-overlay"
66 SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
67 USE="a52 aac accessibility altivec aqua coreaudio cpudetection cracklib
68 deprecated dvd encode flac gif gnutls id3 imap joystick jpeg lame midi
69 mikmod mp3 ncurses nls objc objc++ ogg png ppc-macos prefix quicktime
70 readline smtp speex ssl theora threads unicode vidix vorbis xml zlib"
71 APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm
72 authn_default authn_file authz_dbm authz_default authz_groupfile
73 authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock
74 deflate dir disk_cache env expires ext_filter file_cache filter headers
75 include info log_config logio mem_cache mime mime_magic negotiation
76 rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
77 ELIBC="Darwin" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin"
78 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
79 ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="radeon"
80 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
81 LANG, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
82 PORTAGE_RSYNC_EXTRA_OPTS
83
84 matt@hibook ~/gentoo/failing-update-3 $
85
86
87
88
89 matt@hibook ~/gentoo/failing-update-3 $ gcc-config -l
90 [1] powerpc-apple-darwin8-4.2.1 *
91 matt@hibook ~/gentoo/failing-update-3 $
92
93
94
95 matt