I currently have 9.2-STABLE (i386) on a VirtualBox VM. I wanted to go to 9.2-RELEASE-p1 so I did the following:
but buildkernel keeps dying in the same spot (tried it several times):
My make.conf looks like this:
I updated to the latest source via
Code:
rm -rf /usr/src
svn co https://svn0.us-east.freebsd.org/base/releng/9.2 /usr/src
cd /usr/src
make buildworld
make buildkernel KERNCONF="GENERIC"
but buildkernel keeps dying in the same spot (tried it several times):
Code:
cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions --option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --parn-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/random/ivy.c
{standard input}: Assembler messages:
{standard input}:84: Error: no such instruction: `rdrand %eax'
*** [ivy.o] Error code 1
Stop in /usr/obj/usr/src/sys/JackS.
*** [buildkernel] Error code 1
Stop in /usr/src.
*** [buildkernel] Error code 1
Stop in /usr/src.
My make.conf looks like this:
Code:
#WITH_PKGNG=yes
# added by use.perl 2013-09-17 14:47:15
PERL_VERSION=5.12.5
I updated to the latest source via
svn update /usr/src
but that didn't help. Kernel build still fails in the same spot. What am I doing wrong?