Re: buildkernel and perl5

2004-06-05 Thread Gary Kline
On Fri, Jun 04, 2004 at 06:07:47PM -0700, Gary Kline wrote:
> 
>   Troubles with buildkernel and 4.8
>   I just rebuilt perl5.8 and reinstalled it.  make buildworld 
>   completes, but buildkernel fails ...  Here is where it dies:
> 
> 
> cd /usr/obj/usr/src/sys/TAO;  MAKEOBJDIRPREFIX=/usr/obj
> MACHINE_ARCH=i386  MACHINE=i386
[[ ... ]]
> perl5:No such file or directory
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/TAO.
> *** Error code 1
> 
> 
>   Both perl and perl5 exist; I've used "port" and "system"
>   and, yes, the symlinks change.  Anybody know what's going
>   on?
> 

This is another FWIW, next time this happens to anyone else.
My bad-memory problems were kindly fixed by a gentleman from
the Seattle BSD users group, but there were scores of files
missing (vanished) all over.  Several missing binaries caused
the /usr/src/Makefile to go haywire, so I had to build/install
the kernel the old way:

  # cd /usr/src/sys/i386/conf
  # [[ perform necessary kernel configuration on ``./KERNCONF'' ]]
  # config KERNCONF 
  # cd ../../compile/KERNCONF
  # make depend
  # make
  # make install

After going single-user, and mergmastering stuff, 
make installworld was broke, so I had to install several
src trees by hand.  At last make installworld worked and
I came back up.   There are probably lots of ports 
gone-south, but this is almost a non issue after the past
few weeks.

-g


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


buildkernel and perl5

2004-06-04 Thread Gary Kline

Troubles with buildkernel and 4.8
I just rebuilt perl5.8 and reinstalled it.  make buildworld 
completes, but buildkernel fails ...  Here is where it dies:


cd /usr/obj/usr/src/sys/TAO;  MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=i386  MACHINE=i386
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"
PATH=/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
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/libexec make
KERNEL=kernel depend
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I/usr/src/sys
-I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNEL
-include opt_global.h  -mpreferred-stack-boundary=2
/usr/src/sys/i386/i386/genassym.c
sh /usr/src/sys/kern/genassym.sh genassym.o > assym.s
perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src
perl5:No such file or directory
*** Error code 1

Stop in /usr/obj/usr/src/sys/TAO.
*** Error code 1


Both perl and perl5 exist; I've used "port" and "system"
and, yes, the symlinks change.  Anybody know what's going
on?

thanks in advance,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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