[openssl-commits] Errored: openssl/openssl#6640 (master - 4f3015b)

Travis CI builds at travis-ci.org
Wed Oct 26 20:25:19 UTC 2016


Build Update for openssl/openssl
-------------------------------------

Build: #6640
Status: Errored

Duration: 1 hour, 16 minutes, and 48 seconds
Commit: 4f3015b (master)
Author: Richard Levitte
Message: VMS: tell the C compiler to use the ISO C94 standard

The current version of the VMS compiler provides C99 features,
strictly language wise.  Unfortunately, even the most recent standard
library isn't fully updated for that standard, so we need to use an
earlier standard that the compiler supports.

Most importantly, this affects the __STDC_VERSION__ value, which the
compiler unfortunately currently defaults to 199901L.  With this
change we won't have to give VMS special treatment when looking for
features based on that macro.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1785)

View the changeset: https://github.com/openssl/openssl/compare/12a7715e3dae...4f3015bb30b7

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/170827558

--

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/20161026/86e6b8c2/attachment.html>


More information about the openssl-commits mailing list