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 1865671

Summary: root: FTBFS in Fedora rawhide/f33
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: rootAssignee: Mattias Ellert <mattias.ellert>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: mattias.ellert
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: root-6.22.00-7.fc33 root-6.22.00-7.fc34 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-22 04:45:00 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: 1859821    
Bug Blocks: 1803234    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2020-08-03 21:34:09 UTC
root failed to build from source in Fedora rawhide/f33

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix root 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,
root will be orphaned. Before branching of Fedora 34,
root 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 Fedora Release Engineering 2020-08-03 21:34:11 UTC
Created attachment 1710160 [details]
build.log

Comment 2 Fedora Release Engineering 2020-08-03 21:34:12 UTC
Created attachment 1710161 [details]
root.log

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

Comment 3 Fedora Release Engineering 2020-08-03 21:34:13 UTC
Created attachment 1710162 [details]
state.log

Comment 4 Ben Cotton 2020-08-11 15:15:53 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle.
Changing version to 33.

Comment 5 Mattias Ellert 2020-08-11 20:05:28 UTC
The build fails because the srm-ifce package isuninstallable.

Comment 6 Mattias Ellert 2020-08-22 04:45:00 UTC
(In reply to Mattias Ellert from comment #5)
> The build fails because the srm-ifce package is uninstallable.

The srm-ifce package isn't actually needed during buildtime to build ROOT's GFAL support plugin when building it using gfal2.
It was needed when building using gfal version 1, and the CMake script looking for the GFAL dependencies tries to find it irrespectively of which GFAL version it finds.

I have patched the GFAL CMake script in ROOT to not look for srm-ifce if it finds GFAL version 2, so ROOT can be built despite srm-ifce is uninstallable.

(If you want to use GFAL's SRM plugin in ROOT at runtime, this is stil not installable, but this does not affect the building of ROOT abymore.)