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 636466 - clock applet needs eggdbus
clock applet needs eggdbus
Status: RESOLVED NOTGNOME
Product: gnome-panel
Classification: Other
Component: clock
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-04 17:40 UTC by Pacho Ramos
Modified: 2011-02-01 01:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2010-12-04 17:40:18 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
Comment 1 Vincent Untz 2011-02-01 01:07:01 UTC
There's no eggdbus in the code, check in git :-) Maybe it's introduced by some patch?