From owner-svn-ports-head@freebsd.org Mon Jun 6 07:38:38 2016 Return-Path: Delivered-To: svn-ports-head@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 59303B6DF2E; Mon, 6 Jun 2016 07:38:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA8C1DC7; Mon, 6 Jun 2016 07:38:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3rNRQK6955zZr1; Mon, 6 Jun 2016 09:38:33 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id l3oOwE0-E_rj; Mon, 6 Jun 2016 09:38:31 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 6 Jun 2016 09:38:30 +0200 (CEST) Subject: Re: svn commit: r416393 - in head: deskutils/tomboy devel/gmake devel/ocaml-deriving-ocsigen/files games/0ad/files To: Tijl Coosemans References: <201606051435.u55EZ2q0028696@repo.freebsd.org> <77ffae79-adc6-de80-c2bb-b874fe1852c4@FreeBSD.org> <20160605175316.7ab3eb30@kalimero.tijl.coosemans.org> <20160605203126.7677afc4@kalimero.tijl.coosemans.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Guido Falsi Message-ID: <84c7bc7d-6e49-7924-7110-ba540e3cf6d5@FreeBSD.org> Date: Mon, 6 Jun 2016 09:38:29 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160605203126.7677afc4@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2016 07:38:38 -0000 On 06/05/16 20:31, Tijl Coosemans wrote: > 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. > Most probably it does fix it. Going to check soon. Thanks again! -- Guido Falsi