MTG / homebrew-essentia

Homebrew build scripts for Essentia
34 stars 13 forks source link

Installation failed on macOS Big Sur #25

Closed Amzyshk closed 3 years ago

Amzyshk commented 3 years ago

brew install essentia --HEAD fails on latest macOS Big Sur.

The error message is: Error: libbluray: Calling depends_on :java is disabled! Use "depends_on "openjdk@11", "depends_on "openjdk@8" or "depends_on "openjdk" instead.

I am using macOS Big Sur, v 11.1.

AnurupGuha commented 3 years ago

Have the same issue.

dbogdanov commented 3 years ago

Try updating brew. The newest version of libbluray doesn't have dependency on java. (Fixed in https://github.com/Homebrew/homebrew-core/pull/68068).