From owner-freebsd-stable@FreeBSD.ORG Sat May 19 08:50: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 86F7D106566B for ; Sat, 19 May 2012 08:50:10 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp2.insight.synacor.com [208.47.185.24]) by mx1.freebsd.org (Postfix) with ESMTP id 48F888FC08 for ; Sat, 19 May 2012 08:50:09 +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=ki-HbUEaZbUA:10 a=jLN7EqiLvroA:10 a=JAf30KXuAAAA:8 a=mlidjFWrAAAA:8 a=6I5d2MoRAAAA:8 a=fFzCYYnI1bACWaepfxsA:9 a=KeaceAGEp3vWyMmXamgA:7 a=AxzJsZMqWAcA:10 a=SV7veod9ZcQA:10 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller230@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:47596] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 83/22-18646-BBE57BF4; Sat, 19 May 2012 04:50:03 -0400 Date: Sat, 19 May 2012 04:50:03 -0400 Message-ID: <83.22.18646.BBE57BF4@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-stable@freebsd.org Cc: Marcelo Gondim 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: Sat, 19 May 2012 08:50:10 -0000 > My daily stable/9 build (& boot) was successful at r235604: > FreeBSD g1-227.catwhisker.org 9.0-STABLE FreeBSD 9.0-STABLE #162 235604M: Fri May 18 04:39:02 PDT 2012 > +root@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY i386 > Peace, > david > -- > David H. Wolfskill david@catwhisker.org So maybe I just need to csup again and try again, "make buildworld" followed by "make buildkernel"? Where do you find the number r235604 either in the built-and-installed system or the source tree? I looked in /usr/src/sys/conf/newvers.sh and some other files. > From Marcelo Gondim : > You are using GENERIC kernel or custom kernel? > You have "options ATA_CAM" in your kernel conf? It's a custom kernel, config file named SANDY, as in Intel Sandy Bridge. Sure, I have "options ATA_CAM", believe that is necessary to be able to burn CDs or DVDs with a SATA drive. That was discussed in a few past threads on questions@freebsd.org . Tom