-
-
Notifications
You must be signed in to change notification settings - Fork 84
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 compile bacon - missing sys library alsa.pc #319
Comments
Don't close the issue but an immediate solution for you will be to compile bacon with |
Ah cool, should have checked the closed issues before :D The compilation works now. TBH, I have nver ever used the sound feature, so disabling it by default is good idea. |
3.9.1 released |
Hi,
I cannot seem to compile bacon, since the latest release
v3.9.0
. I'm usingcargo install --locked bacon
command and it fails on missing system libraryalsa
. I have alsa installed, just not thealsa.pc
file.$(which alsactl)
returns cli.The compilation log is part of this issue.
One question I have is why does bacon have to use alsa sound library? It's just linter/formatter no?
compilationlog.txt
OS specs:
OS: Fedora Linux 40 (Workstation Edition) x86_64
Kernel: Linux 6.12.9-100.fc40.x86_64
DE: GNOME
WM: Mutter (X11)
CPU: 12th Gen Intel(R) Core(TM) i7-12700H (20) @ 4.70 GHz
GPU: NVIDIA GeForce RTX 3060 Mobile / Max-Q [Discrete]
The text was updated successfully, but these errors were encountered: