From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 00:52:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA0E37B401 for ; Wed, 16 Apr 2003 00:52:19 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBC343FA3 for ; Wed, 16 Apr 2003 00:52:18 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.99.49 ([207.179.99.49]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 16 Apr 2003 03:53:09 -0400 From: taxman To: "Nikolas 'Atrus' Coukouma" , freebsd-questions@freebsd.org Date: Wed, 16 Apr 2003 03:53:15 -0400 User-Agent: KMail/1.5 References: <3E9CFF1F.3000003@wam.umd.edu> In-Reply-To: <3E9CFF1F.3000003@wam.umd.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304160353.16069.taxman@acd.net> X-OriginalArrivalTime: 16 Apr 2003 07:53:10.0186 (UTC) FILETIME=[396998A0:01C303ED] Subject: Re: problem building kernel in current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 07:52:20 -0000 On Wednesday 16 April 2003 02:58 am, Nikolas 'Atrus' Coukouma wrote: > Considering I've never done this before it's probably something stupid, > but for some reason building a new kernel is failing. I just synched my > sources a few hours ago via cvsup and have been following the directions > in the handbook for building world. After running cvsup one last time, I > ran mergemaster -p and make buildworld. so then I ran make buildkernel your steps look good from what you've said. But any questions directly related to building -current should go to the -current mailing list. You probably want to re-read the section in the handbook on cutting edge Tim > and got the following little pile of compile errors: > /usr/src/sys/dev/pci/pci.c:573: conflicting types for > `pci_enable_busmaster_method' > /usr/src/sys/dev/pci/pci_private.h:57: previous declaration of > `pci_enable_busmaster_method' > /usr/src/sys/dev/pci/pci.c:580: conflicting types for > `pci_disable_busmaster_method' > /usr/src/sys/dev/pci/pci_private.h:58: previous declaration of > `pci_disable_busmaster_method' > /usr/src/sys/dev/pci/pci.c:587: conflicting types for > `pci_enable_io_method' /usr/src/sys/dev/pci/pci_private.h:59: previous > declaration of > `pci_enable_io_method' > /usr/src/sys/dev/pci/pci.c:618: conflicting types for > `pci_disable_io_method' > /usr/src/sys/dev/pci/pci_private.h:60: previous declaration of > `pci_disable_io_method' > /usr/src/sys/dev/pci/pci.c: In function `pci_alloc_resource': > /usr/src/sys/dev/pci/pci.c:1368: void value not ignored as it ought to be > > Any help would be appreciated > > -Nikolas "Atrus" Coukouma > atrus@wam.umd.edu > AIM: atrustheotaku > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"