Gentoo Archives: gentoo-amd64

From: Edward Killips <camber@××××××××××××××.edu>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] AMD64 linking issues.
Date: Fri, 15 Jul 2005 16:57:34
Message-Id: B87BEE65-267C-43D2-A4B4-2D92FDB33438@yakko.cs.wmich.edu
In Reply to: [gentoo-amd64] AMD64 linking issues. by Tres Melton
1 On Jul 15, 2005, at 1:41 AM, Tres Melton wrote:
2
3
4 > I have been working on that darned libcom_err.so.3 error that has
5 > plagued many of us (including those w/ x86). I have just posted
6 > something to the forum and wanted to post it here to to get reactions
7 > from x86-64 users on my speculation in the last paragraph. Anyway:
8 > ----------------------------------------------------------------
9 > http://forums.gentoo.org/viewtopic-p-2574850.html#2574850
10 >
11 >
12 That library is supplied by the MIT kerberos package and in no longer
13 built by default.
14 I had to manually build the kerberos package and force libcom_err.so.
15 3 to build.
16 This resolved all of the linking errors.
17
18 > Well it seems that sys-libs/com_err-1.38 and sys-libs/ss-1.38 were
19 > released today. I dutifully upgraded my system (along with some other
20 > packages) and everything seems to have gone okay. Upon conclusion I
21 > retried revdep-rebuild and came up with the same error:
22 > rm /root/.revdep-rebuild*.?_* ; revdep-rebuild
23 > ...
24 > Checking dynamic linking consistency...
25 > broken /emul/linux/x86/usr/lib/gtk/themes/engines/libpixmap.so
26 > (requires
27 > libgdk_imlib.so.1)
28 > broken /usr/kde/3.3/lib/kde3/kio_http.so (requires libcom_err.so.3)
29 > done.
30 > (/root/.revdep-rebuild.3_rebuild)
31 > ...
32 > All prepared. Starting rebuild...
33 > emerge --oneshot =app-emulation/emul-linux-x86-gtklibs-2.1
34 > ...
35 > Build finished correctly. Removing temporary files...
36 >
37 > I don't have the same symptoms as others (w/ Samba) and I'm
38 > sure /emul/linux/x86/usr/lib/gtk/themes/engines/libpixmap.so is
39 > related
40 > to mplayer32-bin but for some reason revdep-rebuild doesn't even
41 > attempt
42 > to fix /usr/kde/3.3/lib/kde3/kio_http.so.
43 >
44 > "equery belongs /usr/kde/3.3/lib/kde3/kio_http.so" failed to return
45 > anything but "equery belongs kio_http.so" returned both
46 > kde-base/kdelibs-3.3.2-r9 and kde-base/kdelibs-3.4.1-r1. Do I even
47 > need
48 > 3.3.2 if I have 3.4.1? Just to be safe with some of the older
49 > packages I
50 > didn't --unmerge it. Manually trying to re-emerge kde-base/kdelibs
51 > ("emerge -avDt --newuse kde-base/kdelibs") yielded a number of "Error:
52 > libgd was not built with FreeType font support" which could be an
53 > insight into the problem as media-libs/libgd is a part of the
54 > mplayer32
55 > package and not available as a 64 bit package. In my opinion kdelibs
56 > should not be linking against a 32 bit binary library. Anyway, that is
57 > where it stands at the moment, re-emerging kdelibs didn't change
58 > anything.
59 > ----------------------------------------------------------------
60 > Thoughts?
61 >
62 > Best Regards,
63 > --
64 > Tres
65 >
66 > --
67 > gentoo-amd64@g.o mailing list
68 >
69 >
70
71 Ed
72
73 --
74 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] AMD64 linking issues. Olivier Crete <tester@g.o>