[openssl-commits] Errored: openssl/openssl#4193 (master - 46ac07f)

Travis CI builds at travis-ci.org
Fri May 27 14:56:06 UTC 2016


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

Build: #4193
Status: Errored

Duration: 31 minutes and 19 seconds
Commit: 46ac07f (master)
Author: Matt Caswell
Message: Avoid msys name mangling

If using the msys console then msys attempts to "fix" command line
arguments to convert them from Unix style to Windows style. One of the
things it does is to look for arguments seperated by colons. This it
assumes is a list of file paths, so it replaces the colon with a semi-colon.
This was causing one of our tests to fail when calling the "req" command
line app. We were attempting to create a new DSA key and passing the
argument "dsa:../apps/dsa1024.pem". This is exactly what we intended but
Msys mangles it to "dsa;../apps/dsa1024.pem" and the command fails.
There doesn't seem to be a way to suppress Msys name mangling. Fortunately
we can work around this issue by generating the DSA key in a separate step
by calling "gendsa".

RT#4255

Reviewed-by: Richard Levitte <levitte at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/ec91f92ddf74...46ac07f5455d

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

--

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/20160527/5fd7dc08/attachment.html>


More information about the openssl-commits mailing list