From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 22 03:46:40 2014 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55DEAB88; Tue, 22 Apr 2014 03:46:40 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 254841BBA; Tue, 22 Apr 2014 03:46:39 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WcRfK-000B7d-JT; Tue, 22 Apr 2014 03:46:38 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s3M3ka7x007911; Mon, 21 Apr 2014 21:46:36 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18IgY9ZEPkzwNloazGAjw22 Subject: Re: Build failures with high parallel make(1) jobs with GCC From: Ian Lepore To: Glen Barber In-Reply-To: <20140422032638.GN49791@glenbarber.us> References: <20140422025435.GL49791@glenbarber.us> <1398136182.1124.394.camel@revolution.hippie.lan> <20140422032124.GM49791@glenbarber.us> <20140422032638.GN49791@glenbarber.us> Content-Type: text/plain; charset="us-ascii" Date: Mon, 21 Apr 2014 21:46:36 -0600 Message-ID: <1398138396.1124.395.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, freebsd-ppc@FreeBSD.org, freebsd-ia64@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 03:46:40 -0000 On Mon, 2014-04-21 at 23:26 -0400, Glen Barber wrote: > On Mon, Apr 21, 2014 at 11:21:24PM -0400, Glen Barber wrote: > > On Mon, Apr 21, 2014 at 09:09:42PM -0600, Ian Lepore wrote: > > > > The last successful build for powerpc on head/ was April 8. But I am > > > > having trouble tracking down what commits may (or may not) have > > > > contributed to recent high-parallel build failures. > > > > > > > > > > A couple weeks corresponds somewhat with the parallel subdir build > > > changes (it's about 3 weeks now). Try this patch I cooked up today for > > > $work, and in src/lib/Makefile add .WAIT (as if it were a directory > > > name) between ${SUBDIR_ORDERED} and the rest of the directories. > > > > > > > The patch fails to apply cleanly, but as far as I can tell, it is due to > > whitespace. > > > > I'll hand-patch it, and report back. > > > > Nope, I'm getting conflicts on revisions as far back as r251749. > > Glen > Doh! I completely forgot that's against 8.2 that we use at work. I'll re-spin it for -current. -- Ina