RELENG_5 buildworld failure
John Kennedy
jk at jk.homeunix.net
Sat Sep 18 12:21:48 PDT 2004
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
More information about the freebsd-current
mailing list