Hi All,
This is a new install of 9.0-Release from the DVD iso. Everything is installed. Machine has 6G ram, i7-860 CPU. I'm following 9.5 Building and Installing a Custom Kernel and A.7 Using CVSup (Deprecated)
I've had two tries at this. The first time I tried to make a new kernel (ie copy GENERIC, modify it) so this time I'm simply trying to build the generic kernel. Still fails. Both installs are a complete wipe and reinstall. This is captured from the attempt to build GENERIC.
Here's my sequence directly after the first login into the system:
Tail end of messages can be found here (large) and the last few lines I've copied to this mail:
And for some CPU info from dmesg:
Purpose is to setup jails. I'm clueless as to the problem, any help much appreciated.
This is a new install of 9.0-Release from the DVD iso. Everything is installed. Machine has 6G ram, i7-860 CPU. I'm following 9.5 Building and Installing a Custom Kernel and A.7 Using CVSup (Deprecated)
I've had two tries at this. The first time I tried to make a new kernel (ie copy GENERIC, modify it) so this time I'm simply trying to build the generic kernel. Still fails. Both installs are a complete wipe and reinstall. This is captured from the attempt to build GENERIC.
Here's my sequence directly after the first login into the system:
Code:
Garnet# uname -a
FreeBSD Garnet 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Garnet# cd /usr/ports/ports-mgmt/portmaster
Garnet# make
Garnet# make install
Garnet# rehash
Garnet# portmaster -P editors/nano
Garnet# rehash
Garnet# cd /root
Garnet# nano supfile
Garnet# cat supfile
*default tag=RELENG_9_0
*default host=cvsup4.us.FreeBSD.org
*default prefix=/usr
*default base=/var/db
*default release=cvs
*default delete use-rel-suffix compress
Garnet# csup supfile
Garnet# cd /usr/src
Garnet# make buildworld
Code:
/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/include/llvm/Support/Casting.h: In function 'typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = clang::UnresolvedMemberExpr, Y = clang::OverloadExpr*]':
/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h:2882: instantiated from here
/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/include/llvm/Support/Casting.h:196: internal compiler error: Bus error: 10
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1
Stop in /usr/src/lib/clang/libclangarcmigrate.
*** Error code 1
Stop in /usr/src/lib/clang.
*** Error code 1
Stop in /usr/src/lib.
*** Error code 1
Stop in /usr/src.
*** Error code 1
[repeated 3 times]
And for some CPU info from dmesg:
Code:
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
CPU: Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz (2798.07-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0x106e5 Family = 6 Model = 1e Stepping = 5
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,C
MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0x98e3fd<SSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM
,SSE4.1,SSE4.2,POPCNT>
AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
AMD Features2=0x1<LAHF>
TSC: P-state invariant, performance statistics
real memory = 6710886400 (6400 MB)
avail memory = 6178676736 (5892 MB)
Purpose is to setup jails. I'm clueless as to the problem, any help much appreciated.