From owner-freebsd-stable@FreeBSD.ORG Mon Jun 1 22:19:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50AE11065674 for ; Mon, 1 Jun 2009 22:19:01 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id AFB548FC0A for ; Mon, 1 Jun 2009 22:18:55 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so4149123ywe.13 for ; Mon, 01 Jun 2009 15:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=7JdjCT2pHR2VclLrVsGeh5AIfneMgIMoJLDSubjfhKo=; b=BSOcCiMvMB66Sm6NbdpS3onlpbkxACAtF0F/qOjwmBVXYcuadXOuevMPBDLzast9Xm DKkMlDu1HGZuKAvp9gT19ALYNNpDQiIuO8KloHHNz+Z5GLz982E2KU6vYuxvebzZ7GUX JutxvlH7MVVZLm7Gl+ceia8UABNQ39VEl1tHw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=lpFOxv7JXlj+a5UKBOLzIAR6loLOlYl47iPPnUqJ8c8huapBscDsSsSp/OfXrIKJfR Qfsf4E6BxH4Rjav4ipev9I7Za/UU30oXdc00GvdojAwWh/C26efL6dRR9+ZNLAyd7nbh mI/MMZ7nlmxy+gEGCqWImc3a834aHrgbNL4ss= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.197.2 with SMTP id u2mr5308182anf.192.1243894731361; Mon, 01 Jun 2009 15:18:51 -0700 (PDT) In-Reply-To: <4A2404E5.7010104@orange.fr> References: <20090531191456.M33035@onet.com.ua> <200906010940.26300.doconnor@gsoft.com.au> <4A2404E5.7010104@orange.fr> Date: Mon, 1 Jun 2009 15:18:51 -0700 X-Google-Sender-Auth: f040c9bcde73ba12 Message-ID: <3c1674c90906011518k6d680125hf4b4d7608c92de44@mail.gmail.com> From: Kip Macy To: Claude Buisson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Pavel Greenberg Subject: Re: buildworld fails with "WITHOUT_CDDL=yes" in src.conf X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 22:19:01 -0000 > Same here.. > > The first bug is the use of a LIBZFS variable in > src/sys/boot/i386/loader/Makefile, as this variable is set in > share/mk/bsd.libnames.mk > > I just replaced LIBZFS by LIBZFSBOOT and the buildworld succeeded. > > The second bug is the use of LOADER_ZFS_SUPPORT without any > consideration of WITHOUT_CDDL and/or WITHOUT_ZFS (or MK_ZFS) > > I won't comment the "it won't use any memory on your system".. > I'll try get it fixed by Wednesday. Thanks, Kip