From owner-freebsd-gecko@FreeBSD.ORG Fri Feb 22 10:51:19 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 73E8116F; Fri, 22 Feb 2013 10:51:19 +0000 (UTC) (envelope-from tmueller@sysgo.com) Received: from mail1.sysgo.com (mail1.sysgo.com [176.9.26.183]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA336E2; Fri, 22 Feb 2013 10:51:18 +0000 (UTC) Received: from lantia.sysgo.com (unknown [172.22.2.7]) by mail1.sysgo.com (Postfix) with ESMTP id A3C9E46343; Fri, 22 Feb 2013 11:43:55 +0100 (CET) Received: by lantia.sysgo.com (Postfix, from userid 113) id 28D9C506095; Fri, 22 Feb 2013 11:42:43 +0100 (CET) Received: from tmu.ulm.sysgo.com (tmu.ulm.sysgo.com [172.30.3.10]) by lantia.sysgo.com (Postfix) with ESMTP id A3D2F5060C5; Fri, 22 Feb 2013 11:42:37 +0100 (CET) Date: Fri, 22 Feb 2013 11:42:34 +0100 From: Thomas Mueller To: Andrea Venturoli Subject: Re: Firefox upgrade fails Message-ID: <20130222114234.04d48456@tmu.ulm.sysgo.com> In-Reply-To: <51260890.6030807@netfence.it> References: <51260890.6030807@netfence.it> Organization: SYSGO AG X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 10:51:19 -0000 On Thu, 21 Feb 2013 12:44:16 +0100, Andrea Venturoli wrote: > > # uname -a > > FreeBSD xxxxxx.xxxxx 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #2: Sat Dec 1 14:43:22 CET 2012 root@xxxxxx.xxxxx:/usr/obj/usr/src/sys/XXXXXX i386 > > > portupgrade -R firefox > > ... > > /usr/local/local/storage/alamartmp/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-fla-release/config/pythonpath.py -I../../config /usr/local/local/storage/alamartmp/usr/ports/www/mozalloc.so --uselist -- clang++ -Qunused-arguments -isystem/usr/local/include -Qunused-argumetor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-ech=athlon-mp -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sectfomit-frame-pointer -fPIC -shared -Wl,-z,defs -Wl,-h,libmozalloc.so -o libmozalloc.so mozalloc.GIN -Wl,-z,noexecstack -fprofile-generate -Wl,-rpath-link,/usr/local/local/storage/alamartmp/usocal/local/storage/alamartmp/usr/ports/www/firefox/work/fake/lib > > /usr/bin/ld: /usr/bin/../lib/libprofile_rt.a: No such file: No such file or directory > > clang++: error: linker command failed with exit code 1 (use -v to see invocation) > > gmake[5]: *** [libmozalloc.so] Error 1 > > ... > > Any hint? Disable PGO or build with GCC (I used "make USE_GCC=4.6+"). -- Thomas Mueller