On Tue, 26 Jun 2007, Jeremy Chadwick wrote:

On Tue, Jun 26, 2007 at 07:28:34PM +0400, Andrew Muhametshin wrote:
 What reason of a mistake?

 ===> usr.bin/kdump (all)
 cc -O2 -fno-strict-aliasing -pipe -march=athlon-tbird
 -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..  -c
 /usr/src/usr.bin/kdump/kdump.c
 cc -O2 -fno-strict-aliasing -pipe -march=athlon-tbird
 -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..  -c
 ioctl.c
 ioctl.c: In function `ioctlname':
 ioctl.c:973: error: syntax error before ';' token
 ioctl.c:1191: error: syntax error before ';' token
 ioctl.c:1517: error: syntax error before ';' token
 ioctl.c:1653: error: syntax error before ';' token
 ioctl.c:2193: error: syntax error before ';' token
 ioctl.c:2869: error: syntax error before ';' token
 *** Error code 1

 Stop in /usr/src/usr.bin/kdump.

No changes to this src section for over 2 months:

http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/kdump/

I also don't see an ioctl.c there.  Maybe you did a make -j2 or
something in parallel and the output order isn't correct?

$ find /usr/src -name "ioctl.c"
/usr/src/lib/libstand/ioctl.c
/usr/src/sys/dev/hptmv/ioctl.c

http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libstand/ioctl.c
shows no changes for 5 months, to any branch.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/hptmv/ioctl.c
shows no changes for 20 months to RELENG_6.

Actually, ioctl.c is generated by mkioctls.  Andrew, what do the lines
in the generated ioctl.c that generated the warnings look like?  Did you
clean out /usr/obj before starting the build?

Sean
--
[EMAIL PROTECTED]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to