Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 20:19:20 +0000 (GMT)
From:      Daniel Flickinger <attila@hun.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        FreeBSD-CURRENT <current@freebsd.org>
Subject:   Re: 3+ days: syntax error in makedevs.c (sysinstall)
Message-ID:  <20021010201920.zsql51239@hun.org>
In-Reply-To: <20021010152516.GB17836@xor.obsecurity.org>
References:  <20021009030149.Juib29905@hun.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021010201920.zsql51239>