From owner-freebsd-stable@FreeBSD.ORG Fri May 18 22:30:40 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 585B7106566C for ; Fri, 18 May 2012 22:30:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DFA3A8FC08 for ; Fri, 18 May 2012 22:30:39 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so3350455wgb.31 for ; Fri, 18 May 2012 15:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=YTgfKU/kUlbMvWcq6ECgRTOpt0I+Npex9zLfP/3/gEE=; b=gLn7GN9pEU0bKa4tnWDrwlDgfNfuQi0+Oo3yyCU5Bmm5n0thJMa1O+cDmEcTcTgXz/ 9MkmtwvfGS9tKWcPORBbh+zqXN/VBkTGayH+lUgYkrb6w/wswpmSWZKVoNotBiq+5huQ 2Qi2T1yBf+Wda0KhhC4iBiWCQc0NLkaAPUkQHS83KLvGjzQlL2JGT0fZceNvDsZkaPff MHzuiiJM3NbUdoaFzoiaev6vbxHBkdOBOz5akLIgumxBBT5bDmu6qynz3+Vm0GY+nSxI XCLVUW95X5QW2w6XqX6439E3pWucGdrKNGXEvLbhoc+u9SNTD/PABhu6y/xm1qPBTuma BEqw== MIME-Version: 1.0 Received: by 10.180.78.164 with SMTP id c4mr5424209wix.10.1337380238984; Fri, 18 May 2012 15:30:38 -0700 (PDT) Received: by 10.223.155.80 with HTTP; Fri, 18 May 2012 15:30:38 -0700 (PDT) In-Reply-To: <7B.6F.18646.A9E86BF4@smtp01.insight.synacor.com> References: <7B.6F.18646.A9E86BF4@smtp01.insight.synacor.com> Date: Fri, 18 May 2012 15:30:38 -0700 Message-ID: From: Kevin Oberman To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: 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 22:30:40 -0000 On Fri, May 18, 2012 at 11:02 AM, Thomas Mueller wrote: > After a successful "make buildworld" with newly updated source tree, "mak= e 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=3Dmake sh /usr/src/sys/conf/newvers.sh SANDY > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing =A0-std=3Dc99 -g = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes =A0-Wmissing-p= rototypes -Wpointer-arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign= -fformat-extensions =A0-Wmissing-include-dirs -fdiagnostics-show-option = =A0 -nostdinc =A0-I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -= DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limi= t=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1= 000 =A0-fno-omit-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mn= o-sse -msoft-float =A0-fno-asynchronous-unwind-tables -ffreestanding -fstac= k-protector -Werror =A0vers.c > linking kernel.debug > atapi-cam.o: In function `atapi_action': > /usr/src/sys/dev/ata/atapi-cam.c:436: undefined reference to `ata_control= cmd' > /usr/src/sys/dev/ata/atapi-cam.c:651: undefined reference to `ata_queue_r= equest' > *** 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? =A0This is on RELENG_9 =A0and just a couple hour= s ago Do you have 'device ata' in your kernel? Is 'option ATA_CAM' in it? I don't know how atapi-cam plays with ATA_CAM. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com