Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 19:34:49 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        Eckhard Kantz <freebsd@wegalink.de>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: usr.bin/kdump - 'make world' broken?
Message-ID:  <20010327193449.A83082@freebsd.org.ru>
In-Reply-To: <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net>; from freebsd@wegalink.de on Tue, Mar 27, 2001 at 01:22:51PM %2B0200
References:  <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 27, 2001 at 01:22:51PM +0200, Eckhard Kantz wrote:
> 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

I reported about this problem more then 3 months ago.
(http://www.freebsd.org/cgi/getmsg.cgi?fetch=434185+436356+/usr/local/www/db/text/2001/freebsd-current/20010128.freebsd-current)

I think this problem may resolve with following steps:
1) rm -rf /usr/src
2) re-sup
3) try to make buildworld
But i haven't -current @ fast channel for this...

Also, you may do following:
1) vi /usr/src/usr.bin/kdump/Makefile and remove ${DESTDIR} at line 11
2) vi /usr/src/usr.bin/truss/Makefile remove ${DESTDIR} at line 32
3) try to make buildworld

I recommend first way.
It looks like mkioctls do something wrong at ${DESTDIR} at
buildworld time.
-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
osa@freebsd.org.ru                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

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?20010327193449.A83082>