GNU bug report logs - #46816
[PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2.

Previous Next

Package: guix-patches;

Reported by: Gerd Heber <gerd.heber <at> gmail.com>

Date: Sat, 27 Feb 2021 17:26:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46816 in the body.
You can then email your comments to 46816 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46816; Package guix-patches. (Sat, 27 Feb 2021 17:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gerd Heber <gerd.heber <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 27 Feb 2021 17:26:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gerd Heber <gerd.heber <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gerd Heber <gheber <at> hdfgroup.org>
Subject: [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2.
Date: Sat, 27 Feb 2021 11:25:45 -0600
---
 gnu/packages/engineering.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4987377840..367e139aff 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1501,23 +1501,24 @@ bindings for Python, Java, OCaml and more.")
    (version "4.0.2")
    (source
     (origin
-     (method url-fetch)
-     (uri (string-append "https://github.com/aquynh/capstone"
-                         "/archive/" version ".tar.gz"))
+      (method git-fetch)
+      (uri (git-reference
+             (url "https://github.com/aquynh/capstone")
+             (commit version)))
+     (file-name (git-file-name name version))
      (sha256
       (base32
-       "0sjjbqps48az4map0kmai7j7dak3gy0xcq0sgx8fg09g0acdg0bw"))))
+       "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w"))))
    (build-system cmake-build-system)
    (arguments
-    `(#:build-type "Release"
-      #:tests? #t))
+    `(#:build-type "Release"))
    (home-page "https://www.capstone-engine.org")
-   (synopsis "Lightweight multi-platform, multi-architecture disassembly framework")
+   (synopsis "Lightweight multi-architecture disassembly framework")
    (description
-    "Capstone is a lightweight multi-platform, multi-architecture disassembly
-framework. Capstone can disassemble machine code for many supported
-architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and
-xcore. It provides bindings for Python, Java, OCaml and more.")
+    "Capstone is a lightweight multi-architecture disassembly framework.
+Capstone can disassemble machine code for many supported architectures such as
+x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore.  It provides
+bindings for Python, Java, OCaml and more.")
    (license license:bsd-3)))
 
 ;; FIXME: This package has a timestamp embedded in
-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#46816; Package guix-patches. (Sun, 28 Feb 2021 03:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 46816 <at> debbugs.gnu.org (full text, mbox):

From: Gerd Heber <gerd.heber <at> gmail.com>
To: 46816 <at> debbugs.gnu.org
Subject: DO NOT MERGE
Date: Sat, 27 Feb 2021 21:49:34 -0600
A tool dependence, python-capstone, fails to build with capstone 4.
python2-capstone builds fine, but not python-capstone.
Please close this report. I'll have to try something else.

G.




Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sun, 28 Feb 2021 10:19:01 GMT) Full text and rfc822 format available.

Notification sent to Gerd Heber <gerd.heber <at> gmail.com>:
bug acknowledged by developer. (Sun, 28 Feb 2021 10:19:02 GMT) Full text and rfc822 format available.

Message #13 received at 46816-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Gerd Heber <gerd.heber <at> gmail.com>
Cc: 46816-done <at> debbugs.gnu.org
Subject: Re: [bug#46816] DO NOT MERGE
Date: Sun, 28 Feb 2021 11:18:37 +0100
Hello,

one can close the bug by sending a message to
   46816-done <at> debbugs.gnu.org

Done for now,

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Mar 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.