Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26833 - wmclockmon needs gtk+ package to build
Summary: wmclockmon needs gtk+ package to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-17 18:07 UTC by Eric Olinger
Modified: 2003-08-17 18:39 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 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. :)