Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266348 - media-sound/pulseaudio-0.9.15 - configure unrecognized option --enable-glib
Summary: media-sound/pulseaudio-0.9.15 - configure unrecognized option --enable-glib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 08:42 UTC by Sandro Bonazzola
Modified: 2009-04-17 11:50 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 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.