Package Details: pince-git r1498.3da0f80-1

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
Submitter: tsar-fox
Maintainer: detian
Last Packager: detian
Votes: 11
Popularity: 0.006708
First Submitted: 2016-12-13 01:08 (UTC)
Last Updated: 2024-04-30 23:23 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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 the Recompile 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.txt

What 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

DarkShadow44 commented on 2023-12-10 18:07 (UTC) (edited on 2023-12-10 18:14 (UTC) by DarkShadow44)

I get ModuleNotFoundError: No module named 'keyboard', despite having python-keyboard

EDIT: Needed to rebuild the python-keyboard package. I'll leave this here in case someone else runs into this issue.

detian commented on 2023-10-12 06:53 (UTC)

@TheBill2001 then I just hardcode to "Arch Linux", AUR should only be used by arch based distro anyway.

TheBill2001 commented on 2023-10-12 05:05 (UTC) (edited on 2023-10-12 05:09 (UTC) by TheBill2001)

@detian Huh... I'm on EndeavourOS and have changed $(lsb_release -ds) to Arch Linux at that line in the PKGBUILD and it worked. Which make sense, considering the function explicitly check for Arch only and not its derivatives.

detian commented on 2023-10-09 03:45 (UTC)

@DrDeleto if there are no messages above, the error should occur at https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pince-git#n49

What is the output of lsb_release -ds in your end? Mine is "Arch Linux". And did install_pince.sh ask you about a package manager when install the official way?