Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 559900

Summary: media-sound/madplay-0.15.2b-r1 : use the current ALSA API to support uclibc
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED WONTFIX    
Severity: normal CC: asturm
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 570544    
Attachments: madplay-0.15.2b-alsaapi.patch
madplay-0.15.2b-r1.ebuild.patch

Description René Rhéaume 2015-09-07 18:28:55 UTC
madplay uses a legacy ALSA API, implemented with symbol versioning. However, uclibc does not support versioned symbols. The patch I provide update ALSA API usage to the current one, which is supported on uclibc. This is similar to what I did for timidity++

Reproducible: Always

Steps to Reproduce:
1. emerge madplay
2.
3.
Actual Results:  
emake failed

Expected Results:  
madplay installed on system
Comment 1 René Rhéaume 2015-09-07 18:30:19 UTC
Created attachment 411292 [details, diff]
madplay-0.15.2b-alsaapi.patch
Comment 2 René Rhéaume 2015-09-07 18:40:07 UTC
Created attachment 411298 [details, diff]
madplay-0.15.2b-r1.ebuild.patch

Note: epunt_cxx seems no longer needed, it now triggers a QA warning. This is why I removed it.
Comment 3 Andreas Sturmlechner gentoo-dev 2018-10-04 16:49:54 UTC
Was this submitted to upstream?
Comment 4 David Seifert gentoo-dev 2022-01-02 10:27:13 UTC
uclibc support in Gentoo has been removed.