Created attachment 280353 [details] head|tail of build.log See attached build.log When running the automation.py, the following error appears: *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 339" data: no] That's the moment where a firefox instance is launched to reach http://localhost:8888/index.html but it fails, never returns and get stuck there. At the same time I tried: $ wget -qO - http://localhost:8888/index.html # which works ok (it dumps a script) I also tried to change the proxy settings in the firefox instance but it didn't work either. [I should add that the compilation wouldn't work without a running X and object linking needs a *lot* more memory than previous versions did]
Please attach full build.log and "emerge --info" output
Also check /etc/hosts is setting localhost properly: # IPv4 and IPv6 localhost aliases 127.0.0.1 localhost ::1 localhost And check you have "net.lo" init.d service started Feel free to reopen with that info if still failing
Created attachment 280955 [details] emerge --info
hum, I just retried. but I stopped Apache, removed localhost.local from my /etc/hosts and restarted net.lo So now I'm getting the error: *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 339" data: no] ...but surprisingly the compilation process then continues ! localhost - - [25/Jul/2011 21:54:56] "GET /favicon.ico HTTP/1.1" 200 - [...] So I will see if either my Apache config or /etc/hosts is wrong.
can not reproduce anymore ...