Summary: | www-client/firefox-66.0.2 - Error: cannot open display: :1 // Firefox exited with code 1 during profile initialization // gmake[1]: *** [Makefile:199: profiledbuild] Error 1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vladi <vladi> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log.gz
new build log for crash when compiling in xorg window manager |
Description
Vladi
2019-04-01 19:55:42 UTC
Not a firefox problem. You need a working X setup to build firefox (due to PGO support). Usually this is done by virtualx eclass. If this eclass is not working for you, you need to find out was wrong on your system. But start checking X logs... looks like X was started but crashed later. Ok, I am emerging it in i3 instead of sway / wayland. I am also getting this during the emerge not sure if its related:
>>> Verifying ebuild manifests
>>> Running pre-merge checks for www-client/firefox-66.0.2
Traceback (most recent call last):
File "/usr/lib/portage/python3.6/socks5-server.py", line 231, in <module>
asyncio.start_unix_server(s.handle_proxy_conn, sys.argv[1], loop=loop))
File "/usr/lib64/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/lib64/python3.6/asyncio/streams.py", line 151, in start_unix_server
return (yield from loop.create_unix_server(factory, path, **kwds))
File "/usr/lib64/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/usr/lib64/python3.6/asyncio/unix_events.py", line 290, in create_unix_server
sock.bind(path)
PermissionError: [Errno 13] Permission denied
* Checking for at least 8 GiB disk space at "/var/cache/portage/www-client/firefox-66.0.2/temp" ...
looks like that permissions error is caused by network-sanbox added in FEATURES No, it's not. Ebuild works fine with network-sandbox. Check your system... something weird is going on. Something is def going on, I now tried to compile it from i3 window manager which uses xorg. build fails again. Here is the new build log. Created attachment 571860 [details]
new build log for crash when compiling in xorg window manager
new build log for crash when compiling in xorg window manager
might also have something to do with this I found in my dmesg: [523147.778159] clang-8[24396]: segfault at 55e82e566148 ip 00007f64e0a87b07 sp 00007ffc0c0c2860 error 4 in libLLVMAnalysis.so.8[7f64e0659000+96e000] |