From owner-freebsd-stable@FreeBSD.ORG Thu Sep 11 11:38:55 2003 Return-Path: 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 9388016A4BF for ; Thu, 11 Sep 2003 11:38:55 -0700 (PDT) Received: from mail2.cseven.com (buddha.cseven.com [216.138.208.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C73543FE9 for ; Thu, 11 Sep 2003 11:38:54 -0700 (PDT) (envelope-from eperrin@cseven.ca) Received: (qmail 61017 invoked by uid 89); 11 Sep 2003 18:35:53 -0000 Received: from unknown (HELO ?66.207.210.12?) (66.207.210.12) by buddha.cseven.com with SMTP; 11 Sep 2003 18:35:53 -0000 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Thu, 11 Sep 2003 14:38:53 -0400 From: Elliott Perrin To: Kent Stewart , Alex de Kruijff , Message-ID: In-Reply-To: <200309110924.30509.kstewart@owt.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: Make installworld failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 18:38:55 -0000 The scrollback in the script I just ran for make installworld back to here is over 100 lines, but here is the last install statement before the error. I have clipped out the other 1000 lines of .h -> .ph I have the full make installworld script if needed. I have done the buildworld -> buildkernel -> installkernel -> installworld procedure as outlined in the Handbook. I am thinking of going back to the old make world -> config -r kernelname -> make depend procedure to see if it works instead. I wiped out my entire /usr/src tree, and I an cvsup'ing from cvsup2. I only have the /etc/defaults/make.conf, and have not passed any flags to buildworld or installworld, not even a -j4 to buildworld. ===> gnu/usr.bin/perl/utils/c2ph install -o root -g wheel -m 555 c2ph /usr/bin install -o root -g wheel -m 444 c2ph.1.gz /usr/share/man/man1 ===> gnu/usr.bin/perl/utils/h2ph install -o root -g wheel -m 555 h2ph /usr/bin install -o root -g wheel -m 444 h2ph.1.gz /usr/share/man/man1 cd /usr/include; /usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/../../miniperl/miniperl -I/usr/obj/us r/src/gnu/usr.bin/perl/utils/h2ph/lib /usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/h2ph -d /usr/lib data/perl/5.00503/mach * */* a.out.h -> a.out.ph acl.h -> acl.ph aio.h -> aio.ph alias.h -> alias.ph ar.h -> ar.ph ..... ..... ..... 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. on 9/11/03 12:24 PM, Kent Stewart at kstewart@owt.com wrote: > On Thursday 11 September 2003 07:04 am, Elliott Perrin wrote: >> Please cc me, I am not on either list >> >> I tried the RELENG_4_8 as a workaround with the exact same error as >> before. >> >> vm/vnode_pager.h -> vm/vnode_pager.ph >> *** Error code 1 >> >> Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. >> *** Error code 1 >> >> and a bunch of other error code 1's back up the directory tree. > > These aren't the error message. The error 1's are telling you that you > have an error. If you can't see it, you need to redirect stdout and > stderr from your installworld to a file. > > Since it is dying in 2 different tags, and no one else is having > problems, the first assumption is that you have something wrong in your > setup. For example, are you cvsuping src-all? Do you have anything in > /etc/make.conf? Are you running the installworld from single user mode > and etc. > > Kent > >> >> eperrin@cseven.ca >> >> on 9/9/03 6:18 PM, Alex de Kruijff at freebsd@akruijff.dds.nl wrote: >>> On Tue, Sep 09, 2003 at 04:36:12PM -0400, Elliott Perrin wrote: >>>> Good Day, >>>> >>>> Please cc me ( eperrin@cseven.ca ) on responses to this, I am not >>>> on either mailing list anymore. >>>> >>>> I cvsup'ed on the STABLE branch today (September 9th) at around >>>> 2:30PM EDT. No problems with buildworld or kernel build, but I am >>>> getting failures during installworld >>> >>> You could try the RELENG_4_8 tag instead of STABLE as a work >>> around. >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org"