Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib
Date: Tue, 06 Nov 2007 08:58:39
Message-Id: 20071106085821.GA4948@gentoo.org
In Reply to: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib by matt hull
1 As others have concluded, you are indeed bitten by library movements.
2
3 However, you can try the following:
4
5 On 04-11-2007 22:28:21 -0600, matt hull wrote:
6 > i just updated my system and seems broke, could anyone offer some help
7 > please ?
8 >
9 > osx 10.4 on ppc g4
10 >
11 > -------------------------------------
12 > matt@fibook ~/gentoo $ emerge -vp portage
13 >
14 > These are the packages that would be merged, in order:
15 >
16 > Calculating dependencies... done!
17 > [ebuild R ] sys-apps/portage-2.2.00.8400 USE="-build -doc -epydoc
18 > (-selinux)" LINGUAS="-pl" 0 kB
19 >
20 > Total: 1 package (1 reinstall), Size of downloads: 0 kB
21 > matt@fibook ~/gentoo $
22 > -------------------------------------
23 > matt@fibook ~/gentoo $ emerge portage
24 > Calculating dependencies... done!
25 > >>> Verifying ebuild Manifests...
26 >
27 > >>> Emerging (1 of 1) sys-apps/portage-2.2.00.8400 to /
28 > dyld: Library not loaded: /Users/matt/gentoo/lib/libintl.dylib
29 > Referenced from: /Users/matt/gentoo/bin/bash
30 > Reason: image not found
31
32 install_name_tool \
33 -change \
34 /Users/matt/gentoo/lib/libintl.dylib \
35 /Users/matt/gentoo/usr/lib/libintl.dylib \
36 /Users/matt/gentoo/bin/bash
37
38 That should give you a slightly "living" bash, again.
39
40 Next:
41
42 echo
43 'PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/default-prefix/darwin/macos/10.4/ppc/"' >> /Users/matt/gentoo/etc/make.conf
44
45 emerge -K1ave gettext readline zlib bash
46
47 (check that it says "binary" instead of "ebuild")
48
49 You may have to install more packages, but this should get your system
50 running. I think subversion needs a recompile too, you can use the
51 above emerge statement with subversion to install it from the binhost,
52 i.e. skipping compilation.
53
54
55 --
56 Fabian Groffen
57 Gentoo on a different level
58 --
59 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib matt hull <mattmatteh@×××.com>