Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875548 Details for
Bug 918455
dev-debug/ltrace-0.7.91_pre20221216-r1: fails to build on ppc64 musl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build on ppc64 musl
ltrace-0.7.91-ppc64-musl.patch (text/plain), 957 bytes, created by
A. Wilcox (awilfox)
on 2023-11-25 05:48:28 UTC
(
hide
)
Description:
Patch to fix build on ppc64 musl
Filename:
MIME Type:
Creator:
A. Wilcox (awilfox)
Created:
2023-11-25 05:48:28 UTC
Size:
957 bytes
patch
obsolete
>--- ltrace-5cffc0d2134f697fbac8627ec5b5f0085cd47c8a/sysdeps/linux-gnu/ppc/ptrace.h.old 2022-12-16 07:05:22.000000000 +0000 >+++ ltrace-5cffc0d2134f697fbac8627ec5b5f0085cd47c8a/sysdeps/linux-gnu/ppc/ptrace.h 2023-11-25 05:34:18.007807608 +0000 >@@ -19,3 +19,4 @@ > */ > > #include <sys/ptrace.h> >+#include <asm/ptrace.h> >--- ltrace-5cffc0d2134f697fbac8627ec5b5f0085cd47c8a/sysdeps/linux-gnu/ppc/regs.c.old 2022-12-16 07:05:22.000000000 +0000 >+++ ltrace-5cffc0d2134f697fbac8627ec5b5f0085cd47c8a/sysdeps/linux-gnu/ppc/regs.c 2023-11-25 05:34:03.549365920 +0000 >@@ -27,7 +27,6 @@ > #include <sys/ptrace.h> > #include <asm/ptrace.h> > #include <errno.h> >-#include <error.h> > > #include "proc.h" > #include "common.h" >@@ -50,7 +49,7 @@ > set_instruction_pointer(struct process *proc, void *addr) > { > if (ptrace(PTRACE_POKEUSER, proc->pid, sizeof(long)*PT_NIP, addr) != 0) >- error(0, errno, "set_instruction_pointer"); >+ perror("set_instruction_pointer"); > } > > void *
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 918455
: 875548