Re: make world for a jail

2006-12-22 Thread Fred Condo
On Dec 20, 2006, at 10:37 AM, Robin Becker wrote: I'm trying to make world for a jail build following the recipe in http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html First off I started by updating the src tree. I copied /usr/share/ examples/cvsup/stable-supfile edited the host

Re: make world for a jail

2006-12-21 Thread Robin Becker
.. I fixed up my /usr/src tree to be latest RELENG_6_0 in line with my machine and ran cd /usr/src make world DESTDIR=/usr/jails/mailserver however, this seems to produce a lot of stuff in /usr/obj (the normal make world destination). Eventually the make fails with this message

Re: make world for a jail

2006-12-21 Thread Giorgos Keramidas
On 2006-12-20 18:37, Robin Becker <[EMAIL PROTECTED]> wrote: > I'm trying to make world for a jail build following the recipe in > http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html > > First off I started by updating the src tree. I copied > /usr/share/examples/c

make world for a jail

2006-12-20 Thread Robin Becker
I'm trying to make world for a jail build following the recipe in http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html First off I started by updating the src tree. I copied /usr/share/examples/cvsup/stable-supfile edited the host name then I ran SERVER=`fastest_cvsup -q -c ca,us`

re: re: make: don't know how to make when trying to make world for a jail

2005-01-24 Thread Daniel Johansson
I was running a small script I wrote to set up a jail. I've used it before and it works. It does just the same thing that the manpage for jail tells you to do. make_jail.sh: #!/bin/sh D=$1 && cd /usr/src && mkdir -p $D && make world DESTDIR=$D && cd etc && make distribution DESTDIR=$D && mount_de

Re: make: don't know how to make when trying to make world for a jail

2005-01-23 Thread Kris Maglione
Daniel Johansson wrote: Hi, I'm running FreeBSD 5.3-RELEASE-p5, updated it today without any problems at all but I'm getting errors when I run make world, after everything was cleaned, didn't knew I was going to build a jail so I cleaned. I completly removed obj and ran make clean and cleandir twi

make: don't know how to make when trying to make world for a jail

2005-01-23 Thread Daniel Johansson
Hi, I'm running FreeBSD 5.3-RELEASE-p5, updated it today without any problems at all but I'm getting errors when I run make world, after everything was cleaned, didn't knew I was going to build a jail so I cleaned. I completly removed obj and ran make clean and cleandir twice so no old files are l