Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2008 21:27:22 +0000
From:      Thomas Sparrevohn <Thomas.Sparrevohn@btinternet.com>
To:        freebsd-current@freebsd.org
Cc:        Pawel Jakub Dawidek <pjd@freebsd.org>
Subject:   Re: HEADS UP: New ZFS in the tree.
Message-ID:  <200811182127.22797.Thomas.Sparrevohn@btinternet.com>
In-Reply-To: <20081117205526.GC1733@garage.freebsd.pl>
References:  <20081117205526.GC1733@garage.freebsd.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 17 November 2008 20:55:26 Pawel Jakub Dawidek wrote:
> Hi.
> 
> So ZFS was updated from version 6 to 13. Be very careful when updating
> your system if you use ZFS. The number of changes is huge and my
> regression tests and manual tests I did only cover part of the entire
> functionality.
> 
> More info here:
> 
> 	http://svn.freebsd.org/viewvc/base?view=revision&revision=185029
> 
> Enjoy.
> 

I little note 

- chflags(2)

        Not all the flags are supported. This still needs work.

Gives me the unexpected result 

--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info (install)
install -o root -g wheel -m 444  dir-tmpl /home/sandbox/release.amd64/usr/share/info/dir
===> lib (install)
===> lib/csu/amd64 (install)
install -o root -g wheel -m 444  crt1.o crti.o crtn.o gcrt1.o /home/sandbox/release.amd64/usr/lib
===> lib/libc (install)
install -C -o root -g wheel -m 444   libc.a /home/sandbox/release.amd64/usr/lib
install -C -o root -g wheel -m 444   libc_p.a /home/sandbox/release.amd64/usr/lib
install -s -o root -g wheel -m 444   -fschg -S  libc.so.7 /home/sandbox/release.amd64/lib
install: /home/sandbox/release.amd64/lib/libc.so.7: chflags: Invalid argument
*** Error code 71

Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811182127.22797.Thomas.Sparrevohn>