Date: Fri, 12 Nov 2004 13:33:05 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: freebsd-gnome@FreeBSD.org Cc: freebsd-hackers@FreeBSD.org Subject: devel/libgtop2 cannot build Message-ID: <20041112133305.4b49aa90.nork@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Hi gnome maintainers! I compiled devel/libtop2 on 6-current. But it couldn't. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Winline -Wall -std=gnu89 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -O2 -fno-ident -pipe -march=pentium3 -I/usr/X11R6/include -DGTOPLOCALEDIR=\"/usr/X11R6/share/locale\" -DLIBGTOP_VERSION=\"2.8.1\" -DLIBGTOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_CODE=2008001 -DLIBGTOP_SERVER=\"/usr/X11R6/bin/libgtop_server2\" -I/usr/local/include -Winline -Wall -std=gnu89 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -O2 -fno-ident -pipe -march=pentium3 -c procmap.c -fPIC -DPIC -o .libs/procmap.o procmap.c: In function `glibtop_get_proc_map_p': procmap.c:276: error: structure has no member named `v_cachedfs' gmake[3]: *** [procmap.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.8.1/sysdeps/freebsd' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - According to src/sys/sys/vnode.h 1.254, v_cachedfs member was removed. Anyone, do you have any idea? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - revision 1.254 date: 2004/11/09 22:51:03; author: phk; state: Exp; lines: +0 -1 Remove vnode->v_cachedfs. It was only used for the highly dangerous "export all vnodes with a sysctl" function. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041112133305.4b49aa90.nork>