Gentoo Archives: gentoo-alt

From: matt hull <mattmatteh@×××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib
Date: Thu, 08 Nov 2007 01:46:15
Message-Id: C83138AD-CA03-4632-A7E6-9AB5DB4A3ED9@mac.com
In Reply to: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib by Fabian Groffen
1 On Nov 6, 2007, at 2:58 AM, Fabian Groffen wrote:
2
3 > As others have concluded, you are indeed bitten by library movements.
4 >
5 > However, you can try the following:
6 >
7 > On 04-11-2007 22:28:21 -0600, matt hull wrote:
8 >> i just updated my system and seems broke, could anyone offer some
9 >> help
10 >> please ?
11 >>
12 >> osx 10.4 on ppc g4
13 >>
14 >> -------------------------------------
15 >> matt@fibook ~/gentoo $ emerge -vp portage
16 >>
17 >> These are the packages that would be merged, in order:
18 >>
19 >> Calculating dependencies... done!
20 >> [ebuild R ] sys-apps/portage-2.2.00.8400 USE="-build -doc -
21 >> epydoc
22 >> (-selinux)" LINGUAS="-pl" 0 kB
23 >>
24 >> Total: 1 package (1 reinstall), Size of downloads: 0 kB
25 >> matt@fibook ~/gentoo $
26 >> -------------------------------------
27 >> matt@fibook ~/gentoo $ emerge portage
28 >> Calculating dependencies... done!
29 >>>>> Verifying ebuild Manifests...
30 >>
31 >>>>> Emerging (1 of 1) sys-apps/portage-2.2.00.8400 to /
32 >> dyld: Library not loaded: /Users/matt/gentoo/lib/libintl.dylib
33 >> Referenced from: /Users/matt/gentoo/bin/bash
34 >> Reason: image not found
35 >
36 > install_name_tool \
37 > -change \
38 > /Users/matt/gentoo/lib/libintl.dylib \
39 > /Users/matt/gentoo/usr/lib/libintl.dylib \
40 > /Users/matt/gentoo/bin/bash
41 >
42 > That should give you a slightly "living" bash, again.
43 >
44 > Next:
45 >
46 > echo
47 > 'PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/default-prefix/
48 > darwin/macos/10.4/ppc/"' >> /Users/matt/gentoo/etc/make.conf
49 >
50 > emerge -K1ave gettext readline zlib bash
51 >
52
53
54 every package fails with (masked by: missing EPREFIX)
55 -----------------------------
56 fibook:~/gentoo matt$ /Users/matt/gentoo/usr/bin/emerge -K1ave
57 gettext readline zlib bash
58
59 These are the packages that would be merged, in order:
60
61 Calculating dependencies \
62 !!! All ebuilds that could satisfy "sys-devel/gettext" have been masked.
63 !!! One of the following masked packages is required to complete your
64 request:
65 - sys-devel/gettext-0.16.1-r1 (masked by: missing EPREFIX)
66
67 For more information, see MASKED PACKAGES section in the emerge man
68 page or
69 refer to the Gentoo Handbook.
70
71 fibook:~/gentoo matt$
72 ---------------------------------
73
74
75 > (check that it says "binary" instead of "ebuild")
76 >
77 > You may have to install more packages, but this should get your system
78 > running. I think subversion needs a recompile too, you can use the
79 > above emerge statement with subversion to install it from the binhost,
80 > i.e. skipping compilation.
81 >
82 >
83 > --
84 > Fabian Groffen
85 > Gentoo on a different level
86 > --
87 > gentoo-alt@g.o mailing list
88 >
89
90 --
91 gentoo-alt@g.o mailing list

Replies