Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145648 - media-sound/padevchooser fails in configure
Summary: media-sound/padevchooser fails in configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 14:12 UTC by Alessandro Chirico
Modified: 2006-08-31 04:11 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 Alessandro Chirico 2006-08-30 14:12:46 UTC
if media-sound/pulseaudio is compiled with USE="-avahi", padevchooser gives this error:

checking for GUILIBS... yes
checking for PULSE... configure: error: Package requirements ( libpulse >= 0.9.2 libpulse-browse >= 0.9.2 libpulse-mainloop-glib >= 0.9.2 ) were not met:

No package 'libpulse-browse' 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 PULSE_CFLAGS
and PULSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/padevchooser-0.9.2/work/padevchooser-0.9.2/config.log

!!! ERROR: media-sound/padevchooser-0.9.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  padevchooser-0.9.2.ebuild, line 24:   Called econf '--disable-dependency-tracking' '--disable-lynx'
  ebuild.sh, line 541:   Called die


With USE="avahi" everything emerges fine. The ebuild should check if pulseaudio is compiled with useflag avahi enabled and warn the user properly.

With avahi-daemon not running, padevchooser doesn't start at all (at least here on my box), so I think it would be a good idea to advise the user that avahi-daemon needs to be running.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-08-31 04:11:35 UTC
Thanks for reporting, I've added a built_with_use check in the ebuild. For the problem of the program not starting if avahi-daemon is not running, I would suggest you to report it upstream, but you might want to take a look to 0.9.3 before anyway.