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

Bug 310351

Summary: [FEATURES="test"] dev-python/pycurl-7.19.0 uses system installed pycurl for make check
Product: Gentoo Linux Reporter: Xake <kanelxake>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: flameeyes
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xake 2010-03-20 10:28:05 UTC
dev-python/pycurl does not use the pycurl you are about to install for its tests but the system installed.

Way to reproduce:
# emerge -C pycurl && FEATURES="test" emerge pycurl
fails due to make check cannot import module pycurl, however:
# FEATURES="-test" emerge pycurl && FEATURES="test" emerge pycurl
passes all checks fine.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-14 10:31:43 UTC
*** Bug 319357 has been marked as a duplicate of this bug. ***
Comment 2 Patrick Lauer gentoo-dev 2010-06-16 19:52:23 UTC
>>> Source compiled.
 * Testing of dev-python/pycurl-7.19.0 with CPython 2.6...
Traceback (most recent call last):
  File "tests/test_internals.py", line 33, in <module>
    import pycurl
ImportError: No module named pycurl
 * ERROR: dev-python/pycurl-7.19.0 failed:


Guuuuh.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-17 13:43:41 UTC
Fixed.