Still Failing: openssl/openssl#29227 (master - 70d9675)

Travis CI builds at travis-ci.org
Mon Oct 14 16:05:04 UTC 2019


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

Build: #29227
Status: Still Failing

Duration: 49 mins and 35 secs
Commit: 70d9675 (master)
Author: Richard Levitte
Message: Building: Add modules with DEPENDs to GENERATEd files

For files GENERATEd from templates (.in files), any perl module (.pm
file) that the file depends on will automatically be used.

This means that these two lines:

    GENERATE[foo]=foo.in
    DEPEND[foo]=whatever.pm

will emit this command in a Makefile (or corresponding):

    foo: foo.in whatever.pm configdata.pm
    $(PERL) -I. -Ipathto -Mwhatever -Mconfigdata $(SRCDIR)/util/dofile.pl \\
        foo.in > foo

Note that configdata.pm is automatically added, since util/dofile.pl
itself depends on it.

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10162)

View the changeset: https://github.com/openssl/openssl/compare/9ff872e8a325...70d9675342ef

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/597680335?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/20191014/c1cb9edf/attachment-0001.html>


More information about the openssl-commits mailing list