Ian Lance Taylor writes:
> Rainer Orth writes:
>
>> FAIL: time
>>
>> No hint why.
>>
>
>> FAIL: net/http
>>
>> Again, no hint what's wrong.
>
> Sometimes it helps to run
> make GOTESTFLAGS=--keep time/check
> and then run
> LD_LIBRARY_PATH=.libs gotestN/a.out
I know, and that would
Rainer Orth writes:
> FAIL: time
>
> No hint why.
>
> FAIL: net/http
>
> Again, no hint what's wrong.
Sometimes it helps to run
make GOTESTFLAGS=--keep time/check
and then run
LD_LIBRARY_PATH=.libs gotestN/a.out
That will sometimes print something useful. It seems that some times
Ian Lance Taylor writes:
> Rainer Orth writes:
>
>> The patch allowed the bootstrap to complete successfully, but since
>> libgo.so now has undefined references to log2 and trunc, all Go
>> execution still fail.
>
> I went ahead and removed the uses of the libc log2 and trunc functions,
> on the
Rainer Orth writes:
> The patch allowed the bootstrap to complete successfully, but since
> libgo.so now has undefined references to log2 and trunc, all Go
> execution still fail.
I went ahead and removed the uses of the libc log2 and trunc functions,
on the basis that although they are in C99 t