From owner-svn-ports-all@freebsd.org Sun Jun 5 18:32:45 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 2D56FB6B7FB; Sun, 5 Jun 2016 18:32:45 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay112.isp.belgacom.be (mailrelay112.isp.belgacom.be [195.238.20.139]) (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 CFC851BBC; Sun, 5 Jun 2016 18:32:43 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AYDACAb1RX/36LsFtcgzpJew+6YoF6hhICgRs6EwEBAQEBAQFlJ0ESAYNyAQEEOhwjEAsOCgkaCw8qHgYTiDO5EgEBAQEBAQEDAQEBAQEiinSJfhwBBJhIjhxwjjiPWiACMoI5gTc6Mod9gjUBAQE 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 20:31:28 +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 u55IVRvK085802; Sun, 5 Jun 2016 20:31:27 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 5 Jun 2016 20:31:26 +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: <20160605203126.7677afc4@kalimero.tijl.coosemans.org> In-Reply-To: References: <201606051435.u55EZ2q0028696@repo.freebsd.org> <77ffae79-adc6-de80-c2bb-b874fe1852c4@FreeBSD.org> <20160605175316.7ab3eb30@kalimero.tijl.coosemans.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 18:32:45 -0000 On Sun, 5 Jun 2016 17:59:48 +0200 Guido Falsi wrote: > On 06/05/16 17:53, Tijl Coosemans wrote: >> 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. > > Interesting. > > I'll try to check if I can fix it myself in the next days. r416413 seems to fix this as well. I'll leave it to you to double check this and revert the change.