GNOME Bugzilla – Bug 636466
clock applet needs eggdbus
Last modified: 2011-02-01 01:07:01 UTC
And looks like configure doesn't check for it :-/ Compilation fails if it's not present: Found cached translation database Merging translations into clock.schemas. GEN org.gnome.panel.ClockApplet.panel-applet Found cached translation database Merging translations into org.gnome.panel.ClockApplet.panel-applet. CCLD libclock-applet.la CCLD test-system-timezone /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -leggdbus-1 collect2: ld returned 1 exit status make[5]: *** [libclock-applet.la] Error 1 make[5]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.32.1/work/gnome-panel-2.32.1/applets/clock' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.32.1/work/gnome-panel-2.32.1/applets/clock' make[3]: *** [all] Error 2 make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.32.1/work/gnome-panel-2.32.1/applets/clock' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.32.1/work/gnome-panel-2.32.1/applets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.32.1/work/gnome-panel-2.32.1' make: *** [all] Error 2 Thanks for taking care
There's no eggdbus in the code, check in git :-) Maybe it's introduced by some patch?