Bug 2340613

Summary: highfive: FTBFS in Fedora rawhide/f42
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: highfiveAssignee: Ben Beasley <code>
Status: CLOSED RAWHIDE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, neuro-sig, sanjay.ankur
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: 2025-01-23 18:21:46 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: 2300528    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2025-01-22 20:29:15 UTC
highfive failed to build from source in Fedora rawhide/f42

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
Please fix highfive 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,
highfive will be orphaned. Before branching of Fedora 43,
highfive will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2025-01-22 20:29:18 UTC
Created attachment 2070379 [details]
build.log

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

Comment 2 Fedora Release Engineering 2025-01-22 20:29:19 UTC
Created attachment 2070380 [details]
root.log

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

Comment 3 Fedora Release Engineering 2025-01-22 20:29:20 UTC
Created attachment 2070381 [details]
state.log

Comment 4 Miloš Komarčević 2025-01-23 11:56:35 UTC
This is actually not a problem w/ highfive but with the opencv dependency.

Reported (and patch already available) upstream: https://github.com/opencv/opencv/issues/26770

Seems to be already applied in Rawhide: https://src.fedoraproject.org/rpms/opencv/c/392683e0c64c19b94346d165f883e1bdcdf44f6f?branch=rawhide

Comment 5 Ben Beasley 2025-01-23 15:55:57 UTC
Thanks for investigating. Maybe the fixed opencv was first built in the mass rebuild. Packages in the mass rebuild always use the Rawhide buildroot and can’t “see” other packages from the mass rebuild. If that’s the case, we should be able to just kick off a build in Rawhide now. I’ll give it a try.

Comment 6 Ben Beasley 2025-01-23 15:57:20 UTC
A local "fedpkg mockbuild" succeeded, so I kicked off https://koji.fedoraproject.org/koji/taskinfo?taskID=128369636. If that succeeds, I’ll close this bug.

Comment 8 Miloš Komarčević 2025-01-26 09:05:19 UTC
Great, thanks. Would you mind kicking off the rebuild of OpenImageIO as well for the same reason?

Comment 9 Ben Beasley 2025-01-26 15:59:03 UTC
(In reply to Miloš Komarčević from comment #8)
> Great, thanks. Would you mind kicking off the rebuild of OpenImageIO as well
> for the same reason?

I’ll give it a try. (The cause of the failure is different, as noted in https://bugzilla.redhat.com/show_bug.cgi?id=2339861#c5).

Note that anyone in the packager group can start a build of any package – only committing to dist-git requires privileges on the package. Obviously, that liberty should be used sensibly.

Comment 10 Miloš Komarčević 2025-01-27 09:31:13 UTC
Thanks!