From owner-freebsd-stable@FreeBSD.ORG Mon Jul 14 05:09:05 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BCB037B401 for ; Mon, 14 Jul 2003 05:09:05 -0700 (PDT) Received: from info.elf.stuba.sk (info.elf.stuba.sk [147.175.111.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43F343F93 for ; Mon, 14 Jul 2003 05:09:03 -0700 (PDT) (envelope-from mj20304@decef.elf.stuba.sk) Received: from decef.elf.stuba.sk (root@decef.elf.stuba.sk [147.175.111.11]) by info.elf.stuba.sk (8.11.6/8.11.6) with ESMTP id h6EC91r13456 for ; Mon, 14 Jul 2003 14:09:01 +0200 (CEST) Received: from localhost (mj20304@localhost) by decef.elf.stuba.sk (8.11.1/8.11.1) with ESMTP id h6ECAlY55127 for ; Mon, 14 Jul 2003 14:10:47 +0200 (CEST) Date: Mon, 14 Jul 2003 14:10:47 +0200 (CEST) From: Geordi To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned: by AntiVirus filter AVilter (msg.iDC3awDd@delta.elf.stuba.sk) Subject: Problem with "make buildworld" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 12:09:05 -0000 Hi all I want to upgrade from 4.5-RELEASE to 4.8-STABLE. I cvsup-ed the source tree and then in /usr/src do 'make -j4 buildworld'. But there was an error during make. here is the dump: ... ===> usr.bin/kdump cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin gzip -cn /usr/src/usr.bin/kdump/kdump.1 > kdump.1.gz cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin In file included from ioctl.c:95: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:19: warning: `MDF_ACTIVE' redef /usr/src/usr.bin/kdump/../../pccard/cardinfo.h:115: warning: this is the locatio In file included from ioctl.c:107: /usr/obj/usr/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redef /usr/obj/usr/src/i386/usr/include/sys/cdrio.h:88: warning: this is the location ioctl.c: In function `ioctlname': ioctl.c:351: `TARGIOCDISABLE' undeclared (first use in this function) ioctl.c:351: (Each undeclared identifier is reported only once ioctl.c:351: for each function it appears in.) ioctl.c:847: `TARGIOCDEBUG' undeclared (first use in this function) ioctl.c:1367: `USB_GET_REPORT_ID' undeclared (first use in this function) ioctl.c:1399: `TARGIOCENABLE' undeclared (first use in this function) *** Error code 1 ... Please if anybody has experienced this problem, please mail to me. Thanx Geordi