Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310351 - [FEATURES="test"] dev-python/pycurl-7.19.0 uses system installed pycurl for make check
Summary: [FEATURES="test"] dev-python/pycurl-7.19.0 uses system installed pycurl for m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 319357 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-20 10:28 UTC by Xake
Modified: 2010-06-17 13:43 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 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.