Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249477 - net-irc/xchat-gnome-0.24.1 fails to emerge (missed dependencies)
Summary: net-irc/xchat-gnome-0.24.1 fails to emerge (missed dependencies)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 13:07 UTC by Peter Volkov (RETIRED)
Modified: 2008-12-01 14:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,55.93 KB, text/plain)
2008-12-01 13:07 UTC, Peter Volkov (RETIRED)
Details
build.log (build.log,10.60 KB, text/plain)
2008-12-01 13:07 UTC, Peter Volkov (RETIRED)
Details
emerge --info (emerge--info.txt,3.49 KB, text/plain)
2008-12-01 13:08 UTC, Peter Volkov (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2008-12-01 13:07:13 UTC
Attempt to emerge net-irc/xchat-gnome-0.24.1 failed with the following error:

checking whether to notification sounds using libnotify... no
checking whether to enable notification sounds using libcanberra... yes
checking for LIBCANBERRAGTK... configure: error: Package requirements (libcanberra-gtk >= 0.3) 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 LIBCANBERRAGTK_CFLAGS
and LIBCANBERRAGTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Looks lie it misses dependency on media-libs/libcanberra[gtk] somewhere...
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2008-12-01 13:07:28 UTC
Created attachment 173956 [details]
config.log
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2008-12-01 13:07:41 UTC
Created attachment 173957 [details]
build.log
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2008-12-01 13:08:29 UTC
Created attachment 173958 [details]
emerge --info
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2008-12-01 13:09:21 UTC
And yes with media-libs/libcanberra[gtk] installed xchat-gnome emerges successfully.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-12-01 14:14:34 UTC
the ebuild already has a check for missing gtk support. I just forgot to add the use_enable in the first place. Fixed without a bump.