Bug 1606112

Summary: reprepro: FTBFS in Fedora rawhide
Product: [Fedora] Fedora Reporter: Mohan Boddu <mboddu>
Component: repreproAssignee: Ken Dreyer <ktdreyer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ktdreyer, ngompa13
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: reprepro-5.1.1-5.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-24 16:28:03 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: 1551327, 1602938    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Mohan Boddu 2018-07-20 18:29:07 UTC
reprepro failed to build from source in Fedora rawhide

https://koji.fedoraproject.org/koji/taskinfo?taskID=28228009


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Please fix reprepro at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
reprepro will be orphaned. Before branching of Fedora 30,
reprepro will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Mohan Boddu 2018-07-20 18:29:13 UTC
Created attachment 1467369 [details]
build.log

Comment 2 Mohan Boddu 2018-07-20 18:29:16 UTC
Created attachment 1467370 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Mohan Boddu 2018-07-20 18:29:20 UTC
Created attachment 1467371 [details]
state.log

Comment 4 Igor Raits 2018-07-23 15:27:48 UTC
Matches:
configure: error: no acceptable C compiler found in $PATH

Suggested fix:
BuildRequires:  gcc

Comment 5 Ken Dreyer 2018-07-23 18:11:02 UTC
The script that automatically inserted "BuildRequires: gcc" inserted it within the el6 conditional in reprepro.spec. Moving BR: gcc up one line resolved this FTBFS.

Comment 6 Ken Dreyer 2018-07-24 16:28:03 UTC
Igor pushed https://src.fedoraproject.org/rpms/reprepro/c/4992bb4610f09729d166d6c4fe3b64ca42df449d with the final fix for this today. Thanks Igor.