Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 375633

Summary: =www-client/firefox-5.0-r2 +pgo build failure
Product: Gentoo Linux Reporter: Raphaël Droz <raphael.droz+floss>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: raphael.droz+floss
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: head|tail of build.log
emerge --info

Description Raphaël Droz 2011-07-19 10:33:49 UTC
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]
Comment 1 Pacho Ramos gentoo-dev 2011-07-22 12:08:45 UTC
Please attach full build.log and "emerge --info" output
Comment 2 Pacho Ramos gentoo-dev 2011-07-25 18:29:32 UTC
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
Comment 3 Raphaël Droz 2011-07-25 19:46:49 UTC
Created attachment 280955 [details]
emerge --info
Comment 4 Raphaël Droz 2011-07-25 19:58:39 UTC
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.
Comment 5 Raphaël Droz 2011-07-30 15:51:04 UTC
can not reproduce anymore ...