Search Criteria
Package Details: pince-git r1696.7119718-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: | 15 |
| Popularity: | 0.000036 |
| First Submitted: | 2016-12-13 01:08 (UTC) |
| Last Updated: | 2026-05-17 23:58 (UTC) |
Dependencies (15)
- gdb (gdb-gitAUR)
- python-capstone
- python-keyboardAUR
- python-keystone (python-keystone-gitAUR)
- python-pexpect
- python-pygdbmi
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lsb-release (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-pip (make)
- qt6-tools (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
- qt6-wayland (optional) – wayland support
Latest Comments
1 2 3 4 5 6 7 Next › Last »
detian commented on 2026-05-12 18:42 (UTC)
@kusoneko updated.
kusoneko commented on 2026-05-08 01:31 (UTC)
Doesn't compile currently with the following error:
detian commented on 2026-03-29 06:44 (UTC)
@Tokyob0t Updated, thanks!
Tokyob0t commented on 2026-03-27 01:04 (UTC)
In the PKGBUILD, this line:
install -Dm644 pince.desktop -t "$pkgdir/usr/share/applications/io.github.korcankaraokcu.PINCE.desktop"creates the directory in /usr/share/applications/io.github.korcankaraokcu.PINCE.desktop/ due to -t. It should install the .desktop file directly (remove -t).
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 -ris 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
yto theRecompile libscanmemprompt, 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 -fLogs:
echo "y" | makepkg --clean -f > stdout.txt 2> stderr.txthttps://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.expThere 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 nmgives/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)
1 2 3 4 5 6 7 Next › Last »