pwntools-binutils
pwntools-binutils copied to clipboard
fix binutils instance clashes in MacOS.
https://github.com/Homebrew/homebrew-core/pull/79874
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /opt/homebrew
Could not symlink lib/bfd-plugins/libdep.so
Target /opt/homebrew/lib/bfd-plugins/libdep.so
is a symlink belonging to binutils-aarch64. You can unlink it:
brew unlink binutils-aarch64
To force the link and overwrite all conflicting files:
brew link --overwrite binutils-amd64
To list all files that would be deleted:
brew link --overwrite --dry-run binutils-amd64
Possible conflicting files are:
/opt/homebrew/lib/bfd-plugins/libdep.so -> /opt/homebrew/Cellar/binutils-aarch64/2.38/lib/bfd-plugins/libdep.so