Bug 15778

Summary: strace comilation fails on Fedora39/gcc13
Product: buildroot Reporter: Dr I J Ormshaw <ian_ormshaw>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2023.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Dr I J Ormshaw 2023-09-18 13:12:51 UTC
strace comilation fails on Fedora39/gcc13

Upgrading strace to 6.5 fixes the problem
Comment 1 Dr I J Ormshaw 2023-09-19 10:11:35 UTC
The issue appears to be an incompatability with a kernel of 6.5 (or later)
Comment 2 Dr I J Ormshaw 2023-09-20 07:36:15 UTC
Commit '19706002de... package/strace: bump to version 6.5' on master fixes this problem
Comment 3 Yann E. MORIN 2023-09-20 15:39:42 UTC
Ian, All,

As you noticed, this is already fixed on the master branch.

On 2023.08, the latest kernel headers version that is supported is
6.4. So, if the build issue is due to an incompatibility with headers
from kernel 6.5, that does not apply to 2023.08.

strace is not a host package either, so the kernel headers used on
the build host should not matter. If they do, then this is another
bug in strace.

As such, I'm closing the bug. Thanks for the report!

Regards,
Yann E. MORIN.