Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strace: fix build on ppc*-musl
@ 2019-06-10  0:47 voidlinux-github
  2019-06-10  4:08 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-10  0:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

There is a new pull request by q66 against master on the void-packages repository

https://github.com/void-power/void-packages strace
https://github.com/void-linux/void-packages/pull/12363

strace: fix build on ppc*-musl
Needs https://github.com/void-linux/void-packages/pull/12360 first.

A patch file from https://github.com/void-linux/void-packages/pull/12363.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strace-12363.patch --]
[-- Type: application/text/x-diff, Size: 897 bytes --]

From 587886c3b742241d69c1ee4702e5e601e77a07f9 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 02:44:22 +0200
Subject: [PATCH] strace: fix build on ppc*-musl

[ci skip]
---
 srcpkgs/strace/patches/ppc-musl.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/strace/patches/ppc-musl.patch

diff --git a/srcpkgs/strace/patches/ppc-musl.patch b/srcpkgs/strace/patches/ppc-musl.patch
new file mode 100644
index 00000000000..511153f9293
--- /dev/null
+++ b/srcpkgs/strace/patches/ppc-musl.patch
@@ -0,0 +1,16 @@
+--- regs.h
++++ regs.h
+@@ -8,7 +8,13 @@
+ #ifndef STRACE_REGS_H
+ # define STRACE_REGS_H
+ 
++#if !defined(__GLIBC__) && defined(__powerpc__)
++# define pt_regs musl_pt_regs
+ # include <sys/user.h>
++# undef pt_regs
++#else
++# include <sys/user.h>
++#endif
+ # include "arch_regs.h"
+ 
+ #endif /* !STRACE_REGS_H */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: strace: fix build on ppc*-musl
  2019-06-10  0:47 [PR PATCH] strace: fix build on ppc*-musl voidlinux-github
@ 2019-06-10  4:08 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-10  4:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

There's a closed pull request on the void-packages repository

strace: fix build on ppc*-musl
https://github.com/void-linux/void-packages/pull/12363
Description: Needs https://github.com/void-linux/void-packages/pull/12360 first.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-10  4:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10  0:47 [PR PATCH] strace: fix build on ppc*-musl voidlinux-github
2019-06-10  4:08 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).