Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strace: update to 5.6.
@ 2020-04-15 10:59 ailiop-git
  2020-04-17 18:58 ` Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: ailiop-git @ 2020-04-15 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/21008

strace: update to 5.6.


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

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

From 82564b2fb165d2d162f9a41be069da8b9bbf619c Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 9 Apr 2020 20:04:09 +0200
Subject: [PATCH] strace: update to 5.6.

---
 srcpkgs/strace/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 6b67413b066..c3d90005ad2 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,6 +1,6 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.5
+version=5.6
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
@@ -10,7 +10,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff
+checksum=189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;

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

* Re: strace: update to 5.6.
  2020-04-15 10:59 [PR PATCH] strace: update to 5.6 ailiop-git
@ 2020-04-17 18:58 ` Piraty
  2020-04-23 11:14 ` xtraeme
  2020-04-23 11:14 ` [PR PATCH] [Closed]: " xtraeme
  2 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-04-17 18:58 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21008#issuecomment-615410676

Comment:
please use `vsed` where applicable. from a quick peek into configure.ac, at least the `socket.h` regex is obsolete by now

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

* Re: strace: update to 5.6.
  2020-04-15 10:59 [PR PATCH] strace: update to 5.6 ailiop-git
  2020-04-17 18:58 ` Piraty
@ 2020-04-23 11:14 ` xtraeme
  2020-04-23 11:14 ` [PR PATCH] [Closed]: " xtraeme
  2 siblings, 0 replies; 5+ messages in thread
From: xtraeme @ 2020-04-23 11:14 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/21008#issuecomment-618342003

Comment:
https://github.com/void-linux/void-packages/commit/767174dba3993f88f6fbe20062f3682396bb01a1

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

* Re: [PR PATCH] [Closed]: strace: update to 5.6.
  2020-04-15 10:59 [PR PATCH] strace: update to 5.6 ailiop-git
  2020-04-17 18:58 ` Piraty
  2020-04-23 11:14 ` xtraeme
@ 2020-04-23 11:14 ` xtraeme
  2 siblings, 0 replies; 5+ messages in thread
From: xtraeme @ 2020-04-23 11:14 UTC (permalink / raw)
  To: ml

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

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

strace: update to 5.6.
https://github.com/void-linux/void-packages/pull/21008

Description:


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

* [PR PATCH] strace: update to 5.6.
@ 2020-04-22 20:00 Piraty
  0 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-04-22 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages strace-5.6
https://github.com/void-linux/void-packages/pull/21253

strace: update to 5.6.
* libunwind now available on aarch64-musl
* drop pre_configure, all fixups are long obsolete (see CHANGELOG)

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

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

From f650e5a333d438c46a4eca7699f903b2e9c2bf2c Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 22 Apr 2020 18:48:58 +0200
Subject: [PATCH] strace: update to 5.6.

* libunwind now available on aarch64-musl
* drop pre_configure, all fixups are long obsolete (see CHANGELOG)
---
 srcpkgs/strace/template | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 6b67413b066..6998cc61c15 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,6 +1,6 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.5
+version=5.6
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
@@ -10,20 +10,10 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff
+checksum=189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01
 
 case "$XBPS_TARGET_MACHINE" in
-	aarch64-musl) configure_args=; makedepends= ;;
+	aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;
+	# work around https://github.com/strace/strace/issues/133
+	x86_64-musl) configure_args+=" --enable-mpers=no" ;;
 esac
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*|ppc64*) configure_args+=" --enable-mpers=no"
-esac
-
-pre_configure() {
-	sed -i -e 's/include <linux\/socket.h>/include <sys\/socket.h>/g' configure
-	sed -i -e 's/include <sgidefs.h>/include <asm\/sgidefs.h>/g' configure
-	case "$XBPS_TARGET_MACHINE" in
-		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
-	esac
-}

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

end of thread, other threads:[~2020-04-23 11:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 10:59 [PR PATCH] strace: update to 5.6 ailiop-git
2020-04-17 18:58 ` Piraty
2020-04-23 11:14 ` xtraeme
2020-04-23 11:14 ` [PR PATCH] [Closed]: " xtraeme
2020-04-22 20:00 [PR PATCH] " Piraty

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).