From owner-svn-src-all@FreeBSD.ORG Wed Nov 19 18:54:55 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 6186C1065679 for ; Wed, 19 Nov 2008 18:54:55 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id 319848FC13 for ; Wed, 19 Nov 2008 18:54:54 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from localhost (localhost [127.0.0.1]) by mx.egr.msu.edu (Postfix) with ESMTP id 4756271EDC0; Wed, 19 Nov 2008 13:35:15 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mx.egr.msu.edu ([127.0.0.1]) by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pRrL62so3aTG; Wed, 19 Nov 2008 13:35:15 -0500 (EST) Received: from [35.9.44.65] (daemon.egr.msu.edu [35.9.44.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcdouga9) by mx.egr.msu.edu (Postfix) with ESMTPSA id 105E471EDBC; Wed, 19 Nov 2008 13:35:15 -0500 (EST) Message-ID: <49245C62.5000002@egr.msu.edu> Date: Wed, 19 Nov 2008 13:35:14 -0500 From: Adam McDougall User-Agent: Thunderbird 2.0.0.17 (X11/20080926) MIME-Version: 1.0 To: Renato Botelho References: <200811172049.mAHKnUDw092510@svn.freebsd.org> <747dc8f30811190711w5335f3e3wc7ea21a20d04bac9@mail.gmail.com> <4924380E.9050204@kasimir.com> <747dc8f30811190941g4b1b7ddet62eed0f84d154999@mail.gmail.com> In-Reply-To: <747dc8f30811190941g4b1b7ddet62eed0f84d154999@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-all@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" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2008 18:54:55 -0000 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 > > Stop in /usr/src/usr.bin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Is it empty? Delete any empty header files, they are probably left over from a patch.