[openssl-commits] Still Failing: openssl/openssl#1633 (master - ec182ef)

Travis CI builds at travis-ci.org
Tue Feb 9 16:39:11 UTC 2016


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

Build: #1633
Status: Still Failing

Duration: 22 minutes and 20 seconds
Commit: ec182ef (master)
Author: Richard Levitte
Message: Use rel2abs() on VMS, rather than realpath()

It seems realpath() is quite buggy on VMS, or will at least give quite
surprising results.  On the other hand, realpath() is the better on
Unix to clean out clutter like foo/../bar on Unix.

So we make out own function to get the absolute directory for a given
input, and use rel2abs() or realpath() depending on the platform
Configure runs on.

Issue reported by Steven M. Schweda <sms at antinode.info>

Reviewed-by: Andy Polyakov <appro at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/920def7401f0...ec182ef044ab

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

--

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/20160209/f8c44794/attachment.html>


More information about the openssl-commits mailing list