From owner-freebsd-stable Fri Mar 24 8:52:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.ne.home.com (ha1.rdc1.ne.home.com [24.2.4.66]) by hub.freebsd.org (Postfix) with ESMTP id E72D537B612 for ; Fri, 24 Mar 2000 08:52:29 -0800 (PST) (envelope-from jgowdy@home.com) Received: from cx443070a ([24.4.93.90]) by mail.rdc1.ne.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <20000324165220.DBUT14878.mail.rdc1.ne.home.com@cx443070a>; Fri, 24 Mar 2000 08:52:20 -0800 Message-ID: <003701bf95b2$961159a0$0100000a@vista1.sdca.home.com> From: "Jeremiah Gowdy" To: , "Sergei Vyshenski" Cc: , References: <3.0.5.32.20000324065537.007bc7d0@vivaldi> Subject: Re: perl vs buildworld and piping in 4.0 Date: Fri, 24 Mar 2000 09:01:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Was only able to build perl inside buildworld, after > switching off of all compiler optimization and piping in make.conf > (that is returning to default > #CFLAGS= -O -pipe > ) > > More to that, previous (crashed) runs of buildword, > left ill configuration files in /usr/src/contrib/perl5/..., > which survived subsequent run of "make clean" in /usr/src. > Had to spot them by date, and remove by hand. Yeah, I'm totally getting the same crap, I've failed make buildworld a hundred times. It's driving me insane. I even rm -rf /usr/src and cvsup again. Happens every time. I thought it was because I use SMP and was running make -j2 or -j4, but even after building without -jX (much slower) I got the same crash. I think it's saying mkdir: File Exists: or something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message