* [bug#46816] [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2.
@ 2021-02-27 17:25 Gerd Heber
2021-02-28 3:49 ` [bug#46816] DO NOT MERGE Gerd Heber
0 siblings, 1 reply; 3+ messages in thread
From: Gerd Heber @ 2021-02-27 17:25 UTC (permalink / raw)
To: 46816; +Cc: Gerd Heber
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#46816] DO NOT MERGE
2021-02-27 17:25 [bug#46816] [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2 Gerd Heber
@ 2021-02-28 3:49 ` Gerd Heber
2021-02-28 10:18 ` bug#46816: " Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Gerd Heber @ 2021-02-28 3:49 UTC (permalink / raw)
To: 46816
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#46816: DO NOT MERGE
2021-02-28 3:49 ` [bug#46816] DO NOT MERGE Gerd Heber
@ 2021-02-28 10:18 ` Andreas Enge
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2021-02-28 10:18 UTC (permalink / raw)
To: Gerd Heber; +Cc: 46816-done
Hello,
one can close the bug by sending a message to
46816-done@debbugs.gnu.org
Done for now,
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-28 10:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27 17:25 [bug#46816] [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2 Gerd Heber
2021-02-28 3:49 ` [bug#46816] DO NOT MERGE Gerd Heber
2021-02-28 10:18 ` bug#46816: " Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.