brona / iproute2mac

CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.
MIT License
887 stars 72 forks source link

Cannot install iproute2mac on macos Sonoma 14.5 #55

Closed amitchahalgits closed 1 month ago

amitchahalgits commented 1 month ago

Repro steps below:

brew install iproute2mac
==> Downloading https://ghcr.io/v2/homebrew/core/iproute2mac/manifests/1.4.2
Already downloaded: /Users/amit.chahal/Library/Caches/Homebrew/downloads/f3ac97633bbd9a7044995bc68b1b3fd3c87bc9c9ec4b560844ef4cde9db8f2c2--iproute2mac-1.4.2.bottle_manifest.json
==> Fetching iproute2mac
==> Downloading https://ghcr.io/v2/homebrew/core/iproute2mac/blobs/sha256:fe22f10cb5fd9b37009ee95ad78c6122952d43f33ea919247fc47f7f3f3530de
Already downloaded: /Users/amit.chahal/Library/Caches/Homebrew/downloads/6a1b5a8593b635f56a1caedfd485ea2270d2f1e0d4ffebe02b176666b844c340--iproute2mac--1.4.2.all.bottle.tar.gz
==> Verifying attestation for iproute2mac
Error: The bottle for iproute2mac has an invalid build provenance attestation.

This may indicate that the bottle was not produced by the expected
tap, or was maliciously inserted into the expected tap's bottle
storage.

Additional context:

no attestation matches subject
brona commented 1 month ago

Thank you for the report, I will look into it next week. Feel free to do a manual installation in the meantime.

brona commented 1 month ago

This seems to be caused by Homebrew experimental feature which is active when you have developer mode enabled, see https://github.com/orgs/Homebrew/discussions/5495#discussioncomment-10076865

Can you confirm that matches what you found? Thanks