mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] strace: version bump 5.7 -> 6.8
@ 2020-08-30 19:32 Roland Hieber
  2020-08-30 21:22 ` [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8 Roland Hieber
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2020-08-30 19:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

strace 5.8 fixes build errors when building with kernel headers 5.8,
which are included in OSELAS.Toolchain 2020.08.0:

    In file included from ./static_assert.h:11,
                     from xlat/uring_op_flags.h:4,
                     from io_uring.c:14:
    io_uring.c:32:1: error: static assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder"
    make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/strace.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/strace.make b/rules/strace.make
index 703301c3a4ba..7cf786b13f25 100644
--- a/rules/strace.make
+++ b/rules/strace.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace
 #
 # Paths and names
 #
-STRACE_VERSION	:= 5.7
-STRACE_MD5	:= 8c35b8ebf187b2ec18209bd7bbd16e7a
+STRACE_VERSION	:= 5.8
+STRACE_MD5	:= 1a808c5917f0d91169e377c90faee6dd
 STRACE		:= strace-$(STRACE_VERSION)
 STRACE_SUFFIX	:= tar.xz
 STRACE_URL	:= https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8
  2020-08-30 19:32 [ptxdist] [PATCH] strace: version bump 5.7 -> 6.8 Roland Hieber
@ 2020-08-30 21:22 ` Roland Hieber
  2020-08-31  9:56   ` Roland Hieber
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2020-08-30 21:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

strace 5.8 fixes build errors when building with kernel headers 5.8,
which are included in OSELAS.Toolchain 2020.08.0:

    In file included from ./static_assert.h:11,
                     from xlat/uring_op_flags.h:4,
                     from io_uring.c:14:
    io_uring.c:32:1: error: static assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder"
    make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 v2: fix typo in subject


 rules/strace.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/strace.make b/rules/strace.make
index 703301c3a4ba..7cf786b13f25 100644
--- a/rules/strace.make
+++ b/rules/strace.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace
 #
 # Paths and names
 #
-STRACE_VERSION	:= 5.7
-STRACE_MD5	:= 8c35b8ebf187b2ec18209bd7bbd16e7a
+STRACE_VERSION	:= 5.8
+STRACE_MD5	:= 1a808c5917f0d91169e377c90faee6dd
 STRACE		:= strace-$(STRACE_VERSION)
 STRACE_SUFFIX	:= tar.xz
 STRACE_URL	:= https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8
  2020-08-30 21:22 ` [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8 Roland Hieber
@ 2020-08-31  9:56   ` Roland Hieber
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2020-08-31  9:56 UTC (permalink / raw)
  To: ptxdist

Ah, I see Michael already pushed a fix yesterday, so this is irrelevant
now.

On Sun, Aug 30, 2020 at 11:22:53PM +0200, Roland Hieber wrote:
> strace 5.8 fixes build errors when building with kernel headers 5.8,
> which are included in OSELAS.Toolchain 2020.08.0:
> 
>     In file included from ./static_assert.h:11,
>                      from xlat/uring_op_flags.h:4,
>                      from io_uring.c:14:
>     io_uring.c:32:1: error: static assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder"
>     make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  v2: fix typo in subject
> 
> 
>  rules/strace.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/strace.make b/rules/strace.make
> index 703301c3a4ba..7cf786b13f25 100644
> --- a/rules/strace.make
> +++ b/rules/strace.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace
>  #
>  # Paths and names
>  #
> -STRACE_VERSION	:= 5.7
> -STRACE_MD5	:= 8c35b8ebf187b2ec18209bd7bbd16e7a
> +STRACE_VERSION	:= 5.8
> +STRACE_MD5	:= 1a808c5917f0d91169e377c90faee6dd
>  STRACE		:= strace-$(STRACE_VERSION)
>  STRACE_SUFFIX	:= tar.xz
>  STRACE_URL	:= https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)
> -- 
> 2.28.0
> 
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2020-08-31  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30 19:32 [ptxdist] [PATCH] strace: version bump 5.7 -> 6.8 Roland Hieber
2020-08-30 21:22 ` [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8 Roland Hieber
2020-08-31  9:56   ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox