Re: math-emu on buildd machine?

2008-01-13 Thread Steve Langasek
On Mon, Jan 14, 2008 at 07:41:11AM +0100, Paolo Bonzini wrote: > Steve Langasek wrote: >> On Sun, Jan 13, 2008 at 02:01:41PM +0100, Paolo Bonzini wrote: >>> Is the math-emu module loaded (or compiled in the kernel) on the buildd >>> alpha machines? The gnu-smalltalk package is failing for 3.0 bec

Re: math-emu on buildd machine?

2008-01-13 Thread Paolo Bonzini
Steve Langasek wrote: On Sun, Jan 13, 2008 at 02:01:41PM +0100, Paolo Bonzini wrote: Is the math-emu module loaded (or compiled in the kernel) on the buildd alpha machines? The gnu-smalltalk package is failing for 3.0 because the emulator converts erroneously a denormal float to double: st>

Re: math-emu on buildd machine?

2008-01-13 Thread Steve Langasek
On Sun, Jan 13, 2008 at 02:01:41PM +0100, Paolo Bonzini wrote: > Is the math-emu module loaded (or compiled in the kernel) on the buildd > alpha machines? The gnu-smalltalk package is failing for 3.0 because the > emulator converts erroneously a denormal float to double: > st> p:= (FloatE coerc

math-emu on buildd machine?

2008-01-13 Thread Paolo Bonzini
Is the math-emu module loaded (or compiled in the kernel) on the buildd alpha machines? The gnu-smalltalk package is failing for 3.0 because the emulator converts erroneously a denormal float to double: st> p:= (FloatE coerce: 1) timesTwoPower: -149. 2.6524948e-315 (2^-149 is actually ~1e-44)