From owner-freebsd-ppc@FreeBSD.ORG Tue Jun 3 02:10:26 2014 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 714BA1B9; Tue, 3 Jun 2014 02:10:26 +0000 (UTC) Date: Tue, 3 Jun 2014 02:10:26 +0000 From: Alexey Dokuchaev To: Jukka Ukkonen Subject: Re: Odd failures during parallel PPC builds Message-ID: <20140603021026.GD60685@FreeBSD.org> References: <5388B184.4050309@freebsd.org> <538992B4.8030209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <538992B4.8030209@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ppc@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 02:10:26 -0000 On Sat, May 31, 2014 at 11:28:36AM +0300, Jukka Ukkonen wrote: > Now it seems I have found something going wrong with > parallel make on ppc such that the same symptoms cannot > be reproduced on an amd64 platform. > > [...] > > Is there anyone else trying to run local builds on > 32-bit ppc? If so, have you noticed any problems with > parallel make? Is there any other way to work around > this problem but avoiding the parallel builds completely? I normally do not build in parallel since it makes no sense on my single CPU Mac mini G4, but I can loop buildworld with some -jX value to see if I can catch anything. ./danfe