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

Cannot build on arch-based distros. #32

Open
matekelemen opened this issue Jan 12, 2025 · 0 comments
Open

Cannot build on arch-based distros. #32

matekelemen opened this issue Jan 12, 2025 · 0 comments

Comments

@matekelemen
Copy link

matekelemen commented Jan 12, 2025

The system pulse detector script cannot strip commit hashes from the version string, which leads to the pulse download script failing (cannot find a suitable pulse version to download).

COMMAND sh -c "pulseaudio --version | sed -e 's,^[^0-9]*,,'"

This is a problem on arch-based distros (I'm on manjaro) because the current pulseaudio version is pulseaudio 17.0-43-g3e2bb.

I guess the the detector should provide 17.0, because that's what's available on freedesktop, but it detects 17.0-43-g3e2bb instead.

Manually passing -DPULSEAUDIO_VERSION=17.0 to cmake will get the build done, but the install directory gets incorrectly set to /usr/local/lib/pulse-17.0/modules/ somewhere instead of /usr/lib/pulseaudio/modules, so pulse cannot find the installed modules.

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

No branches or pull requests

1 participant