Gentoo Archives: gentoo-alt

From: Dirk Tilger <dirk@××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib
Date: Mon, 05 Nov 2007 18:51:33
Message-Id: 20071105185103.GA29720@miriup.de
In Reply to: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib by matt hull
1 On Sun, Nov 04, 2007 at 10:28:21PM -0600, matt hull wrote:
2 > i just updated my system and seems broke, could anyone offer some help
3 > please ?
4 [...]
5 > >>> Emerging (1 of 1) sys-apps/portage-2.2.00.8400 to /
6 > dyld: Library not loaded: /Users/matt/gentoo/lib/libintl.dylib
7 > Referenced from: /Users/matt/gentoo/bin/bash
8 > Reason: image not found
9 > matt@fibook ~/gentoo $
10
11 Okay, libintl's on my system are:
12
13 | dirk@Snake ~ $ ls /Gentoo/usr/lib/libintl.*
14 | /Gentoo/usr/lib/libintl.8.0.1.dylib /Gentoo/usr/lib/libintl.a
15 | /Gentoo/usr/lib/libintl.la
16 | /Gentoo/usr/lib/libintl.8.dylib /Gentoo/usr/lib/libintl.dylib
17
18 ... which are provided by the gettext package.
19
20 | dirk@Snake ~ $ equery b /Gentoo/usr/lib/libintl.8.0.1.dylib
21 | [ Searching for file(s) /Gentoo/usr/lib/libintl.8.0.1.dylib in *... ]
22 | sys-devel/gettext-0.16.1-r1 (/Gentoo/usr/lib/libintl.8.0.1.dylib)
23
24 Looking at who uses gettext, I discover that the "nls" use flag turns on
25 gettext dependencies:
26
27 | dirk@Snake ~ $ equery depends sys-devel/gettext
28 | [ Searching for packages depending on sys-devel/gettext... ]
29 | app-arch/gzip-1.3.12 (nls? sys-devel/gettext)
30 | app-arch/tar-1.18-r2 (nls? >=sys-devel/gettext-0.10.35)
31 | app-crypt/gnupg-2.0.7 (nls? sys-devel/gettext)
32 | app-editors/nano-2.0.6 (nls? sys-devel/gettext)
33 | app-text/aspell-0.60.5 (nls? sys-devel/gettext)
34 | app-text/gnome-doc-utils-0.12.0 (sys-devel/gettext)
35 | app-text/opensp-1.5.2-r1 (nls? >=sys-devel/gettext-0.14.5)
36 | dev-db/libpq-8.2.4 (nls? sys-devel/gettext)
37 | dev-db/postgresql-8.2.4-r1 (nls? sys-devel/gettext)
38 [ and many others ]
39
40 Have you setup your system before August the 4th? Then maybe grobians
41 from August 4th (Message-ID <20070804173511.GD7126@g.o>) applies
42 to you. According to grobians second posting in the same thread the
43 solution is to bootstrap again. If you feel like experimenting, you
44 would need to fix all the packages that are listed in `equery depends
45 sys-devel/gettext`.
46
47 Dirk.
48 --
49 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>