From owner-cvs-all@FreeBSD.ORG Thu Aug 7 07:48:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCAA37B401; Thu, 7 Aug 2003 07:48:52 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1123E43FA3; Thu, 7 Aug 2003 07:48:51 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.9/8.12.9) with ESMTP id h77Emonq027465 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 7 Aug 2003 10:48:50 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h77EmjO93409; Thu, 7 Aug 2003 10:48:45 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 7 Aug 2003 10:48:45 -0400 From: Andrew Gallatin To: Bosko Milekic Message-ID: <20030807104845.A93385@grasshopper.cs.duke.edu> References: <200308061846.h76IkmYp068237@repoman.freebsd.org> <20030806162243.A91712@grasshopper.cs.duke.edu> <3F3164D8.17704FF1@imimic.com> <16177.32077.922446.986623@grasshopper.cs.duke.edu> <20030806231310.GC46411@technokratis.com> <16178.19268.570629.572965@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <16178.19268.570629.572965@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Aug 07, 2003 at 08:51:16AM -0400 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 cc: "Alan L. Cox" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 14:48:53 -0000 Andrew Gallatin [gallatin@cs.duke.edu] wrote: > > Bosko Milekic writes: > > > > If you're building with -j, can you try without it? I seem to recall > > -j builds on i386 giving me similar results but two weeks ago. I > > haven't tried with -j again since then, though. > > -j16 works with a kernels from July 4th and June 1, June 7 and June 10th. > This is holding the src tree constant. > > I'm going to try with the SMALL_PIPE_SIZE fix and see if that helps. It changed the failure somewhat. Now make segfaults, and syntax errors which may not actually exist are found when building libstdc++. I'm going to back off to a known good kernel and make sure my srcs are not hosed. Drew