Bug 2402550 - retsnoop 0.11 FTBFS on ppc64le
Summary: retsnoop 0.11 FTBFS on ppc64le
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: retsnoop
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: PPCTracker
TreeView+ depends on / blocked
 
Reported: 2025-10-08 18:59 UTC by Michel Lind
Modified: 2025-10-25 21:31 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
Attaching my patch (103 bytes, patch)
2025-10-25 21:31 UTC, Aditi Mishra
no flags Details | Diff

Description Michel Lind 2025-10-08 18:59:40 UTC
retsnoop.bpf.c:182:8: error: no member named 'sp' in 'struct pt_regs'
  182 |                 sp = PT_REGS_SP((struct pt_regs *)ctx);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.output/include/bpf/bpf_tracing.h:503:43: note: expanded from macro 'PT_REGS_SP'
  503 | #define PT_REGS_SP(x) (__PT_REGS_CAST(x)->__PT_SP_REG)
      |                        ~~~~~~~~~~~~~~~~~  ^
.output/include/bpf/bpf_tracing.h:314:21: note: expanded from macro '__PT_SP_REG'
  314 | #define __PT_SP_REG sp
      |                     ^
1 error generated.
make: *** [Makefile:119: .output/retsnoop.bpf.o] Error 1
make: *** Waiting for unfinished jobs....

Reproducible: Always

Steps to Reproduce:
1. fedpkg clone -a retsnoop
2. cd retsnoop
3. Try a scratch build for ppc64le of 0.11-1
Actual Results:
Fails as above

Expected Results:
Should succeed

Comment 1 Aditi Mishra 2025-10-09 12:25:02 UTC
I'll take look.

Comment 2 Aditi Mishra 2025-10-25 21:31:22 UTC
Created attachment 2110828 [details]
Attaching my patch

The change is in bpf_tracing header file where sp doesn't exist for powerpc arch.


Note You need to log in before you can comment on or make changes to this bug.