From owner-freebsd-ports@FreeBSD.ORG Wed Feb 27 08:29:19 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75DFB20D; Wed, 27 Feb 2013 08:29:19 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF24F8; Wed, 27 Feb 2013 08:29:18 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 94CF9CAEAC; Wed, 27 Feb 2013 09:29:16 +0100 (CET) Received: from soth.ventu (adsl-ull-238-253.41-151.net24.it [151.41.253.238]) (authenticated bits=0) by ns2.biolchim.it (8.14.6/8.14.6) with ESMTP id r1R8T6gv023514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 27 Feb 2013 09:29:10 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id r1R8Swxw003347; Wed, 27 Feb 2013 09:28:58 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <512DC3CA.3070207@netfence.it> Date: Wed, 27 Feb 2013 09:28:58 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: gecko@FreeBSD.org, ports@freebsd.org Subject: Re: Firefox upgrade fails References: <51260890.6030807@netfence.it> <51274D65.3060900@FreeBSD.org> In-Reply-To: <51274D65.3060900@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns2.biolchim.it [192.168.2.203]); Wed, 27 Feb 2013 09:29:11 +0100 (CET) Cc: tmueller@sysgo.com, Dimitry Andric X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:29:19 -0000 On 02/22/13 11:50, Dimitry Andric wrote: > In any case, this looks like Firefox is attempting to use profile guided > optimization (via -fprofile-generate, etc), which is currently not > supported. Try turning it off. I never enabled this... > Disable PGO I thought I'd try this, but see below; however I would be curious why it suddenly stopped working... > or build with GCC (I used "make USE_GCC=4.6+"). I thought I was using GCC... Anyway, the next day, after another update of the port tree, compilation went fine. Thanks to all av.