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 145501 - gnome-netstatus-2.7.3 fails to build
gnome-netstatus-2.7.3 fails to build
Status: RESOLVED FIXED
Product: gnome-netstatus
Classification: Deprecated
Component: general
0.9
Other Linux
: Normal normal
: ---
Assigned To: Mark McLoughlin
Mark McLoughlin
Depends on:
Blocks:
 
 
Reported: 2004-07-06 11:29 UTC by Rodd Clarkson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Rodd Clarkson 2004-07-06 11:29:23 UTC
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnome-netstatus   
-DPREFIX=\""/home/rodd/gnome-2.7.1\""  
-DSYSCONFDIR=\""/home/rodd/gnome-2.7.1/etc\""  
-DDATADIR=\""/home/rodd/gnome-2.7.1/share\""   
-DLIBDIR=\""/home/rodd/gnome-2.7.1/lib\""      -DORBIT2=1 -pthread
-I/home/rodd/gnome-2.7.1/include/libgnomeui-2.0
-I/home/rodd/gnome-2.7.1/include/libgnome-2.0
-I/home/rodd/gnome-2.7.1/include/libgnomecanvas-2.0
-I/home/rodd/gnome-2.7.1/include/gtk-2.0
-I/home/rodd/gnome-2.7.1/include/libart-2.0
-I/home/rodd/gnome-2.7.1/include/gconf/2
-I/home/rodd/gnome-2.7.1/include/libbonoboui-2.0
-I/home/rodd/gnome-2.7.1/include/glib-2.0
-I/home/rodd/gnome-2.7.1/lib/glib-2.0/include
-I/home/rodd/gnome-2.7.1/include/orbit-2.0
-I/home/rodd/gnome-2.7.1/include/libbonobo-2.0
-I/home/rodd/gnome-2.7.1/include/gnome-vfs-2.0
-I/home/rodd/gnome-2.7.1/lib/gnome-vfs-2.0/include
-I/home/rodd/gnome-2.7.1/include/bonobo-activation-2.0
-I/home/rodd/gnome-2.7.1/include/pango-1.0 -I/usr/include/freetype2
-I/home/rodd/gnome-2.7.1/lib/gtk-2.0/include
-I/home/rodd/gnome-2.7.1/include/atk-1.0 -I/usr/X11R6/include
-I/usr/include/freetype2/config -I/home/rodd/gnome-2.7.1/include/libxml2
-I/home/rodd/gnome-2.7.1/include/libglade-2.0
-I/home/rodd/gnome-2.7.1/include/panel-2.0         -DG_ENABLE_DEBUG       -Wall
-Wmissing-prototypes      
-DNETSTATUS_ICONDIR=\""/home/rodd/gnome-2.7.1/share/icons/gnome-netstatus\""   
-DNETSTATUS_GLADEDIR=\""/home/rodd/gnome-2.7.1/share/gnome-netstatus\""        
-DGNOMELOCALEDIR=\""/home/rodd/gnome-2.7.1/share/locale"\" 
-I/home/rodd/gnome-2.7.1/include -I/usr/X11R6/include  -g
-I/home/rodd/gnome-2.7.1/include -I/usr/X11R6/include
-L/home/rodd/gnome-2.7.1/lib -L/usr/X11R6/lib -O2 -pipe -c netstatus-iface.c
netstatus-iface.c: In function `netstatus_iface_poll_state':
netstatus-iface.c:518: error: structure has no member named `in_packets'
netstatus-iface.c:518: error: structure has no member named `out_packets'
netstatus-iface.c:521: error: structure has no member named `in_bytes'
netstatus-iface.c:521: error: structure has no member named `out_bytes'
make[3]: *** [netstatus-iface.o] Error 1
make[3]: Leaving directory
`/tmp/garnome-work/gnome-netstatus/main.d/gnome-netstatus-2.7.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp/garnome-work/gnome-netstatus/main.d/gnome-netstatus-2.7.3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/tmp/garnome-work/gnome-netstatus/main.d/gnome-netstatus-2.7.3'
make: ***
[build-/tmp/garnome-work/gnome-netstatus/main.d/gnome-netstatus-2.7.3/Makefile]
Error 2
[rodd@localhost gnome-netstatus]$
Comment 1 Mark McLoughlin 2004-07-06 13:33:37 UTC
Compiling without --enable-debug will work around this, but I'll do another
tarball with a fix.
Comment 2 Mark McLoughlin 2004-07-06 13:41:21 UTC
Okay, I've released 2.7.3.1 with the fix