From owner-freebsd-current@FreeBSD.ORG Sat Sep 18 19:21:48 2004 Return-Path: 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 B9FB816A4CE for ; Sat, 18 Sep 2004 19:21:48 +0000 (GMT) Received: from jk.homeunix.net (memnoch.CSUChico.EDU [132.241.67.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D9643D39 for ; Sat, 18 Sep 2004 19:21:48 +0000 (GMT) (envelope-from jk@jk.homeunix.net) Received: from jk.homeunix.net (localhost [127.0.0.1]) by jk.homeunix.net (8.13.1/8.13.0) with ESMTP id i8IJLhJC003147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Sep 2004 12:21:43 -0700 (PDT) Received: (from warlock@localhost) by jk.homeunix.net (8.13.1/8.13.0/Submit) id i8IJLhWi003146; Sat, 18 Sep 2004 12:21:43 -0700 (PDT) Date: Sat, 18 Sep 2004 12:21:43 -0700 From: John Kennedy To: Mike Zanker Message-ID: <20040918192143.GA2897@memnoch.jk.homeunix.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-jk-MailScanner: No infection found X-jk-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 6, autolearn=not spam, BAYES_00 -4.90) X-jk-MailScanner-From: warlock@jk.homeunix.net cc: freebsd-current@freebsd.org Subject: Re: RELENG_5 buildworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 19:21:48 -0000 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