-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg fails with dylib error #153177
Comments
Update: However, I think there's still a bug here as homebrew should not have gotten itself into this situation? |
Is the issue maybe with |
@Homebrew/brew any ideas? |
Probably related to Homebrew/brew#16152 |
Yes it is, sorry for the disruption - I recognise this is very widespread at the moment. I'm still trying to think up a solution. |
Appreciate the clarity! I see you already know how disruptive this feels for users, this is the first time homebrew has felt broken for me and I've been using it for a long time. Good luck fixing it, looking forward to the fix. |
Homebrew/brew#16152 is merged and in Going to close this. Let us know if issue is hit in future install/upgrade. |
Thank you very much @cho-m! Appreciate your work |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
run ffmpeg
What happened (include all command output)?
I tried to run ffmpeg:
I search for
libmbedcrypto.14.dylib
and it's no longer available - I guess homebrew cleaned it up? I'm a frequent user offfmpeg
and it definitely worked recently, so this couldn't have happened long ago.OK, looks like there's an updated version of
libmbedcrypto
, so the first issue is: homebrew shouldn't have removed the version that ffmpeg was depending on.Nevertheless, let's try to reinstall ffmpeg. No joy:
It's still trying to dynamically link
libmbedcrypto.14.dylib
, so there's nothing I can think of to do.So that's the second issue: the current bottle of
ffmpeg
appears to depend on a dynamic library that's not available in homebrew?ffmpeg
, but it's already at the current version (Warning: ffmpeg 6.0_1 already installed
)What did you expect to happen?
ffmpeg worked
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: