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

Bug 266348

Summary: media-sound/pulseaudio-0.9.15 - configure unrecognized option --enable-glib
Product: Gentoo Linux Reporter: Sandro Bonazzola <sandro.bonazzola>
Component: [OLD] LibraryAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sandro Bonazzola 2009-04-16 08:42:29 UTC
QA: install
QA Notice: Unrecognized configure options:

        configure: WARNING: unrecognized options: --enable-glib
        configure: WARNING: unrecognized options: --enable-glib

emerge -pv pulseaudio
media-sound/pulseaudio-0.9.15  USE="X alsa avahi caps dbus glib gnome hal oss tcpd test -asyncns -bluetooth -jack -libsamplerate -lirc (-policykit)"

with use flag glib configure is called with --enable-glib.
The configure script have glib2 support enabled by default: it could be disabled with --disable-glib2 when glib use flag is not active.

Fix:
Just replace : $(use_enable glib)
with: $(use_enable glib2)
Comment 1 Rafał Mużyło 2009-04-16 12:47:39 UTC
Not really, it's
$(use_enable glib glib2)
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-04-17 11:50:20 UTC
Fixed thanks.