[openssl-commits] Still Failing: openssl/openssl#3159 (master - 087ca80)
Travis CI
builds at travis-ci.org
Wed Mar 30 23:41:36 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #3159
Status: Still Failing
Duration: 2 minutes and 37 seconds
Commit: 087ca80 (master)
Author: Richard Levitte
Message: Fix pointer size issues with argv on VMS
The argument 'argv' in 'main' is a short pointer to a short pointer on
VMS, regardless of initial pointer size. We must therefore make sure
that 'copy_argv' gets a 32-bit pointer for argv, and that the copied
argv is used for the rest of main().
This introduces the local type argv_t, which will have correct pointer
size in all cases (and be harmless on all other platforms) as well as
the macro Argv, which is defined as 'copied_argv' or 'argv', as the
case may be.
Reviewed-by: Andy Polyakov <appro at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/622c7e99a9e9...087ca80ad830
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/119608478
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20160330/290a7177/attachment.html>
More information about the openssl-commits
mailing list