Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297167 - audacious-plugins-2.2-r2 with use wavpack : make fail
Summary: audacious-plugins-2.2-r2 with use wavpack : make fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 14:03 UTC by Angelo D'Autilia (sYdRo)
Modified: 2009-12-16 17:53 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,3.62 KB, text/plain)
2009-12-16 15:12 UTC, Angelo D'Autilia (sYdRo)
Details
emerge -pv wavpack audacious audacious-plugins (emegepv,686 bytes, text/plain)
2009-12-16 15:13 UTC, Angelo D'Autilia (sYdRo)
Details
build.log (build.log,28.28 KB, text/plain)
2009-12-16 15:13 UTC, Angelo D'Autilia (sYdRo)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Angelo D'Autilia (sYdRo) 2009-12-16 14:03:24 UTC
Entering directory wavpack.
Successfully generated dependencies.
wavpack.c: In function 'wv_get_quality':
wavpack.c:332: error: 'MODE_DNS' undeclared (first use in this function)
wavpack.c:332: error: (Each undeclared identifier is reported only once
wavpack.c:332: error: for each function it appears in.)


Reproducible: Always

Steps to Reproduce:
Entering directory wavpack.
Successfully generated dependencies.
wavpack.c: In function 'wv_get_quality':
wavpack.c:332: error: 'MODE_DNS' undeclared (first use in this function)
wavpack.c:332: error: (Each undeclared identifier is reported only once
wavpack.c:332: error: for each function it appears in.)
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2009-12-16 15:04:07 UTC
The following information is always required and was not provided:
1) emerge --info
2) the build.log provided by portage, which should be attached

Also, the following information is required:
1) grep -i dns /usr/include/wavpack/wavpack.h 
2) emerge -pv wavpack audacious audacious-plugins
Comment 2 Angelo D'Autilia (sYdRo) 2009-12-16 15:12:48 UTC
Created attachment 213204 [details]
emerge --info
Comment 3 Angelo D'Autilia (sYdRo) 2009-12-16 15:13:18 UTC
Created attachment 213206 [details]
emerge -pv wavpack audacious audacious-plugins
Comment 4 Angelo D'Autilia (sYdRo) 2009-12-16 15:13:57 UTC
Created attachment 213207 [details]
build.log
Comment 5 Angelo D'Autilia (sYdRo) 2009-12-16 15:14:51 UTC
grep -i dns /usr/include/wavpack/wavpack.h 

empty message
Comment 6 Tony Vroon (RETIRED) gentoo-dev 2009-12-16 17:46:46 UTC
Thank you very much.
There are action points for the both of us arising from this meeting:
1) You need to upgrade your wavpack to version 4.60.0
[ebuild     U ] media-sound/wavpack-4.60.0 [4.41.0] USE="-mmx" 378 kB
2) I need to tighten up the wavpack dependency on the ebuild so this doesn't happen again.
Comment 7 Tony Vroon (RETIRED) gentoo-dev 2009-12-16 17:53:16 UTC
+  16 Dec 2009; <chainsaw@gentoo.org> audacious-plugins-2.2-r2.ebuild:
+  Tighten up wavpack dependency; 4.41.0 is too old. 4.50.1-r1 is stable
+  everywhere and will work. Closes bug #297167 by sYdRo.