From owner-freebsd-current Fri Jan 3 19:28: 0 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8C437B401 for ; Fri, 3 Jan 2003 19:27:58 -0800 (PST) Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3278643ED1 for ; Fri, 3 Jan 2003 19:27:53 -0800 (PST) (envelope-from mcf@augustmail.com) Received: from lucia ([66.141.98.41]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0H860079D6Y817@mta5.rcsntx.swbell.net> for freebsd-current@freebsd.org; Fri, 03 Jan 2003 21:27:52 -0600 (CST) Date: Fri, 03 Jan 2003 21:27:53 -0600 From: "Michael C. Ferguson" Subject: buildworld failure in usr.bin/kdump To: freebsd-current@freebsd.org Message-id: <000401c2b3a1$476d57d0$29628d42@lucia> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.4024 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I just subscribed to the mailing lists today after upgrading to 5.0RC2, so I'm not sure if this has been reported or not. I'm relatively new to FreeBSD (although I'm a long time Linux user), so I'll report how I installed, just in case I missed something that might be causing this problem. 1) Booted via floppies and did a minimal install via FTP. 2) pkg_added cvsup, and used it to get ports and the main source tree. For the main source tree, I used ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/examples/cvs up/standard-supfile, with tag=. For the ports, I used the example ports-supfile. 3) Edited my /etc/make.conf for optimization 4) Installed editors/joe, kde_base (started last night, finished this afternoon, I think), and the other necessary dependencies from ports. 4) Did 'make -j4 buildworld' in /usr/src. It failed. 5) Did 'make clean' in /usr/src. 5) Did 'make buildworld' in /usr/src, which failed again with the same error; this time I saved the output. If you want to see the entire log, it's at ftp://129.110.23.84/mw.out.bz2, along with the other relevant files (dmesg, make.conf). Anyway, now that that's out of the way, here is the error: -- start error section -- ===> usr.bin/kdump cc -O2 -pipe -march=pentium3 -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -c /usr/src/usr.bin/kdump/kdump.c cc -O2 -pipe -march=pentium3 -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -c ioctl.c In file included from ioctl.c:92: /usr/obj/usr/src/i386/usr/include/sys/diskpc98.h:47: redefinition of `struct dos_partition' *** Error code 1 Stop in /usr/src/usr.bin/kdump. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- end error section -- I will cvsup tomorrow and try to build world again to see if it has been fixed. My source was current as of around 2:00 PM CST today. -- mcf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message