Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221009 - pyqwt 5.0.1 should depend on SIP 4.6
Summary: pyqwt 5.0.1 should depend on SIP 4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 21:36 UTC by Jacob Joseph
Modified: 2008-05-15 13:24 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Joseph 2008-05-08 21:36:17 UTC
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
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-05-15 13:24:34 UTC
Fixed, thanks for the report.