-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
build: add missing deps for RPM systems #14183
base: main
Are you sure you want to change the base?
Conversation
tools/rpm_buildenv.sh
Outdated
@@ -26,6 +26,7 @@ case "$1" in | |||
# builddep mixxx`). | |||
sudo dnf install -y \ | |||
appstream \ | |||
boost-devel \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is our boost dependency on Fedora? I am not aware that boost is required on Debian based distros.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out it is actually needed on Debian-based system too, as patched in my Devcontainer PR
Boost is a dependency for qm-dsp
, rigtorp
and libdjinterop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never had to install it in the past, so I suspect Ubuntu-based OSes ship it by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't depend on boost. Only the tests of libdjinterop do. But we don't deal with the tests. We use the prebuild binaries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried with a fresh box on main
and can't reproduce so this might not be needed anymore
tools/rpm_buildenv.sh
Outdated
@@ -26,6 +26,7 @@ case "$1" in | |||
# builddep mixxx`). | |||
sudo dnf install -y \ | |||
appstream \ | |||
boost-devel \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't depend on boost. Only the tests of libdjinterop do. But we don't deal with the tests. We use the prebuild binaries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please rebase fixup
Found couple of missing dependencies when installing on Fedora 41 using a Toolbox