Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: OpenOffice Problems
Date: Thu, 17 Nov 2005 11:28:30
Message-Id: pan.2005.11.17.11.23.23.504715@cox.net
In Reply to: [gentoo-amd64] OpenOffice Problems by "Γιώργος Αβραμίδης"
1 Ãéþñãïò Áâñáìßäçò posted
2 <200511151204.54234.avramidg@×××××.com>, excerpted below, on Tue, 15 Nov
3 2005 12:04:54 +0200:
4
5 > I did USE="-java" emerge openoffice-bin because i had some problems with java,
6 > emerged just fine.
7 > But when I try to run ooffice it says
8 > /usr/lib32/openoffice/program/soffice.bin: symbol lookup
9 > error: /emul/linux/x86/usr/lib/libkdecore.so.4: undefined symbol:
10 > _ZN6QImage15setMaxImageSizeERK5QSize
11 >
12 > I re-emerged all the emul libraries in my system, but no luck. I also
13 > re-emerged kdelibs.
14 > Any ideas?
15
16 OK, I don't have that particular library on my system, but an equery
17 (part of gentoolkit, very useful merge, if you don't have it already) for
18 the 64-bit version results in:
19
20 $equery b /usr/kde/3.5/lib64/libkdecore.so.4
21 [ Searching for file(s) /usr/kde/3.5/lib64/libkdecore.so.4 in *... ]
22 kde-base/kdelibs-3.5.0_rc1 (/usr/kde/3.5/lib64/libkdecore.so.4 -> libkdecore.so.4.2.0)
23
24 So... you were right, it's part of kdelibs in native-bitness land.
25 However, remerging the 64-bit kdelibs isn't likely to do much for 32-bit
26 land.
27
28 I'd suggest running:
29
30 equery belongs -f libkdecore.*
31
32 on your system, and see what comes up. It should list both the 32/64-bit
33 versions, along with the *.la files, since the -f=full-regex, along with
34 the packages they come from (or try the emul path and specific file,
35 without the -f of course, to only get it for that file). At least then
36 you'll know what emul-lib package owns the issue causing library.
37
38 Perhaps a revdep-rebuild will help? (Run it with the usual -p for
39 pretend mode, first, to see what it'll do.) If not, you'll at least be a
40 step closer than before, and can file a bug or whatever, or try reverting
41 to an earlier version of the culprit package.
42
43 BTW, iso-2022-jp, Japanese charset? It looks more Greek/Russian, here.
44 Is PAN bugging on me?
45
46 BTW2, /something/ is, as even with it changed, I'm still getting the error,
47
48 ERROR: line 1, column 8010768 uses a character not specified in charset
49 "ISO-2022-jp" -- possibly change your charset in "More Headers" to
50 "iso-2022-jp" instead?
51
52 Hmm... interesting, the original content-type header say US-ASCII, the
53 from header indicates 8859-7/Greek (not unusual from what I understand of
54 i18n of mail, tho i18n isn't my strong point), so how'd PAN come up with
55 2020-jp? I'll try 8859-7, I guess.
56
57 BTW3, interesting host name, there. "Trantor"? Another Asimov fan?
58
59 --
60 Duncan - List replies preferred. No HTML msgs.
61 "Every nonfree program has a lord, a master --
62 and if you use the program, he is your master." Richard Stallman in
63 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
64
65
66 --
67 gentoo-amd64@g.o mailing list