Hi All; I've recently cvsupped a whole stable full of machines to 4.9-RC-x over the last weekend. All but one went smoothly. This one system, "crunch", does "make buildworld" fine, "make buildkernel" fine, "make installkernel" fine, but chokes with the following error message when trying to "make installworld": tk8.3/tkInt.h -> tk8.3/tkInt.ph tk8.3/tkIntXlibDecls.h -> tk8.3/tkIntXlibDecls.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 w3c-libwww/HTAABrow.h -> w3c-libwww/HTAABrow.ph w3c-libwww/HTAAUtil.h -> w3c-libwww/HTAAUtil.ph w3c-libwww/HTANSI.h -> w3c-libwww/HTANSI.ph [snip lots of w3c-libwww/stuff] w3c-libwww/WWWZip.h -> w3c-libwww/WWWZip.ph w3c-libwww/wwwsys.h -> w3c-libwww/wwwsys.ph w3c-libwww/xmlparse.h -> w3c-libwww/xmlparse.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. It always stops in the same place. To save a lot of time and suggestions, I've already: o cvsupped/recompiled/re-installed o I'm doing it all in single user mode o I installed the new kernel before attempting the make installworld o I rm -r'd /usr/src/* and /usr/obj, untarred a /usr/src tarball from another system that had no problem with the installworld o compared make.conf with make.conf from one of the systems that worked. Suggestions on how to track this down most welcome:) pointers to the M to FR welcome. Thanks in advance, --- David
On Tuesday 28 October 2003 07:17 am, stable@d.sparks.net wrote:> Hi All; > > I've recently cvsupped a whole stable full of machines to 4.9-RC-x over > the last weekend. All but one went smoothly. > > This one system, "crunch", does "make buildworld" fine, "make > buildkernel" fine, "make installkernel" fine, but chokes with the > following error message when trying to "make installworld": > > tk8.3/tkInt.h -> tk8.3/tkInt.ph > tk8.3/tkIntXlibDecls.h -> tk8.3/tkIntXlibDecls.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 > w3c-libwww/HTAABrow.h -> w3c-libwww/HTAABrow.ph > w3c-libwww/HTAAUtil.h -> w3c-libwww/HTAAUtil.ph > w3c-libwww/HTANSI.h -> w3c-libwww/HTANSI.ph > > [snip lots of w3c-libwww/stuff] > > w3c-libwww/WWWZip.h -> w3c-libwww/WWWZip.ph > w3c-libwww/wwwsys.h -> w3c-libwww/wwwsys.ph > w3c-libwww/xmlparse.h -> w3c-libwww/xmlparse.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > *** Error code 1 > > > It always stops in the same place. To save a lot of time and suggestions, > I've already: > > o cvsupped/recompiled/re-installed > o I'm doing it all in single user mode > o I installed the new kernel before attempting the make installworld > o I rm -r'd /usr/src/* and /usr/obj, untarred a /usr/src tarball from > another system that had no problem with the installworld > o compared make.conf with make.conf from one of the systems that worked. > > Suggestions on how to track this down most welcome:) pointers to the M to > FR welcome.I looked at my install logs for 4.9 and I can't find any that do an installworld of anything to do with w3c. The code 1 indicates there was an error previously. If you are using -j on the install, you need to remove that so that you can see the real error. Kent> > Thanks in advance, > > --- David > > > _______________________________________________ > 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"-- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
In message <Pine.BSF.4.21.0310281016520.84930-100000@search.sparks.net>, stable @d.sparks.net writes:>w3c-libwww/WWWZip.h -> w3c-libwww/WWWZip.ph >w3c-libwww/wwwsys.h -> w3c-libwww/wwwsys.ph >w3c-libwww/xmlparse.h -> w3c-libwww/xmlparse.ph >*** Error code 1When I've seen this before it has been caused by a dangling symlink in /usr/include. Look back carefully through all of the "xxx.h -> xxx.ph" lines and you should find an error there somewhere that gives the name of the problem file. Ian
On Tue, Oct 28, 2003 at 10:17:16AM -0500, stable@d.sparks.net wrote:> Hi All; > > I've recently cvsupped a whole stable full of machines to 4.9-RC-x over > the last weekend. All but one went smoothly. > > This one system, "crunch", does "make buildworld" fine, "make > buildkernel" fine, "make installkernel" fine, but chokes with the > following error message when trying to "make installworld": > > tk8.3/tkInt.h -> tk8.3/tkInt.ph > tk8.3/tkIntXlibDecls.h -> tk8.3/tkIntXlibDecls.phYou have some non-standard stuff in /usr/include: this is probably breaking your install. Specifically, look for dangling symlinks in /usr/include; the perl installer cannot deal with these. Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20031028/5ff22ae9/attachment.bin