From owner-freebsd-current Tue Nov 16 7:46:55 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with ESMTP id D594214C48 for ; Tue, 16 Nov 1999 07:46:41 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: from lcm202.cvzoom.net (lcm202.cvzoom.net [208.230.69.202]) by ns.cvzoom.net (8.9.3/8.9.3) with ESMTP id KAA13592; Tue, 16 Nov 1999 10:27:34 -0500 (EST) Date: Tue, 16 Nov 1999 10:45:54 -0500 (EST) From: Donn Miller To: Edwin Culp Cc: current@freebsd.org Subject: Re: Make world this morning. In-Reply-To: <38317A8A.5FA9FFF2@MexComUSA.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 16 Nov 1999, Edwin Culp wrote: > Just looking at the results of a make world from a cvsup at about 4:40 > PST. > > ed > > /usr/obj/usr/src/tmp/usr/include/sys/ttydev.h:60: warning: `B115200' > redefined > /usr/obj/usr/src/tmp/usr/include/termios.h:227: warning: this is the > location of the previous definition > cc -nostdinc -O -pipe -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE > -fwritable-strings -I/usr/obj/usr/src/tmp/usr/include -c > /usr/src/games/larn/monster.c > /usr/src/games/larn/monster.c: In function `hitm': > /usr/src/games/larn/monster.c:856: syntax error before `amt' > *** Error code 1 > > Stop in /usr/src/games/larn. > *** Error code 1 Yep - same here. One other problem I had is that make world failed when I used: make -j 3 -DNOPROFILE world It bombed out somewhere near the beginning of make world when gcc was being built. When I eliminated the parallel build (make -DNOPROFILE world), it got further into the build, but bombed out at the point you describe. I was able to continue on by doing make -j 3 -DNOCLEAN -DNOGAMES -DNOPROFILE world - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message