Date: Wed, 22 Sep 2004 11:19:27 +0100 From: Phil Payne <phil@sal-n-phil.net> To: Subhro <subhro.kar@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: make installkernel help required. (ANSWER... sort of) Message-ID: <1095848367.4475.15.camel@gw.internal> In-Reply-To: <1095710679.643.12.camel@gw.internal> References: <1095692181.643.3.camel@gw.internal> <b2807d0404092012164482224f@mail.gmail.com> <1095708454.643.10.camel@gw.internal> <b2807d0404092012522360c8ba@mail.gmail.com> <1095710679.643.12.camel@gw.internal>
next in thread | previous in thread | raw e-mail | index | archive | help
Bizarro... After having another search of the archives and seeing someone suggest they were having make problems in X: (http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/058300.html) ... I ran the make installkernel outside of X (i.e. in a console) and it works fine. Try to run it in aterm or xterm and you get the "can't shift that many" error. I cannot pretend to know anything about why this is the case. Phil. On Mon, 2004-09-20 at 21:04, Phil Payne wrote: > yup: > --- > src-all > ports-all tag=. > --- > > Phil. > > > On Mon, 2004-09-20 at 20:52, Subhro wrote: > > Did you cvsup with src-all? > > > > Regards > > S. > > > > > > On Mon, 20 Sep 2004 20:27:34 +0100, Phil Payne <phil@sal-n-phil.net> wrote: > > > Hi > > > > > > On Mon, 2004-09-20 at 20:16, Subhro wrote: > > > > mount -a ? > > > > > > All filesystems are mounted: > > > # mount > > > /dev/ad0s1a on / (ufs, local) > > > devfs on /dev (devfs, local) > > > /dev/ad0s1e on /tmp (ufs, local, soft-updates) > > > /dev/ad0s1f on /usr (ufs, local, soft-updates) > > > /dev/ad0s1d on /var (ufs, local, soft-updates) > > > /dev/ad1s1e on /usr/home/share (ufs, local, soft-updates) > > > > > > > sysctl kern.securelevel ? > > > > > > securelevel is default of -1 > > > > > > > cat /etc/make.conf | grep CFLAGS ? > > > > > > Nothing bizarre in make.conf: > > > > > > # cat /etc/make.conf > > > NO_BIND=true > > > NO_I4B=true > > > NOINET6=true > > > NO_SENDMAIL=true > > > NOGAMES=true > > > > > > # -- use.perl generated deltas -- # > > > # Created: Thu Sep 16 23:54:07 2004 > > > # Setting to use base perl from ports: > > > PERL_VER=5.8.5 > > > PERL_VERSION=5.8.5 > > > PERL_ARCH=mach > > > NOPERL=yo > > > NO_PERL=yo > > > NO_PERL_WRAPPER=yo > > > > > > Any extra help much appreciated. > > > > > > Thanks, > > > Phil. > > > > > > > > > > > > > > > > Regards > > > > S. > > > > > > > > > > > > On Mon, 20 Sep 2004 15:56:22 +0100, Phil Payne <phil@sal-n-phil.net> wrote: > > > > > Hi, > > > > > > > > > > Having problems installing a new kernel. Kernel builds fine, the only > > > > > difference over previous kernel is the commenting of the following > > > > > items: > > > > > > > > > > #options IPFIREWALL > > > > > #options IPFIREWALL_VERBOSE > > > > > #options IPFIREWALL_VERBOSE_LIMIT=1000 > > > > > #options IPDIVERT > > > > > > > > > > as I have switched to using PF. (previous kernel had both PF and > > > > > IPFIREWALL enabled) > > > > > > > > > > Debug is below. Anyone help on why this is borking now? > > > > > > > > > > I've tried this twice. After the first error I cleared our /usr/obj to > > > > > make sure I was building into a clean directory but get the same result. > > > > > > > > > > Thanks, > > > > > Phil. > > > > > > > > > > -------------------------------------------------------------- > > > > > >>> Kernel build for PP completed on Mon Sep 20 15:40:31 BST 2004 > > > > > -------------------------------------------------------------- > > > > > gw# make installkernel KERNCONF=PP > > > > > -------------------------------------------------------------- > > > > > >>> Making hierarchy > > > > > -------------------------------------------------------------- > > > > > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > > > > > MACHINE=i386 CPUTYPE= > > > > > GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin > > > > > GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font > > > > > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac > > > > > PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 hierarchy > > > > > cd /usr/src/etc; make distrib-dirs > > > > > mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p / > > > > > mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var > > > > > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr > > > > > share/nls/C changed > > > > > type expected dir found link > > > > > mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include > > > > > cd /; rm -f /sys; ln -s usr/src/sys sys > > > > > cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . > > > > > cd /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 /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 /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . > > > > > cd /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 > > > > > shift: can't shift that many > > > > > *** Error code 2 > > > > > > > > > > Stop in /usr/src/etc. > > > > > *** Error code 1 > > > > > > > > > > Stop in /usr/src. > > > > > *** Error code 1 > > > > > > > > > > Stop in /usr/src. > > > > > *** Error code 1 > > > > > > > > > > Stop in /usr/src. > > > > > > > > > > _______________________________________________ > > > > > freebsd-questions@freebsd.org mailing list > > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > > > > > > > > > > > > > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1095848367.4475.15.camel>