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

Bug 297599

Summary: media-sound/mpd-0.15.6 does not compile with wavpack USE flag
Product: Gentoo Linux Reporter: Darren Smith <nerevar>
Component: Current packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix uchar compile error
ebuild to include wavpack patch

Description Darren Smith 2009-12-20 02:05:17 UTC
media-sound/mpd-0.15.6 will not compile with the wavpack USE flag enabled. The error is:
src/decoder/wavpack_plugin.c: In function ‘format_samples_int’:
src/decoder/wavpack_plugin.c:75: error: ‘uchar’ undeclared (first use in this function)
src/decoder/wavpack_plugin.c:75: error: (Each undeclared identifier is reported only once
src/decoder/wavpack_plugin.c:75: error: for each function it appears in.)
src/decoder/wavpack_plugin.c:75: error: ‘dst’ undeclared (first use in this function)


Reproducible: Always
Comment 1 Darren Smith 2009-12-20 02:06:32 UTC
Created attachment 213529 [details, diff]
patch to fix uchar compile error
Comment 2 Darren Smith 2009-12-20 02:07:57 UTC
Created attachment 213530 [details]
ebuild to include wavpack patch
Comment 3 Christoph Mende (RETIRED) gentoo-dev 2009-12-21 14:46:09 UTC
fixed, thanks