On Wed, Nov 19, 2008 at 2:00 PM, Florian Smeets <[EMAIL PROTECTED]> wrote: > On 19.11.2008 16:11 Uhr, Renato Botelho wrote: >> >> On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek<[EMAIL PROTECTED]> >> 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: >> >> [EMAIL PROTECTED]:/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 -- Renato Botelho _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"