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 <file>.h -> <file>.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 [EMAIL PROTECTED] 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 > >> >> [EMAIL PROTECTED] >> >> on 9/9/03 6:18 PM, Alex de Kruijff at [EMAIL PROTECTED] wrote: >>> On Tue, Sep 09, 2003 at 04:36:12PM -0400, Elliott Perrin wrote: >>>> Good Day, >>>> >>>> Please cc me ( [EMAIL PROTECTED] ) 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. >> >> _______________________________________________ >> [EMAIL PROTECTED] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to >> "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"