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

2014-02-28 Thread Rainer Jung 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 /dev/null; then \ introduced

Re: [openssl.org #3270] 1.0.2 Beta 1 on Solaris 10 Sparc: Assembler warnings

2014-02-28 Thread Andy Polyakov via RT
260 new warnings for OpenSSL 1.0.2 Beta 1 on Solaris 10 Sparc. /usr/ccs/bin/as: SunOS 5.10 118683-08 Patch 07/05/2012 uname -A: SunOS apache 5.10 Generic_142900-07 sun4u sparc SUNW,Sun-Fire-V240 gcc (GCC) 4.8.2 Problem maybe related to http://cvs.openssl.org/chngview?cn=22016 OpenSSL

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 /dev/null; then \

Re: Building recent versions on Windows with VS 2010

2014-02-28 Thread Andy Polyakov
I remembered seeing XMMWORD being taken into consideration if the opcode args were of the xmm variety, so out of curiosity I added a little code to my previous patch to modify the opcode's third arg as well, if present: It will be looked into as time permits, but not for 1.0.2 release. If

Re: [openssl.org #3270] 1.0.2 Beta 1 on Solaris 10 Sparc: Assembler warnings

2014-02-28 Thread David Miller
From: Andy Polyakov via RT r...@openssl.org Date: Fri, 28 Feb 2014 22:53:55 +0100 260 new warnings for OpenSSL 1.0.2 Beta 1 on Solaris 10 Sparc. /usr/ccs/bin/as: SunOS 5.10 118683-08 Patch 07/05/2012 uname -A: SunOS apache 5.10 Generic_142900-07 sun4u sparc SUNW,Sun-Fire-V240 gcc (GCC)

Re: [openssl.org #3270] 1.0.2 Beta 1 on Solaris 10 Sparc: Assembler warnings

2014-02-28 Thread David Miller via RT
From: Andy Polyakov via RT r...@openssl.org Date: Fri, 28 Feb 2014 22:53:55 +0100 260 new warnings for OpenSSL 1.0.2 Beta 1 on Solaris 10 Sparc. /usr/ccs/bin/as: SunOS 5.10 118683-08 Patch 07/05/2012 uname -A: SunOS apache 5.10 Generic_142900-07 sun4u sparc SUNW,Sun-Fire-V240 gcc (GCC)

Re: [openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-28 Thread Tim Rice
to git, I downloaded openssl-1.0.2-stable-SNAP-20140228.tar.gz and tested. All test now pass on UnixWare 7.1.4 and OpenServer 6 using native compilers. Thanks. -- Tim RiceMultitalents(707) 456-1146 t...@multitalents.net

Re: [openssl.org #3269] 1.0.2 beta1 on UnixWare

2014-02-28 Thread Tim Rice via RT
to git, I downloaded openssl-1.0.2-stable-SNAP-20140228.tar.gz and tested. All test now pass on UnixWare 7.1.4 and OpenServer 6 using native compilers. Thanks. -- Tim RiceMultitalents(707) 456-1146 t...@multitalents.net