Bug 1296557

Summary: libselinux FTBFS during stage1 bootstrap - error: /usr/lib/libc_nonshared.a(stat64.oS) uses VFP register arguments, libselinux.so.1 does not
Product: [Fedora] Fedora Reporter: Jaromír Cápík <jcapik>
Component: libselinuxAssignee: Jaromír Cápík <jcapik>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: dwalsh, mgrepl, ovasik, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: armv7hl   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-12 11:10:53 UTC Type: Bug
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: 1224209    
Attachments:
Description Flags
libselinux.log none

Description Jaromír Cápík 2016-01-07 14:29:32 UTC
Created attachment 1112471 [details]
libselinux.log

Description of problem:
During the stage1 bootstrap we're facing FTBFS when the target and builder is armv7hl. The build log is attached.

Version-Release number of selected component (if applicable):
libselinux-2.3-10.fc22

How reproducible:
always

Comment 1 Jaromír Cápík 2016-01-07 14:34:02 UTC
Looking at the koji logs it seems the CONFIG_EXTRA flags containing the FPU settings are not passed to the gcc cli for some reason.

Comment 2 Jaromír Cápík 2016-01-07 15:50:42 UTC
Trying with CFLAGS="${CONFIG_EXTRA}" ...