I just installed 8.2 Stable amd64 using this guide to install a root on ZFS with GPT:
http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot
I wanted to create a jail to run as a desktop environment (web browsing, media, libreoffice), so I then:
	
	
	
		
And then I got the following:
	
	
	
		
I checked and Makefile.inc1 and /usr/jails/fulljail/usr/share/info/dir were present, anyone have a idea on what went wrong?
				
			http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot
I wanted to create a jail to run as a desktop environment (web browsing, media, libreoffice), so I then:
		Code:
	
	portsnap fetch
portsnap extract
portsnap update
cd /usr/ports/sysutil/ezjail
make install clean
ezjail-admin update -p -i
	And then I got the following:
		Code:
	
	--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info (install)
install -o root -g wheel -m 444  dir-tmpl /usr/jails/fulljail/usr/share/info/dir
install:No such file or directory
*** Error code 1
Stop in /usr/src/share/info.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Error: The command 'make installworld' failed.
  Refer to the error report(s) above.
	I checked and Makefile.inc1 and /usr/jails/fulljail/usr/share/info/dir were present, anyone have a idea on what went wrong?