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)
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) |
« First ‹ Previous 1 2
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.