From owner-svn-src-head@freebsd.org Fri Jun 10 04:56:34 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A849B70244 for ; Fri, 10 Jun 2016 04:56:34 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03AE71DE7 for ; Fri, 10 Jun 2016 04:56:34 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22c.google.com with SMTP id n127so56564630iof.3 for ; Thu, 09 Jun 2016 21:56:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=0hDOKiyyhuU2toZ+TpOPRrVfuPuY34i8bl+rizH/Spw=; b=RJkvUlz1wkljFlOx2zr6KnU5zkEbG80uBEkyjMqV00hmPkVTHANEXxKj+6DzUJt08U eynbaWuwNkMgOMdAYld0rh0uJwy+J3TSK8gvXeR7T5Yg3rdVGqkk7AepihOXn2cjz2SU hXnFwDcG1tlaZz2wtdJxK6JvH9SUcOY1iD/s+MMVXalSo/lGi6xQkfGgotYgO9ntzy7U ZNG0jvwQIXZWuduMg2hacGYWPpVrzR3WiVU9md7Zu9Qt8J2HmlftAs1qmI53pE0BBG8o 3Z+1Ig0On6iZYfC+8saRpr+mwh3bEemqxo3+mEBir8eC0fIXLIY7KITCxFLrMElYU5Ho 1SPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=0hDOKiyyhuU2toZ+TpOPRrVfuPuY34i8bl+rizH/Spw=; b=UXHsm0SS19V5rvsMskh7IR0MSWQlrnjBNcrx9wyH+tcBd4wL8t1dPp++gWBkCDeCSD hpe0ZBvJkUSqxL92nTPtMoqaGiT+vwfSI2xisvUHhdEHu/n3H8MC/+7q4PbSXqaOeaOa 46KJOA3jCSyAYG+kEhBeXXewmYULm/bMoBQERJy6to6iitJq/tjorzwj+BCtKOsy8ihb AXPdGiQ41beOJvRVYdix/UUFajFwVYr8wyzRlXdtLXg6hkLB3OSpSRcGrOUID1sDQwRD P4EIsCGjVoglfMrjHQzDe25VmBdU6Ccj5gCQXR3LDhmeZRdnIaEUZJb0ARn95RGD7Rnj WSjg== X-Gm-Message-State: ALyK8tLhVFMnnT3aThu1rZmylzyAEJFzyUSWakoTQUMI6cTxpVUgPsgvGxEtnmJLnkjP6DsvNIYE08jFcenuFA== MIME-Version: 1.0 X-Received: by 10.107.192.195 with SMTP id q186mr859159iof.197.1465534593201; Thu, 09 Jun 2016 21:56:33 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.79.75.3 with HTTP; Thu, 9 Jun 2016 21:56:33 -0700 (PDT) X-Originating-IP: [69.53.246.16] In-Reply-To: <09e5d94f-e3ec-723b-cb5a-0d582bf1d804@FreeBSD.org> References: <201606091605.u59G5u1O037551@repo.freebsd.org> <20160610000055.GT2323@FreeBSD.org> <09e5d94f-e3ec-723b-cb5a-0d582bf1d804@FreeBSD.org> Date: Fri, 10 Jun 2016 00:56:33 -0400 X-Google-Sender-Auth: MAkY8wtx-I2YA08XPp85mXTxflA Message-ID: Subject: Re: svn commit: r301741 - head/sys/cam From: Warner Losh To: Jung-uk Kim Cc: "Conrad E. Meyer" , Glen Barber , Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 04:56:34 -0000 I'm about to commit a real fix. Warner On Fri, Jun 10, 2016 at 12:39 AM, Jung-uk Kim wrote: > On 06/ 9/16 08:35 PM, Conrad Meyer wrote: >> i386 as well (although we are replying to the wrong commit, I think >> r301771 is what broke it): >> >> In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: >> /usr/obj/usr/src/tmp/usr/include/cam/cam_ccb.h:44:10: fatal error: >> 'cam/nvme/nvme_all.h' file not found >> #include > > The attached patch fixed the build problem for me. > > FYI... > > Jung-uk Kim > >> Best, >> Conrad >> >> On Thu, Jun 9, 2016 at 5:00 PM, Glen Barber wrote: >>> On Thu, Jun 09, 2016 at 04:05:56PM +0000, Warner Losh wrote: >>>> Author: imp >>>> Date: Thu Jun 9 16:05:56 2016 >>>> New Revision: 301741 >>>> URL: https://svnweb.freebsd.org/changeset/base/301741 >>>> >>>> Log: >>>> Add place holder for SDIO CAM stuff for CCB XPT type. >>>> >>> >>> One of these commits breaks sparc64. >>> >>> In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: >>> /usr/obj/sparc64.sparc64/usr/src/tmp/usr/include/cam/cam_ccb.h:44:31: >>> error: cam/nvme/nvme_all.h: No such file or directory >>> In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: >>> /usr/obj/sparc64.sparc64/usr/src/tmp/usr/include/cam/cam_ccb.h:794: >>> error: field 'cmd' has incomplete type >>> /usr/obj/sparc64.sparc64/usr/src/tmp/usr/include/cam/cam_ccb.h:795: >>> error: field 'cpl' has incomplete type >>> >>> Glen >