Skip to content
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

macOS install via Brew fails at make step #3098

Closed
2 tasks done
simonfalke-01 opened this issue Aug 26, 2024 · 5 comments · Fixed by #3096
Closed
2 tasks done

macOS install via Brew fails at make step #3098

simonfalke-01 opened this issue Aug 26, 2024 · 5 comments · Fixed by #3096
Labels
os:macOS OS is macOS

Comments

@simonfalke-01
Copy link

simonfalke-01 commented Aug 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the latest beta/pre-release?

This issue is present in the latest pre-release

Describe the Bug

Running brew install fails at the make -j step.

==> Installing sunshine from lizardbyte/homebrew
==> cmake -S . -B build -DBUILD_WERROR=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3 -DSUNSHINE_ASSETS_DIR=sunshine/assets -DSUNSHINE_BUILD_HOMEBREW=ON -DTESTS_ENABLE_PYTHON_TESTS=OFF
==> make -j
Last 15 lines from /Users/brandonli/Library/Logs/Homebrew/sunshine/02.make:
13 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/process.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
18 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/platform/macos/misc.mm.o] Error 1
8 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/stream.cpp.o] Error 1
8 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/httpcommon.cpp.o] Error 1
8 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/confighttp.cpp.o] Error 1
7 errors generated.
make[2]: *** [tests/CMakeFiles/test_sunshine.dir/__/src/nvhttp.cpp.o] Error 1
make[1]: **
* [tests/CMakeFiles/test_sunshine.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/lizardbyte/homebrew-homebrew/issues

Full 02.make file:
02.make.txt

Expected Behavior

Successful installation.

Additional Context

No response

Host Operating System

macOS

Operating System Version

14.4.1 (23E224)

Architecture

64 bit

Sunshine commit or version

88ce507

Package

macOS - Homebrew

GPU Type

AMD

GPU Model

5500M

GPU Driver/Mesa Version

NA

Capture Method

None

Config

NA

Apps

No response

Relevant log output

NA
@simonfalke-01
Copy link
Author

Lol, nice bots.

@simonfalke-01
Copy link
Author

Saw #3052.

@Hazer
Copy link
Member

Hazer commented Aug 26, 2024

@simonfalke-01 Oof, thanks!

@Hazer
Copy link
Member

Hazer commented Aug 26, 2024

@ReenigneArcher I reported, but can you block those bots?

@ReenigneArcher
Copy link
Member

Done

@LizardByte LizardByte locked as resolved and limited conversation to collaborators Aug 26, 2024
@LizardByte LizardByte deleted a comment Aug 26, 2024
@ReenigneArcher ReenigneArcher closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2024
@ReenigneArcher ReenigneArcher added the os:macOS OS is macOS label Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
os:macOS OS is macOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants
@Hazer @ReenigneArcher @simonfalke-01 and others