[openssl-users] 1.1.1 pre1 tests failing on Solaris SPARC

Erik Forsberg erik at efca.com
Sat Feb 24 19:13:11 UTC 2018


as that is the ONLY -lm reference and the fact its in test code, why not
simply avoid using fabs(), that is so trivial here ?

if (value < 0)
    value = -value;


>-- Original Message --
>
>On 24/02/18 04:47 AM, Andy Polyakov wrote:
>>> So testsuite is running but this is a non-optimal debug build and only
>>> on the Fujitsu sparc and not on a baseline v9 yet. See "e_flags" in the
>>> ELF header below which is somewhat restrictive.
>>>
>>>    e_flags:    [ EF_SPARCV9_TSO EF_SPARC_SUN_US1 EF_SPARC_SUN_US3 ]
>> 
>> If "somewhat restrictive" refers to presence of EF_SPARC_SUN_US1 and
>> EF_SPARC_SUN_US3 ...
><snip>
>
>I wasn't clear. I know exactly what causes this. I am saying that I will
>have to redo everything again and get the process down to a baseline
>config.
>
>> As for -lm, which symbol was undefined?
>> 
>
>Undefined                       first referenced
>  symbol                             in file
>fabs                                test/ct_test.o
>
>dc
>-- 
>openssl-users mailing list
>To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users




More information about the openssl-users mailing list