-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Unable to install ffmpeg with options (keep encountering the "JavaRequirement unsatisfied!" error message) #4373
Comments
@mistydemeo commented on Jun 22, 2018, 11:20 PM UTC: I think this is coming from libbluray, which has a |
The problem is in brew not the formula so I've moved this bug here. |
The error is emanating from
and we're pouring the libbluray bottle, that requirement ends up being enforced.
|
I tried to install ffmpeg again after this issue was closed using the following formula:
However, I still run into the Java issues. Here is the message I got:
|
@rEes9P What's the output of |
HOMEBREW_VERSION: 1.6.9 |
Yep, you'll need to wait for a new release. |
Thanks for looking into this @MikeMcQuaid. Could you please explain that briefly as I'm not sure what you mean. Thanks again! |
@rEes9P Basically: it's fixed but the fix won't roll out to you for around a week. |
@MikeMcQuaid Sure. Looking forward to it! |
@rEes9P commented on Jun 22, 2018, 11:44 AM UTC:
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)?brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?Here is my
brew config
logHere is my
brew doctor
logYour system is ready to brew.
What I was trying to do
I was trying to install ffmpeg with options
brew install ffmpeg --with-chromaprint --with-fdk-aac --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libass --with-libbluray --with-libbs2b --with-libcaca --with-libgsm --with-libmodplug --with-librsvg --with-libsoxr --with-libssh --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-opus --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-speex --with-srt --with-tesseract --with-theora --with-tools --with-two-lame --with-wavpack --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
What happened (including command output)
I got an error message stating that Java was required
What I expected to happen
For the installation to go through smoothly without having to encounter the Java requirement. FYI, the command
brew install ffmpeg
installs without any issues and in the past (over a year ago) I was also able to install ffmpeg with the following options successfullybrew install ffmpeg --with-chromaprint --with-fdk-aac --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libass --with-libbluray --with-libbs2b --with-libcaca --with-libgsm --with-libmodplug --with-libsoxr --with-libssh --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-opus --with-rtmpdump --with-rubberband --with-schroedinger --with-sdl2 --with-snappy --with-speex --with-tesseract --with-theora --with-tools --with-two-lame --with-wavpack --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
This issue was moved by ilovezfs from Homebrew/homebrew-core/issues/29313.
The text was updated successfully, but these errors were encountered: