From owner-freebsd-current Mon Apr 2 5:51:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from inet4all.net (inet4all.net [216.121.191.48]) by hub.freebsd.org (Postfix) with ESMTP id D8CC637B71D for ; Mon, 2 Apr 2001 05:51:50 -0700 (PDT) (envelope-from freebsd@wegalink.de) Received: from Maja (n-dialin-2593.addcom.de [62.246.13.201]) by inet4all.net (8.9.3/8.9.3) with SMTP id OAA00377 for ; Mon, 2 Apr 2001 14:51:44 +0200 Message-ID: <010901c0bb73$aec2a980$0100a8c0@wegalink.net> From: "Eckhard Kantz" To: References: <00d401c0b6b0$43ffa2a0$0100a8c0@wegalink.net> Subject: Re: usr.bin/kdump - 'make world' broken? Date: Mon, 2 Apr 2001 14:51:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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