Re: Stuck in France...

2010-04-21 Thread Steven M. Schweda
> I assume that it'll all end badly, but I won't know for a while.

   Safe assumption, I suppose.

ALP $ search [...]*.h OPENSSL_SYSTEM
%SEARCH-I-NOMATCHES, no strings matched

ALP $ search [...]*.c OPENSSL_SYSTEM

**
ALP$DKA100:[UTILITY.SOURCE.OPENSSL.openssl-1^.0^.0-stable-SNAP-20100414.apps]app
s.c;1

#elif defined(OPENSSL_SYSTEM_VXWORKS)
#elif defined(OPENSSL_SYSTEM_VMS)


   The result of that (the "OPENSSL_SYSTEM_VMS" part, anyway) was a
failure to compile apps/apps.c.  Without the (defective) macro defined,
you get the "#else" code, which is too modern for "DEC C V6.0-001 on
OpenVMS VAX V6.2".  (There's no "struct tms" in  on VMS until
"__CRTL_VER >= 7000", for example.)

   I assume that both of those "OPENSSL_SYSTEM_xxx" things in
apps/apps.c should really be "OPENSSL_SYS_xxx".  Someone who cares may
want to look at the code in those blocks to see if it still makes sense. 
Clearly, it hasn't been tested much recently.



   Steven M. Schweda   s...@antinode-info
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: Stuck in France...

2010-04-19 Thread Steven M. Schweda
From: Richard Levitte 

> I'm stuck in France due to ashes in the air.  Most of my energy has
> been spent on trying to figure out how to get back to Sweden as soon
> as possible, instead of, as I had hoped, working on stuff such as the
> VMS build of OpenSSL...

   Some people will use _any_ excuse to avoid work.

   Unable to resist (or to explain why), I've started a build on my VMS
VAX V6.2 system.  So far:

[...]
Compiling The o_dir.c File.  (LIBRARY,LIB)
#include 
.^
%CC-F-NOINCLFILE, Cannot find file  specified in #include
 directive.
At line number 35 in
SYS$SYSDEVICE:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_0_S1.CRYPTO]LPDIR_VMS.C;1.

#include 
.^
%VCG-I-NOBJECT, No object file produced.
At line number 35 in
SYS$SYSDEVICE:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_0_S1.CRYPTO]LPDIR_VMS.C;1.
[...]


  http://antinode.info/ftp/openssl/1_0_0/crypto/LPdir_vms.c

I assume that it'll all end badly, but I won't know for a while.



   Steven M. Schweda   s...@antinode-info
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: [openssl-dev] Stuck in France...

2010-04-19 Thread Erwann ABALEA
Hodie XIII Kal. Mai. MMX, Richard Levitte scripsit:
> Just a heads up...
> 
> I'm stuck in France due to ashes in the air.  Most of my energy has
> been spent on trying to figure out how to get back to Sweden as soon
> as possible, instead of, as I had hoped, working on stuff such as the
> VMS build of OpenSSL...
> 
> *sigh*

Sorry for this. These are security measures, as volcano ashes are very
abrasive for engines.
If you're in Paris, I'd be glad to offer you a beer or two, just
contact me off-list.

-- 
Erwann ABALEA 
-
It takes 43 muscles to frown and 17 to smile, but it doesn't take any
to just sit there with a dumb look on your face.
  Demotivators, 2002 calendar
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Stuck in France...

2010-04-19 Thread Richard Levitte
Just a heads up...

I'm stuck in France due to ashes in the air.  Most of my energy has
been spent on trying to figure out how to get back to Sweden as soon
as possible, instead of, as I had hoped, working on stuff such as the
VMS build of OpenSSL...

*sigh*

-- 
Richard Levitte rich...@levitte.org
http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
-- C.S. Lewis
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org