• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tss / 1854
36%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2019 06:17PM UTC
Jobs 6
Files 2025
Run time 61min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1854

push

travis-ci

tstruk
build: ensure aminclude_static.am always exists

Since #1238 landed I'm seeing:

    $ ./bootstrap -I /usr/share/gnulib/m4/
    Generating file lists: src_vars.mk
    automake: error: cannot open < aminclude_static.am: No such file or directory
    autoreconf: automake failed with exit status: 1

This is because Automake supports an include directive[1] while generating
the Makefile. The preprocessing step of running automake over the
Makefile.am is trying to include the file (regardless of the conditional,
because this isn't make which is running) and dies because the
aminclude_static.am doesn't exist.

Therefore call AX_ADD_AM_MACRO_STATIC with an empty argument in
configure.ac to ensure the file is always present.

Thanks to Jonas Witschel for the pointer to AX_ADD_AM_MACRO_STATIC

Fixes #1255

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>

16705 of 19781 relevant lines covered (84.45%)

1114.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1854.1 (WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 28 Jan 2019 06:17PM UTC 0
84.3
Travis Job 1854.1
3 1854.3 (WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_1_0-stable) 28 Jan 2019 06:25PM UTC 0
84.3
Travis Job 1854.3
5 1854.5 (WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 28 Jan 2019 06:35PM UTC 0
84.36
Travis Job 1854.5
7 1854.7 (WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=yes WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 28 Jan 2019 06:45PM UTC 0
84.18
Travis Job 1854.7
9 1854.9 (WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 28 Jan 2019 06:53PM UTC 0
84.31
Travis Job 1854.9
11 1854.11 (WITH_TCTI_ASYNC=no WITH_TCTI_PARTIAL=yes WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 28 Jan 2019 07:03PM UTC 0
84.18
Travis Job 1854.11
Source Files on build 1854
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1854
  • b7b42326 on github
  • Prev Build on master (#1853)
  • Next Build on master (#1859)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc