From owner-svn-ports-all@freebsd.org Sun Jun 5 15:54:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD754B6AA50; Sun, 5 Jun 2016 15:54:32 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay115.isp.belgacom.be (mailrelay115.isp.belgacom.be [195.238.20.142]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55AB4129A; Sun, 5 Jun 2016 15:54:30 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DpDAAASlRX/36LsFtcgzpJew+6YoF6hgwEAgKBGToTAQEBAQEBAWUnQRIBg3IBAQQ6HCMQCw4KCRoLDyoeBhOIM7hoAQEBAQEBAQMBAQEBASKKdIl+HAEEmEiOHHCOOI9aIAIygjmBNzoyh32CNQEBAQ Received: from 126.139-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.139.126]) by relay.skynet.be with ESMTP; 05 Jun 2016 17:53:17 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u55FrG4V007915; Sun, 5 Jun 2016 17:53:17 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 5 Jun 2016 17:53:16 +0200 From: Tijl Coosemans To: Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416393 - in head: deskutils/tomboy devel/gmake devel/ocaml-deriving-ocsigen/files games/0ad/files Message-ID: <20160605175316.7ab3eb30@kalimero.tijl.coosemans.org> In-Reply-To: <77ffae79-adc6-de80-c2bb-b874fe1852c4@FreeBSD.org> References: <201606051435.u55EZ2q0028696@repo.freebsd.org> <77ffae79-adc6-de80-c2bb-b874fe1852c4@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 15:54:32 -0000 On Sun, 5 Jun 2016 16:40:51 +0200 Guido Falsi wrote: > On 06/05/16 16:35, Tijl Coosemans wrote: >> - games/0ad: disable make jobs when building bundled Spidermonkey. > > Thanks for spotting this! Actually I don't fully understand the problem. Something about the combination of phony double-colon rules and multiple jobs breaks things. I'm not entirely convinced it's a Makefile bug. It could be a gmake bug, but I haven't managed to reproduce it in a small test Makefile. I figured out a way to work around the first case in the Spidermonkey Makefiles (see patch 3 in the PR), but not the second so I just disabled make jobs.