I got this error while installing your package redasm via yay, it seems that one of the cmake files for one of the dependencies uses version 3.5 of cmake which is not currently supported by cmake, which causes the build to fail. This repository doesn't have an issues tab, so i had to raise the issue here.
CMake Error at LibREDasm/depends/capstone/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
All reactions
Hi!
The bug tracker is temporary closed because I'm doing a full rewrite in this repo so all issues that will be reported are not valid or already fixed there, I don't want to waste useful people's time.
All the packages you see in AUR are not made by me, so not official. Also most of them don't package plugins making REDasm basically useless, the official package was called redasm-disassembler but for some reason has been reported and removed months ago (they kept the "clones" and removed the official one).
I can bump capstone version to fix the issue.
(削除) However I still have a full featured AppImage that I use almost daily if you are not interested to compile it from source. (削除ここまで)
I've forgot th...
Replies: 1 comment 1 reply
Hi!
The bug tracker is temporary closed because I'm doing a full rewrite in this repo so all issues that will be reported are not valid or already fixed there, I don't want to waste useful people's time.
All the packages you see in AUR are not made by me, so not official. Also most of them don't package plugins making REDasm basically useless, the official package was called redasm-disassembler but for some reason has been reported and removed months ago (they kept the "clones" and removed the official one).
I can bump capstone version to fix the issue.
(削除) However I still have a full featured AppImage that I use almost daily if you are not interested to compile it from source. (削除ここまで)
I've forgot that you can grab the AppImage from there too: https://github.com/REDasmOrg/REDasm/releases/tag/v3.0.0-beta5
All reactions
Thanks for getting back to me.
I will build from source.