Re: [openssl-users] make test failed on HPUX parisc

2016-05-25 Thread Michael Wojcik
This is probably not very useful, but just as another data point: 32-bit OpenSSL 1.0.2g passes "make test" on HP-UX 11.31 for ia64 (Itanium). I have no idea whether the difference is in the OpenSSL version, the HP-UX version, the CPU type, or some configuration option. Unfortunately we no

Re: [openssl-users] make test failed on HPUX parisc

2016-05-25 Thread Alexandre Klein
Thanks Viktor for your reply. I forgot to mention that I can compile 1.0.2h 64-bit version on the same machine. The only problem is when building the 32-bit version of OpenSSL. Here is full line: "hpux-parisc2-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY

Re: [openssl-users] make test failed on HPUX parisc

2016-05-24 Thread Viktor Dukhovni
On Tue, May 24, 2016 at 06:05:34PM +0900, Alexandre Klein wrote: > > I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable: > "hpux-parisc2-cc","cc:+DAportable +O3 ... > "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ... For meaningful help, post an unedited "diff" between the

[openssl-users] make test failed on HPUX parisc

2016-05-24 Thread Alexandre Klein
Hi, I would like to build openssl 1.0.2h on my HPUX but it failed when running the tests (v3nametest). My machine: HPUX PARISC B11.11 B9007AAB.11.11.20 HP C/aC++ Developer's Bundle I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable: