Re: freebsd 7.0 and jail

2008-09-10 Thread gahn
thanks for the advice. 

it worked out after i did "make world ..." first, then "make installworld ..". 
it doesn't work if one just do "make installworld ..."

best


--- On Wed, 9/10/08, Primeroz lists <[EMAIL PROTECTED]> wrote:

> From: Primeroz lists <[EMAIL PROTECTED]>
> Subject: Re: freebsd 7.0 and jail
> To: [EMAIL PROTECTED]
> Cc: "free bsd" <[EMAIL PROTECTED]>, "freebsd general questions" 
> 
> Date: Wednesday, September 10, 2008, 1:51 AM
> Make sure your buildworld /usr/obj is updated. Good idea is
> to erase your
> /usr/obj and buildworld again before going on with the
> jails.
> 
> fc
> 
> On Mon, Sep 8, 2008 at 7:28 PM, gahn
> <[EMAIL PROTECTED]> wrote:
> 
> > Hello:
> >
> > I am trying to build jails on 7.0 system and got
> errors:
> >
> > /
> >
> > >>> Installing everything
> >
> --
> > cd /usr/src; make -f Makefile.inc1 install
> > ===> share/info (install)
> > ===> lib (install)
> > ===> lib/csu/i386-elf (install)
> > gcc -O2 -fno-strict-aliasing -pipe 
> -I/usr/src/lib/csu/i386-elf/../common
> >  -I/usr/src/lib/csu/i386-elf/../../libc/include
> -Wsystem-headers -Wall
> > -Wno-format-y2k -W -Wno-unused-parameter
> -Wstrict-prototypes
> > -Wmissing-prototypes -Wpointer-arith -Wreturn-type
> -Wcast-qual
> > -Wwrite-strings -Wswitch -Wshadow -Wcast-align
> -Wunused-parameter
> > -Wchar-subscripts -Winline -Wnested-externs
> -Wredundant-decls
> > -Wno-pointer-sign -c crt1.c
> > gcc:No such file or directory
> > *** Error code 1
> >
> > Stop in /usr/src/lib/csu/i386-elf.
> > *** Error code 1
> >
> > Stop in /usr/src/lib.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > ///
> >
> > looks like the code of jail is broken, did anyone have
> similar problem?
> >
> > I am working in an environment that is able to use
> "freebsd-update" script.
> >
> > Thanks in Advance
> >
> >
> >
> >
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> >
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> >


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd 7.0 and jail

2008-09-10 Thread Primeroz lists
Make sure your buildworld /usr/obj is updated. Good idea is to erase your
/usr/obj and buildworld again before going on with the jails.

fc

On Mon, Sep 8, 2008 at 7:28 PM, gahn <[EMAIL PROTECTED]> wrote:

> Hello:
>
> I am trying to build jails on 7.0 system and got errors:
>
> /
>
> >>> Installing everything
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info (install)
> ===> lib (install)
> ===> lib/csu/i386-elf (install)
> gcc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/csu/i386-elf/../common
>  -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall
> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
> -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter
> -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
> -Wno-pointer-sign -c crt1.c
> gcc:No such file or directory
> *** Error code 1
>
> Stop in /usr/src/lib/csu/i386-elf.
> *** Error code 1
>
> Stop in /usr/src/lib.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> ///
>
> looks like the code of jail is broken, did anyone have similar problem?
>
> I am working in an environment that is able to use "freebsd-update" script.
>
> Thanks in Advance
>
>
>
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd 7.0 and jail

2008-09-09 Thread Oliver Peter
On Mon, Sep 08, 2008 at 11:28:09AM -0700, gahn wrote:
> Hello:
> 
> I am trying to build jails on 7.0 system and got errors:
> 
> /
> 
> >>> Installing everything
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info (install)
> ===> lib (install)
> ===> lib/csu/i386-elf (install)
> gcc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/csu/i386-elf/../common  
> -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall 
> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
> -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual 
> -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter 
> -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
> -Wno-pointer-sign -c crt1.c
> gcc:No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/lib/csu/i386-elf.
> *** Error code 1
> 
> Stop in /usr/src/lib.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> ///
> 
> looks like the code of jail is broken, did anyone have similar problem?
> 
> I am working in an environment that is able to use "freebsd-update" script.

Check your date:
   http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html

Btw. you don't have to build jails by yourself.
You can use sysutils/ezjail to install, update and manage your jails.
ezjail can use source or the prebuilt ftp packages to setup the jail.

   http://erdgeist.org/arts/software/ezjail/

Great piece of software.

-- 
Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174
"If it feels good, you're doing something wrong."
  -- Coach McTavish
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


freebsd 7.0 and jail

2008-09-08 Thread gahn
Hello:

I am trying to build jails on 7.0 system and got errors:

/

>>> Installing everything
--
cd /usr/src; make -f Makefile.inc1 install
===> share/info (install)
===> lib (install)
===> lib/csu/i386-elf (install)
gcc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/csu/i386-elf/../common  
-I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wno-pointer-sign -c crt1.c
gcc:No such file or directory
*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

///

looks like the code of jail is broken, did anyone have similar problem?

I am working in an environment that is able to use "freebsd-update" script.

Thanks in Advance

 


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"