From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 12 15:32:24 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5FC2805 for ; Mon, 12 Aug 2013 15:32:24 +0000 (UTC) (envelope-from am-pub@kuri.mu) Received: from borok.kuri.mu (borok.kuri.mu [193.170.194.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9B20F273A for ; Mon, 12 Aug 2013 15:32:24 +0000 (UTC) Received: from treefort (unknown [79.143.219.140]) by borok.kuri.mu (Postfix) with ESMTPSA id BC2E8E008A for ; Mon, 12 Aug 2013 17:26:29 +0200 (CEST) Date: Mon, 12 Aug 2013 17:26:24 +0200 From: am-pub@kuri.mu To: gecko@FreeBSD.org Subject: PGO build fails with firefox 23 Message-ID: <20130812152613.GA94518@treefort> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: Mon, 12 Aug 2013 15:32:24 -0000 Hello, * Output from 'uname -a'. FreeBSD aaa 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253193: Thu Jul 11 12:52:39 CEST 2013 aaa@aaa:/usr/obj/usr/src/sys/AAA amd64 * Output from 'ident /usr/ports/www/firefox/Makefile' /usr/ports/www/firefox/Makefile: $FreeBSD: www/firefox/Makefile 324409 2013-08-08 18:42:03Z flo $ * Where/when did the problem occur: configuring, building, or running firefox building with the following options ===> The following configuration options are available for firefox-23.0,1: DBUS=on: D-Bus IPC system support DEBUG=off: Install debug symbols GCONF=off: GConf configuration backend support GIO=off: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) support GSTREAMER=on: Multimedia support via GStreamer LIBPROXY=on: Proxy support via libproxy LOGGING=off: Additional log messages OPTIMIZED_CFLAGS=on: Use extra compiler optimizations PGO=on: Use Profile-Guided Optimization WEBRTC=on: Web Real-Time Communication ====> Options available for the single AUDIO: you have to select exactly one of them ALSA=on: ALSA audio architecture support PULSEAUDIO=off: PulseAudio sound server support * How can you reproduce the problem? So far I had two issues, one with a workaround and one where I am stuck. First at some point the compilation fails with an error about missing pgo-profile-run. This was solved by adding: pgo-profile-run: $(PYTHON) $(DEPTH)/_profile/pgo/profileserver.py to work/mozilla-release/obj-x86_64-unknown-freebsd10.0/Makefile This workaround did the trick with firefox-22.0,1, however with 23 something fails later on (not sure if PGO related though): gmake -C ipc export gmake[5]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0/ipc' gmake[5]: *** No rule to make target `app/Makefile', needed by `export'. Stop. gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0/ipc' gmake[4]: *** [export_tier_platform] Error 2 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake[3]: *** [tier_platform] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake[2]: *** [default] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake[1]: *** [realbuild] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd10.0' gmake: *** [profiledbuild] Error 2 Thanks, a.