From owner-freebsd-stable Mon Jul 29 16: 6: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E9F37B400 for ; Mon, 29 Jul 2002 16:06:04 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B374943E42 for ; Mon, 29 Jul 2002 16:06:03 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id QAA12258; Mon, 29 Jul 2002 16:06:02 -0700 Message-ID: <3D45CA5C.2040602@owt.com> Date: Mon, 29 Jul 2002 16:06:04 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Dennis Dai Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 'make installworld' failed on 4.6-stable References: <3D45C50B.8050807@troygroup.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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