Hi. The pyqwt 5.0.1 ebuild does not currently depend upon a sufficient version of SIP. In particular, it fails to configure, indicating that it depends on at least SIP-4.6. The emerge log is as below. # emerge pyqwt Calculating dependencies... done! >>> Verifying ebuild Manifests... >>> Emerging (1 of 1) dev-python/pyqwt-5.0.1 to / >>> Downloading 'http://distfiles.gentoo.org/distfiles/PyQwt-5.0.1.tar.gz' --17:29:30-- http://distfiles.gentoo.org/distfiles/PyQwt-5.0.1.tar.gz => `/share/portage/distfiles/PyQwt-5.0.1.tar.gz' Resolving distfiles.gentoo.org... 216.165.129.135, 156.56.247.195, 140.211.166.134, ... Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,180,960 (2.1M) [application/x-gzip] 100%[==============================================>] 2,180,960 815.03K/s 17:29:33 (812.88 KB/s) - `/share/portage/distfiles/PyQwt-5.0.1.tar.gz' saved [2180960/2180960] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking PyQwt-5.0.1.tar.gz ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking PyQwt-5.0.1.tar.gz to /var/tmp/portage/dev-python/pyqwt-5.0.1/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-python/pyqwt-5.0.1/work/PyQwt-5.0.1 ... Traceback (most recent call last): File "configure.py", line 32, in <module> raise Die, required __main__.Die: Requires at least SIP-4.6 and its development tools. * * ERROR: dev-python/pyqwt-5.0.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2238: Called die * The specific snippet of code: * "${python}" configure.py ${myconf} || die "python configure.py failed"; * The die message: * python configure.py failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/pyqwt-5.0.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyqwt-5.0.1/temp/environment'. * Reproducible: Always
Fixed, thanks for the report.