Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Calibre Update Problems
Date: Thu, 09 May 2013 14:36:12
Message-Id: 20130509163628.0b116d0eb2942976af710c05@web.de
In Reply to: Re: [gentoo-user] Calibre Update Problems by Michael Mol
1 Hello,
2
3 i have run revdep-build now clean, say me something from sigel, but its
4 not installed. I have run emerge -e system, run clean without errors.
5 I have clean /usr/local/* complete.
6
7 But the mistake is ever the same, i think its QtWebkit but im not sure.
8
9 When i run calibre i become:
10
11 siefke@gentoo-mobile : ~/.bin/skype $ calibre
12 Traceback (most recent call last):
13 File "/usr/bin/calibre", line 20, in <module>
14 sys.exit(main())
15 File "/usr/lib/calibre/calibre/gui2/main.py", line 415, in main
16 app, opts, args, actions = init_qt(args)
17 File "/usr/lib/calibre/calibre/gui2/main.py", line 85, in init_qt
18 from calibre.gui2.ui import Main
19 File "/usr/lib/calibre/calibre/gui2/ui.py", line 39, in <module>
20 from calibre.gui2.init import LibraryViewMixin, LayoutMixin
21 File "/usr/lib/calibre/calibre/gui2/init.py", line 17, in <module>
22 from calibre.gui2.library.views import BooksView, DeviceBooksView
23 File "/usr/lib/calibre/calibre/gui2/library/views.py", line 17, in <module>
24 from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate,
25 File "/usr/lib/calibre/calibre/gui2/library/delegates.py", line 22, in <module>
26 from calibre.gui2.dialogs.comments_dialog import CommentsDialog
27 File "/usr/lib/calibre/calibre/gui2/dialogs/comments_dialog.py", line 7, in <module>
28 from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog
29 File "/usr/lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py", line 52, in <module>
30 from calibre.gui2.comments_editor import Editor
31 File "/usr/lib/calibre/calibre/gui2/comments_editor.py", line 17, in <module>
32 from PyQt4.QtWebKit import QWebView, QWebPage
33 ImportError: /usr/lib/qt4/libQtWebKit.so.4: undefined symbol: ubrk_isBoundary_49
34
35 Skype give the same msg:
36 siefke@gentoo-mobile : ~/.bin/skype $ ./skype
37 ./skype: symbol lookup error: /usr/lib/qt4/libQtWebKit.so.4: undefined symbol: ubrk_open_49
38
39 I have search in internet, on Gentoo list is the problem talk and it seems it were
40 the icu libs.
41
42 http://us.generation-nt.com/answer/gentoo-user-update-dev-libs-icu-51-1-results-borked-dolphin-help-211135682.html
43
44 But what can do? All what they speak i follow, nothing change. The bug i can not
45 read, when use the link is empty. Can i install icu* 49, or what should do now.
46 The mistake is on Laptop and on Desktop.
47
48 Thanks for help.
49
50
51 Regard & Greetings
52 Silvio

Replies

Subject Author
Re: [gentoo-user] Calibre Update Problems Peter Humphrey <peter@××××××××××××××.org>