🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@craimasjien
Copy link

@craimasjien craimasjien commented Dec 23, 2025

Description

I have updated the linux build script to enable it to detect Fedora 43 as a valid build target.

Screenshot

Not applicable.

Issues Fixed or Closed

None as far as I'm aware.

Roadmap Issues

Not applicable.

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@sonarqubecloud
Copy link

@craimasjien
Copy link
Author

craimasjien commented Dec 23, 2025

The script executed as expected after running it. I was able to build and compile sunshine just perfectly and install it using ninja.

sudo dnf install libstdc++-static
cmake -B build -G Ninja -S . -DSUNSHINE_ENABLE_CUDA=OFF
ninja -C build
sudo ninja install -C build/

I wanted to check with the maintainers whether they think making the libstdc++-static part of the linux build script, as it's required to be built but was missing after running the script.

Note: I disabled CUDA because I'm an AMD user by the way.

@craimasjien
Copy link
Author

Can I also kindly request the maintainer of the Linux packaging to enable support for Fedora 43? I can't do this now as the packaging is done through Copr, and I obviously can not administrate that.

@ReenigneArcher
Copy link
Member

Can I also kindly request the maintainer of the Linux packaging to enable support for Fedora 43? I can't do this now as the packaging is done through Copr, and I obviously can not administrate that.

It's enabled in the beta copr. It will be enabled in the stable the next time we create a release... But we are not going to align releases with any distro as that's too demanding on a small project.

@ReenigneArcher
Copy link
Member

The script executed as expected after running it. I was able to build and compile sunshine just perfectly and install it using ninja.

sudo dnf install libstdc++-static
cmake -B build -G Ninja -S . -DSUNSHINE_ENABLE_CUDA=OFF
ninja -C build
sudo ninja install -C build/

I wanted to check with the maintainers whether they think making the libstdc++-static part of the linux build script, as it's required to be built but was missing after running the script.

Note: I disabled CUDA because I'm an AMD user by the way.

If you're asking if the package should be installed, I think it should.

We don't use this script anymore since we started using copr, so stuff may get missed from time to time.

@craimasjien
Copy link
Author

The script executed as expected after running it. I was able to build and compile sunshine just perfectly and install it using ninja.

sudo dnf install libstdc++-static
cmake -B build -G Ninja -S . -DSUNSHINE_ENABLE_CUDA=OFF
ninja -C build
sudo ninja install -C build/

I wanted to check with the maintainers whether they think making the libstdc++-static part of the linux build script, as it's required to be built but was missing after running the script.
Note: I disabled CUDA because I'm an AMD user by the way.

If you're asking if the package should be installed, I think it should.

We don't use this script anymore since we started using copr, so stuff may get missed from time to time.

I can confirm the package does need to be installed, but I assumed the purpose of the script is to make the environment ready for building, meaning that package should probably be included.

But since you're not using the script anymore I'm not sure if you would want me to make it part of this PR, or have this PR exist in the first place.

The reason I went and changed the script is because there's no way for me to install Sunshine right now with the packages provided by the release on GitHub as that is missing a Fedora 43 build and the Fedora 42 build doesn't work.

@ReenigneArcher
Copy link
Member

The reason I went and changed the script is because there's no way for me to install Sunshine right now with the packages provided by the release on GitHub as that is missing a Fedora 43 build and the Fedora 42 build doesn't work.

The PR is fine, we accept changes for the Fedora portion because some people self compile using this script.

For Fedora 43 support, you'll want to use our beta copr instead of our stable copr. I need to improve the docs to mention why this is, but they do tell you how to enable the beta copr. https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html#fedora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants