* [gentoo-user] Binary chrome - is it safe in terms of dependencies? @ 2013-01-30 17:39 Nilesh Govindrajan 2013-01-30 18:09 ` Yohan Pereira 0 siblings, 1 reply; 7+ messages in thread From: Nilesh Govindrajan @ 2013-01-30 17:39 UTC (permalink / raw To: Gentoo User Mailing List There are two packages of chrome on repository, one is the binary version officially made available by Google and another is the open source version chromium. Since Gentoo updates libraries very quickly, I'm wondering if it is safe to use the binary version? Has anyone faced library breakages on this? Chromium is easily recompiled with new libraries and you don't have a broken browser, which won't really be the case with the binary version. -- Nilesh Govindrajan http://nileshgr.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Binary chrome - is it safe in terms of dependencies? 2013-01-30 17:39 [gentoo-user] Binary chrome - is it safe in terms of dependencies? Nilesh Govindrajan @ 2013-01-30 18:09 ` Yohan Pereira 2013-01-31 1:35 ` Mike Gilbert 0 siblings, 1 reply; 7+ messages in thread From: Yohan Pereira @ 2013-01-30 18:09 UTC (permalink / raw To: gentoo-user On 30/01/13 at 11:09pm, Nilesh Govindrajan wrote: > Since Gentoo updates libraries very quickly, I'm wondering if it is > safe to use the binary version? Has anyone faced library breakages on > this? > > Chromium is easily recompiled with new libraries and you don't have a > broken browser, which won't really be the case with the binary > version. I've used the binary version (google-chrome) for a while and never had any breakages. I guess if there's a library update that could potentially break google-chrome the gentoo devs would add a blocker so you wont be able to install the 2 at the same time. I have since migrated to chromium (on account of getting a more powerful processor). The chromium compile took a hell of a long time on my old dual core. Even on my fx8150 it still takes about an hour. -- - Yohan Pereira The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Binary chrome - is it safe in terms of dependencies? 2013-01-30 18:09 ` Yohan Pereira @ 2013-01-31 1:35 ` Mike Gilbert 2013-01-31 6:56 ` Nilesh Govindrajan 0 siblings, 1 reply; 7+ messages in thread From: Mike Gilbert @ 2013-01-31 1:35 UTC (permalink / raw To: gentoo-user On Wed, Jan 30, 2013 at 1:09 PM, Yohan Pereira <yohan.pereira@gmail.com> wrote: > On 30/01/13 at 11:09pm, Nilesh Govindrajan wrote: >> Since Gentoo updates libraries very quickly, I'm wondering if it is >> safe to use the binary version? Has anyone faced library breakages on >> this? >> >> Chromium is easily recompiled with new libraries and you don't have a >> broken browser, which won't really be the case with the binary >> version. > > I've used the binary version (google-chrome) for a while and never > had any breakages. I guess if there's a library update that could > potentially break google-chrome the gentoo devs would add a blocker so > you wont be able to install the 2 at the same time. > Or I can just bundle a copy of the necessary libraries, similar to what I have done for libudev.so.0. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Binary chrome - is it safe in terms of dependencies? 2013-01-31 1:35 ` Mike Gilbert @ 2013-01-31 6:56 ` Nilesh Govindrajan 2013-01-31 12:08 ` [gentoo-user] " Nuno Silva 0 siblings, 1 reply; 7+ messages in thread From: Nilesh Govindrajan @ 2013-01-31 6:56 UTC (permalink / raw To: Gentoo User Mailing List On Thu, Jan 31, 2013 at 7:05 AM, Mike Gilbert <floppym@gentoo.org> wrote: > On Wed, Jan 30, 2013 at 1:09 PM, Yohan Pereira <yohan.pereira@gmail.com> wrote: >> On 30/01/13 at 11:09pm, Nilesh Govindrajan wrote: >>> Since Gentoo updates libraries very quickly, I'm wondering if it is >>> safe to use the binary version? Has anyone faced library breakages on >>> this? >>> >>> Chromium is easily recompiled with new libraries and you don't have a >>> broken browser, which won't really be the case with the binary >>> version. >> >> I've used the binary version (google-chrome) for a while and never >> had any breakages. I guess if there's a library update that could >> potentially break google-chrome the gentoo devs would add a blocker so >> you wont be able to install the 2 at the same time. >> > > Or I can just bundle a copy of the necessary libraries, similar to > what I have done for libudev.so.0. > Sounds good. I guess I'll switch to binary chrome then. -- Nilesh Govindrajan http://nileshgr.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Binary chrome - is it safe in terms of dependencies? 2013-01-31 6:56 ` Nilesh Govindrajan @ 2013-01-31 12:08 ` Nuno Silva 2013-01-31 12:26 ` Nilesh Govindrajan 0 siblings, 1 reply; 7+ messages in thread From: Nuno Silva @ 2013-01-31 12:08 UTC (permalink / raw To: gentoo-user On 2013-01-31, Nilesh Govindrajan wrote: > On Thu, Jan 31, 2013 at 7:05 AM, Mike Gilbert <floppym@gentoo.org> wrote: >> On Wed, Jan 30, 2013 at 1:09 PM, Yohan Pereira >> <yohan.pereira@gmail.com> wrote: >>> On 30/01/13 at 11:09pm, Nilesh Govindrajan wrote: >>>> Since Gentoo updates libraries very quickly, I'm wondering if it is >>>> safe to use the binary version? Has anyone faced library breakages on >>>> this? >>>> >>>> Chromium is easily recompiled with new libraries and you don't have a >>>> broken browser, which won't really be the case with the binary >>>> version. >>> >>> I've used the binary version (google-chrome) for a while and never >>> had any breakages. I guess if there's a library update that could >>> potentially break google-chrome the gentoo devs would add a blocker so >>> you wont be able to install the 2 at the same time. >>> >> >> Or I can just bundle a copy of the necessary libraries, similar to >> what I have done for libudev.so.0. >> > > Sounds good. I guess I'll switch to binary chrome then. Also, I suppose that, if there were library incompatibilities, the package would never go stable, or would at least, like Yohan said, lead to a block/version dependency. -- Nuno Silva (aka njsg) http://njsg.sdf-eu.org/ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Binary chrome - is it safe in terms of dependencies? 2013-01-31 12:08 ` [gentoo-user] " Nuno Silva @ 2013-01-31 12:26 ` Nilesh Govindrajan 2013-01-31 16:30 ` Nuno Silva 0 siblings, 1 reply; 7+ messages in thread From: Nilesh Govindrajan @ 2013-01-31 12:26 UTC (permalink / raw To: Gentoo User Mailing List [-- Attachment #1: Type: text/plain, Size: 1674 bytes --] Well, many times you can't really anticipate everything. I had my libreoffice-bin pdf import broken for two months because some shared library had got upgraded against which it wasn't linked. (excuse for top post, typing from mobile) -- Nilesh Govindrajan http://nileshgr.com On Jan 31, 2013 5:38 PM, "Nuno Silva" <nunojsilva@ist.utl.pt> wrote: > On 2013-01-31, Nilesh Govindrajan wrote: > > > On Thu, Jan 31, 2013 at 7:05 AM, Mike Gilbert <floppym@gentoo.org> > wrote: > >> On Wed, Jan 30, 2013 at 1:09 PM, Yohan Pereira > >> <yohan.pereira@gmail.com> wrote: > >>> On 30/01/13 at 11:09pm, Nilesh Govindrajan wrote: > >>>> Since Gentoo updates libraries very quickly, I'm wondering if it is > >>>> safe to use the binary version? Has anyone faced library breakages on > >>>> this? > >>>> > >>>> Chromium is easily recompiled with new libraries and you don't have a > >>>> broken browser, which won't really be the case with the binary > >>>> version. > >>> > >>> I've used the binary version (google-chrome) for a while and never > >>> had any breakages. I guess if there's a library update that could > >>> potentially break google-chrome the gentoo devs would add a blocker so > >>> you wont be able to install the 2 at the same time. > >>> > >> > >> Or I can just bundle a copy of the necessary libraries, similar to > >> what I have done for libudev.so.0. > >> > > > > Sounds good. I guess I'll switch to binary chrome then. > > Also, I suppose that, if there were library incompatibilities, the > package would never go stable, or would at least, like Yohan said, lead > to a block/version dependency. > > -- > Nuno Silva (aka njsg) > http://njsg.sdf-eu.org/ > > > [-- Attachment #2: Type: text/html, Size: 2501 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Binary chrome - is it safe in terms of dependencies? 2013-01-31 12:26 ` Nilesh Govindrajan @ 2013-01-31 16:30 ` Nuno Silva 0 siblings, 0 replies; 7+ messages in thread From: Nuno Silva @ 2013-01-31 16:30 UTC (permalink / raw To: gentoo-user On 2013-01-31, Nilesh Govindrajan wrote: >On Jan 31, 2013 5:38 PM, "Nuno Silva" <nunojsilva@ist.utl.pt> wrote: > >>> Also, I suppose that, if there were library incompatibilities, the >>> package would never go stable, or would at least, like Yohan said, lead >>> to a block/version dependency. > > Well, many times you can't really anticipate everything. > > I had my libreoffice-bin pdf import broken for two months because some > shared library had got upgraded against which it wasn't linked. I guess that sometimes this kind of issues may be harder to spot, or require harder fixes (see for example the current state of LISP where some packages require ASDF 2 but the stable one is ASDF 1, AFAIK the stabilization of ASDF 2 is pending because some eclasses have to be changed), but even then I'd suppose this is what the unstable arches are for. -- Nuno Silva (aka njsg) http://njsg.sdf-eu.org/ ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-31 16:30 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-01-30 17:39 [gentoo-user] Binary chrome - is it safe in terms of dependencies? Nilesh Govindrajan 2013-01-30 18:09 ` Yohan Pereira 2013-01-31 1:35 ` Mike Gilbert 2013-01-31 6:56 ` Nilesh Govindrajan 2013-01-31 12:08 ` [gentoo-user] " Nuno Silva 2013-01-31 12:26 ` Nilesh Govindrajan 2013-01-31 16:30 ` Nuno Silva
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox