From owner-freebsd-stable@FreeBSD.ORG Mon Jun 8 10:59:44 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 5F9D31065673 for ; Mon, 8 Jun 2009 10:59:44 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.digiware.nl [80.255.245.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1D11C8FC0C for ; Mon, 8 Jun 2009 10:59:44 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from localhost (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 0E7E415346B; Mon, 8 Jun 2009 12:40:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by localhost (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z1oXlasgKiz4; Mon, 8 Jun 2009 12:40:07 +0200 (CEST) Received: from [192.168.254.10] (unknown [192.168.254.10]) by mail.digiware.nl (Postfix) with ESMTP id 968DA153467; Mon, 8 Jun 2009 12:40:06 +0200 (CEST) Message-ID: <4A2CEA86.9040509@digiware.nl> Date: Mon, 08 Jun 2009 12:40:06 +0200 From: Willem Jan Withagen Organization: Digiware Management User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Dmitry Morozovsky References: <4A29011B.9040803@withagen.nl> <200906050946.59547.kirk@strauser.com> <4A2BEF7D.5070808@withagen.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS isntall requirements 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, 08 Jun 2009 10:59:44 -0000 Dmitry Morozovsky wrote: > On Sun, 7 Jun 2009, Willem Jan Withagen wrote: > > WJW> > KS> On Friday 05 June 2009 06:27:23 am Willem Jan Withagen wrote: > WJW> > KS> > Hi, > WJW> > KS> > > WJW> > KS> > I'm trying to get my world to 7.2-stable(amd64),but run into: > WJW> > KS> > install -o root -g wheel -m 444 kgzldr.o /usr/lib > WJW> > KS> > ===> sys/boot/i386/libi386 (install) > WJW> > KS> > ===> sys/boot/i386/libfirewire (install) > WJW> > KS> > ===> sys/boot/i386/loader (install) > WJW> > KS> > make: don't know how to make > WJW> > KS> > /usr/obj/mnt4/usr/src7/src/tmp/usr/lib/libzfs.a. Stop > WJW> > KS> KS> ISTR that the build was temporarily broken several days ago. > WJW> > > WJW> > > WJW> > Well, according to http://tinderbox.freebsd.org/ it does not ;) > WJW> > WJW> I'm not at all familiar with the intrinsics of the tinderbox setup. > WJW> But am I free to assume that it is not tested with 'WITHOUT_ZFS=yes'??? > WJW> > WJW> Because that is required to have the trouble surface. > > Ah well, you're possibly right. In the interim, you can safely comment this > line out, as there's nothing (except small amount of disk space) you lose when > you compile ZFS but do not use it. I was trying to figure out if it was pilot error, or a bug. But now I conclude it is a bug. Should I log a PR? --WjW