Gentoo Archives: gentoo-user

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Latest chromium-40 on ~x86
Date: Mon, 26 Jan 2015 23:19:23
Message-Id: 20150127021909.e9fd331329b9545971a6f5c5@gentoo.org
In Reply to: Re: [gentoo-user] Latest chromium-40 on ~x86 by Nils Holland
1 Hi,
2
3 On Sun, 25 Jan 2015 19:43:12 +0100 Nils Holland wrote:
4 > On Sun, Jan 25, 2015 at 02:03:48PM +0300, Andrew Savchenko wrote:
5 >
6 > > I gave up on chromium starting from chromium-36, where they dropped
7 > > pre-SSE2 x86 support (and I use such system: Athlon-XP). I tried to
8 > > re-add this stuff with partial success (works, but still SIGILLs
9 > > sometimes) and it's very hard to clean all pieces. Looks like
10 > > they're slowly abandoning x86 and older hardware at all.
11 >
12 > Actually, I can't say that I'm too much of a fan of chromium either.
13 > I'm more than happy using vimb, sometimes also midori and firefox.
14 > Chromium mostly only sits here as a last resort when some site doesn't
15 > seem to work right in one of the other browsers (which, fortunatly,
16 > only happens with a frequency that is rapidly approaching "never").
17
18 There are many things I don't like in Chromium, but there is one
19 feature so important, that I can overlook all disadvantages of
20 chromium: this feature is security. Unlike other browsers (I don't
21 consider chrome or chromium forks here as a separate browsers)
22 chromium is secure by design: it isolates tabs and plugins,
23 supports various namespaces, seccomp sandboxing, yama framefork.
24 Other browsers don't: tabs are not isolated, plugins have poor
25 isolation (it seems firefox is working in this direction at least),
26 thogh they work fine on my yama-enabled systems.
27
28 > So
29 > the fact that I don't care about chromium too much, with the added
30 > fact that my main machine is a lower-range laptop and takes quite a
31 > while to build chromium, is also the reason why I can't be bothered
32 > right now to re-build in order to try out various things or otherwise
33 > try to collect debugging information.
34
35 distcc will help you here, that is the way how I maintain older
36 boxes. Of course, you should use ccache too.
37
38 Best regards,
39 Andrew Savchenko