Does Gentoo Prefix now install it's own glibc ?
Hi,
I'm doing an update after a long time, and find that glibc is is being compiled - is that right? How comes the change from the previous model to use system libc? Thanks -- Regards, Asfand Yar Qazi Team 87 - High Throughput Gene Targeting Wellcome Trust Sanger Institute -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |
Does Gentoo Prefix now install it's own glibc ?
On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi <aq2@sanger.ac.uk> wrote:
> Hi, > > I'm doing an update after a long time, and find that glibc is is being > compiled - is that right? How comes the change from the previous model to > use system libc? No, and it doesn't have any prefix KEYWORDS, so I guess that you improperly used --autounmask or have a configuration error (invalid ACCEPT_KEYWORDS) -Jeremy > > Thanks > > -- > Regards, > Asfand Yar Qazi > Team 87 - High Throughput Gene Targeting > Wellcome Trust Sanger Institute > > > > -- > The Wellcome Trust Sanger Institute is operated by Genome Research Limited, > a charity registered in England with number 1021457 and a company registered > in England with number 2742969, whose registered office is 215 Euston Road, > London, NW1 2BE. |
Does Gentoo Prefix now install it's own glibc ?
On 31-08-2012 17:40:56 +0100, Asfand Qazi wrote:
> Hi, > > I'm doing an update after a long time, and find that glibc is is being > compiled - is that right? How comes the change from the previous model > to use system libc? ... as far as I know, it's not keyworded ... It's not supposed to be pulled in, let alone compiled. -- Fabian Groffen Gentoo on a different level |
Does Gentoo Prefix now install it's own glibc ?
On 8/31/2012 9:40 AM, Asfand Qazi wrote:
Hi, I'm doing an update after a long time, and find that glibc is is being compiled - is that right? How comes the change from the previous model to use system libc? Thanks What arch is your prefix? I very much doubt that Gentoo prefix has changed this "policy" (I know if it's /officially/ policy -- I'd guess something more like a long-standing tradition based on years of bitter experience -- my understanding is that it's been tried several times but has always ended in disaster and, ultimately, reversion). But, I'm really the wrong person to say -- that's second-hand information I'm giving you, I'm sure those who dealt with that in the trenches could say more about it. More likely, what has happened is that it has somehow accidentally gotten unmasked in your ${EPREFIX}/etc/portage/ or by an overlay. Also, just to be sure, I just synced my prefix-x86 tree and no glibc appears in @system. -gmt |
Does Gentoo Prefix now install it's own glibc ?
On 31/08/12 19:10, Jeremy Olexa wrote:
On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi <aq2@sanger.ac.uk> wrote: Hi, I'm doing an update after a long time, and find that glibc is is being compiled - is that right? How comes the change from the previous model to use system libc? No, and it doesn't have any prefix KEYWORDS, so I guess that you improperly used --autounmask or have a configuration error (invalid ACCEPT_KEYWORDS) -Jeremy Ah, whoops... my mistake, sorry. It was being umasked. Why on earth did I do that?!!! Thanks -- Regards, Asfand Yar Qazi Team 87 - High Throughput Gene Targeting Wellcome Trust Sanger Institute -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |
Does Gentoo Prefix now install it's own glibc ?
On 03/09/12 10:11, Asfand Qazi wrote:
On 31/08/12 19:10, Jeremy Olexa wrote: On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi <aq2@sanger.ac.uk> wrote: Hi, I'm doing an update after a long time, and find that glibc is is being compiled - is that right? How comes the change from the previous model to use system libc? No, and it doesn't have any prefix KEYWORDS, so I guess that you improperly used --autounmask or have a configuration error (invalid ACCEPT_KEYWORDS) -Jeremy Ah, whoops... my mistake, sorry. It was being umasked. Why on earth did I do that?!!! Ah, taking it out of package.keywords has not actually stopped it being pulled in. Looking at the tree (and then reading the ebuild), it's actually icedtea-bin-7 pulling it in (it has a dependency of >=sys-libs/glibc-2.11.2 ), so I guess I'll wait for that problem to go away. Thanks -- Regards, Asfand Yar Qazi Team 87 - High Throughput Gene Targeting Wellcome Trust Sanger Institute -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |
Does Gentoo Prefix now install it's own glibc ?
On Monday, September 3, 2012, Asfand Qazi wrote:
On 03/09/12 10:11, Asfand Qazi wrote: On 31/08/12 19:10, Jeremy Olexa wrote: On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi <aq2@sanger.ac.uk> wrote: Hi, I'm doing an update after a long time, and find that glibc is is being compiled - is that right? *How comes the change from the previous model to use system libc? No, and it doesn't have any prefix KEYWORDS, so I guess that you improperly used --autounmask or have a configuration error (invalid ACCEPT_KEYWORDS) -Jeremy Ah, whoops... my mistake, sorry. *It was being umasked. *Why on earth did I do that?!!! Ah, taking it out of package.keywords has not actually stopped it being pulled in. *Looking at the tree (and then reading the ebuild), it's actually icedtea-bin-7 pulling it in (it has a dependency of >=sys-libs/glibc-2.11.2 ), so I guess I'll wait for that problem to go away. You also added icedtea-bin to your package.keywords then since it has Prefix KEYWORDS. There is nothing to "fix" with a bin package, sorry. Thanks -- Regards, * * * Asfand Yar Qazi * * * Team 87 - High Throughput Gene Targeting * * * Wellcome Trust Sanger Institute -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |
Does Gentoo Prefix now install it's own glibc ?
On 03/09/12 17:30, Jeremy Olexa wrote:
You also added icedtea-bin to your package.keywords then since it has Prefix KEYWORDS. There is nothing to "fix" with a bin package, sorry. Ah, I see. OK, no worries. I'll try to install the non '-bin' package instead. -- Regards, Asfand Yar Qazi Team 87 - High Throughput Gene Targeting Wellcome Trust Sanger Institute -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |
| All times are GMT. The time now is 06:55 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.