Solved Jails - make world stops with error

I've been following the handbook document on creating a jail and I've followed the jail man page and end up with the same result when trying to make world. I have an updated copy of the source in /usr/src. Running a fresh install of 10.3-RELEASE-p7 AMD64 release. Any help would be appreciated. Thanks in advance.

Error #1:
Code:
/usr/lib/libc++.a: could not read symbols: Bad value

c++: error: linker command failed with exit code 1 (use -v to see invocation)

*** Error code 1


Stop.

make[6]: stopped in /usr/src/gnu/usr.bin/groff/src/devices/grodvi

*** Error code 1


Stop.

make[5]: stopped in /usr/src/gnu/usr.bin/groff/src/devices

*** Error code 1


Stop.

make[4]: stopped in /usr/src/gnu/usr.bin/groff/src

*** Error code 1


Stop.

make[3]: stopped in /usr/src/gnu/usr.bin/groff

*** Error code 1


Stop.

make[2]: stopped in /usr/src

*** Error code 1


Stop.

make[1]: stopped in /usr/src

*** Error code 1


Stop.

make: stopped in /usr/src

#

Error #2:
Code:
c.h  /usr/src/lib/clang/libllvmx86disassembler/../../../contrib/llvm/lib/Target/X86/X86.td

*** Signal 11


Stop.

make[4]: stopped in /usr/src/lib/clang/libllvmx86disassembler

*** Error code 1


Stop.

make[3]: stopped in /usr/src/lib/clang

*** Error code 1


Stop.

make[2]: stopped in /usr/src

*** Error code 1


Stop.

make[1]: stopped in /usr/src

*** Error code 1


Stop.

make: stopped in /usr/src
 
Please post the whole output on something like pastebin. The actual error probably happens before and these are just a consequence of that.
 
Catch all the output with script(1) (redirections work a bit tricky during building). Then upload the script output with misc/pastebinit.

SirDice, something odd is going on. First time, I did a make world command, I get error #1 above. I do not reboot or do any changes. Do make world again, and I get error #2. You tell me to install script and I do that. I do a make world command inside the script command and for whatever reason, it finishes compiling with no errors. I did not change anything, nor did a reboot of any sorts in between the make world command tries. Again, this was a clean install with a fresh src directory installed. Nothing else.

Anyways, I have a jail up and running now. I'm not sure what is going on but its working.
 
Back
Top