[Proj] Error when make check
Eric Miller
EMiller at dfg.ca.gov
Tue Sep 27 08:38:16 PDT 2011
It appears to be a problem with the test script. As floating point numbers, minus zero and positive zero compare equal. But, as text, they are different.
--
Eric G. Miller
Staff Programmer
CA Dept. of Fish & Game
>>> On 9/27/2011 at 2:29 AM, brick <brickflying at gmail.com> wrote:
> Hi
>
> I met an error when make check. My system is CentOS 32bit. Intel compiler is
> used. Does anyone know the reason. Thanks. Here is the command I use:
>
> ./configure --prefix=$ProPathDtl --enable-static=yes
> --enable-shared=no >& $RunPath/Proj-$Vproj.Conf
> make >& $RunPath/Proj-$Vproj.Make
> make check >& $RunPath/Proj-$Vproj.MakeCheck
> make all install >& $RunPath/Proj-$Vproj.MakeAllInstall
>
>
> ./testvarious ../src/cs2cs
> ============================================
> Running ./testvarious using ../src/cs2cs:
> ============================================
> doing tests into file tv_out, please wait
> diff tv_out with tv_out.dist
> 25,26c25,26
> < 0d00'00.000"W 0d00'00.000"N 0.0 6378137.00 0.00 0.00
> < 0d00'00.000"W 0d00'00.000"N 10.0 6378147.00 0.00 0.00
> ---
>> 0d00'00.000"W 0d00'00.000"N 0.0 6378137.00 -0.00 0.00
>> 0d00'00.000"W 0d00'00.000"N 10.0 6378147.00 -0.00 0.00
> 28c28
> < 0d00'00.000"W 90d00'00.000"N 0.0 0.00 0.00 6356752.31
> ---
>> 0d00'00.000"W 90d00'00.000"N 0.0 0.00 -0.00 6356752.31
>
> PROBLEMS HAVE OCCURED
> test file tv_out saved
>
> make[2]: *** [check-local] Error 100
> make[2]: Leaving directory
> `/home/qiuxb/qw01/Program/IntelCompiled/Temp/proj-4.7.0/nad'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory
> `/home/qiuxb/qw01/Program/IntelCompiled/Temp/proj-4.7.0/nad'
> make: *** [check-recursive] Error 1
>
> Thanks.
> brick
More information about the Proj
mailing list