From owner-freebsd-stable@FreeBSD.ORG Fri May 18 18:02:10 2012 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 A08FE1065670 for ; Fri, 18 May 2012 18:02:10 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp3.insight.synacor.com [208.47.185.25]) by mx1.freebsd.org (Postfix) with ESMTP id 673728FC0C for ; Fri, 18 May 2012 18:02:10 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=DeBjMhloPjCj2nBnrPIhcraNPq/+f8+IwpuGZ4QD/k4= c=1 sm=0 a=l3QgnCdpyi0A:10 a=jLN7EqiLvroA:10 a=Sw7ut6gzb1AA:10 a=Vn_gFmM7ZkBmJsY6r-oA:9 a=pUaX0Y7BQGfNSIBkQEMA:7 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:11425] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 7B/6F-18646-A9E86BF4; Fri, 18 May 2012 14:02:03 -0400 Date: Fri, 18 May 2012 14:02:02 -0400 Message-ID: <7B.6F.18646.A9E86BF4@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-stable@freebsd.org Subject: Make buildkernel fails on /usr/src/sys/dev/ata/atapi-cam.c 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: Fri, 18 May 2012 18:02:10 -0000 After a successful "make buildworld" with newly updated source tree, "make buildkernel" failed on atapi-cam.c : Ending lines of my buildkernel.log are cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh SANDY cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror vers.c linking kernel.debug atapi-cam.o: In function `atapi_action': /usr/src/sys/dev/ata/atapi-cam.c:436: undefined reference to `ata_controlcmd' /usr/src/sys/dev/ata/atapi-cam.c:651: undefined reference to `ata_queue_request' *** Error code 1 Stop in /usr/obj/usr/src/sys/SANDY. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. (end of quoted text) Is this a known problem? This is on RELENG_9 and just a couple hours ago. Tom