From owner-freebsd-stable@FreeBSD.ORG Sun Dec 20 10:50:39 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7823F10656A7; Sun, 20 Dec 2009 10:50:39 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8817A8FC1F; Sun, 20 Dec 2009 10:50:38 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA12223; Sun, 20 Dec 2009 12:34:24 +0200 (EET) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1NMJ7I-0007iX-8n; Sun, 20 Dec 2009 12:34:24 +0200 Message-ID: <4B2DFD4B.8000006@freebsd.org> Date: Sun, 20 Dec 2009 12:32:43 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20091128) MIME-Version: 1.0 To: stable@freebsd.org, amd64@freebsd.org References: <20091219204950.F39471B5078__27076.8647933894$1261255891$gmane$org@freebsd-stable.sentex.ca> In-Reply-To: <20091219204950.F39471B5078__27076.8647933894$1261255891$gmane$org@freebsd-stable.sentex.ca> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: Subject: Re: [releng_7 tinderbox] failure on amd64/amd64 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, 20 Dec 2009 10:50:39 -0000 on 19/12/2009 22:49 FreeBSD Tinderbox said the following: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/amd64/machdep.c > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/amd64/mca.c > cc1: warnings being treated as errors > /src/sys/amd64/amd64/mca.c: In function 'mca_init': > /src/sys/amd64/amd64/mca.c:510: warning: implicit declaration of function 'CPUID_TO_FAMILY' > /src/sys/amd64/amd64/mca.c:510: warning: nested extern declaration of 'CPUID_TO_FAMILY' > /src/sys/amd64/amd64/mca.c:511: warning: implicit declaration of function 'CPUID_TO_MODEL' > /src/sys/amd64/amd64/mca.c:511: warning: nested extern declaration of 'CPUID_TO_MODEL' My apologies for breaking the build by not being careful enough during MFC. Should be fixed now. -- Andriy Gapon