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

unable to install alsa-utils with newest pulseaudio #50

Open
voncloft opened this issue Oct 10, 2022 · 1 comment
Open

unable to install alsa-utils with newest pulseaudio #50

voncloft opened this issue Oct 10, 2022 · 1 comment

Comments

@voncloft
Copy link

I installed and upgraded pulse audio to version 16.1

I keep receiving the following error when trying to upgrade alsa-utils (the latest version):

/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -D_REENTRANT -D_GNU_SOURCE -g -O2 -module -avoid-version -export-dynamic -no-undefined -Wl,-z,defs -o libasound_module_conf_pulse.la -rpath /usr/lib/alsa-lib conf_pulse.lo -lasound -lpulse -pthread -lasound /bin/grep: /usr/lib/pulseaudio/libpulsecommon-13.0.la: No such file or directory /bin/sed: can't read /usr/lib/pulseaudio/libpulsecommon-13.0.la: No such file or directory libtool: error: '/usr/lib/pulseaudio/libpulsecommon-13.0.la' is not a valid libtool archive make[2]: *** [Makefile:535: libasound_module_conf_pulse.la] Error 1 make[2]: Leaving directory '/sources/alsa-plugins/pulse' make[1]: *** [Makefile:444: all-recursive] Error 1 make[1]: Leaving directory '/sources/alsa-plugins' make: *** [Makefile:376: all] Error 2

What exactly is going on here?

@perexg
Copy link
Member

perexg commented Feb 10, 2023

This issue is probably for alsa-plugins. The pulseaudio libraries are not found. Perhaps, you forgot to re-run configure.

@perexg perexg transferred this issue from alsa-project/alsa-utils Feb 10, 2023
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

4 participants
@perexg @voncloft and others