We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> π« β¬ retrieved srt.0.2.0 (cached) β¬ retrieved liquidsoap.2.0.1 (cached) [ERROR] The compilation of conf-srt.1 failed at "pkg-config --exists srt". #=== ERROR while compiling conf-srt.1 =========================================# # context 2.1.2 | macos/x86_64 | ocaml-base-compiler.4.13.1 | https://opam.ocaml.org#3bc4295d # path ~/.opam/4.13.1/.opam-switch/build/conf-srt.1 # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config --exists srt # exit-code 1 # env-file ~/.opam/log/conf-srt-29586-f637e9.env # output-file ~/.opam/log/conf-srt-29586-f637e9.out <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><> π« ββ The following actions failed β Ξ» build conf-srt 1 ββ βΆβ No changes have been performed
The text was updated successfully, but these errors were encountered:
Have you installed the umnderlying srt library, either via:
srt
brew install srt
or using opam depext:
opam
opam depext srt
Sorry, something went wrong.
@toots yes, I did have installed srt already
This is most likely an issue with macos/brew and openssl. You should set PKG_CONFIG_PATH to where the openssl keg is installed, here it is:
openssl
PKG_CONFIG_PATH
export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig" opam install srt
No branches or pull requests
The text was updated successfully, but these errors were encountered: