Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424335 - media-plugins/audacious-plugins-3* failed to build (oss4 keyword missing)
Summary: media-plugins/audacious-plugins-3* failed to build (oss4 keyword missing)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Jeff (JD) Horelick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-01 06:06 UTC by Oleg Muraviov
Modified: 2012-07-01 18:59 UTC (History)
0 users

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


Attachments
media-plugins/audacious-plugins-3.2.3 build log (build.log,33.19 KB, text/plain)
2012-07-01 06:09 UTC, Oleg Muraviov
Details
emerge --info (emerge.info,5.04 KB, text/plain)
2012-07-01 06:12 UTC, Oleg Muraviov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Muraviov 2012-07-01 06:06:23 UTC
media-plugins/audacious-plugins-3* trying to build with OSS4 support in despite of using -oss keyword and fails.

Adding --disable-oss4 to rc_configure() section in the ebuild solve this. So oss4 flag should be added to media-plugins/audacious-plugins or oss flag should affect on oss4 support


Reproducible: Always

Steps to Reproduce:
1. emerge -1v audacious-plugins
Comment 1 Oleg Muraviov 2012-07-01 06:09:47 UTC
Created attachment 316831 [details]
media-plugins/audacious-plugins-3.2.3 build log
Comment 2 Oleg Muraviov 2012-07-01 06:12:19 UTC
Created attachment 316833 [details]
emerge --info
Comment 3 Oleg Muraviov 2012-07-01 06:46:28 UTC
Here is ebuild patch to affect on oss4 support by "oss" USE flag.

*** audacious-plugins-3.2.3.ebuild	2012-06-10 22:01:18.000000000 +0300
--- audacious-plugins-3.2.3-r1.ebuild	2012-07-01 09:38:53.788548923 +0300
***************
*** 93,98 ****
--- 93,99 ----
  		$(use_enable mtp mtp_up) \
  		$(use_enable nls) \
  		$(use_enable oss) \
+ 		$(use_enable oss)4 \
  		$(use_enable pulseaudio pulse) \
  		$(use_enable scrobbler) \
  		$(use_enable sdl sdlout) \
Comment 4 Jeff (JD) Horelick (RETIRED) gentoo-dev 2012-07-01 18:59:32 UTC
I do not believe that Gentoo has any support these days for OSS(4). Whatever overlay that is providing OSS4 ebuilds should apply a patch like the one in comment #3 to audacious-plugins.

Also, the oss USE flag was dropped in audacious-plugins-3.3_alpha1 since the OSS plugin was dropped by upstream in the 3.3 branch.