From owner-svn-src-all@FreeBSD.ORG Tue Nov 18 15:39:04 2008 Return-Path: <owner-svn-src-all@FreeBSD.ORG> Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 249F61065679 for <svn-src-all@freebsd.org>; Tue, 18 Nov 2008 15:39:04 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id A2AF58FC17 for <svn-src-all@freebsd.org>; Tue, 18 Nov 2008 15:39:03 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so3572731fkk.11 for <svn-src-all@freebsd.org>; 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" <joao.barros@gmail.com> To: "Pawel Jakub Dawidek" <pjd@freebsd.org> 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" <svn-src-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>, <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all> List-Post: <mailto:svn-src-all@freebsd.org> List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>, <mailto:svn-src-all-request@freebsd.org?subject=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 <pjd@freebsd.org> 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