Phobos master broken ?
Jonathan M Davis via Digitalmars-d
digitalmars-d at puremagic.com
Mon May 4 09:53:43 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 ?
The autotester doesn't show any such problems:
https://auto-tester.puremagic.com/
The only failure I see right now is what looks like a random test
failure on 32-bit linux in druntime.
You list "DMD v2.067-devel-b9dee9e DEBUG." Does that mean that
you're not using the latest dmd? Make sure that you're using dmd
master and druntime master when building phobos master. Also make
sure that all three repos are clean and up-to-date without any
local changes.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list