From owner-freebsd-stable@FreeBSD.ORG Wed Jun 10 01:27:19 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 6CAB91065670 for ; Wed, 10 Jun 2009 01:27:19 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6528FC0A for ; Wed, 10 Jun 2009 01:27:18 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so219230ywe.13 for ; Tue, 09 Jun 2009 18:27:18 -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=uCz20E14zLSqNYYfvDbXAAXsD0eQ+MnEY+Yz11+tXVo=; b=GlkZuEQAYHBLff6X97QeWOo6couHoP3uytlkLPyYp3fDHr1YcgZMD/H+RMQptv84ZB ZpOSIxh0vHiTpE7VUk1arbCvWZy4oFOwNOjk+AV1QC9eOzxKjIEH5WoARoeWTwV+E0r7 L5dTlszNmRj+NnoaXov1+dlP0tRxNKNeBEjNA= 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=OORZzGI3qMNkrw69vUAGXYYR3KcK5GH9bYG3oVNRV+jEucEFCtV2vi3C0bv8YvIv/a qJHLuqF3OD6vm72m4te0tiQMhqrCrulXV//MBHAPUnUIQ7UMFO5bW+i8lK11Vy1M/R/G xT9zR9XWowAiCHIGDCsjEW193KzC6/UQ7chN4= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.227.18 with SMTP id z18mr786355ang.67.1244597238479; Tue, 09 Jun 2009 18:27:18 -0700 (PDT) In-Reply-To: <4A2D10AB.3040007@thekeelecentre.com> References: <20090531191456.M33035@onet.com.ua> <200906010940.26300.doconnor@gsoft.com.au> <4A2404E5.7010104@orange.fr> <3c1674c90906011518k6d680125hf4b4d7608c92de44@mail.gmail.com> <4A2D10AB.3040007@thekeelecentre.com> Date: Tue, 9 Jun 2009 18:27:18 -0700 X-Google-Sender-Auth: 828752d28f1b7cab Message-ID: <3c1674c90906091827u8de6f1eq438db01aaa4b3090@mail.gmail.com> From: Kip Macy To: Richard Tector Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Claude Buisson , 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: Wed, 10 Jun 2009 01:27:19 -0000 On Mon, Jun 8, 2009 at 6:22 AM, Richard Tector wrote: > Kip Macy wrote: >>> >>> The second bug is the use of LOADER_ZFS_SUPPORT without any >>> consideration of WITHOUT_CDDL and/or WITHOUT_ZFS (or MK_ZFS) > >> I'll try get it fixed by Wednesday. > > > Kip, I noticed a fix went in with revision 193494 but was then backed out > straight away with no reason. > > Will this be fixed soon? It is still not possible to build RELENG_7 sources > WITHOUT_CDDL. This should be fixed now. Sorry for the delay. Thanks, Kip