GNU bug report logs - #74257
[PATCH] gnu: Add udis86.

Previous Next

Package: guix-patches;

Reported by: Sisiutl <sisiutl <at> egregore.fun>

Date: Fri, 8 Nov 2024 12:40:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 74257 in the body.
You can then email your comments to 74257 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#74257; Package guix-patches. (Fri, 08 Nov 2024 12:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sisiutl <sisiutl <at> egregore.fun>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 08 Nov 2024 12:40:02 GMT) Full text and rfc822 format available.

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

From: Sisiutl <sisiutl <at> egregore.fun>
To: guix-patches <at> gnu.org
Cc: Sisiutl <sisiutl <at> egregore.fun>
Subject: [PATCH] gnu: Add udis86.
Date: Fri,  8 Nov 2024 13:38:00 +0100
* gnu/packages/assembly.scm (udis86): New variable.

Change-Id: I63dd160b704428536cf1282616a6615658a39e22
---
 gnu/packages/assembly.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 75cb7de999..3ffd0e8042 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -787,3 +787,35 @@ (define-public blinkenlights
 software changes memory.  It can emulate statically-linked i8086 and
 x86_64-pc-linux-gnu programs.")
     (license license:isc)))
+
+(define-public udis86
+  (let ((commit "5336633af70f3917760a6d441ff02d93477b0c86")
+        (revision "1"))
+    (package
+      (name "udis86")
+      (version (git-version "1.7.2" revision commit))
+      (home-page "http://udis86.sourceforge.net/")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/canihavesomecoffee/udis86.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0y5z1169wff578jylpafsww4px4y6gickhcs885a9c660d8xs9qy"))))
+      (build-system gnu-build-system)
+      (native-inputs (list pkg-config
+                           autoconf
+                           automake
+                           libtool
+                           python))
+      (arguments
+       (list #:configure-flags
+             #~(list "--enable-shared"
+                     (string-append "--with-python="
+                                    #$(file-append python "/bin/python3")))))
+      (synopsis "Disassembler Library for x86 and x86-64")
+      (description "Udis86 is a disassembler for the x86 and x86-64 class of
+instruction set architectures.")
+      (license license:bsd-2))))
-- 
2.46.0





Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sun, 08 Dec 2024 13:45:04 GMT) Full text and rfc822 format available.

Notification sent to Sisiutl <sisiutl <at> egregore.fun>:
bug acknowledged by developer. (Sun, 08 Dec 2024 13:45:04 GMT) Full text and rfc822 format available.

Message #10 received at 74257-close <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Sisiutl <sisiutl <at> egregore.fun>
Cc: 74257-close <at> debbugs.gnu.org
Subject: Re: [bug#74257] [PATCH] gnu: Add udis86.
Date: Sun, 08 Dec 2024 16:29:11 +0800
Hi Sisiutl,

On Fri, 08 Nov 2024 20:38:00 +0800,
Sisiutl wrote:
>
> * gnu/packages/assembly.scm (udis86): New variable.
>
> Change-Id: I63dd160b704428536cf1282616a6615658a39e22
> ---
>  gnu/packages/assembly.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)

A different patch for adding udis86 has been applied in
28e2e185aeecaf01f6b4591048f26dfc690a6eb9.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Jan 2025 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 223 days ago.

Previous Next


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