GNOME Bugzilla – Bug 445231
failing to compile gnome-panel-2.19.3
Last modified: 2007-06-07 21:17:29 UTC
Please describe the problem: I'm trying to update/test out Gnome-2.19.3 and things were compiling along great until it got to gnome-panel-2.19.3. Here's the error: make[4]: Entering directory `/home/lupine/DLoads/Gnome/Gnome-2-19-3/temp_gnome2builddir/gnome-panel-2.19.3/applets/clock' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../libpanel-applet -I../../libpanel-applet -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/opt/gnome-2.19.3/include/pango-1.0 -I/opt/gnome-2.19.3/include/glib-2.0 -I/opt/gnome-2.19.3/lib/glib-2.0/include -I/opt/gnome-2.19.3/include/gtk-2.0 -I/opt/gnome-2.19.3/lib/gtk-2.0/include -I/opt/gnome-2.19.3/include/atk-1.0 -I/opt/gnome-2.19.3/include/libgnomeui-2.0 -I/opt/gnome-2.19.3/include/libgnome-2.0 -I/opt/gnome-2.19.3/include/libgnomecanvas-2.0 -I/opt/gnome-2.19.3/include/libart-2.0 -I/opt/gnome-2.19.3/include/gconf/2 -I/opt/gnome-2.19.3/include/libbonoboui-2.0 -I/opt/gnome-2.19.3/include/gnome-vfs-2.0 -I/opt/gnome-2.19.3/lib/gnome-vfs-2.0/include -I/opt/gnome-2.19.3/include/gnome-keyring-1 -I/opt/gnome-2.19.3/include/libbonobo-2.0 -I/opt/gnome-2.19.3/include/orbit-2.0 -I/opt/gnome-2.19.3/include/bonobo-activation-2.0 -I/usr/include/freetype2 -I/usr/include/cairo -DDATADIR= \""/opt/gnome-2.19.3/share"\" -DLIBDIR=\""/opt/gnome-2.19.3/lib"\" -DSYSCONFDIR=\""/opt/gnome-2.19.3/etc"\" -DPREFIX= \""/opt/gnome-2.19.3"\" -DGNOMELOCALEDIR= \""/opt/gnome-2.19.3/share/locale"\" -DCLOCK_EDS_ICONDIR="\"\"" -DCLOCK_TIME_UTILITY="\"\"" -g -O2 -MT clock_applet-calendar-window.o -MD -MP -MF ".deps/clock_applet-calendar-window.Tpo" -c -o clock_applet-calendar-window.o `test -f 'calendar-window.c' || echo './'`calendar-window.c; \ then mv -f ".deps/clock_applet-calendar-window.Tpo" ".deps/clock_applet-calendar-window.Po"; else rm -f ".deps/clock_applet-calendar-window.Tpo"; exit 1; fi calendar-window.c: In function 'expander_activated': calendar-window.c:1170: error: 'CalendarWindowPrivate' has no member named 'appointment_list' calendar-window.c:1171: error: 'KEY_APPOINTMENTS_EXPANDED' undeclared (first use in this function) calendar-window.c:1171: error: (Each undeclared identifier is reported only once calendar-window.c:1171: error: for each function it appears in.) calendar-window.c:1172: error: 'CalendarWindowPrivate' has no member named 'birthday_list' calendar-window.c:1173: error: 'KEY_BIRTHDAYS_EXPANDED' undeclared (first use in this function) calendar-window.c:1174: error: 'CalendarWindowPrivate' has no member named 'weather_list' calendar-window.c:1175: error: 'KEY_WEATHER_EXPANDED' undeclared (first use in this function) calendar-window.c:1176: error: 'CalendarWindowPrivate' has no member named 'task_list' calendar-window.c:1177: error: 'KEY_TASKS_EXPANDED' undeclared (first use in this function) calendar-window.c:1184: error: 'CalendarWindowPrivate' has no member named 'gconfclient' calendar-window.c:1186: error: 'CalendarWindowPrivate' has no member named 'gconfclient' calendar-window.c: In function 'connect_expander_with_gconf': calendar-window.c:1223: error: 'CalendarWindowPrivate' has no member named 'gconfclient' calendar-window.c:1227: error: 'CalendarWindowPrivate' has no member named 'listeners' calendar-window.c:1229: error: 'CalendarWindowPrivate' has no member named 'gconfclient' make[4]: *** [clock_applet-calendar-window.o] Error 1 make[4]: Leaving directory `/home/lupine/DLoads/Gnome/Gnome-2-19-3/temp_gnome2builddir/gnome-panel-2.19.3/applets/clock' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/lupine/DLoads/Gnome/Gnome-2-19-3/temp_gnome2builddir/gnome-panel-2.19.3/applets/clock' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/lupine/DLoads/Gnome/Gnome-2-19-3/temp_gnome2builddir/gnome-panel-2.19.3/applets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/lupine/DLoads/Gnome/Gnome-2-19-3/temp_gnome2builddir/gnome-panel-2.19.3' make: *** [all] Error 2 Gnome-2.19.2 didn't have this problem, and I just re-tried it to make sure it could get past this issue, and it completes without issue. So it must be something that has changed in this package, or some unknown dependency. Steps to reproduce: 1. Compile all requirements of gnome-panel up to this point 2. ./configure --prefix=/opt/gnome-2.19.3 --sysconfdir=/opt/gnome-2.19.3/etc --libexecdir=/opt/gnome-2.19.3/lib/gnom e-panel --localstatedir=/opt/gnome-2.19.3/var/lib 3. make Actual results: Does not compile the clock applet Expected results: Should completely make like Gnome-2.19.2 does Does this happen every time? Yes Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 443788 ***