Bug 454000

Summary: Fix curl-config usage, re-enable test suite
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: python-pycurlAssignee: Jeffrey C. Ollie <jeff>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideKeywords: Patch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.18.2-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-25 15:21:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix curl-config usage
none
Re-enable test suite none

Description Ville Skyttä 2008-07-03 18:59:49 UTC
For some reason python-pycurl's debuginfo in Rawhide is empty.  I looked into it
but could not find a reason and couldn't reproduce.

However, I found a couple of other things during the search: setup.py tries to
use curl-config --static-libs but no such thing exists at least in F-9.

Also, setting PYTHONPATH in %check should make it run the tests against the
built, not installed lib.

Comment 1 Ville Skyttä 2008-07-03 18:59:49 UTC
Created attachment 310951 [details]
Fix curl-config usage

Comment 2 Ville Skyttä 2008-07-03 19:00:35 UTC
Created attachment 310952 [details]
Re-enable test suite

Comment 3 Jeffrey C. Ollie 2008-07-25 15:21:13 UTC
Let me know if the debuginfo is still a problem.

Comment 4 Ville Skyttä 2008-07-25 20:00:32 UTC
-debuginfo seems ok now.