From owner-freebsd-current@FreeBSD.ORG Tue Oct 3 12:14:33 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: by hub.freebsd.org (Postfix, from userid 1033) id 1654D16A5CF; Tue, 3 Oct 2006 12:14:33 +0000 (UTC) Date: Tue, 3 Oct 2006 12:13:36 +0000 From: Alexey Dokuchaev To: src-comitters@FreeBSD.org Message-ID: <20061003121336.GA6732@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Resent-From: danfe@FreeBSD.org Resent-Date: Tue, 3 Oct 2006 12:14:33 +0000 Resent-To: current@FreeBSD.org Resent-Message-Id: <20061003121433.1654D16A5CF@hub.freebsd.org> Cc: Subject: umapfs module build broken 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: Tue, 03 Oct 2006 12:14:33 -0000 hi there, ${subj}, it happens on both 6.x and -current: Warning: Object directory not changed from original /usr/src/sys/modules/umapfs cc -O2 -pipe -s -mtune=pentium4 -march=pentium4 -march=pentium4 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I- -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -c /usr/src/sys/modules/umapfs/../../fs/umapfs/umap_subr.c /usr/src/sys/modules/umapfs/../../fs/umapfs/umap_subr.c: In function `umap_node_alloc': /usr/src/sys/modules/umapfs/../../fs/umapfs/umap_subr.c:211: error: `umap_vnodeop_p' undeclared (first use in this function) /usr/src/sys/modules/umapfs/../../fs/umapfs/umap_subr.c:211: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/umapfs/../../fs/umapfs/umap_subr.c:211: error: for each function it appears in.) *** Error code 1 Stop in /usr/src/sys/modules/umapfs. ./danfe