Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 367727

Summary: dev-python/PyQt4-4.8.4 fails to prepare with python-3.2
Product: Gentoo Linux Reporter: drhopfen <smaarster>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description drhopfen 2011-05-17 15:55:41 UTC
Created attachment 273675 [details]
build.log

After installing python-3.2 and removing python-3.1 PyQt4-4.8.4 fails to emerge.

Expected result: PyQt4-4.8.4 should emerge successfully.

Actual result: emerge bails out in the preparation phase for python 3.2:

python3.2 configure.py --confirm-license --bindir=/usr/bin --destdir=/usr/lib64/python3.2/site-packages --sipdir=/usr/share/sip --qsci-api --enable=QtCore --enable=QtNetwork --enable=QtScript --enable=QtTest --enable=QtXml --enable=QtDesigner --enable=QtGui --enable=QtScriptTools --enable=QtDeclarative --enable=QtOpenGL --enable=QtSql --enable=QtSvg --enable=QtWebKit CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ LINK=x86_64-pc-linux-gnu-g++ LINK_SHLIB=x86_64-pc-linux-gnu-g++ CFLAGS=-O2 -pipe -march=native CXXFLAGS=-O2 -pipe -march=native LFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,now -Wl,--sort-common
Traceback (most recent call last):
  File "configure.py", line 37, in <module>
    import sipconfig
ImportError: No module named sipconfig

Reproducible: always
Comment 1 drhopfen 2011-05-17 15:56:28 UTC
Created attachment 273677 [details]
emerge --info
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-17 16:09:21 UTC
You forgot to run python-updater.