Date: Fri, 20 Sep 2002 05:04:39 +0200 From: Pascal Hofstee <daeron@shadowmere.student.utwente.nl> To: gnome@FreeBSD.org Subject: libgtop2 breakage on CURRENT Message-ID: <20020920030439.GA26729@shadowmere.student.utwente.nl>
next in thread | raw e-mail | index | archive | help
Hello, I noticed that apparently (don't know for how long) libgtop2 (and therefor quite a few gnome2 components) is currently broken on CURRENT. cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES - I../.. -I../.. -I../../sysdeps/freebsd -I../../include -DNEED_GNOMESUPPORT_H -I. ./../support -I../../support -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib -2.0/include -O -pipe -march=athlon-xp -I/usr/X11R6/include -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -DLIBGTOP_VERSION=\"2.0.0\" -DLIBGTOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_CODE=2000000 -DLIBGTOP_SERVER=\"/usr/local/bin/libgtop_serv er2\" -I/usr/local/include -O -pipe -march=athlon-xp -c proctime.c -fPIC -DPIC -o .libs/proctime.lo In file included from ../../glibtop.h:33, from proctime.c:24: glibtop_machine.h:59:8: warning: extra tokens at end of #endif directive proctime.c: In function `calcru': proctime.c:76: structure has no member named `p_kse' proctime.c:77: structure has no member named `p_kse' proctime.c:78: structure has no member named `p_kse' gmake[3]: *** [proctime.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.0/sysdeps/freebsd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.0/sysdeps' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 I checked /usr/include/sys/proc.h and noticed that the "struct kse p_kse" struct member of "struct proc" is apparently commented out causing this build failure. Any suggestions on how to get this port building properly again ? -- Pascal Hofstee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020920030439.GA26729>