Alpha/Tru64 buildbot and SSL compile
The Alpha/Tru64 buildbot seems to be having difficulty compiling the _ssl.c file. Looks like missing header files. Anyone know what the configuration of OpenSSL on that machine is like? Bill
The Solaris 10 buildbot is complaining about test_ssl, and I think it's because some of the functions in it use constants from the ssl module at the top level, i.e., def tryProtocolCombo (server_protocol, client_protocol, expectedToWork, certsreqs=ssl.CERT_NONE): Is this verboten? Bill
The Solaris 10 buildbot is complaining about test_ssl, and I think it's because some of the functions in it use constants from the ssl module at the top level, i.e.,
def tryProtocolCombo (server_protocol, client_protocol, expectedToWork, certsreqs=ssl.CERT_NONE):
Is this verboten?
Of course it is. Yep, that was it. Solaris 10 is green. Bill
On Tuesday 11 September 2007, Martin v. Löwis wrote:
The Alpha/Tru64 buildbot seems to be having difficulty compiling the _ssl.c file. Looks like missing header files. Anyone know what the configuration of OpenSSL on that machine is like?
Neal Norwitz and Ralf Grosse-Kunstleve have access to that machine.
Neal's on leave all this month, I believe. -- Anthony Baxter, ekit. anthony@ekit-inc.com (03) 9674 7015 Level 3 The Teahouse, 28 Clarendon St, Sth Melbourne Australia 3205
participants (3)
-
"Martin v. Löwis" -
Anthony Baxter -
Bill Janssen