On Mon, Nov 14, 2011 at 5:37 PM, Tobias Gasser wrote:
> t-get_d fails here
>
> the first 9 test run fine
> then 1 of 30 fail
> no more tests are run, maybe more tests are broken
>
If you want to run all of the tests regardless of the error, try
adding -k to the make command. That should get make
Gilles Espinasse schrieb:
>>> t-get_d fails here
>>>
>>>
>>> i use 32bit, thus ABI=32 is set
>>>
>>>
it's a 32bit kernel on 64bit hw (intel i3)
> I use
> # --build=i486-linux force 32-bits ABI on an AMD 64-bits CPU
> # and disable sse2 intructions usage on i686
> # on sparc64 and powerpc
- Original Message -
From: "Bruce Dubbs"
To: "LFS Developers Mailinglist"
Sent: Tuesday, November 15, 2011 12:28 AM
Subject: Re: gmp 5.0.2 - 6.14 svn-08
> Tobias Gasser wrote:
> > t-get_d fails here
> >
> > the first 9 test run fine
&g
Tobias Gasser wrote:
> t-get_d fails here
>
> the first 9 test run fine
> then 1 of 30 fail
> no more tests are run, maybe more tests are broken
>
> mpn_get_d wrong on 2^n
> want = 1
> got = 5.18...e-318
>
> can anybody confirm the failure?
> or any hint what might be wrong with my build?
>
> g
t-get_d fails here
the first 9 test run fine
then 1 of 30 fail
no more tests are run, maybe more tests are broken
mpn_get_d wrong on 2^n
want = 1
got = 5.18...e-318
can anybody confirm the failure?
or any hint what might be wrong with my build?
google was no help
i use 32bit, thus ABI=32 is se