Date: Mon, 29 Jul 2002 16:06:04 -0700 From: Kent Stewart <kstewart@owt.com> To: Dennis Dai <ddai@troygroup.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 'make installworld' failed on 4.6-stable Message-ID: <3D45CA5C.2040602@owt.com> References: <3D45C50B.8050807@troygroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dennis Dai wrote: > Hi, > > After successfully running 'make -j4 buildworld', when I try 'make > installworld', it stopped in the middle with the following error: > > > Skipping directory `ufs/ffs' > Skipping directory `ufs/mfs' > Skipping directory `ufs/ufs' > vm/pmap.h -> vm/pmap.ph > vm/swap_pager.h -> vm/swap_pager.ph > vm/vm.h -> vm/vm.ph > vm/vm_extern.h -> vm/vm_extern.ph > vm/vm_kern.h -> vm/vm_kern.ph > vm/vm_map.h -> vm/vm_map.ph > vm/vm_object.h -> vm/vm_object.ph > vm/vm_page.h -> vm/vm_page.ph > vm/vm_pageout.h -> vm/vm_pageout.ph > vm/vm_pager.h -> vm/vm_pager.ph > vm/vm_param.h -> vm/vm_param.ph > vm/vm_zone.h -> vm/vm_zone.ph > vm/vnode_pager.h -> vm/vnode_pager.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > > Stop in /usr/src/gnu. > *** 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. > > > Any idea what's going wrong? Usually an Error code 1 has an error message that is the real reason and you need to find it. The code 1 is just reporting that you have an error and isn't the error. If you can't see it and you didn't log your install, you will need to do that. BTW, most of the time, a problem with perl is a system date that is wacko. That problem doesn't produce messages like you are seeing. Make sure you have cvsup'ed src-all and aren't doing NOPERL's in make.conf, look for the real message, but also check your system date/time. If you tell the system to not build PERL there could be problems during the install if something unexpected happens. You should be able to do this. I would normally try a system build and install at this point but it is time for me to go eat. I will check back in a couple of hours. Kent > > Thanks, > Dennis > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D45CA5C.2040602>