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: | 15 |
Popularity: | 0.64 |
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-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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
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 havingpython-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)
toArch 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?DrDeleto commented on 2023-10-08 12:29 (UTC)
@detian: I have installed prince-git the official way without problems.
detian commented on 2023-10-08 12:04 (UTC) (edited on 2023-10-08 12:05 (UTC) by detian)
@DrDeleto This's weird. Could you try the official way of installing, git clone https://github.com/korcankaraokcu/PINCE and run install_pince.sh script? Will it be the same error?
DrDeleto commented on 2023-10-07 13:09 (UTC)
I get the same error as TheBill2001 when trying to install pince-git. After executing yay -Scc no result, the error still comes up when trying to install.
When trying to install manually, I get this message:
Error occured while installing PINCE, check the output above for more information Installation failed.
without further output.
detian commented on 2023-09-28 08:06 (UTC) (edited on 2023-09-28 08:06 (UTC) by detian)
@elken done
@TheBill2001 package updated, try
yay -Scc
clean cache and try again?TheBill2001 commented on 2023-09-28 07:59 (UTC)
I cannot install it. With
yay
:Above output is empty, tho.
elken commented on 2023-09-28 06:49 (UTC) (edited on 2023-09-28 06:58 (UTC) by elken)
lsb-release
should be added as a dependency.On a standard install, it's assumed to be installed yes but in other environments like containers it isn't
qt6-wayland
is also needed under Wayland« First ‹ Previous 1 2 3 4 5 6 Next › Last »