Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193981 - gnome-base/gnome-applets-2.18.0-r2 fails to compile
Summary: gnome-base/gnome-applets-2.18.0-r2 fails to compile
Status: RESOLVED DUPLICATE of bug 193701
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 11:23 UTC by Sandro Bonazzola
Modified: 2007-09-27 11:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola 2007-09-27 11:23:10 UTC
It seems that gtk api changed for some widget:

compiling with: x11-libs/gtk+-2.12.0-r2

make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0/mixer'
if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2   -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2   -DORBIT2=1 -pthread -I/usr/include/gnome-desktop-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2      -march=athlon64 -O2 -pipe -fno-strict-aliasing -MT applet.o -MD -MP -MF ".deps/applet.Tpo" -c -o applet.o applet.c; \
	then mv -f ".deps/applet.Tpo" ".deps/applet.Po"; else rm -f ".deps/applet.Tpo"; exit 1; fi
In file included from applet.c:49:
applet.h:90: error: expected specifier-qualifier-list before ‘GtkTooltips’
applet.c: In function ‘gnome_volume_applet_init’:
applet.c:222: error: ‘GnomeVolumeApplet’ has no member named ‘tooltips’
applet.c:223: error: ‘GnomeVolumeApplet’ has no member named ‘tooltips’
applet.c: In function ‘cb_volume’:
applet.c:1052: error: ‘GnomeVolumeApplet’ has no member named ‘force_next_update’
applet.c: In function ‘gnome_volume_applet_refresh’:
applet.c:1101: error: ‘GnomeVolumeApplet’ has no member named ‘force_next_update’
applet.c:1102: error: ‘GnomeVolumeApplet’ has no member named ‘force_next_update’
applet.c:1141: error: ‘GnomeVolumeApplet’ has no member named ‘tooltips’
applet.c: In function ‘cb_gconf’:
applet.c:1259: error: ‘GnomeVolumeApplet’ has no member named ‘force_next_update’
make[3]: *** [applet.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0/mixer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0/mixer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0'
make: *** [all] Error 2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-27 11:25:02 UTC

*** This bug has been marked as a duplicate of bug 193701 ***