public inbox for gentoo-alpha@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-alpha] glibc 2.5+
@ 2007-05-28 14:01 Davide Cittaro
  2007-05-28 15:06 ` Bryan Østergaard
  0 siblings, 1 reply; 5+ messages in thread
From: Davide Cittaro @ 2007-05-28 14:01 UTC (permalink / raw
  To: gentoo-alpha

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

Hi all, I've found that glibc 2.5+ cannot be compiled on my alpha, as  
reported on gentoo bugzilla by another person.

http://bugs.gentoo.org/show_bug.cgi?id=179353

I have a couple of questions, then:
1- it is safe to use '-nptlonly' flag?
2- when the patched glibc will be available in portage (comment 2 of  
that bug has been posted  one week ago)?

d

/*
Davide Cittaro
HPC and Bioinformatics Systems @ Informatics Core

IFOM - Istituto FIRC di Oncologia Molecolare
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
e-mail: davide.cittaro@ifom-ieo-campus.it
*/



[-- Attachment #2: Type: text/html, Size: 3580 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-alpha] glibc 2.5+
  2007-05-28 14:01 [gentoo-alpha] glibc 2.5+ Davide Cittaro
@ 2007-05-28 15:06 ` Bryan Østergaard
  2007-05-28 15:11   ` Davide Cittaro
  0 siblings, 1 reply; 5+ messages in thread
From: Bryan Østergaard @ 2007-05-28 15:06 UTC (permalink / raw
  To: gentoo-alpha

On Mon, May 28, 2007 at 04:01:15PM +0200, Davide Cittaro wrote:
> Hi all, I've found that glibc 2.5+ cannot be compiled on my alpha, as  
> reported on gentoo bugzilla by another person.
> 
> http://bugs.gentoo.org/show_bug.cgi?id=179353
> 
> I have a couple of questions, then:
> 1- it is safe to use '-nptlonly' flag?
Not really. In the past we've found Linuxthreads to be unstable and
nptlonly is much preferred for that reason (we had programs randomly
crashing with Linuxthreads and no problems with NPTL).

> 2- when the patched glibc will be available in portage (comment 2 of  
> that bug has been posted  one week ago)?
As soon as glibc upstream fixes the problem. Meanwhile you have two
different options.

1. Upgrade to binutils >=2.17.50.0.15 and risk possible unknown bugs
from doing so.
2. Ignoring glibc-2.5 updates until upstream fixes the issue.

My recommendation would be to wait and not try to work around the issue
yourself.

Regards,
Bryan Østergaard
-- 
gentoo-alpha@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-alpha] glibc 2.5+
  2007-05-28 15:06 ` Bryan Østergaard
@ 2007-05-28 15:11   ` Davide Cittaro
  2007-05-28 15:49     ` Bryan Østergaard
  0 siblings, 1 reply; 5+ messages in thread
