Re: ZFS port to FreeBSD: 2nd patchset available.

From: Norikatsu Shigemura <nork_at_FreeBSD.org>
Date: Tue, 6 Mar 2007 00:58:31 +0900
On Sun, 4 Mar 2007 13:38:01 +0100
Pawel Jakub Dawidek <pjd_at_freebsd.org> wrote:
> 	# patch -p0 < /path/to/zfs_20070303.patch
> 	# make kernel   <-- compiles and install patched kernel and
> 	                    zfs module
> 	# cd cddl
> 	# make && make install   <-- compiles and install userland
> 	                             utilities and libraries
> Please report any problems ('it works without problems!' is nice too).

	To clean-build (make buildworld), please make src/lib/libthr before
	src/cddl.  Because cddl/lib/libzpool required libthr.

--- Makefile.inc1.orig	Sun Mar  4 01:50:22 2007
+++ Makefile.inc1	Tue Mar  6 00:06:37 2007
_at__at_ -1013,7 +1013,7 _at__at_
 		lib/libradius lib/libsbuf lib/libtacplus lib/libutil \
 		${_lib_libypclnt} lib/libz lib/msun \
 		${_secure_lib_libcrypto} ${_secure_lib_libssh} \
-		${_secure_lib_libssl}
+		${_secure_lib_libssl} lib/libthr
 
 _generic_libs=	cddl/lib gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
 

	I'm testing iozone -a.  The new ZFS codes are too stable!
Received on Mon Mar 05 2007 - 15:28:22 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:06 UTC