-
-
Notifications
You must be signed in to change notification settings - Fork 961
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
Sunshine installation failed #3387
Comments
Duplicate of #3180 |
This is also fixed in beta already |
"ldap" related lib-curl problem is fixed in beta, logs are followings:
|
It doesn't solve the problem of repeated installation even after dozens of times |
cmake -S . -B build -DBUILD_WERROR=ON -DHOMEBREW_ALLOW_FETCHCONTENT=ON -DOPE
Call Stack (most recent call first): |
sudo rm -rf "$(brew --cache --build-from-source sunshine-beta)" |
This issue is a duplicate, and closed. Solutions are listed in the pinned duplicate issue. |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
None
Describe the Bug
==> cmake -S . -B build -DBUILD_WERROR=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/open
Last 15 lines from /Users/macos/Library/Logs/Homebrew/sunshine/01.cmake:
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libcurl'
-- Package 'ldap', required by 'libcurl', not found
CMake Error at /usr/local/opt/cmake/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
The following required packages were not found:
Call Stack (most recent call first):
/usr/local/opt/cmake/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal)
cmake/dependencies/common.cmake:16 (pkg_check_modules)
CMakeLists.txt:50 (include)
-- Configuring incomplete, errors occurred!
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/lizardbyte/homebrew-homebrew/issues
Expected Behavior
use
brew tap LizardByte/homebrew
brew install sunshine
perhaps
brew tap LizardByte/homebrew
brew install sunshine-beta
Not even possible
use
mkdir -p ~/ports/multimedia/sunshine
cd ~/ports/multimedia/sunshine
curl -OL https://github.com/LizardByte/Sunshine/releases/latest/download/Portfile
cd ~/ports
portindex
sudo port install sunshine
It also indicates installation failure
A few months ago, I successfully installed it once. Recently, due to some reasons, I uninstalled it and wanted to reinstall it. However, I encountered the error mentioned above, which has been bothering me for several days. Can you help me find a solution? Thank you
Additional Context
==> cmake -S . -B build -DBUILD_WERROR=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/open
Last 15 lines from /Users/macos/Library/Logs/Homebrew/sunshine/01.cmake:
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libcurl'
-- Package 'ldap', required by 'libcurl', not found
CMake Error at /usr/local/opt/cmake/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
The following required packages were not found:
Call Stack (most recent call first):
/usr/local/opt/cmake/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal)
cmake/dependencies/common.cmake:16 (pkg_check_modules)
CMakeLists.txt:50 (include)
-- Configuring incomplete, errors occurred!
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/lizardbyte/homebrew-homebrew/issues
Host Operating System
macOS
Operating System Version
Sonoma
Architecture
amd64/x86_64
Sunshine commit or version
0.29.2
Package
macOS - Homebrew
GPU Type
AMD
GPU Model
6600XT
GPU Driver/Mesa Version
unknown
Capture Method
None
Config
No response
Apps
No response
Relevant log output
The text was updated successfully, but these errors were encountered: