From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 30 Aug 2020 23:22:53 +0200 Message-Id: <20200830212253.3558-1-rhi@pengutronix.de> In-Reply-To: <20200830193241.30954-1-rhi@pengutronix.de> References: <20200830193241.30954-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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