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.
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.000003 |
First Submitted: | 2021-04-18 11:48 (UTC) |
Last Updated: | 2022-06-24 14:12 (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.
It looks like I'm having the same issue as described here. Is this an upstream issue or something we can manage?
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.
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.
Be safe bartus!! Slava Ukraini!
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
patches
and report issues
to AUR-rz-cutter-git/github.comDISABLE_BUNDLED_RIZIN
: (0) build will provide it's rizin (1) build requires system wide rizin package (default: 0)export DISABLE_BUNDLED_RIZIN=1
in terminal before building.makepkg DISABLE_BUNDLED_RIZIN=1
pass as extra arg to makepkg
.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.
@xuiqzy: fixed and renamed to rz-cutter-git
Should "rz-ghidra: ghidra decompiler plugin" also be an optional dependency like for the non-git "rz-cutter" package?
This package should conflict with r2cutter, because:
error: failed to commit transaction (conflicting files)
cutter-git: /usr/share/icons/hicolor/scalable/apps/cutter.svg exists in filesystem (owned by r2cutter)
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.