From owner-freebsd-ports@FreeBSD.ORG Sun May 26 15:10:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BBC29368; Sun, 26 May 2013 15:10:18 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by mx1.freebsd.org (Postfix) with ESMTP id 91CC2F33; Sun, 26 May 2013 15:10:18 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id bv13so3935741pdb.12 for ; Sun, 26 May 2013 08:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=ctzfwGcUpgIlKALZni73dT/82BkoR4TarzI7r89vP3s=; b=sv8yURutRDJ9zOlnicZAiSWITruhbpymWPTUtd0kt03PGPni3LNYGDx3Uk9Mt2fOr+ mrLWwxdPJyJLjmMPimtrCIqszuzosi6rW+fz9L3ETbpclyxbmgrv7V1pjHElBtcvCynm NVyYQ/mfJc75CS9B6j68BmtY8El5RSuyy0iyO2Iu10nkCw2b/5AhDpi4L42xLj+1NRg9 NcmPLqv+BZnQ72bF/iwk86CsChNLh36Izaa56om7tfI0WnP6q5bdo/3kus6CoDsy73r7 zc+nJsrD+VppAAEa/QVdkYicthMbLgl4JQtxMdjdb/zfeeaEmhp0mzOTzDC9bSr3qJbs F/6A== X-Received: by 10.68.226.39 with SMTP id rp7mr25493766pbc.97.1369581016867; Sun, 26 May 2013 08:10:16 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vb8sm24727061pbc.11.2013.05.26.08.10.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 May 2013 08:10:15 -0700 (PDT) Message-ID: <51A225D3.8000107@FreeBSD.org> Date: Mon, 27 May 2013 01:10:11 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: lang/spidermonkey185 build breaks References: <1367859768520-5809189.post@n5.nabble.com> <44vc6wj6qn.fsf@lowell-desk.lan> <1367904082812-5809299.post@n5.nabble.com> <1367905491245-5809304.post@n5.nabble.com> <51A21372.7000302@FreeBSD.org> In-Reply-To: <51A21372.7000302@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Dimitry Andric , Beeblebrox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2013 15:10:18 -0000 On 26/05/2013 11:51 PM, Kubilay Kocak wrote: > On 7/05/2013 3:44 PM, Beeblebrox wrote: >> port was successfully built with >> # make USE_GCC=any -C lang/spidermonkey185 >> >> >> >> ----- >> 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel >> >> -- >> View this message in context: http://freebsd.1045724.n5.nabble.com/lang-spidermonkey185-build-breaks-tp5809189p5809304.html >> Sent from the freebsd-ports mailing list archive at Nabble.com. >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > dim@ is landing an upstream fix for this very shortly which should > address this issue: > > [1] http://llvm.org/bugs/show_bug.cgi?id=16139 > [2] http://llvm.org/viewvc/llvm-project?view=revision&revision=182656 > > Thanks for the help Dimitry :) > > -koobs > Committed in r250997: http://svnweb.freebsd.org/changeset/base/250997 Thanks again Dimitry