Project status would be easier to review if url
pointed to the git project page: https://github.com/rizinorg/cutter
Search Criteria
Package Details: rz-cutter-git 2.0.4.r111.ge56a0b55-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rz-cutter-git.git (read-only, click to copy) |
---|---|
Package Base: | rz-cutter-git |
Description: | A Qt and C++ GUI for rizin reverse engineering framework (originally named Iaito) |
Upstream URL: | https://cutter.re/ |
Licenses: | GPL |
Conflicts: | rizin, rz-cutter |
Provides: | rizin, rz-cutter |
Submitter: | bartus |
Maintainer: | bartus (AkechiShiro) |
Last Packager: | bartus |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-18 11:48 (UTC) |
Last Updated: | 2024-03-20 14:05 (UTC) |
Dependencies (18)
- capstone (capstone-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- graphviz
- icu (icu-gitAUR)
- pyside2AUR
- python (python37AUR, python311AUR, python310AUR)
- python-shiboken2AUR
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- syntax-highlighting (syntax-highlighting-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-tools (make)
- shiboken2AUR (make)
- rz-ghidra (optional) – ghidra decompiler plugin
Required by (4)
- discord-electron-openasar-git (requires rizin) (optional)
- pwndbg-git (requires rizin) (optional)
- rz-jsdec (requires rizin)
- rz-jsdec-git (requires rizin)
Sources (3)
xiota commented on 2023-11-07 19:10 (UTC)
AkechiShiro commented on 2022-07-17 14:20 (UTC)
Hi @berilac,
Thanks, I'll try and check if I can patch it so we can be on the dev branch, with the 2.1.0 release.
berilac commented on 2022-07-17 05:03 (UTC) (edited on 2022-07-17 06:52 (UTC) by berilac)
It looks like I'm having the same issue as described here. Is this an upstream issue or something we can manage?
berilac commented on 2022-07-16 05:47 (UTC)
What needs altering in the PKGBUILD to update to v2.1.0?
I would submit a patch, but I'm a little confused as to why the source being downloaded is not already adapting; the upstream dev
branch looks like it's already at 2.1.0.
AkechiShiro commented on 2022-04-24 00:02 (UTC) (edited on 2022-04-24 00:02 (UTC) by AkechiShiro)
The PKGBUILD is fixed now, but only in case if you're using the bundled Rizin in the build, the build fails with errors if you set DISABLE_BUNDLED_RIZIN=1
as of now, I will try to investigate later why, and maybe open an upstream issue on Cutter's GitHub after having confirmed it's a build issue upstream.
I'll edit this comment and add the link to the issue if this ends up happening.
kallisti5 commented on 2022-03-24 13:55 (UTC)
Be safe bartus!! Slava Ukraini!
bartus commented on 2022-03-14 10:36 (UTC)
Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
bartus commented on 2021-08-23 12:37 (UTC)
This is a package is also hosted on GitHub.
- Please submit
patches
and reportissues
to AUR-rz-cutter-git/github.com
Env vars to control build type:
DISABLE_BUNDLED_RIZIN
: (0) build will provide it's rizin (1) build requires system wide rizin package (default: 0)
Usage case:
export DISABLE_BUNDLED_RIZIN=1
in terminal before building.makepkg DISABLE_BUNDLED_RIZIN=1
pass as extra arg tomakepkg
.yay/paru --mflags="DISABLE_BUNDLED_RIZIN=1
pass as flag to your aur helper.
When building with BUNDLED_RIZIN
cutter
will conflicts with the system-wide rizin
package, if you want to use the system-wide rizin
package build cutter
with DISABLE_BUNDLED_RARARE=1` env var set.
bartus commented on 2021-04-18 11:51 (UTC)
@xuiqzy: fixed and renamed to rz-cutter-git
xuiqzy commented on 2021-04-03 11:25 (UTC)
Should "rz-ghidra: ghidra decompiler plugin" also be an optional dependency like for the non-git "rz-cutter" package?
Pinned Comments
AkechiShiro commented on 2022-04-24 00:02 (UTC) (edited on 2022-04-24 00:02 (UTC) by AkechiShiro)
The PKGBUILD is fixed now, but only in case if you're using the bundled Rizin in the build, the build fails with errors if you set
DISABLE_BUNDLED_RIZIN=1
as of now, I will try to investigate later why, and maybe open an upstream issue on Cutter's GitHub after having confirmed it's a build issue upstream. I'll edit this comment and add the link to the issue if this ends up happening.bartus commented on 2022-03-14 10:36 (UTC)
Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
bartus commented on 2021-08-23 12:37 (UTC)
This is a package is also hosted on GitHub.
patches
and reportissues
to AUR-rz-cutter-git/github.comEnv vars to control build type:
DISABLE_BUNDLED_RIZIN
: (0) build will provide it's rizin (1) build requires system wide rizin package (default: 0)Usage case:
export DISABLE_BUNDLED_RIZIN=1
in terminal before building.makepkg DISABLE_BUNDLED_RIZIN=1
pass as extra arg tomakepkg
.yay/paru --mflags="DISABLE_BUNDLED_RIZIN=1
pass as flag to your aur helper.When building with
BUNDLED_RIZIN
cutter
will conflicts with the system-widerizin
package, if you want to use the system-widerizin
package buildcutter
with DISABLE_BUNDLED_RARARE=1` env var set.