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 632710 - [regression, build] No package 'gnome-desktop-2.0' found
[regression, build] No package 'gnome-desktop-2.0' found
Status: RESOLVED DUPLICATE of bug 623369
Product: gnome-applets
Classification: Other
Component: general
2.91.x
Other Linux
: Normal blocker
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-20 16:23 UTC by David Ronis
Modified: 2010-10-22 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2010-10-20 16:23:58 UTC
Gnome-desktop now installs itself as 3.0 (at least as of version 2.91.0)
Comment 1 David Ronis 2010-10-20 17:03:58 UTC
I manually changed all references to gnome-desktop 2.0 to 3.0 in configure and rebuilt.  I get much further but now it dies with:

make[4]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-applets/work/main.d/gnome-applets-2.91.1/multiload'
/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -DMULTILOAD_MENU_UI_DIR=\""/opt/garnome-svn-2.91/share/gnome-2.0/ui"\" -DORBIT2=1 -pthread -I/opt/garnome-svn-2.91/include/gnome-panel-3.0/libpanel-applet -I/opt/garnome-svn-2.91/include/glib-2.0 -I/opt/garnome-svn-2.91/lib/glib-2.0/include -I/opt/garnome-svn-2.91/include/gconf/2 -I/opt/garnome-svn-2.91/include/gtk-2.0 -I/opt/garnome-svn-2.91/include/orbit-2.0 -I/opt/garnome-svn-2.91/lib/gtk-2.0/include -I/opt/garnome-svn-2.91/include/atk-1.0 -I/opt/garnome-svn-2.91/include/cairo -I/opt/garnome-svn-2.91/include/gdk-pixbuf-2.0 -I/opt/garnome-svn-2.91/include/pango-1.0 -I/opt/garnome-svn-2.91/include/gio-unix-2.0/ -I/opt/garnome-svn-2.91/include -I/opt/garnome-svn-2.91/include/pixman-1 -I/opt/garnome-svn-2.91/include/freetype2 -I/usr/include/libpng12   -I/opt/garnome-svn-2.91/include/libgtop-2.0 -I/opt/garnome-svn-2.91/include/glib-2.0 -I/opt/garnome-svn-2.91/lib/glib-2.0/include   -DGSEAL_ENABLE -pthread -I/opt/garnome-svn-2.91/include/gnome-desktop-3.0 -I/opt/garnome-svn-2.91/include/gtk-3.0 -I/opt/garnome-svn-2.91/include/startup-notification-1.0 -I/opt/garnome-svn-2.91/lib/gtk-3.0/include -I/opt/garnome-svn-2.91/include/atk-1.0 -I/opt/garnome-svn-2.91/include/cairo -I/opt/garnome-svn-2.91/include/gdk-pixbuf-2.0 -I/opt/garnome-svn-2.91/include/pango-1.0 -I/opt/garnome-svn-2.91/include/gio-unix-2.0/ -I/opt/garnome-svn-2.91/include -I/opt/garnome-svn-2.91/include/glib-2.0 -I/opt/garnome-svn-2.91/lib/glib-2.0/include -I/opt/garnome-svn-2.91/include/pixman-1 -I/opt/garnome-svn-2.91/include/freetype2 -I/usr/include/libpng12    -I/opt/garnome-svn-2.91/include  -I/opt/garnome-svn-2.91/include -L/opt/garnome-svn-2.91/lib -O2 -g -pipe -MT load-graph.o -MD -MP -MF .deps/load-graph.Tpo -c -o load-graph.o load-graph.c
load-graph.c: In function 'load_graph_draw':
load-graph.c:60:41: error: 'GdkVisual' has no member named 'depth'
load-graph.c: In function 'load_graph_configure':
load-graph.c:216:40: error: 'GdkVisual' has no member named 'depth'
Comment 2 André Klapper 2010-10-22 21:14:58 UTC
(In reply to comment #1)
> I manually changed all references to gnome-desktop 2.0 to 3.0 in configure and
> rebuilt.

Would be fixed by bug 623369 hence closing as duplicate.

> load-graph.c: In function 'load_graph_draw':
> load-graph.c:60:41: error: 'GdkVisual' has no member named 'depth'
> load-graph.c: In function 'load_graph_configure':
> load-graph.c:216:40: error: 'GdkVisual' has no member named 'depth'

That is covered by bug 627490.

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