From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 12 04:33:07 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DB716A4CE; Fri, 12 Nov 2004 04:33:07 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EAC543D3F; Fri, 12 Nov 2004 04:33:07 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with ESMTP id iAC4X5JD002217; Fri, 12 Nov 2004 13:33:05 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 12 Nov 2004 13:33:05 +0900 From: Norikatsu Shigemura To: freebsd-gnome@FreeBSD.org Message-Id: <20041112133305.4b49aa90.nork@FreeBSD.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.11 (sakura.ninth-nine.com [IPv6:2002:db7f:4a79::1]); Fri, 12 Nov 2004 13:33:06 +0900 (JST) cc: freebsd-hackers@FreeBSD.org Subject: devel/libgtop2 cannot build X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 04:33:08 -0000 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. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -