From owner-freebsd-stable@FreeBSD.ORG Tue Mar 23 21:42:30 2010 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 3BE0C1065673 for ; Tue, 23 Mar 2010 21:42:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0C61E8FC13 for ; Tue, 23 Mar 2010 21:42:30 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id B00A846B17; Tue, 23 Mar 2010 17:42:29 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 1D6258A01F; Tue, 23 Mar 2010 17:42:29 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 23 Mar 2010 17:39:36 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <74426BABA82C4FD28FDF848FB65197FF@vosz.local> <201003231009.54872.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201003231739.36145.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 23 Mar 2010 17:42:29 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.7 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Alexander Zagrebin Subject: Re: upcoming 7.3-RELEASE: zfsloader doesn't support ZFS (doesn't link with libzfsboot) 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: Tue, 23 Mar 2010 21:42:30 -0000 On Tuesday 23 March 2010 3:27:24 pm Alexander Zagrebin wrote: > > On Tuesday 23 March 2010 3:41:06 am Alexander Zagrebin wrote: > > > I have tried to build RELENG_7_3_0_RELEASE and have noticed > > that zfsloader > > > really doesn't supports ZFS due to incomplete Makefiles > > (LOADER_ZFS_SUPPORT > > > issue). > > > Will be this issue fixed in 7.3-RELEASE? > > > > Can you provide the output of the errors you are seeing? > > There are no build errors. > > IMHO, to support a ZFS, the loader have to be linked with the libzfsboot. > But (IMHO again) in the RELENG_7_3_0_RELEASE zfsloader builds without > this library. Oh, gah. Fixed in 7. Probably too late for 7.3. -- John Baldwin