Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cannot upgrade kde-base/superkaramba
Date: Sat, 10 Jul 2010 14:18:53
Message-Id: AANLkTilhpWWXRuHhJeMmV965vgs4UUuuApbiEaIkOi04@mail.gmail.com
In Reply to: [gentoo-user] Cannot upgrade kde-base/superkaramba by Matthias Fechner
1 On 7/9/10, Matthias Fechner <idefix@×××××××.net> wrote:
2 > Hi,
3 >
4 > I tried the last days to do a
5 > emerge -avuDN world
6 >
7 > but it fails at the package
8 > kde-base/superkaramba-4.4.4
9 >
10 > I get the error message:
11 > Linking CXX shared library ../../lib/libsuperkaramba.so
12 > CMakeFiles/superkaramba.dir/python/meter.o: In function
13 > `QString2PyString(QString)':
14 > meter.cpp:(.text+0x6e): undefined reference to `PyUnicodeUCS4_FromUnicode'
15 > CMakeFiles/superkaramba.dir/python/meter.o: In function
16 > `PyString2QString(_object*)':
17 > meter.cpp:(.text+0x1bf): undefined reference to `PyUnicodeUCS4_AsUnicode'
18 > /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld:
19 > warning: creating a DT_TEXTREL in object.
20 > collect2: ld returned 1 exit status
21 > make[2]: *** [lib/libsuperkaramba.so.4.4.0] Error 1
22 >
23 > I already tried to rebuild all depending libs starting from python to
24 > kdelibs but it does not help.
25 >
26 > Has maybe anyone here an idea what the problem could be?
27
28 Wild guess: you might have a python version installed which is not
29 compiled with the wide-unicode support. I'm not sure what all will be
30 broken by such a situation, but following might help:
31
32 qlist -CLIS dev-lang/python | xargs -r emerge -1
33 python-updater
34 emerge -1 PyQt4 # unless python-updater took care of it, I don't know
35 it if will
36
37 --
38 Arttu V. -- Running Gentoo is like running with scissors

Replies

Subject Author
Re: [gentoo-user] Cannot upgrade kde-base/superkaramba Matthias Fechner <idefix@×××××××.net>