Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26833

Summary: wmclockmon needs gtk+ package to build
Product: Gentoo Linux Reporter: Eric Olinger <EvvL>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eric Olinger 2003-08-17 18:07:38 UTC
the current ebuild for wmclockmon is currently missing a dependacy for
gtk+. wmclockmon needs the gtk-config to build the gui configure tool.
From the BUGS file in the tarball:

If you cannot compile wmclockmon-config, it may be beacause you have not
installed the GTK+ development packages. As I did not made the configure
script and am not familiar with autoconf and automake stuff, ./configure
will not look for an installed GTK+ development package.

Be sure you have the gtk-config script in your path.

If, because of that, you do not want wmclockmon-config to be compiled nor
installed, just don't bother about the error messages for it.

Reproducible: Always
Steps to Reproduce:
1. emerge wmclockmon  w/o gtk+ on the system

Actual Results:  
It errors on a undefine function.
Comment 1 Nick Hadaway 2003-08-17 18:39:06 UTC
I have updated wmclockmon-0.2.0 accordingly.  I have also changed the build so some docs are installed along with an example config file.  Thanks for the heads up. :)