Search Criteria
Package Details: pince-git r1609.527ac61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pince-git.git (read-only, click to copy) |
---|---|
Package Base: | pince-git |
Description: | A Linux reverse engineering tool inspired by Cheat Engine. |
Upstream URL: | https://github.com/korcankaraokcu/PINCE |
Licenses: | GPL-3.0-or-later WITH CC-BY-3.0 |
Conflicts: | pince |
Provides: | pince |
Submitter: | tsar-fox |
Maintainer: | detian |
Last Packager: | detian |
Votes: | 14 |
Popularity: | 0.42 |
First Submitted: | 2016-12-13 01:08 (UTC) |
Last Updated: | 2024-11-24 04:34 (UTC) |
Dependencies (17)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- gobject-introspection-runtime
- python-capstone
- python-gobject (python-gobject-gitAUR)
- python-keyboardAUR
- python-keystone (python-keystone-gitAUR)
- python-pexpect
- python-pygdbmi
- python-pyqt6
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lsb-release (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-pip (make)
- qt6-tools (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- qt6-wayland (optional) – wayland support
Latest Comments
1 2 3 4 5 6 Next › Last »
detian commented on 2024-05-26 03:11 (UTC)
@kusoneko updated
kusoneko commented on 2024-05-25 23:42 (UTC)
It currently refuses to build with the following error:
detian commented on 2024-05-13 05:45 (UTC)
@kusoneko updated, it's because of an upstream change.
kusoneko commented on 2024-05-13 02:20 (UTC)
Please add cmake to the makedepends array, this package doesn't compile in a clean chroot without it.
detian commented on 2024-05-02 21:58 (UTC)
@ZonicTrout glad you solved it.
ZonicTrout commented on 2024-05-02 18:02 (UTC) (edited on 2024-05-02 18:19 (UTC) by ZonicTrout)
System Information: Arch Linux (
uname -r
is 6.8.8-arch1-1) Migrating to Home-Manager Package management (not on the pince package though)Issue I tried to update the pince package using yay, but I was met with a build error message (Logs will be provided). I then tried to clone the pince-git (AUR) repo and update it using makepkg. However, when answering
y
to theRecompile libscanmem
prompt, I get build error messages.How to reproduce Run
git clone https://aur.archlinux.org/pince-git.git && cd pince-git && echo "y" | makepkg --clean -f
Logs:
echo "y" | makepkg --clean -f > stdout.txt 2> stderr.txt
https://zonictrout.net/pince-git/stderr.txt https://zonictrout.net/pince-git/stdout.txtWhat I suspect the error is: In the output line
libtool: link: /home/zonictrout/.nix-profile/bin/nm -B .libs/commands.o .libs/procmem.o .libs/handlers.o .libs/interrupt.o .libs/maps.o .libs/scanmem.o .libs/scanroutines.o .libs/sets.o .libs/targetmem.o .libs/value.o ./.libs/libutil.a | | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libscanmem.exp
There are two pipes with nothing in between them which is the error suggested by the messsage./libtool: eval: line 1886: syntax error near unexpected token
|'` I would try to fix the Makefile, but I cannot understand how they work :( and couldn't fix it myself.This could be the result of a different nm executable (
which nm
gives/home/zonictrout/.nix-profile/bin/nm
), but I have no idea how that could affect anything.Apology: Sorry, I am still new to posting AUR issues, so I am sorry if I made a formatting mistake
Update: It was because of Home-Manager, if you have the same issue, run the install in a shell where the PATh hasn't been changed by Home-Manager (e.g in a different shell)
detian commented on 2024-04-08 06:36 (UTC)
@rowanfr it's upstream change, updated
rowanfr commented on 2024-04-08 02:08 (UTC)
@detian My PKGBUILD is up to date and I manually altered the PKGBUILD to hardcode dependencies to get it to compile but even then for some odd reason I would get errors like:
.venv/PINCE/bin/python3: command not found
I decided to use the install script on there site and that seemed to work. I wouldn't worry too much about this issue as it seems to be an issue with my machine as from what I reviewed all the script looks correct
detian commented on 2024-03-22 16:55 (UTC)
@rowanfr this shouldn't happen, is your PKGBUILD up to date?
rowanfr commented on 2024-03-21 00:52 (UTC) (edited on 2024-03-21 00:52 (UTC) by rowanfr)
I'm getting the error:
could not satisfy dependencies: -
unable to satisfy dependency 'python-' required by pince-git
1 2 3 4 5 6 Next › Last »