Re: make buildworld fails 9.2 PRERELEASE to RC3

2013-08-28 Thread Johan Hendriks
Johan Hendriks wrote: Alex V. Petrov wrote: before 'make buildworld' need: cd /usr/src/usr.bin/yacc && make obj && make depend && make && make install 2013/8/27 Johan Hendriks > Hello all I am running the following version of FreeBSD uname -a

Re: make buildworld fails 9.2 PRERELEASE to RC3

2013-08-27 Thread Johan Hendriks
Alex V. Petrov wrote: before 'make buildworld' need: cd /usr/src/usr.bin/yacc && make obj && make depend && make && make install 2013/8/27 Johan Hendriks > Hello all I am running the following version of FreeBSD uname -a FreeBSD beasty.testdo

Re: make buildworld fails 9.2 PRERELEASE to RC3

2013-08-27 Thread Alex V. Petrov
before 'make buildworld' need: cd /usr/src/usr.bin/yacc && make obj && make depend && make && make install 2013/8/27 Johan Hendriks > Hello all > > I am running the following version of FreeBSD > > uname -a > FreeBSD beasty.testdomain.local 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 > r254646: Th

make buildworld fails 9.2 PRERELEASE to RC3

2013-08-27 Thread Johan Hendriks
Hello all I am running the following version of FreeBSD uname -a FreeBSD beasty.testdomain.local 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254646: Thu Aug 22 09:46:05 CEST 2013 root@beasty.testdomain.local:/usr/obj/usr/src/sys/KRNL amd64 I have updated the source using the following command. sv