Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233774 - media-sound/pulseaudio-0.9.11 is missing a dependancy on speex
Summary: media-sound/pulseaudio-0.9.11 is missing a dependancy on speex
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 06:25 UTC by Claes Mogren
Modified: 2008-08-03 08:13 UTC (History)
2 users (show)

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 Claes Mogren 2008-08-03 06:25:16 UTC
Tried to emerge media-sound/pulseaudio-0.9.11, but it fails on configure if you don't have speex installed. The PulseAudio homepage says:

# libspeexdsp Required as of 0.9.11

There's no option to disable speex in the pulseaudio-0.9.11 configure.

Reproducible: Always

Steps to Reproduce:
1. Make sure speex isn't installed
2. emerge pulseaudio 0.9.11
3. ->

 .
 .
 .
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBSNDFILE... yes
checking for LIBSPEEX... configure: error: Package requirements ( speexdsp >= 1.2 ) were not met:

No package 'speexdsp' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBSPEEX_CFLAGS
and LIBSPEEX_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when seeking support:
!!! /tmp/portage/media-sound/pulseaudio-0.9.11/work/pulseaudio-0.9.11/config.log
 * ERROR: media-sound/pulseaudio-0.9.11 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2920:  Called econf '--enable-largefile' '--enable-glib' '--disable-solaris' '--disable-asyncns' '--disable-oss' '--enable-alsa' '--enable-lirc' '--enable-tcpwrap' '--disable-jack' '--enable-lirc' '--enable-avahi' '--enable-hal' '--enable-dbus' '--enable-gconf' '--disable-samplerate' '--enable-bluez' '--disable-polkit' '--without-caps' '--with-x' '--disable-ltdl-install' '--localstatedir=/var' '--with-realtime-group=realtime' '--disable-per-user-esound-socket'
 *               ebuild.sh, line  538:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2008-08-03 08:13:35 UTC
Yeah speex support is not optional. chutzpath: In the future please check the dep via something like http://pulseaudio.org/wiki/DependenciesListDistroSpecific and usually if there is no configure switch for the dep then it's not optional.