Bug 2113681

Summary: rr: FTBFS in Fedora rawhide/f37
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: rrAssignee: William Cohen <wcohen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rr-5.5.0-5.20220805gitda33770.fc37 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-05 15:08:15 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: 2045102    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2022-08-02 00:12:09 UTC
rr failed to build from source in Fedora rawhide/f37

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Please fix rr 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,
rr will be orphaned. Before branching of Fedora 38,
rr 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 2022-08-02 00:12:12 UTC
Created attachment 1902462 [details]
build.log

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

Comment 2 Fedora Release Engineering 2022-08-02 00:12:14 UTC
Created attachment 1902463 [details]
root.log

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

Comment 3 Fedora Release Engineering 2022-08-02 00:12:15 UTC
Created attachment 1902464 [details]
state.log

Comment 4 William Cohen 2022-08-04 19:09:23 UTC
Plan to resolve this by moving to a newer snapshot of rr that includes patches to address:


/builddir/build/BUILD/rr-5.5.0/src/preload/syscallbuf.c:1545:10: error: 'F_SETLK64' undeclared (first use in this function); did you mean 'F_SETLK'?
 1545 |     case F_SETLK64:
      |          ^~~~~~~~~
      |          F_SETLK
/builddir/build/BUILD/rr-5.5.0/src/preload/syscallbuf.c:1545:10: note: each undeclared identifier is reported only once for each function it appears in
/builddir/build/BUILD/rr-5.5.0/src/preload/syscallbuf.c:1552:10: error: 'F_SETLKW64' undeclared (first use in this function); did you mean 'F_SETLKW'?
 1552 |     case F_SETLKW64:
      |          ^~~~~~~~~~
      |          F_SETLKW


However, when using a new snapshot from the rr git repo found that includes of <linux/mount> and <sys/mount.h> had conflicts with the new glibc https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E .  Filed an upstream issue for this, https://github.com/rr-debugger/rr/issues/3356 .

Comment 5 William Cohen 2022-08-05 15:08:15 UTC
Moved to a newer git checkout that included patches to address the FTBFS.  rr-5.5.0-5.20220805gitda33770.fc37 is now built.