Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349682 - app-text/calibre-0.7.35 - RuntimeError: the PyQt4.QtCore module is version -1 but the PyKDE4.kdeui module requires version 0
Summary: app-text/calibre-0.7.35 - RuntimeError: the PyQt4.QtCore module is version -1...
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 15:20 UTC by Leonid Podolny
Modified: 2010-12-26 18:57 UTC (History)
0 users

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


Attachments
build log (build.log,24.28 KB, text/plain)
2010-12-25 15:20 UTC, Leonid Podolny
Details
emerge --info (emerge.info,4.70 KB, text/plain)
2010-12-25 15:21 UTC, Leonid Podolny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Podolny 2010-12-25 15:20:27 UTC
*
* Running gui
*

        Compiling form /var/tmp/portage/app-text/calibre-0.7.35/work/calibre/src/calibre/gui2/filename_pattern.ui
Traceback (most recent call last):
  File "setup.py", line 99, in <module>
    sys.exit(main())
  File "setup.py", line 85, in main
    command.run_all(opts)
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/setup/__init__.py", line 159, in run_all
    self.run_cmd(self, opts)
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/setup/__init__.py", line 152, in run_cmd
    self.run_cmd(scmd, opts)
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/setup/__init__.py", line 155, in run_cmd
    cmd.run(opts)
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/setup/gui.py", line 36, in run
    self.build_forms()
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/setup/gui.py", line 60, in build_forms
    build_forms(self.SRC, info=self.info)
  File "/var/tmp/portage/app-text/calibre-0.7.35/work/calibre/src/calibre/gui2/__init__.py", line 716, in build_forms
    compileUi(form, buf)
  File "/usr/lib64/python2.7/site-packages/PyQt4/uic/__init__.py", line 134, in compileUi
    winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports)
  File "/usr/lib64/python2.7/site-packages/PyQt4/uic/Compiler/compiler.py", line 19, in __init__
    CompilerCreatorPolicy())
  File "/usr/lib64/python2.7/site-packages/PyQt4/uic/uiparser.py", line 91, in __init__
    self.factory = QObjectCreator(creatorPolicy)
  File "/usr/lib64/python2.7/site-packages/PyQt4/uic/objcreator.py", line 61, in __init__
    self._cwFilters.append(plugin_locals["getFilter"]())
  File "<string>", line 22, in getFilter
RuntimeError: the PyQt4.QtCore module is version -1 but the PyKDE4.kdeui module requires version 0
Comment 1 Leonid Podolny 2010-12-25 15:20:59 UTC
Created attachment 258018 [details]
build log
Comment 2 Leonid Podolny 2010-12-25 15:21:45 UTC
Created attachment 258020 [details]
emerge --info
Comment 3 Rafał Mużyło 2010-12-25 15:57:36 UTC
Could it be related to the need of following sip postinst message
about the need for rebuild of its rdeps ?
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-12-25 16:07:31 UTC
(In reply to comment #3)
> Could it be related to the need of following sip postinst message
> about the need for rebuild of its rdeps ?

 When updating dev-python/sip, you usually need to rebuild packages, which depend
 on dev-python/sip, such as dev-python/PyQt4 and dev-python/qscintilla-python. If
 you have app-portage/gentoolkit installed, you can find these packages with
 `equery d dev-python/sip dev-python/PyQt4`.
Comment 5 Leonid Podolny 2010-12-25 20:12:07 UTC
I can't rebuild pykde4 due to bug 349707 :(
Comment 6 Leonid Podolny 2010-12-26 18:57:35 UTC
Yip, it solves it.