svn commit: r301741 - head/sys/cam

Warner Losh imp at bsdimp.com
Fri Jun 10 04:56:34 UTC 2016


I'm about to commit a real fix.

Warner

On Fri, Jun 10, 2016 at 12:39 AM, Jung-uk Kim <jkim at freebsd.org> 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 <cam/nvme/nvme_all.h>
>
> 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 <gjb at freebsd.org> 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
>


More information about the svn-src-head mailing list