Chisel signature replace fails #3669
Replies: 7 comments 21 replies
-
Can you run the install with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hmm, can't reproduce (using the
|
Beta Was this translation helpful? Give feedback.
-
What is the output of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I can reproduce on M1 Mac Mini running Monterey, even after running $ brew install chisel
==> Downloading https://ghcr.io/v2/homebrew/core/chisel/manifests/2.0.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/chisel/blobs/sha256:bd381685bf1bf3682e51c355acbca980b35659b8161f226329b3a0196aab55df
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:bd381685bf1bf3682e51c355acbca980b35659b8161f226329b3a0196aab55df?se=2022-09-20T15%3A45%3A00Z&sig=nR9pO9i4n%2F2LMuiODrccKjG1BaYWDLw8M8ZMUsP6z2Y%3D&sp=r&spr=https&sr=b&sv=2019-12-12
######################################################################## 100.0%
==> Pouring chisel--2.0.1.arm64_big_sur.bottle.tar.gz
Error: Failed applying an ad-hoc signature to /opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/Chisel:
/opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/Chisel: replacing existing signature
/opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/Chisel: Permission denied
[...]
$ ls -ld /opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework
drwxr-xr-x 7 aho admin 224 Sep 20 23:40 /opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/
$ ls -l /opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/Chisel
-r--r--r-- 1 aho admin 224160 Sep 20 23:36 /opt/homebrew/Cellar/chisel/2.0.1/lib/Chisel.framework/Chisel Perhaps the file permissions might have some bearing on this matter. |
Beta Was this translation helpful? Give feedback.
-
The permissions in the tar seem incorrect: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When installing chisel (M1 MBP) I get this error:
When checking permissions:
It seems files in this formula are installed with the wrong permissions/group?
Beta Was this translation helpful? Give feedback.
All reactions