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 19:04:22 +0200 Message-ID: <20180802170422.GA21440@jurong> References: <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> <20180802162209.GA18501@jurong> <20180802164935.GA19896@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flH2A-0002qD-95 for bug-guix@gnu.org; Thu, 02 Aug 2018 13:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flH27-00063k-40 for bug-guix@gnu.org; Thu, 02 Aug 2018 13:05:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1flH26-00063f-W5 for bug-guix@gnu.org; Thu, 02 Aug 2018 13:05:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1flH26-00013G-JV for bug-guix@gnu.org; Thu, 02 Aug 2018 13:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20180802164935.GA19896@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 On Thu, Aug 02, 2018 at 06:49:35PM +0200, Andreas Enge wrote: > Maybe we do need to tell pyqt explicitly to compile QtWebKit? I did a ./pre-inst-env guix environment python-pyqt cd /tmp/guix-build-python-pyqt-5.11.2.drv-0/PyQt5_gpl-5.11.2 python configure.py --verbose ^--- The result is: Checking to see if the QtWebKit module should be built... /gnu/store/p7qc46d0a0kksqlrk9jp9368d85w5980-profile/bin/qmake -o cfgtest_QtWebKit.mk cfgtest_QtWebKit.pro Project ERROR: Unknown module(s) in QT: webkit Checking to see if the QtWebKitWidgets module should be built... /gnu/store/p7qc46d0a0kksqlrk9jp9368d85w5980-profile/bin/qmake -o cfgtest_QtWebKitWidgets.mk cfgtest_QtWebKitWidgets.pro Project ERROR: Unknown module(s) in QT: webkitwidgets Apparently something needs to be done since our qtwebkit is not in the qt installation directory. But this was also the case before, and I do not see how we handled this. Andreas