Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 03:37:00 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Hans Petter Selasky <hselasky@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/i...
Message-ID:  <AB8B216F-84E8-4628-A59F-50802EB25592@FreeBSD.org>
In-Reply-To: <47909EEB-D9BF-43A1-B485-43680A86E170@FreeBSD.org>
References:  <201501171636.t0HGadsf039591@svn.freebsd.org> <47909EEB-D9BF-43A1-B485-43680A86E170@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail


> On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb <bz@freebsd.org> wrote:
> 
> 
>> On 17 Jan 2015, at 16:36 , Hans Petter Selasky <hselasky@FreeBSD.org> wrote:
>> 
>> Author: hselasky
>> Date: Sat Jan 17 16:36:39 2015
>> New Revision: 277302
>> URL: https://svnweb.freebsd.org/changeset/base/277302
>> 
>> Log:
>> Start importing the basic OFED linux compatibility layer changes made
>> by dumbbell@ to be able to compile this layer as a dependency module.
>> Clean up some Makefiles and remove the no longer used OFED define.
> 
> Build files, NOTES files, .. still referenced the “OFED” option.  I put it back in for now to unbreak LINT builds.  Please cleanup properly.  Can always put it into reviews and find someone to make sure you caught all places.
> 

Ok, never mind:

/home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_compat.c:49:10: fatal error: 'linux/kobject.h' file not found
#include <linux/kobject.h>
         ^
1 error generated.
/home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_pci.c:47:10: fatal error: 'linux/kobject.h' file not found
#include <linux/kobject.h>
         ^
1 error generated.
/home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_idr.c:40:10: fatal error: 'linux/bitops.h' file not found
#include <linux/bitops.h>
         ^
1 error generated.
/home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_radix.c:36:10: fatal error: 'linux/slab.h' file not found
#include <linux/slab.h>
         ^
1 error generated.
mkdep: compile failed
--- .depend ---
*** [.depend] Error code 1




>> Currently only i386 and amd64 targets are supported.
>> 
>> MFC after:		1 month
>> Sponsored by:		Mellanox Technologies
>> 
>> Added:
>> ..
>> Modified:
>> ..
>> head/sys/conf/options
>> ..
> 
>> Modified: head/sys/conf/options
>> ==============================================================================
>> --- head/sys/conf/options	Sat Jan 17 15:19:18 2015	(r277301)
>> +++ head/sys/conf/options	Sat Jan 17 16:36:39 2015	(r277302)
>> @@ -85,6 +85,7 @@ COMPAT_FREEBSD6	opt_compat.h
>> COMPAT_FREEBSD7	opt_compat.h
>> COMPAT_FREEBSD9	opt_compat.h
>> COMPAT_FREEBSD10	opt_compat.h
>> +COMPAT_LINUXAPI	opt_compat.h
> 
> On another note: this sounds really strange to me.
> 
> 
>> COMPILING_LINT	opt_global.h
>> COMPRESS_USER_CORES opt_core.h
>> CY_PCI_FASTINTR
>> @@ -907,7 +908,6 @@ FDT		opt_platform.h
>> FDT_DTB_STATIC	opt_platform.h
>> 
>> # OFED Infiniband stack
>> -OFED		opt_ofed.h
>> OFED_DEBUG_INIT	opt_ofed.h
>> SDP		opt_ofed.h
>> SDP_DEBUG	opt_ofed.h
>> 
> 
> — 
> Bjoern A. Zeeb                                  Charles Haddon Spurgeon:
> "Friendship is one of the sweetest joys of life.  Many might have failed
> beneath the bitterness of their trial  had they not found a friend."
> 
> 

— 
Bjoern A. Zeeb                                  Charles Haddon Spurgeon:
"Friendship is one of the sweetest joys of life.  Many might have failed
 beneath the bitterness of their trial  had they not found a friend."



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AB8B216F-84E8-4628-A59F-50802EB25592>