[SciPy-user] segmentation fault in scipy.test()

gfunch gyromagnetic at gmail.com
Sun Sep 7 12:53:37 EDT 2008


On Sun, Sep 7, 2008 at 10:17 AM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:
> gfunch wrote:
>>
>> Hi David,
>> Below are the 'non-ok' results (and context) from the output of
>> scipy.test(verbose=10).
>>
>
> As I suspected, a fortran/atlas issue. I guess you have both g77 and
> gfortran, than you built atlas with gfortran for the F77 interface, and
> used g77 to build scipy. This cannot work. You should rebuild both numpy
> and scipy from scratch (delete both installation directories AND build
> directories), and use gfortran:
>
> python setup.py build --fcompiler=gnu95 ...
>
> cheers,
>
> David
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>

Hi David,
Yes, that's it! Thanks.

I do get a few errors and failures:
ERROR: Failure: AttributeError ('module' object has no attribute
'knownfailureif')

FAIL: test_lapack.test_all_lapack
AssertionError:
Arrays are not almost equal

FAILED (SKIP=14, errors=3, failures=2)

Is this 'normal'?

Thanks, again!

-gyro



More information about the SciPy-User mailing list