Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 14:51:47 +0200
From:      "Eckhard Kantz" <freebsd@wegalink.de>
To:        <freebsd-current@FreeBSD.ORG>
Subject:   Re: usr.bin/kdump - 'make world' broken?
Message-ID:  <010901c0bb73$aec2a980$0100a8c0@wegalink.net>
References:  <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010901c0bb73$aec2a980$0100a8c0>