From owner-freebsd-current Tue Jul 9 14:21:09 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08565 for current-outgoing; Tue, 9 Jul 1996 14:21:09 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA08558 for ; Tue, 9 Jul 1996 14:21:04 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id PAA19859; Tue, 9 Jul 1996 15:20:39 -0600 (MDT) Date: Tue, 9 Jul 1996 15:20:39 -0600 (MDT) Message-Id: <199607092120.PAA19859@rocky.mt.sri.com> From: Nate Williams To: Mr Operating System Cc: freebsd-current@freebsd.org Subject: Re: A couple of problems!! In-Reply-To: <199607092057.XAA18578@shadows.aeon.net> References: <199607091636.KAA18405@rocky.mt.sri.com> <199607092057.XAA18578@shadows.aeon.net> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > If you read the -current email, you'd know that you *must* first do a > > 'make bootstrap' in the lex diretory first. So > > > > # cd /usr/src/usr.bin/lex > > # make clean > > # make bootstrap > > # make > > # make install > > > > It'll work fine from then on. > > and when it doesnt? Then you aren't running current. > cd /usr/src/usr.bin/lex && make -DNOMAN -DNOPROFILE bootstrap && make -DNOMAN -DNOPROFILE all install > make: don't know how to make bootstrap. Stop > *** Error code 2 > > Stop. > shadows# > > tried manually too, different things... no dice > > my machine just dont know how to 'make bootstrap' > > sup's about few hours old, from sup.de.freebsd.org (it has contrib now) It must have an old version of lex then, but that also doesn't make sense given that it can't build w/out the bootstrap. Look at the Makefile, it should have an ID of: # $Id: Makefile,v 1.5 1996/06/19 20:46:57 nate Exp $ Nate