Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1668029 (PYFLAGS)

Summary: Avoid Fedora-specific build flags in non-RPM Python extensions
Product: [Fedora] Fedora Reporter: Ben Cotton <bcotton>
Component: Changes TrackingAssignee: Miro Hrončok <mhroncok>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: bcotton, dan, python-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python3-3.7.2-6.fc30 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-21 11:55:20 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:
Bug Depends On:    
Bug Blocks: 1539083, 1548822, 1548823    

Description Ben Cotton 2019-01-21 17:56:11 UTC
This is a tracking bug for Change: Avoid Fedora-specific build flags in non-RPM Python extensions
For more details, see: https://fedoraproject.org/wiki/Changes/Python_Extension_Flags

The build flags (CFLAGS, CXXFLAGS and LDFLAGS) saved in the Python's distutils module for building extension modules are switched from:

Comment 1 Miro Hrončok 2019-01-21 22:19:54 UTC
*** Bug 1217376 has been marked as a duplicate of this bug. ***

Comment 4 Miro Hrončok 2019-02-13 08:49:03 UTC
All packages that explicitly called "python3 setup.py build/build_ext" without proper flags are fixed now. We will proceed with Python itself this week.

Comment 5 Miro Hrončok 2019-02-14 18:10:18 UTC
Python is adjusted.