From owner-freebsd-questions Thu Mar 2 15:25:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dv10m46.lawrence.ks.us (dv10m46.lawrence.ks.us [24.124.46.50]) by hub.freebsd.org (Postfix) with ESMTP id 2897837BDDB for ; Thu, 2 Mar 2000 15:25:17 -0800 (PST) (envelope-from chaoticn@dv10m46.lawrence.ks.us) Received: from localhost (chaoticn@localhost) by dv10m46.lawrence.ks.us (8.9.3/8.9.3) with ESMTP id RAA00389 for ; Thu, 2 Mar 2000 17:25:23 -0600 (CST) (envelope-from chaoticn@dv10m46.lawrence.ks.us) Date: Thu, 2 Mar 2000 17:25:23 -0600 (CST) From: Alex Kritikos To: FreeBSD question Subject: Problems with "make installworld" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running -stable If I uncomment the "NOPERL=true" line in /etc/make.conf, then everything works fine. 'make buildworld' runs fine, but 'make installworld' gives the following output: ...installing stuff...no problems here...then... ===> gnu/usr.bin/perl/utils/h2ph install -c -o root -g wheel -m 555 h2ph /usr/bin install -c -o root -g wheel -m 444 h2ph.1.gz /usr/share/man/man1 cd /usr/include; miniperl /usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/h2ph -d /usr/libdata/perl/5.00503/mach * */* a.out.h -> a.out.ph aio.h -> aio.ph alias.h -> alias.ph ...and so on... vm/vm_zone.h -> vm/vm_zone.ph vm/vnode_pager.h -> vm/vnode_pager.ph *** Error code 1 Stop. ...repeat "Error code 1" and "Stop." nine times after this... It happens *every* time I installworld without the NOPERL option, in both single and multi-user modes. Can anybody help? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message