OpenSolaris

Printable Version Enter a New Search
Bug ID 6602983
Synopsis xscreensaver won't build on snv_72 due to 6571762
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory gnome:screensaver
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_74
Fixed In snv_74
Release Fixed solaris_nevada(snv_74)
Related Bugs
Submit Date 10-September-2007
Last Update Date 20-September-2007
Description
xscreensaver fails to build on nv_72 with errors such as:

"xscreensaver.c", line 156: cannot find include file: <gconf/gconf-client.h>
"xscreensaver.c", line 1220: warning: implicit function declaration: gconf_client
_get_bool
"xscreensaver.c", line 1220: warning: implicit function declaration: gconf_client
_get_default

Looking in the configure output, we can see that pkg-config failed to find gtk+-2.0 flags:
checking for gtk+-2.0... no

    Warning: The "pkg-config" program produces errors.  This often causes
             detection of the various GTK libraries to malfunction.
             The errors are:

             > Package x11 was not found in the pkg-config search path.
             > Perhaps you should add the directory containing `x11.pc'
             > to the PKG_CONFIG_PATH environment variable
             > Package 'x11', required by 'cairo', not found

This is caused by 6571762, but we can workaround it in our builds.
Work Around
N/A
Comments
N/A