From owner-svn-src-all@FreeBSD.ORG Thu Nov 20 23:42:26 2008 Return-Path: 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 5E01F1065674 for ; Thu, 20 Nov 2008 23:42:26 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.190]) by mx1.freebsd.org (Postfix) with ESMTP id 066AA8FC20 for ; Thu, 20 Nov 2008 23:42:25 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so611656rne.12 for ; Thu, 20 Nov 2008 15:42:25 -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=G75ek0DOt3i3nNYVl6GyclB3t8Eur5aK2C4BLpobxi8=; b=TIntYMmoNGCFyxi9KoSWY7omdmHjZFktwk/66qkKvXy+lK+Hu0vx+tD8viIhr4qhWp TlsZCFkigzkWquXpubJZimCs4nX/BFaJQRbhbtMlTjI2LaJVhx98X+Pjtah3pmi2YmNC Jy/86LCPt5OwiHBof0WOokSKSfJeAoEO5EDkg= 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=RJsFritAe0WPERma/KDIvR1A6H+qk5dm7KMh6W9Y8Os84LR+nKrRH9qg++5xZKGgZM B0KXQvzXBTg6w3MqpgmVDWvIqUGUM+u5lW3luAkI/UhXv5qR4rXi6A2PTMMOvQRDyqRM pMUpEP7Rh9fkLXLODocHl0fq6JWzzn86mNYmU= Received: by 10.142.214.11 with SMTP id m11mr1399451wfg.279.1227224544615; Thu, 20 Nov 2008 15:42:24 -0800 (PST) Received: by 10.142.83.5 with HTTP; Thu, 20 Nov 2008 15:42:24 -0800 (PST) Message-ID: <747dc8f30811201542m3b22196m3e7cd70b12ea3f6f@mail.gmail.com> Date: Thu, 20 Nov 2008 21:42:24 -0200 From: "Renato Botelho" To: "Wes Morgan" In-Reply-To: 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> <747dc8f30811190711w5335f3e3wc7ea21a20d04bac9@mail.gmail.com> <4924380E.9050204@kasimir.com> <747dc8f30811190941g4b1b7ddet62eed0f84d154999@mail.gmail.com> Cc: svn-src-all@freebsd.org, Florian Smeets , Pawel Jakub Dawidek Subject: Re: svn commit: 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" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 23:42:26 -0000 On Wed, Nov 19, 2008 at 10:02 PM, Wes Morgan wrote: > On Wed, 19 Nov 2008, Renato Botelho wrote: > >> On Wed, Nov 19, 2008 at 2:00 PM, Florian Smeets wrote: >>> >>> On 19.11.2008 16:11 Uhr, Renato Botelho wrote: >>>> >>>> On Mon, Nov 17, 2008 at 6: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. >>>> >>>> After this revision I've started to got this: >>>> >>>> root@botelhor:/usr/src/usr.bin/fstat# make all >>>> make: don't know how to make >>>> >>>> /usr/src/usr.bin/fstat/zfs/../../../sys/cddl/compat/opensolaris/sys/acl.h. >>>> Stop >>>> *** Error code 2 >>>> >>> Hi Renato, >>> >>> the acl.h header file moved. A make clean && make all is not sufficient. >>> I >>> didn't bother to find another solution than make buildworld ;-) that >>> should >>> work. Perhaps a make includes would also have worked, but the ZFS commit >>> was >>> big enough to warrant a full buildworld. >> >> I tried a make clean and a full make buildworld and it stopped >> at the same point: >> >> ===> usr.bin/file2c (all) >> ===> usr.bin/find (all) >> ===> usr.bin/finger (all) >> ===> usr.bin/fmt (all) >> ===> usr.bin/fold (all) >> ===> usr.bin/from (all) >> ===> usr.bin/fstat (all) >> make: don't know how to make >> /usr/src/usr.bin/fstat/zfs/../../../sys/cddl/compat/opensolaris/sys/acl.h. >> Stop >> *** Error code 2 >> >> Stop in /usr/src/usr.bin/fstat. >> *** Error code 1 > > > Try running "make cleandir && make cleandir && make obj depend all". Worked fine, sorry for the noise Thanks -- Renato Botelho