As the title says, I can't build www/firefox. It fails at the beginning of the profiling test stage.
It's being built with DBUS, GSTREAMER, LIBRPOXY, OPTIMIZED_CFLAGS, PGO, WEBRTC, PULSEAUDIO options
The last lines of compilation:
I changed permissions of the www/firefox folder and its contents to avoid screen permissions related issues and making possible build as user. In this moment I'm using KDE4, but the same error occurs with another DE's and window managers like twm, CDE, GNOME2. The previous version was built and installed successfully with the same options.
I have noticed that lang/python27 has been updated a few days ago, approximately the same time that I have this problem. Is that update causing this problem instead?
It's being built with DBUS, GSTREAMER, LIBRPOXY, OPTIMIZED_CFLAGS, PGO, WEBRTC, PULSEAUDIO options
uname -a
says
Code:
FreeBSD casav 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Sat May 25 22:37:28 CLT 2013 root@casav:/usr/obj/usr/src/sys/FOO amd64
The last lines of compilation:
Code:
MOZ_PGO_INSTRUMENTED=1 OBJDIR=. JARLOG_FILE=./jarlog/en-US.log /usr/local/bin/python2.7 ./_profile/pgo/profileserver.py
args: ['/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd9.1/dist/firefox/firefox-bin', '-no-remote', '-profile', '/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd9.1/_profile/pgo/pgoprofile/', 'http://127.0.0.1:8888/index.html']
INFO | automation.py | Application pid: 6269
TEST-UNEXPECTED-FAIL | automation.py | Exited with code -10 during test run
INFO | automation.py | Application ran for: 0:00:00.066476
INFO | automation.py | Reading PID log: /tmp/tmpt8PJfhpidlog
gmake: *** [profiledbuild] Error 246
*** [do-build] Error code 1
Stop in /usr/ports/www/firefox.
*** [build] Error code 1
I changed permissions of the www/firefox folder and its contents to avoid screen permissions related issues and making possible build as user. In this moment I'm using KDE4, but the same error occurs with another DE's and window managers like twm, CDE, GNOME2. The previous version was built and installed successfully with the same options.
I have noticed that lang/python27 has been updated a few days ago, approximately the same time that I have this problem. Is that update causing this problem instead?