Re: Cleaning temporary build tree failed

2011-04-09 Thread David Marec
Damien Fleuriot a écrit : > I experience no such problems on *many* boxes running 8.2 at work here. > > You will want to: > > chflags -R noschg /usr/obj/ && cd /usr/src && make -j4 buildworld && > make buildkernel You are right, that 's what i have to do *each time* i want to proceed to a "rebui

Re: Cleaning temporary build tree failed

2011-04-09 Thread Jeremy Chadwick
On Sat, Apr 09, 2011 at 09:25:50AM +0200, David Marec wrote: > rm: /usr/obj/usr/src/lib32/usr/lib32/libc.so.7: Operation not permitted > rm: /usr/obj/usr/src/lib32/usr/lib32/libcrypt.so.5: Operation not permitted > rm: /usr/obj/usr/src/lib32/usr/lib32/libthr.so.3: Operation not permitted > rm: /usr

Re: Cleaning temporary build tree failed

2011-04-09 Thread Damien Fleuriot
On 4/9/11 9:25 AM, David Marec wrote: > Hi guys. > > > Since the release of FreeBSD 8.2, building world fails on the following > error: > > > <--> > david:/home/david#cd /usr/src > david:/usr/src#make -j4 buildworld && make kernel >

Re: Cleaning temporary build tree failed

2011-04-09 Thread Marat N.Afanasyev
David Marec wrote: Hi guys. Since the release of FreeBSD 8.2, building world fails on the following error: <--> david:/home/david#cd /usr/src david:/usr/src#make -j4 buildworld&& make kernel -- World build started on Sat Apr 9

Re: Cleaning temporary build tree failed

2011-04-09 Thread Zhihao Yuan
/usr/src is controlled by root. Use `sudo` to perform the system management related works. On Sat, Apr 9, 2011 at 2:25 AM, David Marec wrote: > Hi guys. > > > Since the release of FreeBSD 8.2, building world fails on the following > error: > > > <--> > david:/home/david#cd /usr/src > david:/u