From owner-freebsd-current@FreeBSD.ORG Mon Mar 5 16:28:22 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F14516A400; Mon, 5 Mar 2007 16:28:22 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.freebsd.org (Postfix) with ESMTP id CB8EA13C442; Mon, 5 Mar 2007 16:28:21 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id l25FwV9Y040655; Tue, 6 Mar 2007 00:58:32 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 6 Mar 2007 00:58:31 +0900 From: Norikatsu Shigemura To: Pawel Jakub Dawidek Message-Id: <20070306005831.22fb6115.nork@FreeBSD.org> In-Reply-To: <20070304123801.GA22350@garage.freebsd.pl> References: <20070304123801.GA22350@garage.freebsd.pl> X-Mailer: Sylpheed 2.4.0beta4 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Tue, 06 Mar 2007 00:58:32 +0900 (JST) Cc: freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org, Norikatsu Shigemura Subject: Re: ZFS port to FreeBSD: 2nd patchset available. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 16:28:22 -0000 On Sun, 4 Mar 2007 13:38:01 +0100 Pawel Jakub Dawidek 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 @@ -1013,7 +1013,7 @@ 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!