svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys/...

Hans Petter Selasky hps at selasky.org
Fri Nov 24 18:04:45 UTC 2017


On 11/24/17 18:55, O. Hartmann wrote:
> Am Fri, 24 Nov 2017 14:50:28 +0000 (UTC)
> Hans Petter Selasky <hselasky at FreeBSD.org> schrieb:


> Buildworld failure:
> 
> Building /usr/obj/usr/src/amd64.amd64/contrib/ofed/opensm/complib/cl_pool.o
> --- cl_nodenamemap.o ---
> /usr/src/contrib/ofed/opensm/complib/cl_nodenamemap.c:77:11: error: conflicting types for
> 'open_node_name_map' nn_map_t *open_node_name_map(const char *node_name_map)
>            ^
> /usr/include/infiniband/complib/cl_nodenamemap.h:57:11: note: previous declaration is here
> nn_map_t *open_node_name_map(char *node_name_map);
>            ^

Hi,

I think you need to "rm -rf /usr/include/infiniband" or run "make 
installincludes WITH_OFED=YES" first.

I'm not sure how this can be avoided ...

--HPS


More information about the svn-src-head mailing list