New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rizin, bump version #6922
rizin, bump version #6922
Conversation
|
Needed to bump cutter to the latest version ... |
|
@Begasus new versions of Rizin and Cutter are out, we fixed a few significant security problems in them:
|
|
Thanks @XVilka will try to make some time in the next days to check this out! |
|
@Begasus new versions of Rizin and Cutter are out with significant memory, performance, and analysis improvements: |
|
Hi @XVilka although I'm able to build the latest rizin releases, the detection on Haiku for it (for Cutter) has been lacking, should get into it again and will report back when I have more info. Thanks for the heads-up! |
|
@XVilka updated my build for rizin to 0.5.1, but cutter still isn't able to find it? (not sure why this is happening, there is no FindRizin.cmake anymore as I already found out. |
|
@Begasus we changed how Cutter searches for Rizin, and now Rizin provides the corresponding CMake file itself: |
|
Thanks, noticed that, but I can't seem to find why it's failing to detect it on Haiku, in the meantime I pushed a recipe for rizin on my profile, maybe you could have a look there, but I can't find the problem so far. :/ Adding an image that shows the lines mentioned in the error: |
|
@ret2libc @thestr4ng3r do you have any idea about the possible cause? |
|
Where did you install Rizin? Did you install the libraries in a dir available to the system (e.g. /usr/lib)? |
|
haikuports/dev-util/rizin/rizin-0.3.4.recipe Line 155 in 65c5bcf
On 64bit this is the same as $prefix/lib, on 32bit this is the same as $prefix/lib/x86 Haiku is using a different system layout then Linux's do, $prefix is /boot/system (unlike /usr on Linux's) So $prefix/lib is actually /boot/system/lib EDIT just checkout a build for rizin-0.5.2 (build and install looks OK) and cutter-2.2.0, still the same error. EDIT2 adding a log file (can't see anything wrong there, but that's me maybe) :) |

No description provided.