Your message dated Thu, 27 Jul 2023 08:50:49 +0000
with message-id <[email protected]>
and subject line Bug#1040795: fixed in edb-debugger 1.3.0-2.1
has caused the Debian Bug report #1040795,
regarding edb-debugger: FTBFS against capstone5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1040795: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: edb-debugger
Version: 1.3.0-2
Severity: normal
Tag: upstream, patch
X-Debbugs-Cc: none, Hilko Bengen <[email protected]>
Dear Maintainer,
edb-debugger fails to build from source against capstone 5 (now in
experimental) due to 2 identifiers (X86_INS_VCVTPD2DQX,
X86_INS_VCVTPD2PSX) that are now missing from header files.
Upstream has fixed this in Git commti
b1bc4d02bfc7ca9c871e7b518aeb795d83e7f88b, see attached patch.
I have verified that this patch does fix the issue.
Cheers,
-Hilko
>From b1bc4d02bfc7ca9c871e7b518aeb795d83e7f88b Mon Sep 17 00:00:00 2001
From: Sam James <[email protected]>
Date: Tue, 13 Sep 2022 19:51:08 +0100
Subject: [PATCH] Fix build with Capstone 5 (#824)
Capstone 5 drops X86_INS_VCVTPD2DQX and X86_INS_VCVTPD2PSX from
x86.h (happened in https://github.com/capstone-engine/capstone/commit/dd91f03fef5102492352756e2adb5972dd79a70f
but no real explanation).
Given:
1. these instructions had no wiring up;
2. other Capstone consumers have done the same
let's drop them entirely as we have no idea what they are. They don't
appear in any Intel documentation and there's very little reference
to them online at all.
Bug: https://bugs.gentoo.org/843755
Closes: https://github.com/eteran/edb-debugger/issues/823
Signed-off-by: Sam James <[email protected]>
Signed-off-by: Sam James <[email protected]>
---
src/capstone-edb/Instruction.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/capstone-edb/Instruction.cpp b/src/capstone-edb/Instruction.cpp
index 7b2dfc8a..e5fe0f1b 100644
--- a/src/capstone-edb/Instruction.cpp
+++ b/src/capstone-edb/Instruction.cpp
@@ -880,8 +880,6 @@ bool is_SIMD_PD(const Operand &operand) {
case X86_INS_CVTPD2PI:
case X86_INS_CVTPD2PS:
case X86_INS_VCVTPD2PS:
- case X86_INS_VCVTPD2DQX: // FIXME: what's this?
- case X86_INS_VCVTPD2PSX: // FIXME: what's this?
// case X86_INS_VCVTPD2QQ: // FIXME: Capstone seems to not support it
case X86_INS_VCVTPD2UDQ:
// case X86_INS_VCVTPD2UQQ: // FIXME: Capstone seems to not support it
--
2.39.2
--- End Message ---
--- Begin Message ---
Source: edb-debugger
Source-Version: 1.3.0-2.1
Done: Hilko Bengen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
edb-debugger, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hilko Bengen <[email protected]> (supplier of updated edb-debugger package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 11 Jul 2023 13:10:57 +0200
Source: edb-debugger
Architecture: source
Version: 1.3.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Marcio de Souza Oliveira <[email protected]>
Changed-By: Hilko Bengen <[email protected]>
Closes: 1037641 1040795
Changes:
edb-debugger (1.3.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload
* Add upstream patch to fix build with Capstone 5 (Closes: #1040795)
* Add upstream patch to fix build GCC 13 (Closes: #1037641)
Checksums-Sha1:
e38d77b7d4597fba49cb7a4d2d737bbde5e6b0ce 2200 edb-debugger_1.3.0-2.1.dsc
8ca99e4e9c7c89fdd6bb72d249f8644323a2dbec 7220
edb-debugger_1.3.0-2.1.debian.tar.xz
67f5288a53530a78c4fa818cef7753151540d78c 11331
edb-debugger_1.3.0-2.1_source.buildinfo
Checksums-Sha256:
029f3aa78476dbc977b83ea819304348dc6ec4fe192834381ca1eb359ce97d6c 2200
edb-debugger_1.3.0-2.1.dsc
c3f0082885b5f643c51e9ef7424f7073e256668e522c7834298b11dc92191cb0 7220
edb-debugger_1.3.0-2.1.debian.tar.xz
a0a0b826191c82f17cffd9275cf663036b490bd0a5aafafb759310d24f962b48 11331
edb-debugger_1.3.0-2.1_source.buildinfo
Files:
66f204c32662149a4632804b731193a3 2200 devel optional edb-debugger_1.3.0-2.1.dsc
dd110b0dc11284de7f094e8f9ea920af 7220 devel optional
edb-debugger_1.3.0-2.1.debian.tar.xz
ec31d20cf0862fa53824c1828dbd07fb 11331 devel optional
edb-debugger_1.3.0-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSuWSkACgkQdbcQY1wh
On7KIxAAiyqsMzDhN2+p5STOAmGSpmZ8O4WYTqaRHqIYHP/p2H8U3nTP4cS3WxFB
R16AA9/z3pQSDQD3AfbmfoKkjsBfmFqUE1XcWPTQngN7PAh2AMvNPj+73iDL+1yc
mKnRIJxBeHiHOOMs+vD76Pp0jsgaGPkx882js4PTx1ijY6TWezPY33KSkHu04xo5
TuPQ43u/5R2p15nlj+3oqTiV08nftT8ZrmWjgMlurPC7j+0ofVNE/bDraX7wI+In
A7jtCydTbkC2wrVdpeFLAPrnCT87OmB8BbWZbQArgVLSYZEtahGfc8NOg9RS6d7/
A7U/WgFhiNEvompfeDkw8mmYQRSn5xMh2qDnbUCbuOy2JDQxhmY+cKkYHdliX2WH
NQ+GY3LhrV1fqhxuOIFw11P7WA9ecOc+x6rXa4+ijgQOs9NWgMk2j7mGrALX3w36
VeBS2MZ3BSTDFaXip5t5HAuD7JbRrl9f0Jigf2bkXhEUauk+vlzimaZ5ElFeWRF7
lD3CTI25gjdOoQDb0DhLJnufd8Mfde3kKpwb1Hp/fsVXAW37gvV4CM2kdvpNZ65v
my/mf7TC1D7PuD2PvWhGYNGchsZ0vWMplfwH5Q0Mprl1G+dErJaAGqJK9F87b4go
Gr1dlnIXPcTJW7Njy5/N/D6li0ro8QO+E6FhRc5VgG6Nfmk+LHk=
=nC6K
-----END PGP SIGNATURE-----
--- End Message ---