Still Failing: openssl/openssl#28516 (master - 387bbce)
Travis CI
builds at travis-ci.org
Sat Sep 21 10:20:29 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #28516
Status: Still Failing
Duration: 24 mins and 31 secs
Commit: 387bbce (master)
Author: Dr. Matthias St. Pierre
Message: Configure: add missing dependency to fix parallel builds on Windows
The issue was encountered when testing parallel builds of OpenSSL on
Windows using `jom` instead of `nmake`. The builds persistently failed
with the following error message because the generated file "buildinf.h"
did not exist yet.
crypto\info.c(15): fatal error C1083:
cannot open include file: "buildinf.h": No such file or directory
Apparently this error does not occur on Linux because `make` parallelizes
the builds differently such that `crypto\cversion.c`, which has an
explicit dependency on `buildinf.h`, gets compiled first. Also, the
include dependency was added only recently in commit 096978f0990.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9960)
View the changeset: https://github.com/openssl/openssl/compare/a6105ef40d65...387bbce45bfe
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/587796835?utm_medium=notification&utm_source=email
--
You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20190921/5b83599a/attachment-0001.html>
More information about the openssl-commits
mailing list