From owner-freebsd-stable Mon Oct 22 9: 9: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from engec.ru (blackhole.engec.ru [194.105.222.254]) by hub.freebsd.org (Postfix) with ESMTP id 5D95337B403 for ; Mon, 22 Oct 2001 09:08:48 -0700 (PDT) Received: from [10.2.1.3] (helo=muraveynic.engec.ru) by engec.ru with esmtp (Exim 3.13 #1) id 15vhd3-0007Or-00 for freebsd-stable@freebsd.org; Mon, 22 Oct 2001 20:08:41 +0400 Date: Mon, 22 Oct 2001 20:08:33 +0400 From: Anton Golubev X-Mailer: The Bat! (v1.52f) Personal Reply-To: Anton Golubev Organization: ENGECON X-Priority: 3 (Normal) Message-ID: <12719662473.20011022200833@engec.ru> To: freebsd-stable@freebsd.org Subject: Buildworld fail for 4.4-stable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All, It has been forth day I trying to compile the world, but with out luck! :( I have a 4.2RC-1 installed, and recently updated though cvsup source tree. I got a compilation error while building "world". I tried several things to fix it: 1. Delete and checkout again /usr/src 2. Delete /usr/obj 3. make clean But non of this gave a result. # cd /usr/src # make buildworld < skipped > /usr/obj/usr/src/i386/usr/src/usr.bin/colldef created for /usr/src/usr.bin/colldef yacc -d /usr/src/usr.bin/colldef/parse.y cp y.tab.c parse.c lex -t -8 -i /usr/src/usr.bin/colldef/scan.l > scan.c rm -f .depend mkdep -f .depend -a -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG parse.c scan.c cd /usr/src/usr.bin/colldef; make _EXTRADEPEND echo colldef: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libl.a >> .depend cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -c parse.c cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -c scan.c /usr/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -static -o colldef parse.o scan.o -ll sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 555 colldef /usr/obj/usr/src/i386/usr/bin cd /usr/src/usr.bin/xinstall; make obj; make depend; make all; make install /usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/xinstall rm -f .depend mkdep -f .depend -a /usr/src/usr.bin/xinstall/xinstall.c /usr/src/usr.bin/xinstall/../../lib/libc/gen/strtofflags.c cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND echo xinstall: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -c /usr/src/usr.bin/xinstall/xinstall.c In file included from /usr/include/sys/lock.h:45, from /usr/include/sys/mount.h:49, from /usr/src/usr.bin/xinstall/xinstall.c:52: /usr/include/machine/lock.h: In function `s_unlock': /usr/include/machine/lock.h:159: structure has no member named `lock_data' *** Error code 1 Stop in /usr/src/usr.bin/xinstall. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any suggestions? --Anton ENGECON http://www.engec.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message