From owner-freebsd-current Tue Mar 27 7:34:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id E47D237B719 for ; Tue, 27 Mar 2001 07:34:51 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id E542522A; Tue, 27 Mar 2001 19:34:49 +0400 (MSD) Date: Tue, 27 Mar 2001 19:34:49 +0400 From: "Sergey A. Osokin" To: Eckhard Kantz Cc: freebsd-current@FreeBSD.ORG Subject: Re: usr.bin/kdump - 'make world' broken? Message-ID: <20010327193449.A83082@freebsd.org.ru> References: <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net>; from freebsd@wegalink.de on Tue, Mar 27, 2001 at 01:22:51PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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