On Thu, Sep 3, 2009 at 3:27 PM, Orion Poplawski<[email protected]> wrote: > Running make check on octave 3.2.2 build in Fedora Rawhide fails in > test_sparse.m on ppc64. > > Fixed test scripts: > test_args.m ............................................ PASS 26/26 > ..... > test_sparse.m ..........................................panic: Segmentation > fault -- stopping myself... > make[2]: *** [check] Segmentation fault > > > Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=521142 > Build log: > http://koji.fedoraproject.org/koji/getfile?taskID=1653016&name=build.log > > Any ideas? Any kind of test verbosity that can be turned on to help debug? > > Thanks! > > - Orion Poplawski >
First of all i think it should go to octave mailing list rather than to octave-forge (cc accordingly). Second, the lapack/atlas libraries on Fedora 11 and rawhide are suspect (they are definitely broken on i386). Sometime ago somebody decided that some files from lapack that should be compiled without optimization (per lapack's docs) can be compiled with Os. This used to work for a while but now gcc got more aggressive and breaks those on some platforms (at least on i386 and may be on ppc). Sincerely, Dmitri. -- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
