From owner-freebsd-current@FreeBSD.ORG Sat Nov 3 18:51:38 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 9B72816A475 for ; Sat, 3 Nov 2007 18:51:38 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB2513C4BD for ; Sat, 3 Nov 2007 18:51:37 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by mu-out-0910.google.com with SMTP id i10so1224046mue for ; Sat, 03 Nov 2007 11:51:11 -0700 (PDT) Received: by 10.86.50.8 with SMTP id x8mr1643280fgx.1194090322214; Sat, 03 Nov 2007 04:45:22 -0700 (PDT) Received: from oslo.ath.cx ( [213.47.80.26]) by mx.google.com with ESMTPS id 13sm7472798fks.2007.11.03.04.45.19 (version=SSLv3 cipher=OTHER); Sat, 03 Nov 2007 04:45:20 -0700 (PDT) Date: Sat, 3 Nov 2007 12:45:19 +0100 From: "Herbert J. Skuhra" To: freebsd-current@freebsd.org Message-ID: <20071103114519.GA801@oslo.ath.cx> References: <472B01FA.7030008@nerdshack.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472B01FA.7030008@nerdshack.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: 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: Sat, 03 Nov 2007 18:51:38 -0000 On Fri, Nov 02, 2007 at 11:54:50AM +0100, Ravna wrote: > 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 ? man 5 src.conf - Herbert