From owner-freebsd-current@FreeBSD.ORG Fri Apr 25 17:49:41 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE5F91065672 for ; Fri, 25 Apr 2008 17:49:41 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7678FC21 for ; Fri, 25 Apr 2008 17:49:41 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [87.240.15.4] (port=15299 helo=acer.lissyara.int.otradno.ru) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JpS3H-000JEg-NG for freebsd-current@freebsd.org; Fri, 25 Apr 2008 21:49:40 +0400 Message-ID: <481219B2.7010309@lissyara.su> Date: Fri, 25 Apr 2008 21:49:38 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.12 (X11/20080423) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: world not build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 17:49:41 -0000 I update source 2-3 hour ago ============== cc -O2 -pipe -I/usr/src/usr.bin/fstat/zfs/../../../sys/cddl/compat/opensolaris -I/usr/src/usr.bin/fstat/zfs/../../../cddl/compat/opensolaris/include -I/usr/src/usr.bin/fstat/zfs/../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/usr.bin/fstat/zfs/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/usr.bin/fstat/zfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/usr.bin/fstat/zfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/usr.bin/fstat/zfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/src/usr.bin/fstat/zfs/../../../cddl/contrib/opensolaris/head -I/usr/src/usr.bin/fstat/zfs/.. -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/src/usr.bin/fstat/zfs/zfs.c cc -O2 -pipe -D_KVM_VNODE -DZFS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/usr.bin/fstat/zfs/zfs.c /usr/src/usr.bin/fstat/zfs/zfs.c:38:29: error: sys/zfs_context.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:39:21: error: sys/spa.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:40:26: error: sys/spa_impl.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:41:21: error: sys/dmu.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:42:21: error: sys/zap.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:43:24: error: sys/fs/zfs.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:44:27: error: sys/zfs_znode.h: No such file or directory /usr/src/usr.bin/fstat/zfs/zfs.c:51:1: error: "ZFS" redefined : error: this is the location of the previous definition /usr/src/usr.bin/fstat/zfs/zfs.c:53:19: error: fstat.h: No such file or directory cc1: warnings being treated as errors /usr/src/usr.bin/fstat/zfs/zfs.c:63: warning: 'struct filestat' declared inside parameter list /usr/src/usr.bin/fstat/zfs/zfs.c:63: warning: its scope is only this definition or declaration, which is probably not what you want /usr/src/usr.bin/fstat/zfs/zfs.c:64: warning: no previous prototype for 'zfs_filestat' /usr/src/usr.bin/fstat/zfs/zfs.c: In function 'zfs_filestat': /usr/src/usr.bin/fstat/zfs/zfs.c:66: error: 'znode_phys_t' undeclared (first use in this function) /usr/src/usr.bin/fstat/zfs/zfs.c:66: error: (Each undeclared identifier is reported only once /usr/src/usr.bin/fstat/zfs/zfs.c:66: error: for each function it appears in.) /usr/src/usr.bin/fstat/zfs/zfs.c:66: error: expected ';' before 'zphys' /usr/src/usr.bin/fstat/zfs/zfs.c:76: warning: implicit declaration of function 'dprintf' /usr/src/usr.bin/fstat/zfs/zfs.c:76: warning: nested extern declaration of 'dprintf' /usr/src/usr.bin/fstat/zfs/zfs.c:86: warning: implicit declaration of function 'getvnodedata' /usr/src/usr.bin/fstat/zfs/zfs.c:86: warning: nested extern declaration of 'getvnodedata' /usr/src/usr.bin/fstat/zfs/zfs.c:86: warning: assignment makes pointer from integer without a cast /usr/src/usr.bin/fstat/zfs/zfs.c:87: warning: implicit declaration of function 'KVM_READ' /usr/src/usr.bin/fstat/zfs/zfs.c:87: warning: nested extern declaration of 'KVM_READ' /usr/src/usr.bin/fstat/zfs/zfs.c:89: error: 'Pid' undeclared (first use in this function) /usr/src/usr.bin/fstat/zfs/zfs.c:104: error: 'zphys' undeclared (first use in this function) /usr/src/usr.bin/fstat/zfs/zfs.c:111: warning: implicit declaration of function 'getvnodemount' /usr/src/usr.bin/fstat/zfs/zfs.c:111: warning: nested extern declaration of 'getvnodemount' /usr/src/usr.bin/fstat/zfs/zfs.c:111: warning: assignment makes pointer from integer without a cast /usr/src/usr.bin/fstat/zfs/zfs.c:118: error: dereferencing pointer to incomplete type /usr/src/usr.bin/fstat/zfs/zfs.c:119: error: dereferencing pointer to incomplete type /usr/src/usr.bin/fstat/zfs/zfs.c:125: error: dereferencing pointer to incomplete type /usr/src/usr.bin/fstat/zfs/zfs.c:126: error: dereferencing pointer to incomplete type /usr/src/usr.bin/fstat/zfs/zfs.c:127: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /usr/src/usr.bin/fstat. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. acer#