Date: Thu, 12 Sep 2013 12:59:38 -0400 From: Peter Lai <cowbert@gmail.com> Cc: freebsd-gecko@freebsd.org Subject: Re: Firefox23 PGO build fails on automation.py error code -10 Message-ID: <CACPAC30T=CVzVp2-kKd%2BF-vU=RrE4JMFrDE6UjRCG2c-5xQPMQ@mail.gmail.com> In-Reply-To: <CACPAC33v4z6kexPFvKT3yxx_LvvPiVTezmm%2BOM2kkH_RUPOfUA@mail.gmail.com> References: <CACPAC31sFfUXEXKXA3SWke5DObazdOSYbCpUpfwT8Foz1O6BYQ@mail.gmail.com> <5230BF83.60206@queue.to> <CACPAC33v4z6kexPFvKT3yxx_LvvPiVTezmm%2BOM2kkH_RUPOfUA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
OK seems to get past that failure when I strip out the jemalloc defs. Looks like gcc46 doesn't like them either. On Thu, Sep 12, 2013 at 3:19 AM, Peter Lai <cowbert@gmail.com> wrote: > Yes tests are enabled, and also explicity in bsd.gecko.mk: > #MOZ_OPTIONS+= --disable-tests \ > MOZ_OPTIONS+= --enable-tests \ > --enable-chrome-format=${MOZ_CHROME} \ > --enable-default-toolkit=${MOZ_TOOLKIT} \ > --with-pthreads > > MOZ_PGO_INSTRUMENTED=1 JARLOG_FILE=jarlog/en-US.log EXTRA_TEST_ARGS=10 > gmake -C . pgo-profile-run > gmake[1]: Entering directory > `/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1' > /usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/_virtualenv/bin/python > ./_profile/pgo/profileserver.py 10 > args: ['/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/dist/firefox/firefox-bin', > '-no-remote', '-profile', > '/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/_profile/pgo/pgoprofile/', > 'http://127.0.0.1:8888/index.html'] > INFO | automation.py | Application pid: 18799 > TEST-UNEXPECTED-FAIL | automation.py | Exited with code -10 during test run > INFO | automation.py | Application ran for: 0:00:00.332977 > INFO | zombiecheck | Reading PID log: /tmp/tmpTcTsY0pidlog > gmake[1]: *** [pgo-profile-run] Error 246 > gmake[1]: Leaving directory > `/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1' > gmake: *** [profiledbuild] Error 2 > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** [do-build] Error code 1 > > Stop in /usr/ports/www/firefox. > *** [build] Error code 1 > > Stop in /usr/ports/www/firefox. > > On Wed, Sep 11, 2013 at 3:07 PM, Howard Goldstein <hg@queue.to> wrote: >> On 09/09/2013 11:55, Peter Lai wrote: >>> I patched Firefox 23 from a portsnap taken 2013-09-08 with the patches >>> from http://lists.freebsd.org/pipermail/freebsd-gecko/2013-August/003598.html >>> It will not PGO. I su -m, confirm shell can access X (run glxgears), >>> PGO build fails after automation.py tries to run with error code -10. >> >> Make sure your .mozconfig contains --enable-tests. You may need to tweak >> bsd.gecko.mk to suppress --disable-tests >> >> >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACPAC30T=CVzVp2-kKd%2BF-vU=RrE4JMFrDE6UjRCG2c-5xQPMQ>