Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375633 - =www-client/firefox-5.0-r2 +pgo build failure
Summary: =www-client/firefox-5.0-r2 +pgo build failure
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 10:33 UTC by Raphaël Droz
Modified: 2011-07-30 15:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
head|tail of build.log (build.log,3.52 KB, text/plain)
2011-07-19 10:33 UTC, Raphaël Droz
Details
emerge --info (emerge.info.log,5.01 KB, text/plain)
2011-07-25 19:46 UTC, Raphaël Droz
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ...