CMake Error at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
Could NOT find PySide2 (missing: PYSIDE_LIBRARY PYSIDE_INCLUDE_DIR
PYSIDE_TYPESYSTEMS) (Required is at least version "5.14")
Adding pyside2 as a dependency fixes this issue
Pinned Comments
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-06-13 08:18 (UTC)
Env vars to control build type:
DISABLE_BUNDLED_RADARE
: (0) build will provide it's radare2 (1) build requires system wide radare2 package (default: 0)Usage case:
export DISABLE_BUNDLED_RADARE=1
in terminal before building.makepkg DISABLE_BUNDLED_RADARE=1
pass as extra arg tomakepkg
.yay --mflags="DISABLE_BUNDLED_RADARE=1
pass as flag to your aur helper.When build with
BUNDLED_RADARE
iaiot
will conflicts with system wideradare2
package, if you want to use the system wideradare2
package buildiaito
with DISABLE_BUNDLED_RARARE=1` env var set.