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

Bug 506698

Summary: dev-python/PyQt4-4.10.3-r2 with dev-python/sip-4.15.5 - qpycore_chimera.cpp:557:50: error: ‘pyqt4ClassTypeDef’ has no member named ‘qt4_flags’
Product: Gentoo Linux Reporter: Andrey Tykhonov <atykhonov>
Component: [OLD] DevelopmentAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info '=dev-python/PyQt4-4.10.3-r2::gentoo'
emerge -pqv '=dev-python/PyQt4-4.10.3-r2::gentoo'
build.log
environment

Description Andrey Tykhonov 2014-04-03 20:11:27 UTC
Created attachment 374196 [details]
emerge --info '=dev-python/PyQt4-4.10.3-r2::gentoo'

$ cat /etc/portage/package.keywords/sip
=dev-python/sip-4.15.5

$ cat /etc/portage/package.unmask/sip
=dev-python/sip-4.15.5

I do the execution of the following command

$ emerge dev-python/sip

and get the error:

x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fno-strict-aliasing -Wall -W -fPIC -D_REENTRANT -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/python3.2 -I../../QtCore -I. -I. -o qpycore_init.o qpycore_init.cpp
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fno-strict-aliasing -Wall -W -fPIC -D_REENTRANT -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/python3.2 -I../../QtCore -I. -I. -o qpycore_misc.o qpycore_misc.cpp
make[2]: *** [qpycore_chimera.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3-python3_2/qpy/QtCore'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3-python3_2/qpy'
make: *** [all] Error 2
 * ERROR: dev-python/PyQt4-4.10.3-r2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-python/PyQt4-4.10.3-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/PyQt4-4.10.3-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3-python3_2'
 * S: '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3'

>>> Failed to emerge dev-python/PyQt4-4.10.3-r2, Log file:

>>>  '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/temp/build.log'

 * Messages for package dev-python/PyQt4-4.10.3-r2:

 * ERROR: dev-python/PyQt4-4.10.3-r2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-python/PyQt4-4.10.3-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/PyQt4-4.10.3-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3-python3_2'
 * S: '/var/tmp/portage/dev-python/PyQt4-4.10.3-r2/work/PyQt-x11-gpl-4.10.3'
Comment 1 Andrey Tykhonov 2014-04-03 20:12:17 UTC
Created attachment 374198 [details]
emerge -pqv '=dev-python/PyQt4-4.10.3-r2::gentoo'
Comment 2 Andrey Tykhonov 2014-04-03 20:13:01 UTC
Created attachment 374200 [details]
build.log
Comment 3 Andrey Tykhonov 2014-04-03 20:13:37 UTC
Created attachment 374202 [details]
environment
Comment 4 Michael Palimaka (kensington) gentoo-dev 2014-04-04 18:00:42 UTC

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