Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Iscan
Date: Fri, 18 Sep 2009 19:09:01
Message-Id: 4AB3DAC5.6000804@gmail.com
In Reply to: [gentoo-user] Iscan by Roger Cahn
1 Roger Cahn wrote:
2 > Hi,
3 > iscan doesn't work anymore.
4 > revdep-rebuild or re-install of iscan fails, so I can't use my scanner
5 > Epson Perfection 3170. (xsane doen't work also)
6 > The kernel version doesn't matter (2.6.30-r6 or 2.6.31)
7 > gcc-4.3.2
8 > This occured after an emerge -puvDN world of these e-builds,
9 > and I can't find out which one of them is guilty!
10 >
11 > << SNIP >>
12 >
13 > The last seven were re-installed with revdep-rebuild, and the 8th
14 > iscan failed. All the packages had libltdl.so.3 broken.
15 >
16 > I don't know how to make iscan work.
17 > Thank you for help
18 > Roger
19 >
20 >
21 >
22 >
23 >
24
25 Have you tried to rebuild those packages that link to that library?
26 From the man page examples:
27
28 To rebuild packages that depend on libkdecore.so.4 from KDE 3.3:
29 revdep-rebuild --library /usr/kde/3.3/lib/libkdecore.so.4
30
31 To rebuild packages that depend upon libImlib.so and libImlib2.so:
32 revdep-rebuild --library libImlib[2]*.so.*
33
34 revdep-rebuild --library libltdl.so.3 should do something. You could
35 always add the --pretend or maybe the ask version and see what it thinks
36 of that command.
37
38 Dale
39
40 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Iscan Roger Cahn <rcahn@×××××××××××××.fr>