From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#24404: "calibre" package fails to build. Date: Thu, 2 Aug 2018 18:22:09 +0200 Message-ID: <20180802162209.GA18501@jurong> References: <20180721185225.GQ4585@macbook41> <20180721203448.GA6314@jurong> <20180721204211.GA29877@jurong> <20180722094914.GA31191@jurong> <20180801101739.GB31156@macbook41> <79c9e1bb-02e7-8a3c-bc1a-3a14036b1d2f@openmailbox.org> <20180801164131.GA13776@macbook41> <20180802123020.GA26124@jurong> <20180802150054.GE13776@macbook41> <20180802150704.GA20925@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flGNX-0000p9-K2 for bug-guix@gnu.org; Thu, 02 Aug 2018 12:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flGNT-0007hR-Lh for bug-guix@gnu.org; Thu, 02 Aug 2018 12:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34177) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1flGNT-0007gx-Fq for bug-guix@gnu.org; Thu, 02 Aug 2018 12:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1flGNT-0008QO-6F for bug-guix@gnu.org; Thu, 02 Aug 2018 12:23:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20180802150704.GA20925@jurong> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Efraim Flashner Cc: 24404@debbugs.gnu.org Everything built now, including calibre; but when I try to launch it, I get the same error message as posted by Leo: Traceback (most recent call last): File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/bin/.calibre-real", line 20, in sys.exit(calibre()) File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui_launch.py", line 74, in calibre main(args) File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/main.py", line 567, in main gui_debug=gui_debug) File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/main.py", line 396, in run_gui from calibre.gui2.ui import Main File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/ui.py", line 43, in from calibre.gui2.init import LibraryViewMixin, LayoutMixin File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/init.py", line 19, in from calibre.gui2.library.views import BooksView, DeviceBooksView File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/library/views.py", line 19, in from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate, File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/library/delegates.py", line 24, in from calibre.gui2.dialogs.comments_dialog import CommentsDialog, PlainTextDialog File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/dialogs/comments_dialog.py", line 9, in from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py", line 40, in from calibre.gui2.comments_editor import Editor File "/gnu/store/k6kkggp9nwlypdhda78067zqw3jm2z44-calibre-3.28.0/lib/calibre/calibre/gui2/comments_editor.py", line 17, in from PyQt5.QtWebKitWidgets import QWebView, QWebPage ImportError: No module named QtWebKitWidgets And indeed, /gnu/store/ga8rw0sharf2j05cr0khxs66x4ajgis1-python2-pyqt-5.11.2/lib/python2.7/site-packages/PyQt5 contains a lot of .so files, but none starting with QtWebkit. $ guix gc --references /gnu/store/ga8rw0sharf2j05cr0khxs66x4ajgis1-python2-pyqt-5.11.2 shows no reference whatsoever to webkit. The log file only states that it is grafting... How do I get the log file for the ungrafted derivation? Anyway, there are only two, so the other one must be good. Here we go: These PyQt5 modules will be built: QtCore, QtGui, QtHelp, QtMultimedia, QtMultimediaWidgets, QtNetwork, QtOpenGL, QtPrintSupport, QtQml, QtQuick, QtSql, QtSvg, QtTest, QtWidgets, QtXml, QtXmlPatterns, QtDesigner, QtDBus, _QOpenGLFunctions_2_0, _QOpenGLFunctions_2_1, _QOpenGLFunctions_4_1_Core, QtSensors, QtSerialPort, QtX11Extras, QtBluetooth, QtPositioning, QtQuickWidgets, QtWebSockets, QtWebChannel, QtLocation, QtNfc. No mention of QtWebkit, and in fact there is no test in the preceding configure phase. So it looks as if just adding the input qtwebkit is not enough to integrate it. Andreas