hi all: i tried to build jails and just could not get it work. it kept giving me errors. for 6.3, i got following errors: ////////////////////// cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /home/j/mroot/ mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /home/j/mroot/var mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /home/j/mroot/usr mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /home/j/mroot/usr/include mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p /home/j/mroot/var/named mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /home/j/mroot/ cd /home/j/mroot/; rm -f /home/j/mroot/sys; ln -s usr/src/sys sys cd /home/j/mroot/usr/share/man/en.ISO8859-1; ln -sf ../man* . cd /home/j/mroot/usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /home/j/mroot/usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /home/j/mroot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /home/j/mroot/usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done -------------------------------------------------------------->>> Installing everything-------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> include (install) creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** 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. //////////////////////////////// for 7.0 i 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 /////////////////////////////// i followed the instructions of the "handbook".... thanks
Hello: I don't know what you were referring to. but the date and time of the machine was set correctly. #date Tue Sep 9 11:40:04 EDT 2008 best --- On Tue, 9/9/08, Oliver Peter <lists@peter.de.com> wrote:> From: Oliver Peter <lists@peter.de.com> > Subject: Re: jails > To: "gahn" <ipfreak@yahoo.com> > Cc: "freebsd security" <freebsd-security@freebsd.org> > Date: Tuesday, September 9, 2008, 8:36 AM > On Mon, Sep 08, 2008 at 09:46:10PM -0700, gahn wrote: > > hi all: > > > > i tried to build jails and just could not get it work. > it kept giving me errors. > > > > for 6.3, i got following errors: > > > > ////////////////////// > > > > cd /usr/src; make -f Makefile.inc1 hierarchy > > cd /usr/src/etc; make distrib-dirs > > mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p > /home/j/mroot/ > > mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p > /home/j/mroot/var > > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p > /home/j/mroot/usr > > mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p > /home/j/mroot/usr/include > > mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p > /home/j/mroot/var/named > > mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p > /home/j/mroot/ > > cd /home/j/mroot/; rm -f /home/j/mroot/sys; ln -s > usr/src/sys sys > > cd /home/j/mroot/usr/share/man/en.ISO8859-1; ln -sf > ../man* . > > cd /home/j/mroot/usr/share/man; set - `grep > "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# > -gt 0 ] ; do rm -rf "$1"; ln -s "$2" > "$1"; shift; shift; done > > cd /home/j/mroot/usr/share/openssl/man; set - `grep > "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# > -gt 0 ] ; do rm -rf "$1"; ln -s "$2" > "$1"; shift; shift; done > > cd /home/j/mroot/usr/share/openssl/man/en.ISO8859-1; > ln -sf ../man* . > > cd /home/j/mroot/usr/share/nls; set - `grep > "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# > -gt 0 ] ; do rm -rf "$1"; ln -s "$2" > "$1"; shift; shift; done > > > > > -------------------------------------------------------------- > > >>> Installing everything > > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info (install) > > ===> include (install) > > creating osreldate.h from newvers.sh > > touch: not found > > *** Error code 127 > > > > Stop in /usr/src/include. > > *** 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. > > > > //////////////////////////////// > > > > for 7.0 i 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 > > > > /////////////////////////////// > > > > i followed the instructions of the > "handbook".... > > > > thanks > > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html > > -- > Oliver PETER, email: oliver@peter.de.com, ICQ# 113969174 > "If it feels good, you're doing something > wrong." > -- Coach McTavish
On Mon, Sep 08, 2008 at 09:46:10PM -0700, gahn wrote:> hi all: > > i tried to build jails and just could not get it work. it kept giving me errors. > > for 6.3, i got following errors: > > ////////////////////// > > cd /usr/src; make -f Makefile.inc1 hierarchy > cd /usr/src/etc; make distrib-dirs > mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /home/j/mroot/ > mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /home/j/mroot/var > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /home/j/mroot/usr > mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /home/j/mroot/usr/include > mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p /home/j/mroot/var/named > mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /home/j/mroot/ > cd /home/j/mroot/; rm -f /home/j/mroot/sys; ln -s usr/src/sys sys > cd /home/j/mroot/usr/share/man/en.ISO8859-1; ln -sf ../man* . > cd /home/j/mroot/usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /home/j/mroot/usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /home/j/mroot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . > cd /home/j/mroot/usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > > -------------------------------------------------------------- > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** 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. > > //////////////////////////////// > > for 7.0 i 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 > > /////////////////////////////// > > i followed the instructions of the "handbook".... > > thankshttp://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html -- Oliver PETER, email: oliver@peter.de.com, ICQ# 113969174 "If it feels good, you're doing something wrong." -- Coach McTavish -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-security/attachments/20080909/fa416ee3/attachment.pgp