From owner-svn-src-head@FreeBSD.ORG Tue Nov 18 15:39:03 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6DF41065675 for ; Tue, 18 Nov 2008 15:39:03 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 731B58FC13 for ; Tue, 18 Nov 2008 15:39:03 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2375515fgb.35 for ; Tue, 18 Nov 2008 07:39:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=UDRSFfV3BKYUz5YIB9s7iozJWR1N0qZ3wo7ida8NtCc=; b=jx+LJ4b0dbs2qBqT8/oo2iSTlyotnXBDfJ+zFey3EB2+stwFGy7jgGA0MkAYI4qVW+ G2IaoBE2dNvioxTBUqqQPyeiPoLNuhjLT3MfhbTc2aPE8J4DOFGt5Zi43PKe2zLY9y+e KqwLlhMf9zN435r2j4id9R5wNeKzyZwdII1ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bp4pRqREMH/3MTEi/VCayFvAfBUfpszJS6BFHcnDXZwdJ8S/ZlCITSxhbjGJqwX+ah Ot/hF43+p3lefd4MxuLUXkSnlbzvhW0h/2TNW/D6RduAOkJvK327J5HmhAhJtOSOsWmr 8EFvsWWjYXnXHqPWxqi2FzJYajjDeHH12SKNg= Received: by 10.180.204.10 with SMTP id b10mr1345276bkg.201.1227022742179; Tue, 18 Nov 2008 07:39:02 -0800 (PST) Received: by 10.180.236.13 with HTTP; Tue, 18 Nov 2008 07:39:02 -0800 (PST) Message-ID: <70e8236f0811180739v5d843a9egfff6c0075103b9cf@mail.gmail.com> Date: Tue, 18 Nov 2008 15:39:02 +0000 From: "Joao Barros" To: "Pawel Jakub Dawidek" In-Reply-To: <200811172049.mAHKnUDw092510@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811172049.mAHKnUDw092510@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185029 - in head: cddl/compat/opensolaris/include cddl/compat/opensolaris/misc cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zinject cd... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 15:39:04 -0000 On Mon, Nov 17, 2008 at 8:49 PM, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Mon Nov 17 20:49:29 2008 > New Revision: 185029 > URL: http://svn.freebsd.org/changeset/base/185029 > > Log: > Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. I get: /usr/src/sys/boot/zfs.c:1: error: -mpreferred-stack-boundary=2 is not between 4 and 12 when compiling with LOADER_ZFS_SUPPORT=YES on amd64 There's a note on the Makefile about this, just wanted to show a case where make fu is needed. -- Joao Barros