Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528672 - app-text/calibre-1.2.0 with >=dev-python/PyQt4-4.11 - ?
Summary: app-text/calibre-1.2.0 with >=dev-python/PyQt4-4.11 - ?
Status: RESOLVED DUPLICATE of bug 526524
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-08 16:59 UTC by James Broadhead
Modified: 2014-11-08 18:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,2.78 KB, text/x-log)
2014-11-08 17:01 UTC, James Broadhead
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Broadhead 2014-11-08 16:59:49 UTC
app-text/calibre-1.2.0 depends on a python module which PyQt4 no longer supplies as of PyQt4.11:
    from PyQt4.pyqtconfig import QtGuiModuleMakefile

>>> Install calibre-1.20 into /var/tmp/portage/app-text/calibre-1.20/image/ category app-text
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    import setup.commands as commands
  File "/var/tmp/portage/app-text/calibre-1.20/work/calibre/setup/commands.py", line 34, in <module>
    from setup.extensions import Build
  File "/var/tmp/portage/app-text/calibre-1.20/work/calibre/setup/extensions.py", line 13, in <module>
    from PyQt4.pyqtconfig import QtGuiModuleMakefile


See also: http://www.riverbankcomputing.com/pipermail/pyqt/2014-June/034354.html

Reproducible: Always
Comment 1 James Broadhead 2014-11-08 17:01:02 UTC
Created attachment 388882 [details]
build.log
Comment 2 James Broadhead 2014-11-08 17:03:03 UTC
from the calibre devs: 
"""
calibre 1.x's build system is not going to change. calibre 2.x is based
on PyQt5, where this problem does not occur.

http://www.mobileread.com/forums/showthread.php?t=242223

 status wontfix
"""

https://bugs.launchpad.net/calibre/+bug/1346949
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-08 18:19:07 UTC

*** This bug has been marked as a duplicate of bug 526524 ***