Gentoo Archives: gentoo-alt

From: John Gibson <jgibson@×××××.org>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [PREFIX] ncurses, broken libraries, and revdep-rebuild
Date: Mon, 14 May 2007 23:34:32
Message-Id: BAE1C110-BF39-460D-B5FB-3512264000CD@mitre.org
1 I just upgraded my world and the ncurses library was reemerged and it
2 broke less. I tried to revdep-rebuild everything and it reported no
3 problems, so why isn't it working?
4
5 John
6
7 Details follow:
8 After the upgrade:
9 jgibson@hades .subversion % less /Library/Gentoo/var/log/emerge.log
10 dyld: Library not loaded: /Library/Gentoo/usr/lib/libncursesw.5.dylib
11 Referenced from: /Library/Gentoo/usr/bin/less
12 Reason: image not found
13 zsh: trace trap less /Library/Gentoo/var/log/emerge.log
14
15 jgibson@hades .subversion % otool -L /Library/Gentoo/usr/bin/less
16 /Library/Gentoo/usr/bin/less:
17 /Library/Gentoo/usr/lib/libncursesw.5.dylib (compatibility
18 version 5.0.0, current version 5.0.0)
19 /Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.0.1/
20 libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
21 /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
22 current version 88.3.4)
23
24
25 Looking in /Library/Gentoo/usr/lib/libncursesw*:
26 jgibson@hades .subversion % ls -l /Library/Gentoo/usr/lib/libncursesw.*
27 -rw-r--r-- 1 portage portage 490196 May 14 18:46 /Library/Gentoo/usr/
28 lib/libncursesw.a
29 lrwxrwxrwx 1 portage portage 37 May 14 18:46 /Library/Gentoo/usr/
30 lib/libncursesw.dylib -> /Library/Gentoo/lib/libncursesw.dylib
31
32 And now in /Library/Gentoo/lib/libncursesw*:
33 jgibson@hades .subversion % ls -l /Library/Gentoo/lib/libncursesw.*
34 -rw-r--r-- 1 portage portage 320644 May 14 18:46 /Library/Gentoo/lib/
35 libncursesw.5.dylib
36 lrwxrwxrwx 1 portage portage 19 May 14 18:46 /Library/Gentoo/lib/
37 libncursesw.dylib -> libncursesw.5.dylib
38
39 I emerged less again and it worked:
40 jgibson@hades .subversion % otool -L /Library/Gentoo/usr/bin/less
41 /Library/Gentoo/usr/bin/less:
42 /Library/Gentoo/lib/libncursesw.5.dylib (compatibility
43 version 5.0.0, current version 5.0.0)
44 /Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.0.1/
45 libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
46 /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
47 current version 88.3.7)
48
49 --
50 gentoo-alt@g.o mailing list

Replies