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 <[email protected]> > --- > 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. | [email protected] | 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
