From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: bug#24404: "calibre" package fails to build. Date: Sat, 21 Jul 2018 20:19:51 +0200 Message-ID: <20180721181951.GA2853@jurong> References: <20180628170155.11a28321@mailbox.org> <20180721173203.GA10747@jurong> <20180721181358.GA892@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgwU2-0003pi-GH for help-guix@gnu.org; Sat, 21 Jul 2018 14:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgwTz-0007rZ-C6 for help-guix@gnu.org; Sat, 21 Jul 2018 14:19:58 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:38072) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fgwTz-0007rV-4B for help-guix@gnu.org; Sat, 21 Jul 2018 14:19:55 -0400 Content-Disposition: inline In-Reply-To: <20180721181358.GA892@jurong> 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: Matthew Brooks Cc: 24404@debbugs.gnu.org, "help-guix@gnu.org" On Sat, Jul 21, 2018 at 08:13:58PM +0200, Andreas Enge wrote: > Interestingly enough, there is a commit in Calibre which claims to work > on Qt 5.11 compatibility: > https://github.com/kovidgoyal/calibre/commit/68bbec179abc980ebcb3f13854d2e4fd46f4897c > So the Calibre author apparently has managed to put it all together. Well, he is simply using pyqt-5.8: https://github.com/kovidgoyal/build-calibre/blob/master/scripts/sources.json (grep for "pyqt"). So what can we do? Add the previous version of pyqt with qtwebkit back? Andreas