From owner-freebsd-current Thu Oct 10 13:19:23 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD8C37B401 for ; Thu, 10 Oct 2002 13:19:21 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FE643EC2 for ; Thu, 10 Oct 2002 13:19:21 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 2BBDB57A24; Thu, 10 Oct 2002 20:19:20 +0000 (GMT) Date: Thu, 10 Oct 2002 20:19:20 +0000 (GMT) Message-Id: <20021010201920.zsql51239@hun.org> From: Daniel Flickinger X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-Address: 31 N 700 E, St George UT 84770-3028 X-Squawk: (435) 680-0750 X-No-Archive: yes In-Reply-To: <20021010152516.GB17836@xor.obsecurity.org> References: <20021009030149.Juib29905@hun.org> To: Kris Kennaway Cc: FreeBSD-CURRENT Subject: Re: 3+ days: syntax error in makedevs.c (sysinstall) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="text" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sent: Thu, 10 Oct 2002 08:25:16 -0700 by Kris Kennaway + Sounds like failure to properly run 'make depend' (makedevs is a + generated file). sysinstall builds fine here. I use a build script: make $TFLG $TDEF installincludes >${CDATE}.installincludes.${RDATE} 2>&1 &&\ make $TFLG $TDEF $TOUT buildworld >${CDATE}.buildworld.${RDATE} 2>&1 & which "should" take care of that ... Note that I also update all includes. On a cvsup for a slice dated at 1200 GMT 10 Oct (this morning), I ran a buildword starting at 1731, and makedevs.c in usr/obj...sysinstall/ is dated 1805 --that is 80+% of the way through the <40 min buildworld cycle (run concurrently with buildkernel). buildworld does a clean and depend in phase 1 and 2.... going for it manually: cd usr.sbin/sysinstall make clean make depend make all gets the errors: makedevs.c:4: syntax error before ',' token makedevs.c:7: syntax error before ',' token makedevs.c:51: syntax error before ',' token *** Error code 1 Stop in /usr/src/usr.sbin/sysinstall. The scripts pull a cvsup at 0000 and 1200 GMT daily. Normally, I flush the tree for the Sat 0000 run; that's tomorrow ... start from scratch again. Meanwhile, I ran installworld --without sysinstall ... NBD. On Wed, Oct 09, 2002 at 03:01:49AM +0000, Daniel Flickinger wrote: > > ===> sysinstall > > makedevs.c:60: syntax error before ',' token > *** Error code 1 > `all' not remade because of errors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message