Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread Kyle Hamilton
The 'ranlib' warnings are normal on OSX, for whatever reason. I get them on the i386 version. The non-compatible type warnings, though, are not. Which version of Xcode do you have installed? Which version of gcc are you using (3.x or 4.x)? -Kyle H On Wed, Jan 7, 2009 at 12:41 PM, PGNet

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread Dr. Stephen Henson
On Wed, Jan 07, 2009, PGNet wrote: I'm building fips 1.2 on OSX, uname -a Darwin pb.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh Config, cd /usr/local/src/openssl-fips-1.2 ./config

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread PGNet
Hi, On Thu, Jan 8, 2009 at 12:42 AM, Kyle Hamilton aerow...@gmail.com wrote: Which version of Xcode do you have installed? XCode v3.1.2, build 1149 Which version of gcc are you using (3.x or 4.x)? gcc version 4.2.1 (Apple Inc. build 5566) On Wed, Jan 7, 2009 at 12:41 PM, PGNet

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread PGNet
As a test, ignoring the UserGuide's admonition about user-config options to FIPS build, with a TARGET = darwin-ppc-cc, this, ./config --prefix=/usr/local/ssl-fips fipscanisterbuild make make install installs FIPS as directed in /usr/local/ssl-fips. Then, building openssl 098j, mv

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread Dr. Stephen Henson
On Thu, Jan 08, 2009, PGNet wrote: This is an unfortunate side effect of gcc being stricter about function pointers ... The actual errors you see are not part of the validated module but part of the rest of OpenSSL. If you complete the make process once (despite the crashes) and can

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread PGNet
On Thu, Jan 8, 2009 at 7:58 AM, Dr. Stephen Henson st...@openssl.org wrote: If you want to move the validated module elsewhere afterwards you can do provided you keep to the permission requirements of the security policy. Once you've installed the validated module you can then use OpenSSL

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread Dan_Mitton
) Subject:Re: Repeating crashes @ fips 1.2 'make' on OSX LSN: Not Relevant User Filed as: Not a Record Hi, On Thu, Jan 8, 2009 at 12:42 AM, Kyle Hamilton aerow...@gmail.com wrote: Which version of Xcode do you have installed? XCode v3.1.2, build 1149 Which version of gcc are you using (3

Repeating crashes @ fips 1.2 'make' on OSX

2009-01-07 Thread PGNet
I'm building fips 1.2 on OSX, uname -a Darwin pb.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh Config, cd /usr/local/src/openssl-fips-1.2 ./config fipscanisterbuild completes without an apparent hitch.