pwntools-binutils icon indicating copy to clipboard operation
pwntools-binutils copied to clipboard

fix binutils instance clashes in MacOS.

Open Mas0nShi opened this issue 2 years ago • 0 comments

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

Mas0nShi avatar Aug 28 '22 07:08 Mas0nShi