Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 908699 Details for
Bug 943399
media-libs/alsa-lib: <ld.lld: error: version script assignment of 'ALSA_1.2.13' to symbol 'snd_seq_has_tempo_base' failed: symbol not defined>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
alsa-1.2.13-snd_has_queue_tempo_base.patch
file_943399.txt (text/plain), 1.41 KB, created by
nvinson234
on 2024-11-14 13:29:10 UTC
(
hide
)
Description:
alsa-1.2.13-snd_has_queue_tempo_base.patch
Filename:
MIME Type:
Creator:
nvinson234
Created:
2024-11-14 13:29:10 UTC
Size:
1.41 KB
patch
obsolete
>From a3ee0c3137f5de0a1166e0b1e9c3dac1f2f580f3 Mon Sep 17 00:00:00 2001 >From: Nicholas Vinson <nvinson234@gmail.com> >Date: Thu, 14 Nov 2024 07:49:53 -0500 >Subject: [PATCH] src/Versions.in.in: Update *_tempo_base name > >Change @SYMBOL_PREFIX@snd_has_tempo_base to >@SYMBOL_PREFIX@snd_has_queue_tempo_base. > >Starting with version 1.2.13, alsa-lib fails to link with ld.lld-19 due >to "version script assignment of 'ALSA_1.2.13' to symbol >'snd_seq_has_tempo_base' failed: symbol not defined". > >Per commit 769d1db1b0a213a39c7e59c0d1d724e7f45b1ac3 the correct name for >the symbol is @SYMBOL_PREFIX@snd_has_queue_tempo_base; therefore, update >src/Vesions.in.in to match. > >Fixes bug #420 >Fixes Gentoo bug 943399 (https://bugs.gentoo.org/943399) > >Signed-off-by: Nicholas Vinson <nvinson234@gmail.com> >--- > src/Versions.in.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/Versions.in.in b/src/Versions.in.in >index 350ec3d8..7ad6a633 100644 >--- a/src/Versions.in.in >+++ b/src/Versions.in.in >@@ -212,7 +212,7 @@ ALSA_1.2.13 { > @SYMBOL_PREFIX@snd_seq_create_ump_block; > @SYMBOL_PREFIX@snd_seq_queue_tempo_get_tempo_base; > @SYMBOL_PREFIX@snd_seq_queue_tempo_set_tempo_base; >- @SYMBOL_PREFIX@snd_seq_has_tempo_base; >+ @SYMBOL_PREFIX@snd_seq_has_queue_tempo_base; > @SYMBOL_PREFIX@snd_seq_port_info_get_ump_is_midi1; > @SYMBOL_PREFIX@snd_seq_port_info_set_ump_is_midi1; > #endif
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 943399
:
908680
| 908699