From: Davide Cittaro @ 2007-05-28 15:11 UTC (permalink / raw
  To: gentoo-alpha

[-- Attachment #1: Type: text/plain, Size: 1658 bytes --]


On May 28, 2007, at 5:06 PM, Bryan Østergaard wrote:

> On Mon, May 28, 2007 at 04:01:15PM +0200, Davide Cittaro wrote:
>> Hi all, I've found that glibc 2.5+ cannot be compiled on my alpha, as
>> reported on gentoo bugzilla by another person.
>>
>> http://bugs.gentoo.org/show_bug.cgi?id=179353
>>
>> I have a couple of questions, then:
>> 1- it is safe to use '-nptlonly' flag?
> Not really. In the past we've found Linuxthreads to be unstable and
> nptlonly is much preferred for that reason (we had programs randomly
> crashing with Linuxthreads and no problems with NPTL).
>

After 1 hour of building I've discovered that glibc doesn't compile  
even without nptlonly flag

>> 2- when the patched glibc will be available in portage (comment 2 of
>> that bug has been posted  one week ago)?
> As soon as glibc upstream fixes the problem. Meanwhile you have two
> different options.
>
> 1. Upgrade to binutils >=2.17.50.0.15 and risk possible unknown bugs
> from doing so.
> 2. Ignoring glibc-2.5 updates until upstream fixes the issue.
>
> My recommendation would be to wait and not try to work around the  
> issue
> yourself.

Unfortunately I have strict times and this general system update has  
been scheduled for this week. Since glibc-2.5-r2 is marked stable on  
alpha I thought I wouldn't run into such issues... :-(
If I upgrade binutils can I use both nptl* flags?

d

/*
Davide Cittaro
HPC and Bioinformatics Systems @ Informatics Core

IFOM - Istituto FIRC di Oncologia Molecolare
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
e-mail: davide.cittaro@ifom-ieo-campus.it
*/



[-- Attachment #2: Type: text/html, Size: 7700 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-alpha] glibc 2.5+
  2007-05-28 15:11   ` Davide Cittaro
@ 2007-05-28 15:49     ` Bryan Østergaard
  2007-06-01  9:49       ` Davide Cittaro
  0 siblings, 1 reply; 5+ messages in thread
From: Bryan Østergaard @ 2007-05-28 15:49 UTC (permalink / raw
  To: gentoo-alpha

On Mon, May 28, 2007 at 05:11:56PM +0200, Davide Cittaro wrote:
> 
> On May 28, 2007, at 5:06 PM, Bryan Østergaard wrote:
> 
> >On Mon, May 28, 2007 at 04:01:15PM +0200, Davide Cittaro wrote:
> >>Hi all, I've found that glibc 2.5+ cannot be compiled on my alpha, as
> >>reported on gentoo bugzilla by another person.
> >>
> >>http://bugs.gentoo.org/show_bug.cgi?id=179353
> >>
> >>I have a couple of questions, then:
> >>1- it is safe to use '-nptlonly' flag?
> >Not really. In the past we've found Linuxthreads to be unstable and
> >nptlonly is much preferred for that reason (we had programs randomly
> >crashing with Linuxthreads and no problems with NPTL).
> >
> 
> After 1 hour of building I've discovered that glibc doesn't compile  
> even without nptlonly flag
> 
> >>2- when the patched glibc will be available in portage (comment 2 of
> >>that bug has been posted  one week ago)?
> >As soon as glibc upstream fixes the problem. Meanwhile you have two
> >different options.
> >
> >1. Upgrade to binutils >=2.17.50.0.15 and risk possible unknown bugs
> >from doing so.
> >2. Ignoring glibc-2.5 updates until upstream fixes the issue.
> >
> >My recommendation would be to wait and not try to work around the  
> >issue
> >yourself.
> 
> Unfortunately I have strict times and this general system update has  
> been scheduled for this week. Since glibc-2.5-r2 is marked stable on  
> alpha I thought I wouldn't run into such issues... :-(
> If I upgrade binutils can I use both nptl* flags?
> 
I'd still recommend putting this particular update off tbh. I would have
stabled binutils-2.17.50.16 already if I was sure it wouldn't cause
other problems. As it is we really haven't tested it well enough to
stable it yet and you can't downgrade binutils again if it turns out to
be a bad idea running .2.17.50.*.

That said, if you really really want to go through with this then
2.17.50.16 does solve the glibc compilation problems with nptlonly.

Regards,
Bryan Østergaard
-- 
gentoo-alpha@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-alpha] glibc 2.5+
  2007-05-28 15:49     ` Bryan Østergaard
@ 2007-06-01  9:49       ` Davide Cittaro
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Cittaro @ 2007-06-01  9:49 UTC (permalink / raw
  To: gentoo-alpha

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

Hi again
On May 28, 2007, at 5:49 PM, Bryan Østergaard wrote:

> That said, if you really really want to go through with this then
> 2.17.50.16 does solve the glibc compilation problems with nptlonly.
>

Hey, it seems that binutils 2.17.50.16 and glibc-2.5-r3 are pretty  
stable on this machine  (ES40)!
Ok, I know it is risky :-) BTW many thanks for this hint.

d

/*
Davide Cittaro
HPC and Bioinformatics Systems @ Informatics Core

IFOM - Istituto FIRC di Oncologia Molecolare
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
e-mail: davide.cittaro@ifom-ieo-campus.it
*/



[-- Attachment #2: Type: text/html, Size: 3876 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-01  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 14:01 [gentoo-alpha] glibc 2.5+ Davide Cittaro
2007-05-28 15:06 ` Bryan Østergaard
2007-05-28 15:11   ` Davide Cittaro
2007-05-28 15:49     ` Bryan Østergaard
2007-06-01  9:49       ` Davide Cittaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox