Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 577170 Details for
Bug 686206
media-sound/pulseaudio - ltdl-bind-now.c: Failed to open module /usr/lib64/pulse-12.2/modules/module-alsa-card.so: /usr/lib64/pulse-12.2/modules/libalsa-util.so: undefined symbol: pa_alsa_ucm_device_update_available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch 1
pulseaudio-12.2-fix-alsa-includes-1.patch (text/plain), 1.46 KB, created by
Petronio Coelho
on 2019-05-18 10:20:52 UTC
(
hide
)
Description:
patch 1
Filename:
MIME Type:
Creator:
Petronio Coelho
Created:
2019-05-18 10:20:52 UTC
Size:
1.46 KB
patch
obsolete
>From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001 >From: Takashi Iwai <tiwai@suse.de> >Date: Sun, 21 Apr 2019 11:59:30 +0200 >Subject: [PATCH] alsa: Fix inclusion of use-case.h > >The recent change in ALSA upstream stripped -I$include/alsa path from >pkgconfig. We already fixed for this change in some places but still >the code for UCM was overlooked, and this resulted in the unresolved >symbols in alsa card module. Fix them as well. > >Signed-off-by: Takashi Iwai <tiwai@suse.de> >--- > configure.ac | 2 +- > src/modules/alsa/alsa-ucm.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/configure.ac b/configure.ac >index c004bd70d..b44ed1595 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"], > AS_IF([test "x$HAVE_ALSA" = "x1"], > [ > save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS" >- AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0) >+ AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0) > CPPFLAGS="$save_CPPFLAGS" > ], > HAVE_ALSA_UCM=0) >diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h >index 53abf3f90..c926f3cc3 100644 >--- a/src/modules/alsa/alsa-ucm.h >+++ b/src/modules/alsa/alsa-ucm.h >@@ -23,7 +23,7 @@ > ***/ > > #ifdef HAVE_ALSA_UCM >-#include <use-case.h> >+#include <alsa/use-case.h> > #else > typedef void snd_use_case_mgr_t; > #endif >-- >2.18.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 686206
:
577166
|
577168
| 577170