PyOxidizer icon indicating copy to clipboard operation
PyOxidizer copied to clipboard

mach not yet supported (pyoxidizer analyze)

Open jaraco opened this issue 2 years ago • 1 comments

I have a binary built by pyoxidizer (Mercurial). It's failing to invoke readline.get_completer and I'd like to inspect why. I thought pyoxidizer analyze might tell me more about what files are in the executable, but when I run it on the binary, I get this error:

$ pyoxidizer analyze /usr/local/bin/hg
thread 'main' panicked at 'mach not yet supported', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/tugger-binary-analysis-0.6.0/src/audit.rs:34:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

PyOxidizer is installed using pipx install pyoxidizer on macOS 13.0.1 on Apple Silicon.

$ pyoxidizer -V
PyOxidizer 0.23.0

jaraco avatar Nov 21 '22 21:11 jaraco

Same issue here, on github macos-13 action runner

danielbraun89 avatar Mar 14 '23 19:03 danielbraun89