From owner-freebsd-questions Tue Apr 4 23:54:57 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 A778F37BCBD for ; Tue, 4 Apr 2000 23:54:51 -0700 (PDT) (envelope-from rgrace@itworks.com.au) Received: (qmail 37198 invoked from network); 5 Apr 2000 06:54:49 -0000 Received: from maybe.itworks.com.au (203.36.209.235) by iserver.itworks.com.au with SMTP; 5 Apr 2000 06:54:49 -0000 Received: (qmail 95671 invoked from network); 5 Apr 2000 06:54:48 -0000 Received: from dhcp8.itworks.com.au (HELO paranoia) (203.36.209.217) by maybe.itworks.com.au with SMTP; 5 Apr 2000 06:54:48 -0000 From: "Richard Grace" To: Cc: "Gustavo V G C Rios" , Subject: RE: compiling world with perl enabled fails! Date: Wed, 5 Apr 2000 16:55:11 +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: <20000405004749.B40560@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 > > Is that also correct? > > Yep. Look farther down in that Makefile and see, > > config.h: linkfarm > sh config_h.sh > > ... > > perlmain.c: linkfarm writemain config.h > sh writemain lib/auto/DynaLoader/DynaLoader.a > ${.TARGET} > > I don't think the 'find: build's are a problem. If I just build in > that diretory right now, Yes, you're right, I can 'make' in the /usr/src/gnu/usr.bin/perl/perl directory. And mysteriously I can then 'make clean' and 'make buildworld' in /usr/src successfully... > The problem seems to be the mkdir. Make sure to clean before you try > again? So there is something wrong, but where? This is a clean install of 3.4-R with the 3.4-S source tree copied by: cd /usr ; (cd nfs_mount/usr ; tar Bpcf - src ) | tar Bpxf - Which should copy all the permissions of the original file system. I am root on both machines, so I don't see where the 'mkdir' should fail anyway. I did run this many times, both making clean and not making clean and the behaviour was the same. I will try a fresh copy of the source again and see if this is reproducable. Richard Grace ITworks Consulting Pty. Ltd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message