No, nothing is wrong with the PKGBUILD, but I think you don't have everything needed on your system. calibre's setup script is trying to build one of the extensions and is failing to find and link the "GLESv2" library.
It should be provided by the "mesa" package, which has the following dependency chain:
mesa --> mesa-libgl --> qt5-base --> pyqt5-common --> python2-pyqt5 --> calibre
i.e. a working qt5 should have this already.
Last edited by eschwartz; 06-25-2015 at 06:56 PM.
Reason: typo
|