From owner-freebsd-current Sun Jul 4 15:30:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from tron.flex.net (mail.flex.net [207.70.185.245]) by hub.freebsd.org (Postfix) with ESMTP id A098815140 for ; Sun, 4 Jul 1999 15:30:42 -0700 (PDT) (envelope-from marco@flex.net) Received: from flex.net (207-18-135-157.flex.net [207.18.135.157]) by tron.flex.net (8.9.3/8.9.3) with ESMTP id RAA28176 for ; Sun, 4 Jul 1999 17:28:29 -0500 Message-ID: <377FE120.C9AB7DFD@flex.net> Date: Sun, 04 Jul 1999 17:33:04 -0500 From: gene Reply-To: marco@flex.net X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 4.0-CURRENT i386) MIME-Version: 1.0 To: "freebsd-current@FreeBSD.ORG" Subject: Perl stops make world Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For several months my cvsup/make world has ended with: ******************************************** ===> sys/modules/fxp @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define NFXP 1" > fxp.h echo "#define NBPFILTER 0" > bpfilter.h touch opt_bdg.h perl /usr/src/sys/modules/fxp/../../kern/makedevops.pl -h /usr/src/sys/modules/fxp/../../kern/device_if.m perl: not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 *********************************** To make a world I can hack /usr/src/sys/modules/fxp/makefile and make perl read /usr/bin/perl but now compiling ports (any) dies with : Error: you don't have the right version of perl in /usr/bin. *** Error code 1 Stop. ****************************************** perl -v This is perl, version 5.005_02 built for i386-freebsd This sounds old, I know zip about Perl, I think the latest is like 5.005_04, but make in the /usr/ports/lang/perl5 directory gives me: make ===> perl-5.00502 is forbidden: perl is in system. ********************************************** A clue would be greatly appreciated. I have run out of things I know to try. Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message