all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: c4droid <c4droid@foxmail.com>
To: 61431@debbugs.gnu.org
Subject: [bug#61431] unicorn failed test fixed
Date: Tue, 9 May 2023 12:20:06 +0800	[thread overview]
Message-ID: <tencent_5BF5E1A5EB45A48E95177A0E87F2A23ED607@qq.com> (raw)
In-Reply-To: <87o7q0gxn3.fsf@foxmail.com>

Hi!

I discovered latest unicorn version is fix failed tests, here is snippet for unicorn:

``` scheme
(define-public python-unicorn
  (package
    (name "python-unicorn")
    (version "2.0.1.post1")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "unicorn" version))
              (sha256
               (base32
                "0mlfs8qfi0clyncfkbxp6in0cpl747510i6bqymwid43xcirbikz"))))
    (build-system pyproject-build-system)
    (native-inputs (list cmake pkg-config))
    (home-page "http://www.unicorn-engine.org")
    (synopsis "Unicorn CPU emulator engine")
    (description "Unicorn CPU emulator engine")
    (license #f)))
```

This snippet is generated from guix import pypi, I build it on my local machine, all test is
passed.





  parent reply	other threads:[~2023-05-09  4:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11 13:05 [bug#61431] [PATCH] gnu: pwntools: Update to 4.9.0 c4droid
2023-02-11 13:05 ` c4droid
     [not found] ` <handler.61431.B.167612170722600.ack@debbugs.gnu.org>
2023-02-11 13:55   ` [bug#61431] Acknowledgement ([PATCH] gnu: pwntools: Update to 4.9.0.) c4droid
2023-02-11 13:55     ` c4droid
2023-02-13 17:37     ` Christopher Baines
2023-03-11 23:15 ` [bug#61431] unicorn Andreas Enge
2023-03-13 12:05   ` c4droid
2023-03-14 19:32     ` Andreas Enge
2023-03-15  0:49       ` c4droid
2023-05-09  4:20 ` c4droid [this message]
2023-07-24 16:00 ` [bug#61431] More info needed Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_5BF5E1A5EB45A48E95177A0E87F2A23ED607@qq.com \
    --to=c4droid@foxmail.com \
    --cc=61431@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.