RE: [openssl.org #3271] OpenSSL 1.0.2 Beta 1 Solaris 10 Sparc Shell error during make install

2014-09-06 Thread Salz, Rich
> Anyone? This mail was sent one minute after your previous mail. A little patience perhaps? :) :��I"Ϯ��r�m (Z+�7�zZ)���1���x ��hW^��^��%����&jם.+-1�ځ��j:+v���h�

Re: [openssl.org #3271] OpenSSL 1.0.2 Beta 1 Solaris 10 Sparc Shell error during make install

2014-09-06 Thread Rainer Jung
Anyone? I created a pull request to make fixing easier: https://github.com/openssl/openssl/pull/171 Thanks, Rainer Am 20.08.2014 um 20:46 schrieb Rainer Jung: When trying to build 1.0.2 beta 2 on Solaris I noticed, that the fix for #3271 was incomplete. The same problem happened in 3 Makefile

Re: [openssl.org #3271] OpenSSL 1.0.2 Beta 1 Solaris 10 Sparc Shell error during make install

2014-08-20 Thread Rainer Jung
When trying to build 1.0.2 beta 2 on Solaris I noticed, that the fix for #3271 was incomplete. The same problem happened in 3 Makefiles for beta1 but only one was fixed for beta2. The two files still broken are engines/Makefile and engines/ccgost/Makefile. The solution applied to the top Makef

Re: [openssl.org #3271] OpenSSL 1.0.2 Beta 1 Solaris 10 Sparc Shell error during make install

2014-02-28 Thread Andy Polyakov via RT
> Change > http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=b3ef742cbbc1c8bf0e33dca60f08c65031647b07 > broke "make install" on Solaris. Error message: > > /bin/sh: !: not found > > The new syntax > > - if [ "$(PLATFORM)" != "Cygwin" ]; then \ > + if ! expr "$(PLATFORM)" : "Cygwin" >