From owner-freebsd-fs@FreeBSD.ORG Mon Jun 4 09:41:06 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97A7A1065670; Mon, 4 Jun 2012 09:41:06 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5608FC12; Mon, 4 Jun 2012 09:41:06 +0000 (UTC) Received: by yhgm50 with SMTP id m50so3217626yhg.13 for ; Mon, 04 Jun 2012 02:41:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=FISo3AGwFxj1+0ZriuSUD9BjWB21hHxep5XWGE86f+c=; b=Z1AohZlsqM4Y3Paf3N7MT6Dp/k8orMKYW2mET8VSI28qszFqBtYritSFToSn4lQAIE qhw8/DrIq4g0s33jJ3S+uzaUr/MJLrJTloERnAolujyW932LZRNK999TOiAiXVcZLSxC 0qFNsTQY3ZWXGFlEUDgo/V9PhzQRF7Ak6hQzQ/Z0v5QTXJb1mYxJmTjQs0R6WquW7Yjh ymUJK9FF71gSkjxtaIVFIo5LFzSlZ1Vj3vrgQKOn0ZJBnC2S5ptKftpCPZ93rUbCHt+h oKI1rbDevbkSH7u4Dc2UbLUPtay9cludTi30np9hqIiDItEDxlE3Z695i26YBM7TLLGj FosA== MIME-Version: 1.0 Received: by 10.50.161.234 with SMTP id xv10mr718997igb.66.1338802865517; Mon, 04 Jun 2012 02:41:05 -0700 (PDT) Received: by 10.231.244.8 with HTTP; Mon, 4 Jun 2012 02:41:05 -0700 (PDT) In-Reply-To: <4FCC80D3.8000605@gmail.com> References: <4FC366D0.6030206@FreeBSD.org> <4FCC80D3.8000605@gmail.com> Date: Mon, 4 Jun 2012 17:41:05 +0800 Message-ID: From: Marcelo Araujo To: Johan Hendriks Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: [CFT][PREVIEW] ZFS new SPA X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 09:41:06 -0000 Dear Johan, As you don't have the zhack directory, you must create it before to apply the patch. *cd: /usr/src/cddl/usr.sbin/zhack: No such file or directory* I'm using the latest version of FreeBSD with the patch, and it works pretty well. Best Regards, - Araujo 2012/6/4 Johan Hendriks > Martin Matuska schreef: > > Hello all, >> >> I have ported the ZFS features support (SPA version 5000) from Illumos >> to FreeBSD-current. >> What is still missing is boot support - needs to be implemented. >> >> Patch against CURRENT: >> http://www.vx.sk/download/**patches/freebsd/zfs/head-zfs-**features.patch >> >> Amd64 ISO images for testing (bootable, work well in VirtualBox): >> Basic: http://www.vx.sk/download/ISO-**images/mfsbsd/head-zfs-** >> features.iso >> (86MB) >> With full installworld: >> http://www.vx.sk/download/ISO-**images/mfsbsd/head-se-zfs-**features.iso(239MB) >> >> TODO: boot support (check feature availability from ZFS boot code) >> >> References: >> https://hg.openindiana.org/**upstream/illumos/illumos-gate/** >> rev/2889e2596bd6 >> https://hg.openindiana.org/**upstream/illumos/illumos-gate/** >> rev/1949b688d5fb >> >> hello. > > I saw this announcement, and decided to try the patch. > I just did a csup today and patched the tree. > > # cd /usr/src > # patch < /root/patch/head-zfs-features.**patch > > then after doing a make cleanworld i get the following. > > # make cleanworld > "/usr/src/Makefile", line 242: warning: duplicate script for target > "clean" ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target > "cleandepend" ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target > "distribute" ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target "lint" > ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target "obj" > ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target > "objlink" ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target "tags" > ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target > "files" ignored > "/usr/src/Makefile", line 242: warning: duplicate script for target > "includes" ignored > rm -rf /usr/obj/usr/src/* > chflags -R 0 /usr/obj/usr/src > rm -rf /usr/obj/usr/src/* > > # make buildworld starts the with the same messages, but fails. > > ===> cddl/usr.sbin/lockstat (cleandir) > rm -f lockstat lockstat.o sym.o > rm -f .depend GPATH GRTAGS GSYMS GTAGS > ===> cddl/usr.sbin/zdb (cleandir) > rm -f zdb zdb.o zdb_il.o zdb.8.gz zdb.8.cat.gz > rm -f .depend GPATH GRTAGS GSYMS GTAGS > ===> cddl/usr.sbin/zhack (cleandir) > cd: /usr/src/cddl/usr.sbin/zhack: No such file or directory > *** [cleandir] Error code 2 > > Stop in /usr/src/cddl/usr.sbin. > *** [cleandir] Error code 1 > > Stop in /usr/src/cddl. > *** [cddl.cleandir__D] Error code 1 > > Stop in /usr/src. > *** [_cleanobj] Error code 1 > > Stop in /usr/src. > *** [buildworld] Error code 1 > > Stop in /usr/src. > > Here is my make.conf > > CPUTYPE?=nocona > > #CLANG > CC=clang > CXX=clang++ > CPP=clang-cpp > > KERNCONF=KRNL > > BATCH_DELETE_OLD_FILES= yes > CUPS_OVERWRITE_BASE=yes > > WITHOUT_X11=yes > WITHOUT_GUI=yes > > #### END MAKE.CONF FILE ### > > regards. > Johan Hendriks > > ______________________________**_________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@**freebsd.org > " > -- Marcelo Araujo araujo@FreeBSD.org