brew install ffmpeg@6
fails on linux
#5763
Unanswered
ipatch
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
brew install ffmpeg@6
fails with my current homebrew setup in a custom prefix on arch linux ie.~/homebrew
i am only able to build using the provided patch file.
https://git.videolan.org/?p=ffmpeg.git;a=patch;h=1f801dfdb5066aadf0ade9cb5e94d620f33eacdc
i created a branch on my fork of homebrew-core that applies the patch and successfully builds ffmpeg@6.
how are y'all able to build ffmpeg@6 without this patch? noticing there's a bottle in the formula.
https://github.com/Homebrew/homebrew-core/blob/master/Formula/f/ffmpeg%406.rb#L22
i copy pasted the error message from the build process in my formula file for ffmpeg@6
https://github.com/ipatch/homebrew-core/blob/68f9567f4062aa4295132e738cb39259557303b2/Formula/f/ffmpeg%406.rb#L108
Beta Was this translation helpful? Give feedback.
All reactions