Gentoo Archives: gentoo-user

From: gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system
Date: Thu, 02 Aug 2018 05:16:08
Message-Id: CA+t6X7cg55j0sZuz1Q9Xy=ozCzvG04Ysbvq5t0eCWwxn32QCUA@mail.gmail.com
In Reply to: Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system by Adam Carter
1 2018-08-02 3:16 GMT+03:00 Adam Carter <adamcarter3@×××××.com>:
2 >> > I would do something like 'emerge -1 xorg-server xorg-drivers
3 >> > @x11-module-rebuild mesa llvm clang' then restart X and try again.
4 >>
5 >> Thank you for your reply.
6 >>
7 >> Initially, I understood the above recomendation as the suggestion to
8 >> rebuild the packages mentioned above with different use flags.
9 >>
10 >> Do you think that rebuilding them with the same use flags may help?
11 >
12 >
13 > It can, for example, if the major version of the kernel has changed but you
14 > havent rebuild xorg since (I only recall having this issue once).
15
16 Ok, thank you. I will try to do it in a two weeks.
17 (Currently, is still too hot to start so massive recompilation.)
18
19 > If you use newuse and changed-deps with emerge its probably less likely to
20 > find other issues.
21 >
22 >>
23 >> The said problem appeared just since the intallation of the new
24 >> Gentoo system in January-February 2018 and not since changing
25 >> the major version of gcc this spring.
26 >>
27 >> P.S. clang is not installed on my Gentoo system at all.
28 >>
29 >
30 > I've checked the dependencies on my system, and firefox is pulling that in
31 > for me, but checking the ebuilds you can see it becomes a dependency from
32 > v60 onwards;
33 >
34 > /usr/portage/www-client/firefox $ ls
35 > files/ firefox-52.9.0.ebuild Manifest
36 > firefox-52.6.0.ebuild firefox-60.1.0.ebuild metadata.xml
37 > firefox-52.8.0.ebuild firefox-61.0-r1.ebuild
38 > /usr/portage/www-client/firefox $ grep clang *
39 > grep: files: Is a directory
40 > firefox-60.1.0.ebuild: >=sys-devel/clang-4.0.1
41 > firefox-60.1.0.ebuild: has_version "sys-devel/clang:${LLVM_SLOT}"
42 > firefox-61.0-r1.ebuild: >=sys-devel/clang-4.0.1
43 > firefox-61.0-r1.ebuild: has_version "sys-devel/clang:${LLVM_SLOT}"
44 > /usr/portage/www-client/firefox $
45
46 Ok, thank you. I still have FF version 5.8.0 (64 bit).
47 It is the latest stable version on amd64.