> What could be the reason for the following problem?
>
> ===> usr.bin/kdump
>
cc -O -pipe  -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../
> ..   -I/usr/obj/usr/src/i386/usr/include -c ioctl.c
> In file included from ioctl.c:96:
> /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE'
> redefined
> /usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:81: warning: this is
the
> location of the previous definition
> In file included from ioctl.c:52:
> /usr/obj/usr/src/i386/usr/include/machine/i4b_rbch_ioctl.h:45: `TELNO_MAX'
> undeclared here (not in a function)
> *** Error code 1
>
> Stop in /usr/src/usr.bin/kdump.
> *** Error code 1
>

The problem was caused by moving /usr to another partition. This changed the
file creation sequence in directories.

Finally only the directory /usr/src/sys/i386/include had to be removed and
cvsup to be run again. Afterwards buildworld was ok.

Eckhard


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to