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

Bug 598122

Summary: =www-client/firefox-49.0 with USE="pgo" tries to bind socket on 127.0.0.1:8888
Product: Gentoo Linux Reporter: Dmitri Bogomolov <4glitch>
Component: Current packagesAssignee: Andrew Savchenko <bircoph>
Status: RESOLVED WONTFIX    
Severity: normal CC: mozilla
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Dmitri Bogomolov 2016-10-26 12:59:11 UTC
in testing/mozbase/mozhttpd/mozhttpd/mozhttpd.py, line 259

As a result Firefox fails to build if there is another process which listens to 127.0.0.1:8888.
Comment 1 Dmitri Bogomolov 2016-10-26 13:01:33 UTC
Created attachment 451474 [details]
build.log

build.log 5.2 M - too big for attachment
Comment 2 Jory A. Pratt gentoo-dev 2016-10-27 01:31:53 UTC
There is no good solution here at all, pgo is not officially supported as of yet which means you would need to provide a possible patch
Comment 3 Ian Stakenvicius (RETIRED) gentoo-dev 2016-10-27 01:42:39 UTC
Reassigning to bircoph; please undo the reso/won'tfix only if you can find a solution.
Comment 4 Jory A. Pratt gentoo-dev 2016-10-27 04:56:33 UTC
(In reply to Ian Stakenvicius from comment #3)
> Reassigning to bircoph; please undo the reso/won'tfix only if you can find a
> solution.

There is no solution, we can move it to whatever port it is only gonna be an issue for the next person.
Comment 5 Andrew Savchenko gentoo-dev 2017-01-17 15:46:27 UTC
Maybe FEATURES="network-sandbox" will help with this issue?