Date: Tue, 16 Nov 1999 10:45:54 -0500 (EST) From: Donn Miller <dmmiller@cvzoom.net> To: Edwin Culp <eculp@MexComUSA.Net> Cc: current@freebsd.org Subject: Re: Make world this morning. Message-ID: <Pine.BSF.4.20.9911161041510.7354-100000@lcm202.cvzoom.net> In-Reply-To: <38317A8A.5FA9FFF2@MexComUSA.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9911161041510.7354-100000>