From owner-freebsd-questions Tue Apr 4 21:22:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iserver.itworks.com.au (iserver.itworks.com.au [203.32.61.10]) by hub.freebsd.org (Postfix) with SMTP id 5572437B732 for ; Tue, 4 Apr 2000 21:22:35 -0700 (PDT) (envelope-from rgrace@itworks.com.au) Received: (qmail 36566 invoked from network); 5 Apr 2000 04:22:24 -0000 Received: from maybe.itworks.com.au (203.36.209.235) by iserver.itworks.com.au with SMTP; 5 Apr 2000 04:22:24 -0000 Received: (qmail 91847 invoked from network); 5 Apr 2000 04:22:24 -0000 Received: from dhcp8.itworks.com.au (HELO paranoia) (203.36.209.217) by maybe.itworks.com.au with SMTP; 5 Apr 2000 04:22:24 -0000 From: "Richard Grace" To: Cc: "Gustavo V G C Rios" , Subject: RE: compiling world with perl enabled fails! Date: Wed, 5 Apr 2000 14:22:46 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000404234106.C40889@cc942873-a.ewndsr1.nj.home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > No, it should just contain a Makefile. OK, here's the last lines from the make output - looks like there's supposed to be some stuff in there somewhere: ---cut-here--- ===> gnu/usr.bin/perl ===> gnu/usr.bin/perl/libperl ===> gnu/usr.bin/perl/miniperl sh config_h.sh Extracting config.h (with variable substitutions) cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contr ib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/t mp/usr/include -c /usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5/miniperlmain.c cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contr ib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/t mp/usr/include -static -o miniperl miniperlmain.o -lperl -lm -lcrypt ===> gnu/usr.bin/perl/perl find: build: No such file or directory find: build: No such file or directory mkdir: lib/auto: File exists *** Error code 1 Stop. *** Error code 1 ---cut-here--- And the /usr/src/gnu/usr.bin/perl/perl/Makefile lists the following sources to be compiled: SRCS= perlmain.c config.h Is that also correct? > You should have /usr/src/contrib/perl5/ full of the Perl source. Which > CVSup server are you pulling that down from? The /usr/src/contrib/perl5 directory is indeed full of the perl source (corresponds to the contents of perl5.005_03.tar.gz). We got the sources from the cvsup.freebsd.org server (and from our own which updates regularly). *scratches head* Richard Grace ITworks Consulting Pty. Ltd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message