Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270074 - media-plugins/audacious-plugins-1.5.1-r3 fails to build when dev-libs/libcdio-0.80 is built with minimal USE flag
Summary: media-plugins/audacious-plugins-1.5.1-r3 fails to build when dev-libs/libcdio...
Status: RESOLVED DUPLICATE of bug 251027
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-16 15:38 UTC by George Kargiotakis
Modified: 2009-05-17 13:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Kargiotakis 2009-05-16 15:38:28 UTC
media-plugins/audacious-plugins-1.5.1-r3 fails to build when dev-libs/libcdio-0.80 is built with minimal USE flag

Reproducible: Always

Steps to Reproduce:
1. USE="minimal" emerge -1avt dev-libs/libcdio
2. emerge -1avt media-plugins/audacious-plugins

Actual Results:  
[snip]
Entering directory cdaudio-ng.
In file included from cdaudio-ng.c:37:
/usr/include/cdio/cdio.h:80:25: error: cdio/cdtext.h: No such file or directory
cdaudio-ng.c:40:23: error: cdio/cdda.h: No such file or directory
make[6]: *** [cdaudio-ng.dep] Error 1
Failed to generate dependencies!
make[5]: *** [depend] Error 1
make[4]: *** [all] Error 1
make[3]: *** [subdirs] Error 1
make[2]: *** [all] Error 1
make[1]: *** [subdirs] Error 1
make: *** [all] Error 1
[/snip]


audacious-plugins metadata.xml describes a "cdaudio" USE flag which is currently not used by the ebuild. 
IMHO a proper ebuild should:
a) implement "cdaudio" USE flag
b) ask the user not to build dev-libs/libcdio with "minimal" USE flag if "cdaudio" USE flag is set for media-plugins/audacious-plugins
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2009-05-17 13:42:18 UTC

*** This bug has been marked as a duplicate of bug 251027 ***