Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297599 - media-sound/mpd-0.15.6 does not compile with wavpack USE flag
Summary: media-sound/mpd-0.15.6 does not compile with wavpack USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-20 02:05 UTC by Darren Smith
Modified: 2009-12-21 14:46 UTC (History)
1 user (show)

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


Attachments
patch to fix uchar compile error (mpd-0.15.6-wavpack.patch,507 bytes, patch)
2009-12-20 02:06 UTC, Darren Smith
Details | Diff
ebuild to include wavpack patch (mpd-0.15.6.ebuild,4.85 KB, text/plain)
2009-12-20 02:07 UTC, Darren Smith
Details

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