[MINC-development] libminc build failures on mipsel

Steve M. Robbins steve at sumost.ca
Tue Nov 24 00:06:58 EST 2015


Hi,

Bert -- your recent changes to develop fixes the build problem I reported 
recently.  Thanks!

Now the develop branch builds on all Debian architectures -- except the Little 
Endian MIPS (mipsel and mips64el).  These both fail the tests minc_types-1 and 
minc_types-2.

    See: https://buildd.debian.org/status/package.php?p=libminc

Note that the big-endian MIPS (architecture "mips") passes the test.  


The output is below.  It seems (is the diff backwards?) that instead of 
mapping  -2 * FLT_MAX to the lowest value of the integral range it turns out 
to be the largest value.  

I haven't traced further, yet.

-Steve



2/52 Testing: minc_types-1
2/52 Test: minc_types-1
Command: "/home/smr/libminc-develop/testdir/run_test_cmake.sh" 
"/home/smr/libminc-develop/obj-mipsel-linux-gnu/testdir/minc_types" 
"/home/smr/libminc-develop/testdir/minc_types.out"
Directory: /home/smr/libminc-develop/obj-mipsel-linux-gnu/testdir
"minc_types-1" start time: Nov 19 00:29 UTC
Output:
----------------------------------------------------------
364c364
<    image[1] = 255
---
>    image[1] = 0
373c373
<    image[1] = 127
---
>    image[1] = -128
382c382
<    image[1] = 65535
---
>    image[1] = 0
391c391
<    image[1] = 32767
---
>    image[1] = -32768
400c400
<    image[1] = 2.14748e+09
---
>    image[1] = 0
409c409
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
418c418
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
427c427
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
481c481
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
553c553
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
<end of output>
Test time =   0.28 sec
----------------------------------------------------------
Test Failed.
"minc_types-1" end time: Nov 19 00:29 UTC
"minc_types-1" time elapsed: 00:00:00
----------------------------------------------------------

3/52 Testing: minc_types-2
3/52 Test: minc_types-2
Command: "/home/smr/libminc-develop/testdir/run_test2_cmake.sh" 
"/home/smr/libminc-develop/obj-mipsel-linux-gnu/testdir/minc_types" 
"/home/smr/libminc-develop/testdir/minc_types.out"
Directory: /home/smr/libminc-develop/obj-mipsel-linux-gnu/testdir
"minc_types-2" start time: Nov 19 00:29 UTC
Output:
----------------------------------------------------------
364c364
<    image[1] = 255
---
>    image[1] = 0
373c373
<    image[1] = 127
---
>    image[1] = -128
382c382
<    image[1] = 65535
---
>    image[1] = 0
391c391
<    image[1] = 32767
---
>    image[1] = -32768
400c400
<    image[1] = 2.14748e+09
---
>    image[1] = 0
409c409
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
418c418
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
427c427
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
481c481
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
553c553
<    image[1] = 2.14748e+09
---
>    image[1] = -2.14748e+09
<end of output>
Test time =   0.99 sec
----------------------------------------------------------
Test Failed.
"minc_types-2" end time: Nov 19 00:29 UTC
"minc_types-2" time elapsed: 00:00:00
----------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://www.bic.mni.mcgill.ca/pipermail/minc-development/attachments/20151123/5860ed81/attachment.pgp>


More information about the MINC-development mailing list