I have tried a number of options to get this error to go away including adding the “pgo test” use flags
File "/usr/lib64/python2.7/BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib64/python2.7/SocketServer.py", line 431, in server_bind
self.socket.bind(self.server_address)
File "/usr/lib64/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
Makefile:67: recipe for target 'pgo-profile-run' failed
make[1]: *** [pgo-profile-run] Error 1
make[1]: Leaving directory '/var/calculate/tmp/portage/www-client/firefox-50.1.0/work/firefox-50.1.0/ff'
client.mk:228: recipe for target 'profiledbuild' failed
make: *** [profiledbuild] Error 2
emake failed
* ERROR: www-client/firefox-50.1.0::gentoo failed (compile phase):
* Failed to run 'emake -f client.mk profiledbuild'
*
* Call stack:
* ebuild.sh, line 115: Called src_compile
* environment, line 5606: Called virtx 'emake' '-f' 'client.mk' 'profiledbuild'
* environment, line 6672: Called die
* The specific snippet of code:
* [[ ${retval} -ne 0 ]] && die "Failed to run '$@'";
*
ALSO This taken from elog log file for firefox stated this
WARN: unpack
Sorry, but firefox-50.1.0 does not support the en_AU locale
ERROR: compile
ERROR: www-client/firefox-50.1.0::gentoo failed (compile phase):
Failed to run 'emake -f client.mk profiledbuild'
Call stack:
ebuild.sh, line 115: Called src_compile
environment, line 5606: Called virtx 'emake' '-f' 'client.mk' 'profiledbuild'
environment, line 6672: Called die
The specific snippet of code:
[[ ${retval} -ne 0 ]] && die "Failed to run '$@'";
Now if it will not build profile because of my LOCALE then what can I do?
Thanks AnyOne