Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559900 - media-sound/madplay-0.15.2b-r1 : use the current ALSA API to support uclibc
Summary: media-sound/madplay-0.15.2b-r1 : use the current ALSA API to support uclibc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2015-09-07 18:28 UTC by René Rhéaume
Modified: 2022-01-02 10:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
madplay-0.15.2b-alsaapi.patch (madplay-0.15.2b-alsaapi.patch,2.91 KB, patch)
2015-09-07 18:30 UTC, René Rhéaume
Details | Diff
madplay-0.15.2b-r1.ebuild.patch (madplay-0.15.2b-r1.ebuild.patch,339 bytes, patch)
2015-09-07 18:40 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.