From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: "calibre" package fails to build. Date: Sat, 21 Jul 2018 20:48:22 +0200 Message-ID: <20180721184822.GA12005@jurong> References: <20180628170155.11a28321@mailbox.org> <20180721173203.GA10747@jurong> <20180721181358.GA892@jurong> <20180721183830.GP4585@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgwvd-0004ho-2T for help-guix@gnu.org; Sat, 21 Jul 2018 14:48:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgwvc-0003bV-8E for help-guix@gnu.org; Sat, 21 Jul 2018 14:48:29 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:39384) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fgwvc-0003aP-1Y for help-guix@gnu.org; Sat, 21 Jul 2018 14:48:28 -0400 Content-Disposition: inline In-Reply-To: <20180721183830.GP4585@macbook41> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Efraim Flashner Cc: 24404@debbugs.gnu.org, "help-guix@gnu.org" On Sat, Jul 21, 2018 at 09:38:30PM +0300, Efraim Flashner wrote: > I see a new version of Calibre was just pushed to master, does that > build as expected? Yes and no; it builds, but then using it fails with ... File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-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 Gentoo moved to a new snapshot of qtwebkit: https://forums.gentoo.org/viewtopic-p-8226560.html?sid=cdd617a96f698cdc99a6156a22a4a54f They claim this solved their problems. The current git server of qtwebkit is here: https://code.qt.io/cgit/qt/qtwebkit.git I am downloading version 5.212.0-alpha2 from here: https://github.com/annulen/webkit/releases and will give it a try. Andreas