View Single Post
Old 07-30-2014, 09:41 PM   #1
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Calibre (beta) GUIs will not run -- wrong version of glibc?

Code:
[eschwartz@arch ~]$ CALIBRE_DEVELOP_FROM="" calibre-debug -g
calibre 1.203.1  isfrozen: True is64bit: False
Linux-3.15.5-2-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
('Linux', '3.15.5-2-ARCH', '#1 SMP PREEMPT Fri Jul 11 07:55:51 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Traceback (most recent call last):
  File "site.py", line 51, in main
  File "site-packages/calibre/debug.py", line 220, in main
  File "site-packages/calibre/gui2/main.py", line 458, in main
  File "site-packages/calibre/gui2/main.py", line 320, in run_gui
  File "site-packages/calibre/gui2/ui.py", line 41, in <module>
  File "site-packages/calibre/gui2/init.py", line 18, in <module>
  File "site-packages/calibre/gui2/library/views.py", line 18, in <module>
  File "site-packages/calibre/gui2/library/delegates.py", line 22, in <module>
  File "site-packages/calibre/gui2/dialogs/comments_dialog.py", line 9, in <module>
  File "site-packages/calibre/gui2/dialogs/comments_dialog_ui.py", line 41, in <module>
  File "site-packages/calibre/gui2/comments_editor.py", line 18, in <module>
ImportError: /opt/calibre/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /opt/calibre/lib/libQt5WebKit.so.5)
All GUI windows are broken like this. Using source (fully updated):

Code:
[eschwartz@arch ~]$ calibre-debug -g
calibre 1.203.1*  isfrozen: True is64bit: False
Linux-3.15.5-2-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
('Linux', '3.15.5-2-ARCH', '#1 SMP PREEMPT Fri Jul 11 07:55:51 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Traceback (most recent call last):
  File "site.py", line 51, in main
  File "/home/eschwartz/git/calibre/src/calibre/debug.py", line 220, in main
    main(['calibre'])
  File "/home/eschwartz/git/calibre/src/calibre/gui2/main.py", line 458, in main
    gui_debug=gui_debug)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/main.py", line 320, in run_gui
    from calibre.gui2.ui import Main
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 41, in <module>
    from calibre.gui2.init import LibraryViewMixin, LayoutMixin
  File "/home/eschwartz/git/calibre/src/calibre/gui2/init.py", line 18, in <module>
    from calibre.gui2.library.views import BooksView, DeviceBooksView
  File "/home/eschwartz/git/calibre/src/calibre/gui2/library/views.py", line 18, in <module>
    from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate,
  File "/home/eschwartz/git/calibre/src/calibre/gui2/library/delegates.py", line 22, in <module>
    from calibre.gui2.dialogs.comments_dialog import CommentsDialog
  File "/home/eschwartz/git/calibre/src/calibre/gui2/dialogs/comments_dialog.py", line 9, in <module>
    from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog
  File "/home/eschwartz/git/calibre/src/calibre/gui2/dialogs/comments_dialog_ui.py", line 41, in <module>
    from calibre.gui2.comments_editor import Editor
  File "/home/eschwartz/git/calibre/src/calibre/gui2/comments_editor.py", line 18, in <module>
    from PyQt5.QtWebKitWidgets import QWebView, QWebPage
ImportError: /opt/calibre/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /opt/calibre/lib/libQt5WebKit.so.5)
eschwartz is offline   Reply With Quote