After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155461 - typing-break does not build on Solaris
typing-break does not build on Solaris
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Typing break
git master
Other Solaris
: Normal normal
: ---
Assigned To: Richard Hult
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-15 05:01 UTC by Leena Gunda
Modified: 2005-02-03 22:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
patch which fixes the bug (2.14 KB, patch)
2004-10-15 05:04 UTC, Leena Gunda
none Details | Review

Description Leena Gunda 2004-10-15 05:01:54 UTC
typing-break does not build on Solaris. This is because typing-break tries to
link to libXss.so which does not exists on Solaris. The screensaver
functionality is provided by libXext.so itself on Solaris, there is no separate
library for xscreensaver.
Comment 1 Leena Gunda 2004-10-15 05:03:27 UTC
As libXss.so is not present on Solaris the link check fails, and typing-break is
never getting built on Solaris even though the xscreensaver functions are
available. Checking for libXext.so also is libXss.so is not found fixes the bug.
Attaching a patch shortly.
Comment 2 Leena Gunda 2004-10-15 05:04:50 UTC
Created attachment 32624 [details] [review]
patch which fixes the bug
Comment 3 Richard Hult 2005-02-03 21:54:16 UTC
Sorry for not responding sooner, I didn't see this one. I can't tell if it's
correct or not but it looks OK, and it still works for me after applying it.
Comment 4 Richard Hult 2005-02-03 22:30:18 UTC
I went ahead and commited this, thanks!