rz-pm icon indicating copy to clipboard operation
rz-pm copied to clipboard

Keystone doesn't installs properly

Open yaroslavyaroslav opened this issue 2 years ago • 4 comments

I'm duplicating this issue, since that repo looks a bit desolated.

Setup

  • macOS 13.2 with Apple silicon chip (it has different homebrew base folder, just in case)
  • risen 0.4.1
  • rz-pm 0.4.1

Steps to reproduce

  • rz-pm -i keystone
  • rz-pm -l >> keystone

Error

  • rz-asm -L | grep ks # produce no output
  • rizin -a arm.ks # asm.arch: cannot find (arm.ks)

I see https://github.com/rizinorg/rizin-extras/pull/20 is merged just yet, so maybe if's fixed already, just rollout takes some more time. But as for now keystone doesn't install within rz-pm successfully.

Also there's a strange paths pn rz-pm output:

 RZPM_PLUGDIR=/Users/user/.local//opt/homebrew/lib/rizin/plugins # this one
 RZPM_BINDIR=/Users/user/.local/share/rizin/bin
 RZPM_DBDIR=/Users/user/.local/share/rizin/rz-pm/db
 RZPM_GITDIR=/Users/user/.local/share/rizin/rz-pm/git
 RZPM_GITSKIP=

It seems like it concatenates both homebrew paths and local path. It installs everything here /opt/homebrew/lib/rizin/plugins anyway.

yaroslavyaroslav avatar Jan 27 '23 14:01 yaroslavyaroslav