From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 478871581F3 for ; Mon, 2 Dec 2024 14:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBA0E07EA; Mon, 2 Dec 2024 14:50:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85F10E07EC for ; Mon, 2 Dec 2024 14:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8873F342FAF for ; Mon, 2 Dec 2024 14:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7C6917CC for ; Mon, 2 Dec 2024 14:50:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733150872.1be43cc3a111c3a862151f0926a4d144f2bc5150.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/, app-emulation/qemu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/files/qemu-9.2.0-capstone-include-path.patch app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ app-emulation/qemu/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1be43cc3a111c3a862151f0926a4d144f2bc5150 X-VCS-Branch: master Date: Mon, 2 Dec 2024 14:50:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e516e82b-b7f5-4346-ae92-788df6a51a7b X-Archives-Hash: 5d06bdaad32370bbdac4dd737fe54182 commit: 1be43cc3a111c3a862151f0926a4d144f2bc5150 Author: Michal Privoznik gmail com> AuthorDate: Mon Dec 2 11:20:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 2 14:47:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be43cc3 app-emulation/qemu: Update live ebuild In qemu upstream, sh4eb-softmmu target was removed in [1], but then reverted in [2]. Reflect this change in the live ebuild. This partially reverts 64427d3372c8975a015875526ad546447c64bd48. Then, due to context changes, qemu-9.1.0-capstone-include-path.patch no longer applies cleanly. Rebase the patch. 1: https://gitlab.com/qemu-project/qemu/-/commit/73ceb12960e686b763415f0880cc5171ccce01cf 2: https://gitlab.com/qemu-project/qemu/-/commit/51cdb6806f405062c2bda3f527e98aaf259d6116 Signed-off-by: Michal Privoznik gmail.com> Signed-off-by: Sam James gentoo.org> .../files/qemu-9.2.0-capstone-include-path.patch | 41 ++++++++++++++++++++++ app-emulation/qemu/qemu-9999.ebuild | 4 +-- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/app-emulation/qemu/files/qemu-9.2.0-capstone-include-path.patch b/app-emulation/qemu/files/qemu-9.2.0-capstone-include-path.patch new file mode 100644 index 000000000000..8cb557b59bce --- /dev/null +++ b/app-emulation/qemu/files/qemu-9.2.0-capstone-include-path.patch @@ -0,0 +1,41 @@ +From: Sam James +Date: Sun, 6 Oct 2024 09:47:03 +0100 +Subject: [PATCH] Forward ported from qemu-7.1.0-capstone-include-path.patch. + +Bug: https://bugs.gentoo.org/873157 +Signed-off-by: Sam James +Signed-off-by: Michal Privoznik +--- + include/disas/capstone.h | 2 +- + meson.build | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/include/disas/capstone.h b/include/disas/capstone.h +index c43033f7f6..02bc067cd8 100644 +--- a/include/disas/capstone.h ++++ b/include/disas/capstone.h +@@ -5,7 +5,7 @@ + + #define CAPSTONE_AARCH64_COMPAT_HEADER + #define CAPSTONE_SYSTEMZ_COMPAT_HEADER +-#include ++#include + + #else + +diff --git a/meson.build b/meson.build +index 2c924f8f10..86858a325b 100644 +--- a/meson.build ++++ b/meson.build +@@ -1892,7 +1892,7 @@ if not get_option('capstone').auto() or have_system or have_user + # that reports a wrong -I path, causing the #include to + # fail later. If the system has such a broken version + # do not use it. +- if capstone.found() and not cc.compiles('#include ', ++ if capstone.found() and not cc.compiles('#include ', + dependencies: [capstone]) + capstone = not_found + if get_option('capstone').enabled() +-- +2.45.2 + diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 3de17faf48a3..e4f3ea185d13 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -90,6 +90,7 @@ COMMON_TARGETS=" riscv64 s390x sh4 + sh4eb sparc sparc64 x86_64 @@ -110,7 +111,6 @@ IUSE_USER_TARGETS=" mipsn32 mipsn32el ppc64le - sh4eb sparc32plus " @@ -316,7 +316,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch - "${FILESDIR}"/${PN}-9.1.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-9.2.0-capstone-include-path.patch "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch