Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261953AbTKTPyN (ORCPT ); Thu, 20 Nov 2003 10:54:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261956AbTKTPyM (ORCPT ); Thu, 20 Nov 2003 10:54:12 -0500 Received: from intra.cyclades.com ([64.186.161.6]:50583 "EHLO intra.cyclades.com") by vger.kernel.org with ESMTP id S261953AbTKTPyL (ORCPT ); Thu, 20 Nov 2003 10:54:11 -0500 Date: Thu, 20 Nov 2003 13:51:49 -0200 (BRST) From: Marcelo Tosatti X-X-Sender: marcelo@logos.cnet To: Samuel Flory Cc: Marcelo Tosatti , Subject: Re: 2.4.23-rc2 amd64 compile still broken In-Reply-To: <3FBC176C.3060701@rackable.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1709 Lines: 44 On Wed, 19 Nov 2003, Samuel Flory wrote: > The amd64 compile is still breaking for me. > > gcc -D__KERNEL__ -I/usr/src/linux-2.4.23-rc2/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -mno-red-zone -mcmodel=kernel -pipe > -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce > -Wno-sign-compare -fno-asynchronous-unwind-tables -nostdinc > -iwithprefix include -DKBUILD_BASENAME=pci_x86_64 -c -o pci-x86_64.o > pci-x86_64.c > gcc -D__KERNEL__ -I/usr/src/linux-2.4.23-rc2/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -mno-red-zone -mcmodel=kernel -pipe > -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce > -Wno-sign-compare -fno-asynchronous-unwind-tables -nostdinc > -iwithprefix include -DKBUILD_BASENAME=pci_pc -c -o pci-pc.o pci-pc.c > pci-pc.c:573: redefinition of `use_acpi_pci' > pci-pc.c:30: `use_acpi_pci' previously defined here > pci-pc.c:573: warning: `use_acpi_pci' was declared `extern' and later > `static' > {standard input}: Assembler messages: > {standard input}:1581: Error: symbol `use_acpi_pci' is already defined > make[1]: *** [pci-pc.o] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.23-rc2/arch/x86_64/kernel' > make: *** [_dir_arch/x86_64/kernel] Error 2A Samuel, Len Brown just sent me a fix for this. Can you please try again using the BK tree? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/