Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 14:45:20 -0500
From:      Dillon <lists@loveturtle.net>
To:        freebsd-current@freebsd.org
Subject:   Re: ZFS patches for FreeBSD.
Message-ID:  <455CBFD0.2020305@loveturtle.net>
In-Reply-To: <455CB8CA.8040603@icyb.net.ua>
References:  <1163701391.00638085.1163691003@10.7.7.3> <455CB8CA.8040603@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
I applied the patch to todays -current a couple hours ago and got the 
same thing while trying to load the zfs.ko module. odd..

Andriy Gapon wrote:
> on 16/11/2006 17:21 Doug Ambrisko said the following:
>   
>> I skipped the mkdir and used patch -p0.  Everything looked to compile
>> okay but when I kldload zfs is fails since the kernel doesn't
>> have memset:
>> 	%kldload zfs
>> 	link_elf: symbol memset undefined
>> 	kldload: can't load zfs: No such file or directory
>> 	%
>> Is there another change required?
>>     
>
> Hmm, I saw errors like this with some other 3rd party kernel module when
> its sources had constructs like:
>
> struct some_struct s = {0};
>
> Changing the above initialization to explicit bzero() call helped in
> that case, but I think that there should be some compiler flags or
> something to handle this.
>
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455CBFD0.2020305>