Phobos master broken ?

anonymous via Digitalmars-d digitalmars-d at puremagic.com
Tue May 5 11:54:59 PDT 2015


On Monday, 4 May 2015 at 14:32:16 UTC, Martin Krejcirik wrote:
> I can't seem to build phobos master on linux, unless I revert 
> pull #3014 unittests
>
> DMD v2.067-devel-b9dee9e DEBUG
> std/math.d(2702): Error: number '0x1p-1024' is not representable
> std/math.d(2705): Error: number '0x1p-1024' is not representable
> std/math.d(2708): Error: number '0x1p-1024' is not representable
> std/math.d(2713): Error: number '0x1p-128f' is not representable
> std/math.d(2716): Error: number '0x1p-128f' is not representable
> std/math.d(2719): Error: number '0x1p-128f' is not representable
> make: *** [generated/linux/release/32/libphobos2.a] Error 1
>
> Since it lasts about a month, I wonder if I am the only one 
> having this problem ?

I encountered this when working with CentOS 6 (i.e. somewhat 
outdated). I just commented those asserts out to keep going and 
forgot about it then.

I think I read something (bugzilla issue, source comment, ...) 
that hinted at libc having to do with it, but I can't find it 
now. But CentOS 6's libc is indeed behind that of my usual Ubuntu 
14.10 (2.12 vs 2.19).


More information about the Digitalmars-d mailing list