Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2004 12:21:43 -0700
From:      John Kennedy <jk@jk.homeunix.net>
To:        Mike Zanker <mike@zanker.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RELENG_5 buildworld failure
Message-ID:  <20040918192143.GA2897@memnoch.jk.homeunix.net>
In-Reply-To: <Pine.LNX.4.60.0409181202040.4930@mallard.zanker.org>
References:  <Pine.LNX.4.60.0409181202040.4930@mallard.zanker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 18, 2004 at 12:09:04PM +0100, Mike Zanker wrote:
> /usr/src/usr.sbin/fdcontrol/fdcontrol.c:212: error: `FD_DEBUG' undeclared 

  This one may have been fixed by a patch Scott Long made:

	scottl      2004-09-18 16:41:29 UTC
	
	  FreeBSD src repository
	
	  Modified files:        (Branch: RELENG_5)
	    usr.sbin/fdcontrol   fdcontrol.c 
	  Log:
	  MFC: Update fdcontrol to the new fdc driver changes.
	  
	  Approved by: re
	  
	  Revision  Changes    Path
	  1.11.2.1  +15 -18    src/usr.sbin/fdcontrol/fdcontrol.c

  At least I passed that on my build:

	...
	===> usr.sbin/fdcontrol
	cc -O -pipe  -I/h/a/src-RELENG_5/usr.sbin/fdcontrol/../fdread -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /h/a/src-RELENG_5/usr.sbin/fdcontrol/fdcontrol.c
	cc -O -pipe  -I/h/a/src-RELENG_5/usr.sbin/fdcontrol/../fdread -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /h/a/src-RELENG_5/usr.sbin/fdcontrol/../fdread/fdutil.c
	cc -O -pipe  -I/h/a/src-RELENG_5/usr.sbin/fdcontrol/../fdread -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -o fdcontrol fdcontrol.o fdutil.o 
	gzip -cn /h/a/src-RELENG_5/usr.sbin/fdcontrol/fdcontrol.8 > fdcontrol.8.gz
	===> usr.sbin/fdformat
	...

  It looks like there was another one right after that though:

	...
	===> usr.sbin/fdformat
	cc -O -pipe  -I/h/a/src-RELENG_5/usr.sbin/fdformat/../fdread -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /h/a/src-RELENG_5/usr.sbin/fdformat/fdformat.c
	/h/a/src-RELENG_5/usr.sbin/fdformat/fdformat.c: In function `main':
	/h/a/src-RELENG_5/usr.sbin/fdformat/fdformat.c:271: error: `FDOPT_AUTOSEL' undeclared (first use in this function)
	/h/a/src-RELENG_5/usr.sbin/fdformat/fdformat.c:271: error: (Each undeclared identifier is reported only once
	/h/a/src-RELENG_5/usr.sbin/fdformat/fdformat.c:271: error: for each function it appears in.)
	*** Error code 1

	Stop in /h/a/src-RELENG_5/usr.sbin/fdformat.
	*** Error code 1

	Stop in /h/a/src-RELENG_5/usr.sbin.
	*** Error code 1

	Stop in /h/a/src-RELENG_5.
	*** Error code 1
	...

  I see another patch out by Scott, so I'm resyncing and will try again.

	scottl      2004-09-18 17:40:51 UTC
	
	  FreeBSD src repository
	
	  Modified files:        (Branch: RELENG_5)
	    usr.sbin/fdformat    fdformat.c 
	    usr.sbin/fdread      fdutil.c 
	  Log:
	  MFC: Bring fdformat and fdread up to the new fd driver
	  
	  Approved by: re
	  
	  Revision  Changes    Path
	  1.21.2.1  +2 -7      src/usr.sbin/fdformat/fdformat.c
	  1.5.2.1   +49 -90    src/usr.sbin/fdread/fdutil.c



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