Re: OpenSSL 3.0.0 two tests fail on Solaris 10 SPARC64 ( Oracle/Fujitsu )

2021-09-11 Thread Erik Forsberg
Must be SPARC-specific, all tests pass on my x86/x64 Solaris 11.4 using latest 
GCC (11.2)

>-- Original Message --
>
>What Ben suggests is a great start.
>
>Note that none of the core developers have Solaris access, so that 
>debugging could be problematic.
>
>
>Pauli
>
>
>On 12/9/21 1:39 pm, Benjamin Kaduk via openssl-users wrote:
>> On Sat, Sep 11, 2021 at 10:29:07PM -0400, Dennis Clarke via openssl-users 
>> wrote:
>>> This is slightly better than the beta release :
>>>
>>> Test Summary Report
>>> ---
>>> 03-test_internal_modes.t (Wstat: 256 Tests: 1 Failed: 1)
>>>Failed test:  1
>>>Non-zero exit status: 1
>>> 90-test_ige.t(Wstat: 256 Tests: 1 Failed: 1)
>>>Failed test:  1
>>>Non-zero exit status: 1
>>>
>>>
>>> What can I dig into here to get more information and perhaps we solve
>>> these two little tests fails?
>> `make V=1 TESTS="test_internal_modes test_ige" test`
>>
>> -Ben
>>
>



Re: OpenSSL 3.0.0 two tests fail on Solaris 10 SPARC64 ( Oracle/Fujitsu )

2021-09-11 Thread Dr Paul Dale

What Ben suggests is a great start.

Note that none of the core developers have Solaris access, so that 
debugging could be problematic.



Pauli


On 12/9/21 1:39 pm, Benjamin Kaduk via openssl-users wrote:

On Sat, Sep 11, 2021 at 10:29:07PM -0400, Dennis Clarke via openssl-users wrote:

This is slightly better than the beta release :

Test Summary Report
---
03-test_internal_modes.t (Wstat: 256 Tests: 1 Failed: 1)
   Failed test:  1
   Non-zero exit status: 1
90-test_ige.t(Wstat: 256 Tests: 1 Failed: 1)
   Failed test:  1
   Non-zero exit status: 1


What can I dig into here to get more information and perhaps we solve
these two little tests fails?

`make V=1 TESTS="test_internal_modes test_ige" test`

-Ben





Re: OpenSSL 3.0.0 two tests fail on Solaris 10 SPARC64 ( Oracle/Fujitsu )

2021-09-11 Thread Benjamin Kaduk via openssl-users
On Sat, Sep 11, 2021 at 10:29:07PM -0400, Dennis Clarke via openssl-users wrote:
> 
> This is slightly better than the beta release :
> 
> Test Summary Report
> ---
> 03-test_internal_modes.t (Wstat: 256 Tests: 1 Failed: 1)
>   Failed test:  1
>   Non-zero exit status: 1
> 90-test_ige.t(Wstat: 256 Tests: 1 Failed: 1)
>   Failed test:  1
>   Non-zero exit status: 1
> 
> 
> What can I dig into here to get more information and perhaps we solve
> these two little tests fails?

`make V=1 TESTS="test_internal_modes test_ige" test`

-Ben


OpenSSL 3.0.0 two tests fail on Solaris 10 SPARC64 ( Oracle/Fujitsu )

2021-09-11 Thread Dennis Clarke via openssl-users


This is slightly better than the beta release :

Test Summary Report
---
03-test_internal_modes.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
90-test_ige.t(Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1


What can I dig into here to get more information and perhaps we solve
these two little tests fails?


-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional


OpenSSL 3.0.0 on Solaris SPARC64

2021-09-11 Thread Dennis Clarke via openssl-users


Merely an FYI that all seems to be working well. There are a few tests
that fail and they are the same ones I saw in the beta releases.

I can follow up with details later but for now I am curious what the
directory "lib/engines-3" is for ?  I get that as an empty directory
and my configuration was :

./Configure solaris64-sparcv9-cc no-asm --prefix=/opt/bw shared
no-engine -DPEDANTIC

So the no-engine may just mean I get an empty directory result ?

beta # /opt/bw/bin/openssl version
OpenSSL 3.0.0 7 sep 2021 (Library: OpenSSL 3.0.0 7 sep 2021)
beta #

Looks fine and with a slight adjustment to the Makefile I do not get
that annoying lib/64 directory.

-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional