From owner-freebsd-current@FreeBSD.ORG Fri Nov 2 21:20:28 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AB3916A418 for ; Fri, 2 Nov 2007 21:20:28 +0000 (UTC) (envelope-from ravna@nerdshack.com) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 7105313C4B9 for ; Fri, 2 Nov 2007 21:20:28 +0000 (UTC) (envelope-from ravna@nerdshack.com) Received: from dispatchd.nerdshack.com (julie.lavabit.com [72.249.41.31]) by karen.lavabit.com (Postfix) with SMTP id 77B5BC7B61 for ; Fri, 2 Nov 2007 05:54:58 -0500 (CDT) Received: from toy.firlefanz.org (p54ABDAAF.dip.t-dialin.net [84.171.218.175]) by mail.nerdshack.com with ESMTP Fri, 02 Nov 2007 05:54:58 -0500 Message-ID: <472B01FA.7030008@nerdshack.com> Date: Fri, 02 Nov 2007 11:54:50 +0100 From: Ravna User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: ZFS broken ? 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: Fri, 02 Nov 2007 21:20:28 -0000 I'm tying to build world for 7-Beta on a i386 for the last 4 days, always with fresh sources. The build fails at: /contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c:64: error: 'TEXT_DOMAIN' undeclared Since I'm not using ZFS, I have a WITHOUT_MODULES= zfs in my make.conf, but what do I have to put in make.conf to not build ZFS at all ?