Gentoo Archives: gentoo-dev

From: Erik Grinaker <erikg@××××××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] problems after removing libiconv
Date: Sun, 12 May 2002 11:56:30
Message-Id: 1021222088.9255.17.camel@maas.wired
1 hi all
2
3 Thought I'd let you know about this
4
5 I removed libiconv-1.7 from my system some days ago when I encountered
6 problems upgrading glib to version 2.0.1, following Spider's
7 instructions from the bug entry (id 2405).
8
9 However, after using libiconv from glibc I encountered problems with
10 several applications, among others evolution and gabber. When trying to
11 re-emerge these I got errors from the linker when trying to link with
12 iconv library.
13
14 After alot of digging around, with good help from Spider via irc, I
15 pinpointed the problem to gnome-extras/gal. After re-emerging gal the
16 problems went away. I re-emerged the affected applictions and everything
17 was back to normal.
18
19 Finding affected packages can be done similarly to the libpng scans;
20
21 for FILE in `find /usr/{bin,sbin,lib} -type f -perm +u+x`; do
22 ldd "$FILE" | grep libiconv && qpkg -nc -f "$FILE" >>/tmp/iconv
23 done
24
25 cat /tmp/iconv | sort | uniq >/tmp/iconv~
26 mv /tmp/iconv~ /tmp/iconv
27 cat /tmp/iconv
28
29
30
31 --
32
33 Erik Grinaker
34 Freelance UNIX/Linux systems consultant
35
36 "Perfection is acheived not when there is nothing more to add, but
37 rather when there is nothing more to take away"
38 - Antoine de Saint-Exupéry

Attachments

File name MIME type
signature.asc application/pgp-signature