[MINC-development] mni_perllib-0.05 on the ppc64

Steve ROBBINS minc-development@bic.mni.mcgill.ca
Tue, 29 Jun 2004 11:02:46 -0400


On Mon, Jun 28, 2004 at 01:37:33PM -0400, Vicka Corey wrote:
> hi folks -- i am now working on a freesurfer ppc64 suse linux port.
> 
> i'm trying to install mni_perllib-0.05 on the machine, and "make test"
> does not look entirely contented:
> 
> ffff src/mni_perllib-0.05> make test
> rm -f t/datadir.t
> sed 's|@DEFAULT_DATA_DIR@|/usr/local/mni/data|' t/datadir.t.in > t/datadir.t
> chmod 444 t/datadir.t
> rm -f t/toy_ls
> sed 's|@PERL@|\#!/usr/bin/perl|' t/toy_ls.in > t/toy_ls
> chmod 555 t/toy_ls
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/checkdirs......ok                                                          
> t/checkfiles.....ok                                                          
> t/datadir........ok                                                          
> t/getopt.........ok                                                          
> t/mincutil.......spawn: exec of mincinfo failed: No such file or directory
> mincutil.t: crashed while running mincinfo (termination status=65280)
> t/mincutil.......dubious                                                     

Is there a working copy of MINC installed on this machine?  In particular,
can you run "mincinfo" by hand?  If so, you can get a little more info
from the test script by running it manually:

	perl t/mincutil.t

That will print out the status for each of the 22 tests.  Focus on the first
test that fails.

-Steve