svn commit: r301741 - head/sys/cam

Jung-uk Kim jkim at FreeBSD.org
Fri Jun 10 04:39:57 UTC 2016


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: nvme.diff
Type: text/x-patch
Size: 876 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160610/999a49d4/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160610/999a49d4/attachment.sig>


More information about the svn-src-all mailing list