Package Details: python-unicorn-git 2.0.1.r4.ge9c1c17f-1

Git Clone URL: https://aur.archlinux.org/unicorn-git.git (read-only, click to copy)
Package Base: unicorn-git
Description: Lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU
Upstream URL: http://www.unicorn-engine.org
Licenses: GPL2
Conflicts: python-unicorn
Provides: python-unicorn
Submitter: anthraxx
Maintainer: None
Last Packager: nullableVoidPtr
Votes: 4
Popularity: 0.000000
First Submitted: 2015-10-15 22:07 (UTC)
Last Updated: 2022-11-16 17:28 (UTC)

Dependencies (9)

Required by (9)

Sources (1)

Latest Comments

1 2 Next › Last »

nullableVoidPtr commented on 2022-05-01 08:51 (UTC)

@bet4it Sorry for the belatedness, and my forgetting to read guidelines on CMake PKGBUILDs; it should be fixed now.

bet4it commented on 2022-04-22 12:12 (UTC)

Files should be installed at /usr/lib rather than /usr/local/lib

gabrielkulp commented on 2022-03-18 21:50 (UTC)

@nullableVoidPtr It compiles now. Thank you!

nullableVoidPtr commented on 2022-03-16 18:38 (UTC)

@gabrielkulp Sincerely sorry about that! I've just adopted the package and it seems that I wasn't so thorough with testing. Please try again.

gabrielkulp commented on 2022-03-09 20:35 (UTC)

Version 2.0.0.rc6.r0.gc10639fd-1 fails to install. It looks like it compiles fine, but the makefile seems to have changed? Everything during the built went smoothly with a few benign-looking warnings.

Here's the end of the log:

copying unicorn/lib/libunicorn.so -> build/lib/unicorn/lib
  Successfully built RubyGem
  Name: unicorn-engine
  Version: 1.0.1
  File: unicorn-engine-1.0.1.gem
==> Starting check()...
==> Entering fakeroot environment...
==> Starting package_unicorn-git()...
make: *** No rule to make target 'install'.  Stop.
==> ERROR: A failure occurred in package_unicorn-git().
    Aborting...

AkechiShiro commented on 2022-02-09 11:07 (UTC) (edited on 2022-02-09 11:08 (UTC) by AkechiShiro)

This package does not build anymore, during the prepare phase, the sed on the Makefile file fails with Makefile file is not found.

Checking inside the GitHub repo, there is no Makefile file anymore, unicorn now uses CMake.

EDIT: Is it possible to update the PKGBUILD in order that the build works as expected now ?

JJK commented on 2020-05-14 06:22 (UTC)

Yes, it compiles fine now, thanks!

saruman9 commented on 2020-05-13 07:53 (UTC)

Fixed, please check.

JJK commented on 2020-05-13 07:04 (UTC) (edited on 2020-05-13 07:07 (UTC) by JJK)

cd qemu && \
./configure --cc="cc" --extra-cflags="...<snip> ..." --target-list="...<snip>..." --python=/usr/bin/python2
ERROR: unknown option --python=/usr/bin/python2
Try './configure --help' for more information
make: *** [Makefile:292: qemu/config-host.mak] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: unicorn-git (python-unicorn-git)

saruman9 commented on 2019-09-24 07:37 (UTC)

Package is orphaned? What about changing name of the gemspec file?