Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276372 - net-im/empathy-2.26.2 needs media-libs/libcanberra[gtk]
Summary: net-im/empathy-2.26.2 needs media-libs/libcanberra[gtk]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://live.gnome.org/Empathy
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-03 14:55 UTC by Markus Rathgeb
Modified: 2009-07-05 08:43 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 Markus Rathgeb 2009-07-03 14:55:32 UTC
Empathy depends on libcanberra build with gtk USE flag. This check should be done in the ebuild (EAPI2).



Reproducible: Always

Steps to Reproduce:
1. USE="-gtk" emerge -1 media-libs/libcanberra
2. emerge net-im/empathy

Actual Results:  
configure failed:

checking for LIBEMPATHY... yes
checking for EMPATHY... configure: error: Package requirements (
   glib-2.0 >= 2.16.0
   gobject-2.0
   gio-2.0 >= 2.16.0
   gconf-2.0 >= 1.2.0
   telepathy-glib >= 0.7.23
   libmissioncontrol >= 4.61
   gtk+-2.0 >= 2.14.0
   x11
   libglade-2.0 >= 2.0.0
   libebook-1.2
   libcanberra-gtk >= 0.4
   gstreamer-0.10
   gstreamer-interfaces-0.10
   telepathy-farsight
) were not met:

No package 'libcanberra-gtk' 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 EMPATHY_CFLAGS
and EMPATHY_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

...

ERROR: net-im/empathy-2.26.2 failed.

Expected Results:  
1. USE="gtk" emerge -1 media-libs/libcanberra
2. emerge net-im/empathy

configure complete successfully
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-07-05 08:43:35 UTC
Fixed into the main tree without a revision bump, thanks for reporting ;)