From owner-freebsd-stable@FreeBSD.ORG Sun Jan 3 12:08:33 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E965106566C for ; Sun, 3 Jan 2010 12:08:33 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 262C98FC27 for ; Sun, 3 Jan 2010 12:08:33 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:6cfc:929f:fd32:730f] (unknown [IPv6:2001:7b8:3a7:0:6cfc:929f:fd32:730f]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 7EC345C43; Sun, 3 Jan 2010 13:08:32 +0100 (CET) Message-ID: <4B4088C3.10506@andric.com> Date: Sun, 03 Jan 2010 13:08:35 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091217 Shredder/3.0.1pre MIME-Version: 1.0 To: "E. O." References: <86095ec11001030100i2eac6d4ctd7ed569b90ad6e5d@mail.gmail.com> In-Reply-To: <86095ec11001030100i2eac6d4ctd7ed569b90ad6e5d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: kernel build failed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2010 12:08:33 -0000 On 2010-01-03 10:00, E. O. wrote: > make buildkernel -> *error* > > /usr/src/sys/dev/pci/pcivar.h:429: warning: implicit declaration of function > 'PCI_RELEASE_MSI' > /usr/src/sys/dev/pci/pcivar.h:429: warning: nested extern declaration of > 'PCI_RELEASE_MSI' > /usr/src/sys/dev/pci/pcivar.h: In function 'pci_msi_count': > /usr/src/sys/dev/pci/pcivar.h:435: warning: implicit declaration of function > 'PCI_MSI_COUNT' > /usr/src/sys/dev/pci/pcivar.h:435: warning: nested extern declaration of > 'PCI_MSI_COUNT' > /usr/src/sys/dev/pci/pcivar.h: In function 'pci_msix_count': > /usr/src/sys/dev/pci/pcivar.h:441: warning: implicit declaration of function > 'PCI_MSIX_COUNT' > /usr/src/sys/dev/pci/pcivar.h:441: warning: nested extern declaration of > 'PCI_MSIX_COUNT' > *** Error code 1 These last few lines do not contain enough information to see what is going wrong. Can you please upload the full buildkernel log somewhere and post the URL here? Just capture it with: cd /usr/src && script buildkernel.log make buildkernel