From owner-freebsd-stable@FreeBSD.ORG Mon May 19 16:07:11 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F229106566C for ; Mon, 19 May 2008 16:07:11 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id 444958FC14 for ; Mon, 19 May 2008 16:07:10 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id 995883F8F; Mon, 19 May 2008 17:06:41 +0100 (BST) Message-Id: <4AB77C7C-55F7-4CC3-B842-E684F6C899E3@rabson.org> From: Doug Rabson To: Dave Uhring In-Reply-To: <20080519151739.GA50653@charter.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 19 May 2008 17:07:08 +0100 References: <20080519151739.GA50653@charter.net> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 16:07:11 -0000 This symbol has been added to fcntl.h recently. It appears as if your build is picking up the installed header rather than the one from the source tree. Are you using 'make buildworld'? On 19 May 2008, at 16:17, Dave Uhring wrote: > Sources checked out yesterday, updated this morning using cvsup and > repository at cvsup12.freebsd.org. The build fails in /usr/src/lib/ > libc > > /usr/bin/gcc -O2 -fno-strict-aliasing -pipe -m32 -march=athlon-mp -I/ > usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/ > src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../ > contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/ > libc/resolv -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES - > DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING - > DSYMBOL_VERSIONING -Wsystem-headers -Wall -Wno-format-y2k -Wno- > uninitialized -Wno-pointer-sign -c /usr/src/lib/libc/sys/fcntl.c > /usr/src/lib/libc/sys/fcntl.c: In function 'fcntl': > /usr/src/lib/libc/sys/fcntl.c:42: error: storage size of 'ofl' isn't > known > /usr/src/lib/libc/sys/fcntl.c:67: error: 'F_OGETLK' undeclared > (first use in this function) > /usr/src/lib/libc/sys/fcntl.c:67: error: (Each undeclared identifier > is reported only once > /usr/src/lib/libc/sys/fcntl.c:67: error: for each function it > appears in.) > /usr/src/lib/libc/sys/fcntl.c:74: error: 'struct flock' has no > member named 'l_sysid' > /usr/src/lib/libc/sys/fcntl.c:79: error: 'F_OSETLK' undeclared > (first use in this function) > /usr/src/lib/libc/sys/fcntl.c:82: error: 'F_OSETLKW' undeclared > (first use in this function) > /usr/src/lib/libc/sys/fcntl.c:42: warning: unused variable 'ofl' > *** Error code 1 > > Stop in /usr/src/lib/libc. > *** Error code 1 > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > "