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