From owner-svn-src-head@freebsd.org Fri Jun 10 01:01:51 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 BD9FDADC6AA; Fri, 10 Jun 2016 01:01:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f50.google.com (mail-it0-f50.google.com [209.85.214.50]) (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 8188C128B; Fri, 10 Jun 2016 01:01:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f50.google.com with SMTP id z123so49315543itg.0; Thu, 09 Jun 2016 18:01:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Hnen7uX2UqLX2+RRjSYxY+HMtp7EY9Kjyw6glSI8Q2g=; b=a3WWpdP+nv6dDsRn1U6Q0qGYLk8IoRSmWYJhVfDmHuqWLPRqRSk5g5Hl5y+nv4OhVQ kWHbZlQcF853eO2qJQYajUIQpNPKFSD/WRyIXf51fB8zI7NXJfkuZeg8DAfzN26vko2z NiXca1m9NbFVsVejdYZ8C1f84Xg06w4sUu3xe1/Yb06fG6EFgUDAiX2xeSsMHD42mzI2 Pok8miP6joORqsjwA1tdrZkwKIl6wUZZYzJg8YgWV9jtdL/01nTZjQ8IMmRLaojQn30D nsiirebk5w/gjL+484nP/uLriCGQvK5zLK0DDdZQaKY85jEUJyziCCUxmSI+uwb6KgBE l9Iw== X-Gm-Message-State: ALyK8tLL/1CtVr0HAXmRqRWBJdRm06Xc8JTzngC1hcYmQVVCLOSIaqonzyZW7QWgCIBRiA== X-Received: by 10.36.62.133 with SMTP id s127mr22313686its.98.1465518934701; Thu, 09 Jun 2016 17:35:34 -0700 (PDT) Received: from mail-it0-f42.google.com (mail-it0-f42.google.com. [209.85.214.42]) by smtp.gmail.com with ESMTPSA id s1sm4384985ioe.31.2016.06.09.17.35.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jun 2016 17:35:34 -0700 (PDT) Received: by mail-it0-f42.google.com with SMTP id a5so51960803ita.1; Thu, 09 Jun 2016 17:35:34 -0700 (PDT) X-Received: by 10.36.2.2 with SMTP id 2mr22640574itu.34.1465518934309; Thu, 09 Jun 2016 17:35:34 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.205.70 with HTTP; Thu, 9 Jun 2016 17:35:33 -0700 (PDT) In-Reply-To: <20160610000055.GT2323@FreeBSD.org> References: <201606091605.u59G5u1O037551@repo.freebsd.org> <20160610000055.GT2323@FreeBSD.org> From: Conrad Meyer Date: Thu, 9 Jun 2016 17:35:33 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r301741 - head/sys/cam To: Glen Barber Cc: 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 01:01:51 -0000 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 ^ 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 >