Bug 1811651

Summary: HepMC3 broken on armv7hl due to missing root
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: HepMC3Assignee: Mattias Ellert <mattias.ellert>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mattias.ellert
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-15 13:01:11 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: 1811604    
Bug Blocks: 485251    

Description Fabio Valentini 2020-03-09 13:17:51 UTC
root now has ExcludeArch: %{arm} s390x on rawhide, which makes this package fail to build and install on both armv7hl (and s390x, which is known).

The BuildRequires on root have been conditionalized for non-s390x builds, but it looks like %{arm} now needs to be excluded as well.

Comment 1 Mattias Ellert 2020-03-15 13:01:11 UTC
The unavailability of root on 32-bit ARM was temporary due to a problem with the compiler. It is now available again after having been compiled using gcc-10.0.1-0.9. No need to change the HepMC3 package.

Comment 2 Fabio Valentini 2020-03-15 14:31:07 UTC
Awesome, thanks for the update.