From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Broken Calibre package Date: Mon, 25 Jul 2016 22:42:16 +0200 Message-ID: <20160725204216.GB9479@solar> References: <878twpbhkj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRmhm-0006A3-3X for guix-devel@gnu.org; Mon, 25 Jul 2016 16:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRmhh-0004Fn-5z for guix-devel@gnu.org; Mon, 25 Jul 2016 16:42:25 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:33497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRmhg-0004Fb-Pm for guix-devel@gnu.org; Mon, 25 Jul 2016 16:42:21 -0400 Content-Disposition: inline In-Reply-To: <878twpbhkj.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: guix-devel On Mon, Jul 25, 2016 at 10:15:08PM +0200, Roel Janssen wrote: > Thanks for the recent upgrade to version 2.62.0 of Calibre. I encounter > the following problem after completing the setup dialog: > Are we missing a qtwebkit package? Yes. It is not the calibre upgrade that poses problems, but the switch to the modular qt. This was apparently done without testing the package - I noticed a similar problem when trying to use qtbase instead of qt in bitcoin-core: The package compiles, but does not work; probably it tries to dlopen a library that does not exist. As a first fix, we should revert and replace qtbase by qt in the package. I will give it a try and push if this works. Then it would be good to add a qtwebkit package. Are there any takers? Andreas