Skip to content

Instantly share code, notes, and snippets.

@lwhsu
Created September 29, 2021 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lwhsu/4f37fbe79be334ce56713fb93f187d52 to your computer and use it in GitHub Desktop.
Save lwhsu/4f37fbe79be334ce56713fb93f187d52 to your computer and use it in GitHub Desktop.
=>> Building security/tpm2-tools
build started at Wed Sep 29 10:59:06 CST 2021
port directory: /usr/ports/security/tpm2-tools
package name: tpm2-tools-5.2
building for: FreeBSD 11_4_amd64-default-job-01 11.4-RELEASE-p13 FreeBSD 11.4-RELEASE-p13 amd64
maintained by: tstruk@gmail.com
Makefile datestamp: -rw-r--r-- 1 1001 staff 692 Sep 29 02:51 /usr/ports/security/tpm2-tools/Makefile
Ports top last git commit: c26c22bb079b
Ports top unclean checkout: yes
Port dir last git commit: f13c8c457907
Port dir unclean checkout: yes
Poudriere version: poudriere-git-3.3.99.20210907_1
Host OSVERSION: 1300139
Jail OSVERSION: 1104001
Job Id: 01
---Begin Environment---
SHELL=/bin/csh
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p13
UNAME_r=11.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
WARNING_WAIT=0
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.3.99.20210907_1
MASTERMNT=/usr/local/poudriere/data/.m/11_4_amd64-default/ref
DEV_WARNING_WAIT=0
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=xterm-256color
GID=0
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
UID=0
PWD=/usr/local/poudriere/data/.m/11_4_amd64-default/ref/.p/pool
OUTPUT_REDIRECTED_STDOUT=3
NO_WARNING_PKG_INSTALL_EOL=yes
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=11_4_amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/11_4_amd64-default/ref/.p
POUDRIERE_PKGNAME=poudriere-git-3.3.99.20210907_1
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---
---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---
---Begin OPTIONS List---
---End OPTIONS List---
--MAINTAINER--
tstruk@gmail.com
--End MAINTAINER--
--CONFIGURE_ARGS--
--disable-hardening --disable-fapi --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
CRYPTO_CFLAGS="-I/usr/include" CRYPTO_LIBS="-L/usr/lib -lcrypto" MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/security/tpm2-tools/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/tpm2-tools/work HOME=/wrkdirs/usr/ports/security/tpm2-tools/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/security/tpm2-tools/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=524288
--End CONFIGURE_ENV--
--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/security/tpm2-tools/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/tpm2-tools/work HOME=/wrkdirs/usr/ports/security/tpm2-tools/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/security/tpm2-tools/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444"
--End MAKE_ENV--
--PLIST_SUB--
OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/tpm2-tools" EXAMPLESDIR="share/examples/tpm2-tools" DATADIR="share/tpm2-tools" WWWDIR="www/tpm2-tools" ETCDIR="etc/tpm2-tools"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/tpm2-tools DOCSDIR=/usr/local/share/doc/tpm2-tools EXAMPLESDIR=/usr/local/share/examples/tpm2-tools WWWDIR=/usr/local/www/tpm2-tools ETCDIR=/usr/local/etc/tpm2-tools
--End SUB_LIST--
---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
FORCE_PACKAGE=yes
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### Misc Poudriere ####
.include "/etc/make.conf.ports_env"
---End make.conf---
--Resource limits--
cpu time (seconds, -t) unlimited
file size (512-blocks, -f) unlimited
data seg size (kbytes, -d) 33554432
stack size (kbytes, -s) 524288
core file size (512-blocks, -c) unlimited
max memory size (kbytes, -m) unlimited
locked memory (kbytes, -l) unlimited
max user processes (-u) 34304
open files (-n) 1024
virtual mem size (kbytes, -v) unlimited
swap limit (kbytes, -w) unlimited
socket buffer size (bytes, -b) unlimited
pseudo-terminals (-p) unlimited
kqueues (-k) unlimited
umtx shared locks (-o) unlimited
--End resource limits--
=======================<phase: check-sanity >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===> License BSD2CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===> tpm2-tools-5.2 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.17.2.pkg
[11_4_amd64-default-job-01] Installing pkg-1.17.2...
[11_4_amd64-default-job-01] Extracting pkg-1.17.2: .......... done
===> tpm2-tools-5.2 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of tpm2-tools-5.2
===========================================================================
=======================<phase: fetch-depends >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: fetch >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===> License BSD2CLAUSE accepted by the user
===> tpm2-tools-5.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tpm2-tools-5.2 for building
===========================================================================
=======================<phase: checksum >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===> License BSD2CLAUSE accepted by the user
===> tpm2-tools-5.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tpm2-tools-5.2 for building
=> SHA256 Checksum OK for tpm2-tools-5.2.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: extract >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===> License BSD2CLAUSE accepted by the user
===> tpm2-tools-5.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tpm2-tools-5.2 for building
===> Extracting for tpm2-tools-5.2
=> SHA256 Checksum OK for tpm2-tools-5.2.tar.gz.
===========================================================================
=======================<phase: patch-depends >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: patch >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===> Patching for tpm2-tools-5.2
===========================================================================
=======================<phase: build-depends >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===> tpm2-tools-5.2 depends on package: gmake>=4.3 - not found
===> Installing existing package /packages/All/gmake-4.3_2.pkg
[11_4_amd64-default-job-01] Installing gmake-4.3_2...
[11_4_amd64-default-job-01] `-- Installing gettext-runtime-0.21...
[11_4_amd64-default-job-01] | `-- Installing indexinfo-0.3.1...
[11_4_amd64-default-job-01] | `-- Extracting indexinfo-0.3.1: .... done
[11_4_amd64-default-job-01] `-- Extracting gettext-runtime-0.21: .......... done
[11_4_amd64-default-job-01] Extracting gmake-4.3_2: .......... done
===> tpm2-tools-5.2 depends on package: gmake>=4.3 - found
===> Returning to build of tpm2-tools-5.2
===> tpm2-tools-5.2 depends on package: pkgconf>=1.3.0_1 - not found
===> Installing existing package /packages/All/pkgconf-1.7.4,1.pkg
[11_4_amd64-default-job-01] Installing pkgconf-1.7.4,1...
[11_4_amd64-default-job-01] Extracting pkgconf-1.7.4,1: .......... done
===> tpm2-tools-5.2 depends on package: pkgconf>=1.3.0_1 - found
===> Returning to build of tpm2-tools-5.2
===========================================================================
=======================<phase: lib-depends >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===> tpm2-tools-5.2 depends on shared library: libtss2-esys.so - not found
===> Installing existing package /packages/All/tpm2-tss-3.1.0.pkg
[11_4_amd64-default-job-01] Installing tpm2-tss-3.1.0...
[11_4_amd64-default-job-01] `-- Installing curl-7.79.1...
[11_4_amd64-default-job-01] | `-- Installing ca_root_nss-3.69_1...
[11_4_amd64-default-job-01] | `-- Extracting ca_root_nss-3.69_1: ........ done
[11_4_amd64-default-job-01] | `-- Installing libnghttp2-1.44.0...
[11_4_amd64-default-job-01] | `-- Extracting libnghttp2-1.44.0: .......... done
[11_4_amd64-default-job-01] | `-- Installing libssh2-1.9.0_3,3...
[11_4_amd64-default-job-01] | `-- Extracting libssh2-1.9.0_3,3: .......... done
[11_4_amd64-default-job-01] `-- Extracting curl-7.79.1: .......... done
[11_4_amd64-default-job-01] `-- Installing json-c-0.15_1...
[11_4_amd64-default-job-01] `-- Extracting json-c-0.15_1: .......... done
[11_4_amd64-default-job-01] Extracting tpm2-tss-3.1.0: .......... done
=====
Message from ca_root_nss-3.69_1:
--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
===> tpm2-tools-5.2 depends on shared library: libtss2-esys.so - found (/usr/local/lib/libtss2-esys.so)
===> Returning to build of tpm2-tools-5.2
===> tpm2-tools-5.2 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so)
===> tpm2-tools-5.2 depends on shared library: libuuid.so - not found
===> Installing existing package /packages/All/e2fsprogs-libuuid-1.46.4.pkg
[11_4_amd64-default-job-01] Installing e2fsprogs-libuuid-1.46.4...
[11_4_amd64-default-job-01] Extracting e2fsprogs-libuuid-1.46.4: .......... done
===> tpm2-tools-5.2 depends on shared library: libuuid.so - found (/usr/local/lib/libuuid.so)
===> Returning to build of tpm2-tools-5.2
===========================================================================
=>> Recording filesystem state for prebuild... done
=======================<phase: configure >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===> tpm2-tools-5.2 depends on package: gmake>=4.3 - found
===> tpm2-tools-5.2 depends on package: pkgconf>=1.3.0_1 - found
===> tpm2-tools-5.2 depends on shared library: libtss2-esys.so - found (/usr/local/lib/libtss2-esys.so)
===> tpm2-tools-5.2 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so)
===> tpm2-tools-5.2 depends on shared library: libuuid.so - found (/usr/local/lib/libuuid.so)
===> Configuring for tpm2-tools-5.2
configure: loading site script /usr/ports/Templates/config.site
checking whether to enable debugging... no
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking whether ln -s works... yes
checking build system type... amd64-portbld-freebsd11.4
checking host system type... amd64-portbld-freebsd11.4
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... (cached) 524288
checking how to convert amd64-portbld-freebsd11.4 file names to amd64-portbld-freebsd11.4 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd11.4 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) /usr/bin/awk
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd11.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports the include directive... yes (GNU style)
checking whether gmake supports nested variables... yes
checking dependency style of cc... gcc3
checking whether gmake supports nested variables... (cached) yes
checking whether to build with code coverage support... no
checking for pandoc... no
configure: WARNING: Required executable pandoc not found, man pages will not be built
checking pkg-config is at least version 0.9.0... yes
checking for TSS2_ESYS_3_0... yes
checking for TSS2_TCTILDR... yes
checking for TSS2_MU... yes
checking for TSS2_RC... yes
checking for TSS2_SYS... yes
checking for CRYPTO... yes
checking for CURL... yes
checking for EFIVAR... no
checking efivar/efivar.h usability... no
checking efivar/efivar.h presence... no
checking for efivar/efivar.h... no
configure: WARNING: Compiling with --disable-hardening is dangerous!
you should consider fixing the configure script compiler flags
and submitting patches upstream!
checking whether C compiler accepts -D_GNU_SOURCE... yes
checking whether C compiler accepts -std=gnu99... yes
checking whether C compiler accepts -fdata-sections... yes
checking whether C compiler accepts -ffunction-sections... yes
checking whether the linker accepts -Wl,--gc-sections... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
- tpm2-tools: 5.2
- Man pages: no
- Unit tests: no
===========================================================================
=======================<phase: build >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===> Building for tpm2-tools-5.2
gmake[1]: Entering directory '/wrkdirs/usr/ports/security/tpm2-tools/work/tpm2-tools-5.2'
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_tool.o -MD -MP -MF tools/.deps/tpm2-tpm2_tool.Tpo -c -o tools/tpm2-tpm2_tool.o `test -f 'tools/tpm2_tool.c' || echo './'`tools/tpm2_tool.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/misc/tpm2-tpm2_certifyX509certutil.o -MD -MP -MF tools/misc/.deps/tpm2-tpm2_certifyX509certutil.Tpo -c -o tools/misc/tpm2-tpm2_certifyX509certutil.o `test -f 'tools/misc/tpm2_certifyX509certutil.c' || echo './'`tools/misc/tpm2_certifyX509certutil.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/misc/tpm2-tpm2_checkquote.o -MD -MP -MF tools/misc/.deps/tpm2-tpm2_checkquote.Tpo -c -o tools/misc/tpm2-tpm2_checkquote.o `test -f 'tools/misc/tpm2_checkquote.c' || echo './'`tools/misc/tpm2_checkquote.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/misc/tpm2-tpm2_eventlog.o -MD -MP -MF tools/misc/.deps/tpm2-tpm2_eventlog.Tpo -c -o tools/misc/tpm2-tpm2_eventlog.o `test -f 'tools/misc/tpm2_eventlog.c' || echo './'`tools/misc/tpm2_eventlog.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/misc/tpm2-tpm2_print.o -MD -MP -MF tools/misc/.deps/tpm2-tpm2_print.Tpo -c -o tools/misc/tpm2-tpm2_print.o `test -f 'tools/misc/tpm2_print.c' || echo './'`tools/misc/tpm2_print.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/misc/tpm2-tpm2_rc_decode.o -MD -MP -MF tools/misc/.deps/tpm2-tpm2_rc_decode.Tpo -c -o tools/misc/tpm2-tpm2_rc_decode.o `test -f 'tools/misc/tpm2_rc_decode.c' || echo './'`tools/misc/tpm2_rc_decode.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_activatecredential.o -MD -MP -MF tools/.deps/tpm2-tpm2_activatecredential.Tpo -c -o tools/tpm2-tpm2_activatecredential.o `test -f 'tools/tpm2_activatecredential.c' || echo './'`tools/tpm2_activatecredential.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_certify.o -MD -MP -MF tools/.deps/tpm2-tpm2_certify.Tpo -c -o tools/tpm2-tpm2_certify.o `test -f 'tools/tpm2_certify.c' || echo './'`tools/tpm2_certify.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_changeauth.o -MD -MP -MF tools/.deps/tpm2-tpm2_changeauth.Tpo -c -o tools/tpm2-tpm2_changeauth.o `test -f 'tools/tpm2_changeauth.c' || echo './'`tools/tpm2_changeauth.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_changeeps.o -MD -MP -MF tools/.deps/tpm2-tpm2_changeeps.Tpo -c -o tools/tpm2-tpm2_changeeps.o `test -f 'tools/tpm2_changeeps.c' || echo './'`tools/tpm2_changeeps.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_changepps.o -MD -MP -MF tools/.deps/tpm2-tpm2_changepps.Tpo -c -o tools/tpm2-tpm2_changepps.o `test -f 'tools/tpm2_changepps.c' || echo './'`tools/tpm2_changepps.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_clear.o -MD -MP -MF tools/.deps/tpm2-tpm2_clear.Tpo -c -o tools/tpm2-tpm2_clear.o `test -f 'tools/tpm2_clear.c' || echo './'`tools/tpm2_clear.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_clearcontrol.o -MD -MP -MF tools/.deps/tpm2-tpm2_clearcontrol.Tpo -c -o tools/tpm2-tpm2_clearcontrol.o `test -f 'tools/tpm2_clearcontrol.c' || echo './'`tools/tpm2_clearcontrol.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_clockrateadjust.o -MD -MP -MF tools/.deps/tpm2-tpm2_clockrateadjust.Tpo -c -o tools/tpm2-tpm2_clockrateadjust.o `test -f 'tools/tpm2_clockrateadjust.c' || echo './'`tools/tpm2_clockrateadjust.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_create.o -MD -MP -MF tools/.deps/tpm2-tpm2_create.Tpo -c -o tools/tpm2-tpm2_create.o `test -f 'tools/tpm2_create.c' || echo './'`tools/tpm2_create.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_createak.o -MD -MP -MF tools/.deps/tpm2-tpm2_createak.Tpo -c -o tools/tpm2-tpm2_createak.o `test -f 'tools/tpm2_createak.c' || echo './'`tools/tpm2_createak.c
mv -f tools/misc/.deps/tpm2-tpm2_rc_decode.Tpo tools/misc/.deps/tpm2-tpm2_rc_decode.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_createek.o -MD -MP -MF tools/.deps/tpm2-tpm2_createek.Tpo -c -o tools/tpm2-tpm2_createek.o `test -f 'tools/tpm2_createek.c' || echo './'`tools/tpm2_createek.c
mv -f tools/.deps/tpm2-tpm2_clear.Tpo tools/.deps/tpm2-tpm2_clear.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_createpolicy.o -MD -MP -MF tools/.deps/tpm2-tpm2_createpolicy.Tpo -c -o tools/tpm2-tpm2_createpolicy.o `test -f 'tools/tpm2_createpolicy.c' || echo './'`tools/tpm2_createpolicy.c
mv -f tools/.deps/tpm2-tpm2_clockrateadjust.Tpo tools/.deps/tpm2-tpm2_clockrateadjust.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_setprimarypolicy.o -MD -MP -MF tools/.deps/tpm2-tpm2_setprimarypolicy.Tpo -c -o tools/tpm2-tpm2_setprimarypolicy.o `test -f 'tools/tpm2_setprimarypolicy.c' || echo './'`tools/tpm2_setprimarypolicy.c
mv -f tools/.deps/tpm2-tpm2_changepps.Tpo tools/.deps/tpm2-tpm2_changepps.Po
mv -f tools/.deps/tpm2-tpm2_clearcontrol.Tpo tools/.deps/tpm2-tpm2_clearcontrol.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_createprimary.o -MD -MP -MF tools/.deps/tpm2-tpm2_createprimary.Tpo -c -o tools/tpm2-tpm2_createprimary.o `test -f 'tools/tpm2_createprimary.c' || echo './'`tools/tpm2_createprimary.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_dictionarylockout.o -MD -MP -MF tools/.deps/tpm2-tpm2_dictionarylockout.Tpo -c -o tools/tpm2-tpm2_dictionarylockout.o `test -f 'tools/tpm2_dictionarylockout.c' || echo './'`tools/tpm2_dictionarylockout.c
mv -f tools/.deps/tpm2-tpm2_changeeps.Tpo tools/.deps/tpm2-tpm2_changeeps.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_duplicate.o -MD -MP -MF tools/.deps/tpm2-tpm2_duplicate.Tpo -c -o tools/tpm2-tpm2_duplicate.o `test -f 'tools/tpm2_duplicate.c' || echo './'`tools/tpm2_duplicate.c
mv -f tools/misc/.deps/tpm2-tpm2_eventlog.Tpo tools/misc/.deps/tpm2-tpm2_eventlog.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getcap.o -MD -MP -MF tools/.deps/tpm2-tpm2_getcap.Tpo -c -o tools/tpm2-tpm2_getcap.o `test -f 'tools/tpm2_getcap.c' || echo './'`tools/tpm2_getcap.c
mv -f tools/.deps/tpm2-tpm2_changeauth.Tpo tools/.deps/tpm2-tpm2_changeauth.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_gettestresult.o -MD -MP -MF tools/.deps/tpm2-tpm2_gettestresult.Tpo -c -o tools/tpm2-tpm2_gettestresult.o `test -f 'tools/tpm2_gettestresult.c' || echo './'`tools/tpm2_gettestresult.c
mv -f tools/.deps/tpm2-tpm2_activatecredential.Tpo tools/.deps/tpm2-tpm2_activatecredential.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_encryptdecrypt.o -MD -MP -MF tools/.deps/tpm2-tpm2_encryptdecrypt.Tpo -c -o tools/tpm2-tpm2_encryptdecrypt.o `test -f 'tools/tpm2_encryptdecrypt.c' || echo './'`tools/tpm2_encryptdecrypt.c
mv -f tools/.deps/tpm2-tpm2_tool.Tpo tools/.deps/tpm2-tpm2_tool.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_evictcontrol.o -MD -MP -MF tools/.deps/tpm2-tpm2_evictcontrol.Tpo -c -o tools/tpm2-tpm2_evictcontrol.o `test -f 'tools/tpm2_evictcontrol.c' || echo './'`tools/tpm2_evictcontrol.c
mv -f tools/.deps/tpm2-tpm2_certify.Tpo tools/.deps/tpm2-tpm2_certify.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_flushcontext.o -MD -MP -MF tools/.deps/tpm2-tpm2_flushcontext.Tpo -c -o tools/tpm2-tpm2_flushcontext.o `test -f 'tools/tpm2_flushcontext.c' || echo './'`tools/tpm2_flushcontext.c
mv -f tools/.deps/tpm2-tpm2_createpolicy.Tpo tools/.deps/tpm2-tpm2_createpolicy.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getekcertificate.o -MD -MP -MF tools/.deps/tpm2-tpm2_getekcertificate.Tpo -c -o tools/tpm2-tpm2_getekcertificate.o `test -f 'tools/tpm2_getekcertificate.c' || echo './'`tools/tpm2_getekcertificate.c
mv -f tools/.deps/tpm2-tpm2_createak.Tpo tools/.deps/tpm2-tpm2_createak.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getrandom.o -MD -MP -MF tools/.deps/tpm2-tpm2_getrandom.Tpo -c -o tools/tpm2-tpm2_getrandom.o `test -f 'tools/tpm2_getrandom.c' || echo './'`tools/tpm2_getrandom.c
mv -f tools/misc/.deps/tpm2-tpm2_print.Tpo tools/misc/.deps/tpm2-tpm2_print.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_gettime.o -MD -MP -MF tools/.deps/tpm2-tpm2_gettime.Tpo -c -o tools/tpm2-tpm2_gettime.o `test -f 'tools/tpm2_gettime.c' || echo './'`tools/tpm2_gettime.c
mv -f tools/.deps/tpm2-tpm2_dictionarylockout.Tpo tools/.deps/tpm2-tpm2_dictionarylockout.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_hash.o -MD -MP -MF tools/.deps/tpm2-tpm2_hash.Tpo -c -o tools/tpm2-tpm2_hash.o `test -f 'tools/tpm2_hash.c' || echo './'`tools/tpm2_hash.c
mv -f tools/.deps/tpm2-tpm2_gettestresult.Tpo tools/.deps/tpm2-tpm2_gettestresult.Po
mv -f tools/.deps/tpm2-tpm2_create.Tpo tools/.deps/tpm2-tpm2_create.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_hierarchycontrol.o -MD -MP -MF tools/.deps/tpm2-tpm2_hierarchycontrol.Tpo -c -o tools/tpm2-tpm2_hierarchycontrol.o `test -f 'tools/tpm2_hierarchycontrol.c' || echo './'`tools/tpm2_hierarchycontrol.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_hmac.o -MD -MP -MF tools/.deps/tpm2-tpm2_hmac.Tpo -c -o tools/tpm2-tpm2_hmac.o `test -f 'tools/tpm2_hmac.c' || echo './'`tools/tpm2_hmac.c
mv -f tools/misc/.deps/tpm2-tpm2_certifyX509certutil.Tpo tools/misc/.deps/tpm2-tpm2_certifyX509certutil.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_import.o -MD -MP -MF tools/.deps/tpm2-tpm2_import.Tpo -c -o tools/tpm2-tpm2_import.o `test -f 'tools/tpm2_import.c' || echo './'`tools/tpm2_import.c
mv -f tools/.deps/tpm2-tpm2_setprimarypolicy.Tpo tools/.deps/tpm2-tpm2_setprimarypolicy.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_incrementalselftest.o -MD -MP -MF tools/.deps/tpm2-tpm2_incrementalselftest.Tpo -c -o tools/tpm2-tpm2_incrementalselftest.o `test -f 'tools/tpm2_incrementalselftest.c' || echo './'`tools/tpm2_incrementalselftest.c
mv -f tools/.deps/tpm2-tpm2_createprimary.Tpo tools/.deps/tpm2-tpm2_createprimary.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_load.o -MD -MP -MF tools/.deps/tpm2-tpm2_load.Tpo -c -o tools/tpm2-tpm2_load.o `test -f 'tools/tpm2_load.c' || echo './'`tools/tpm2_load.c
mv -f tools/.deps/tpm2-tpm2_evictcontrol.Tpo tools/.deps/tpm2-tpm2_evictcontrol.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_loadexternal.o -MD -MP -MF tools/.deps/tpm2-tpm2_loadexternal.Tpo -c -o tools/tpm2-tpm2_loadexternal.o `test -f 'tools/tpm2_loadexternal.c' || echo './'`tools/tpm2_loadexternal.c
mv -f tools/.deps/tpm2-tpm2_flushcontext.Tpo tools/.deps/tpm2-tpm2_flushcontext.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_makecredential.o -MD -MP -MF tools/.deps/tpm2-tpm2_makecredential.Tpo -c -o tools/tpm2-tpm2_makecredential.o `test -f 'tools/tpm2_makecredential.c' || echo './'`tools/tpm2_makecredential.c
mv -f tools/.deps/tpm2-tpm2_createek.Tpo tools/.deps/tpm2-tpm2_createek.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvdefine.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvdefine.Tpo -c -o tools/tpm2-tpm2_nvdefine.o `test -f 'tools/tpm2_nvdefine.c' || echo './'`tools/tpm2_nvdefine.c
mv -f tools/.deps/tpm2-tpm2_encryptdecrypt.Tpo tools/.deps/tpm2-tpm2_encryptdecrypt.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvextend.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvextend.Tpo -c -o tools/tpm2-tpm2_nvextend.o `test -f 'tools/tpm2_nvextend.c' || echo './'`tools/tpm2_nvextend.c
mv -f tools/misc/.deps/tpm2-tpm2_checkquote.Tpo tools/misc/.deps/tpm2-tpm2_checkquote.Po
mv -f tools/.deps/tpm2-tpm2_hash.Tpo tools/.deps/tpm2-tpm2_hash.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvincrement.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvincrement.Tpo -c -o tools/tpm2-tpm2_nvincrement.o `test -f 'tools/tpm2_nvincrement.c' || echo './'`tools/tpm2_nvincrement.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvreadpublic.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvreadpublic.Tpo -c -o tools/tpm2-tpm2_nvreadpublic.o `test -f 'tools/tpm2_nvreadpublic.c' || echo './'`tools/tpm2_nvreadpublic.c
tools/tpm2_getekcertificate.c:66:26: warning: implicit declaration of function 'EVP_MD_CTX_new' is invalid in C99 [-Wimplicit-function-declaration]
EVP_MD_CTX *sha256 = EVP_MD_CTX_new();
^
tools/tpm2_getekcertificate.c:66:17: warning: incompatible integer to pointer conversion initializing 'EVP_MD_CTX *' (aka 'struct env_md_ctx_st *') with an expression of type 'int' [-Wint-conversion]
EVP_MD_CTX *sha256 = EVP_MD_CTX_new();
^ ~~~~~~~~~~~~~~~~
tools/tpm2_getekcertificate.c:124:5: warning: implicit declaration of function 'EVP_MD_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
EVP_MD_CTX_free(sha256);
^
mv -f tools/.deps/tpm2-tpm2_hierarchycontrol.Tpo tools/.deps/tpm2-tpm2_hierarchycontrol.Po
mv -f tools/.deps/tpm2-tpm2_duplicate.Tpo tools/.deps/tpm2-tpm2_duplicate.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvread.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvread.Tpo -c -o tools/tpm2-tpm2_nvread.o `test -f 'tools/tpm2_nvread.c' || echo './'`tools/tpm2_nvread.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvreadlock.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvreadlock.Tpo -c -o tools/tpm2-tpm2_nvreadlock.o `test -f 'tools/tpm2_nvreadlock.c' || echo './'`tools/tpm2_nvreadlock.c
mv -f tools/.deps/tpm2-tpm2_getrandom.Tpo tools/.deps/tpm2-tpm2_getrandom.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvundefine.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvundefine.Tpo -c -o tools/tpm2-tpm2_nvundefine.o `test -f 'tools/tpm2_nvundefine.c' || echo './'`tools/tpm2_nvundefine.c
mv -f tools/.deps/tpm2-tpm2_incrementalselftest.Tpo tools/.deps/tpm2-tpm2_incrementalselftest.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvwrite.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvwrite.Tpo -c -o tools/tpm2-tpm2_nvwrite.o `test -f 'tools/tpm2_nvwrite.c' || echo './'`tools/tpm2_nvwrite.c
mv -f tools/.deps/tpm2-tpm2_gettime.Tpo tools/.deps/tpm2-tpm2_gettime.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvwritelock.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvwritelock.Tpo -c -o tools/tpm2-tpm2_nvwritelock.o `test -f 'tools/tpm2_nvwritelock.c' || echo './'`tools/tpm2_nvwritelock.c
mv -f tools/.deps/tpm2-tpm2_hmac.Tpo tools/.deps/tpm2-tpm2_hmac.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvsetbits.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvsetbits.Tpo -c -o tools/tpm2-tpm2_nvsetbits.o `test -f 'tools/tpm2_nvsetbits.c' || echo './'`tools/tpm2_nvsetbits.c
mv -f tools/.deps/tpm2-tpm2_load.Tpo tools/.deps/tpm2-tpm2_load.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_pcrallocate.o -MD -MP -MF tools/.deps/tpm2-tpm2_pcrallocate.Tpo -c -o tools/tpm2-tpm2_pcrallocate.o `test -f 'tools/tpm2_pcrallocate.c' || echo './'`tools/tpm2_pcrallocate.c
mv -f tools/.deps/tpm2-tpm2_nvincrement.Tpo tools/.deps/tpm2-tpm2_nvincrement.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_pcrevent.o -MD -MP -MF tools/.deps/tpm2-tpm2_pcrevent.Tpo -c -o tools/tpm2-tpm2_pcrevent.o `test -f 'tools/tpm2_pcrevent.c' || echo './'`tools/tpm2_pcrevent.c
mv -f tools/.deps/tpm2-tpm2_nvreadlock.Tpo tools/.deps/tpm2-tpm2_nvreadlock.Po
mv -f tools/.deps/tpm2-tpm2_nvextend.Tpo tools/.deps/tpm2-tpm2_nvextend.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_pcrextend.o -MD -MP -MF tools/.deps/tpm2-tpm2_pcrextend.Tpo -c -o tools/tpm2-tpm2_pcrextend.o `test -f 'tools/tpm2_pcrextend.c' || echo './'`tools/tpm2_pcrextend.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_pcrread.o -MD -MP -MF tools/.deps/tpm2-tpm2_pcrread.Tpo -c -o tools/tpm2-tpm2_pcrread.o `test -f 'tools/tpm2_pcrread.c' || echo './'`tools/tpm2_pcrread.c
mv -f tools/.deps/tpm2-tpm2_nvundefine.Tpo tools/.deps/tpm2-tpm2_nvundefine.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_pcrreset.o -MD -MP -MF tools/.deps/tpm2-tpm2_pcrreset.Tpo -c -o tools/tpm2-tpm2_pcrreset.o `test -f 'tools/tpm2_pcrreset.c' || echo './'`tools/tpm2_pcrreset.c
mv -f tools/.deps/tpm2-tpm2_loadexternal.Tpo tools/.deps/tpm2-tpm2_loadexternal.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policypcr.o -MD -MP -MF tools/.deps/tpm2-tpm2_policypcr.Tpo -c -o tools/tpm2-tpm2_policypcr.o `test -f 'tools/tpm2_policypcr.c' || echo './'`tools/tpm2_policypcr.c
mv -f tools/.deps/tpm2-tpm2_nvreadpublic.Tpo tools/.deps/tpm2-tpm2_nvreadpublic.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyauthorize.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyauthorize.Tpo -c -o tools/tpm2-tpm2_policyauthorize.o `test -f 'tools/tpm2_policyauthorize.c' || echo './'`tools/tpm2_policyauthorize.c
mv -f tools/.deps/tpm2-tpm2_getcap.Tpo tools/.deps/tpm2-tpm2_getcap.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyauthorizenv.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyauthorizenv.Tpo -c -o tools/tpm2-tpm2_policyauthorizenv.o `test -f 'tools/tpm2_policyauthorizenv.c' || echo './'`tools/tpm2_policyauthorizenv.c
mv -f tools/.deps/tpm2-tpm2_pcrallocate.Tpo tools/.deps/tpm2-tpm2_pcrallocate.Po
mv -f tools/.deps/tpm2-tpm2_nvwritelock.Tpo tools/.deps/tpm2-tpm2_nvwritelock.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policynv.o -MD -MP -MF tools/.deps/tpm2-tpm2_policynv.Tpo -c -o tools/tpm2-tpm2_policynv.o `test -f 'tools/tpm2_policynv.c' || echo './'`tools/tpm2_policynv.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policycountertimer.o -MD -MP -MF tools/.deps/tpm2-tpm2_policycountertimer.Tpo -c -o tools/tpm2-tpm2_policycountertimer.o `test -f 'tools/tpm2_policycountertimer.c' || echo './'`tools/tpm2_policycountertimer.c
mv -f tools/.deps/tpm2-tpm2_nvwrite.Tpo tools/.deps/tpm2-tpm2_nvwrite.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyor.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyor.Tpo -c -o tools/tpm2-tpm2_policyor.o `test -f 'tools/tpm2_policyor.c' || echo './'`tools/tpm2_policyor.c
mv -f tools/.deps/tpm2-tpm2_makecredential.Tpo tools/.deps/tpm2-tpm2_makecredential.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policynamehash.o -MD -MP -MF tools/.deps/tpm2-tpm2_policynamehash.Tpo -c -o tools/tpm2-tpm2_policynamehash.o `test -f 'tools/tpm2_policynamehash.c' || echo './'`tools/tpm2_policynamehash.c
mv -f tools/.deps/tpm2-tpm2_import.Tpo tools/.deps/tpm2-tpm2_import.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policytemplate.o -MD -MP -MF tools/.deps/tpm2-tpm2_policytemplate.Tpo -c -o tools/tpm2-tpm2_policytemplate.o `test -f 'tools/tpm2_policytemplate.c' || echo './'`tools/tpm2_policytemplate.c
mv -f tools/.deps/tpm2-tpm2_nvdefine.Tpo tools/.deps/tpm2-tpm2_nvdefine.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policycphash.o -MD -MP -MF tools/.deps/tpm2-tpm2_policycphash.Tpo -c -o tools/tpm2-tpm2_policycphash.o `test -f 'tools/tpm2_policycphash.c' || echo './'`tools/tpm2_policycphash.c
mv -f tools/.deps/tpm2-tpm2_nvsetbits.Tpo tools/.deps/tpm2-tpm2_nvsetbits.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policypassword.o -MD -MP -MF tools/.deps/tpm2-tpm2_policypassword.Tpo -c -o tools/tpm2-tpm2_policypassword.o `test -f 'tools/tpm2_policypassword.c' || echo './'`tools/tpm2_policypassword.c
mv -f tools/.deps/tpm2-tpm2_nvread.Tpo tools/.deps/tpm2-tpm2_nvread.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policysigned.o -MD -MP -MF tools/.deps/tpm2-tpm2_policysigned.Tpo -c -o tools/tpm2-tpm2_policysigned.o `test -f 'tools/tpm2_policysigned.c' || echo './'`tools/tpm2_policysigned.c
mv -f tools/.deps/tpm2-tpm2_pcrextend.Tpo tools/.deps/tpm2-tpm2_pcrextend.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyticket.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyticket.Tpo -c -o tools/tpm2-tpm2_policyticket.o `test -f 'tools/tpm2_policyticket.c' || echo './'`tools/tpm2_policyticket.c
mv -f tools/.deps/tpm2-tpm2_pcrreset.Tpo tools/.deps/tpm2-tpm2_pcrreset.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyauthvalue.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyauthvalue.Tpo -c -o tools/tpm2-tpm2_policyauthvalue.o `test -f 'tools/tpm2_policyauthvalue.c' || echo './'`tools/tpm2_policyauthvalue.c
mv -f tools/.deps/tpm2-tpm2_policyauthorize.Tpo tools/.deps/tpm2-tpm2_policyauthorize.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policysecret.o -MD -MP -MF tools/.deps/tpm2-tpm2_policysecret.Tpo -c -o tools/tpm2-tpm2_policysecret.o `test -f 'tools/tpm2_policysecret.c' || echo './'`tools/tpm2_policysecret.c
mv -f tools/.deps/tpm2-tpm2_policypcr.Tpo tools/.deps/tpm2-tpm2_policypcr.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyrestart.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyrestart.Tpo -c -o tools/tpm2-tpm2_policyrestart.o `test -f 'tools/tpm2_policyrestart.c' || echo './'`tools/tpm2_policyrestart.c
3 warnings generated.
mv -f tools/.deps/tpm2-tpm2_getekcertificate.Tpo tools/.deps/tpm2-tpm2_getekcertificate.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policycommandcode.o -MD -MP -MF tools/.deps/tpm2-tpm2_policycommandcode.Tpo -c -o tools/tpm2-tpm2_policycommandcode.o `test -f 'tools/tpm2_policycommandcode.c' || echo './'`tools/tpm2_policycommandcode.c
mv -f tools/.deps/tpm2-tpm2_policyor.Tpo tools/.deps/tpm2-tpm2_policyor.Po
mv -f tools/.deps/tpm2-tpm2_policynamehash.Tpo tools/.deps/tpm2-tpm2_policynamehash.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policynvwritten.o -MD -MP -MF tools/.deps/tpm2-tpm2_policynvwritten.Tpo -c -o tools/tpm2-tpm2_policynvwritten.o `test -f 'tools/tpm2_policynvwritten.c' || echo './'`tools/tpm2_policynvwritten.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policyduplicationselect.o -MD -MP -MF tools/.deps/tpm2-tpm2_policyduplicationselect.Tpo -c -o tools/tpm2-tpm2_policyduplicationselect.o `test -f 'tools/tpm2_policyduplicationselect.c' || echo './'`tools/tpm2_policyduplicationselect.c
mv -f tools/.deps/tpm2-tpm2_pcrevent.Tpo tools/.deps/tpm2-tpm2_pcrevent.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_policylocality.o -MD -MP -MF tools/.deps/tpm2-tpm2_policylocality.Tpo -c -o tools/tpm2-tpm2_policylocality.o `test -f 'tools/tpm2_policylocality.c' || echo './'`tools/tpm2_policylocality.c
mv -f tools/.deps/tpm2-tpm2_policytemplate.Tpo tools/.deps/tpm2-tpm2_policytemplate.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_quote.o -MD -MP -MF tools/.deps/tpm2-tpm2_quote.Tpo -c -o tools/tpm2-tpm2_quote.o `test -f 'tools/tpm2_quote.c' || echo './'`tools/tpm2_quote.c
mv -f tools/.deps/tpm2-tpm2_policyauthorizenv.Tpo tools/.deps/tpm2-tpm2_policyauthorizenv.Po
mv -f tools/.deps/tpm2-tpm2_pcrread.Tpo tools/.deps/tpm2-tpm2_pcrread.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_readclock.o -MD -MP -MF tools/.deps/tpm2-tpm2_readclock.Tpo -c -o tools/tpm2-tpm2_readclock.o `test -f 'tools/tpm2_readclock.c' || echo './'`tools/tpm2_readclock.c
mv -f tools/.deps/tpm2-tpm2_policycphash.Tpo tools/.deps/tpm2-tpm2_policycphash.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_readpublic.o -MD -MP -MF tools/.deps/tpm2-tpm2_readpublic.Tpo -c -o tools/tpm2-tpm2_readpublic.o `test -f 'tools/tpm2_readpublic.c' || echo './'`tools/tpm2_readpublic.c
mv -f tools/.deps/tpm2-tpm2_policypassword.Tpo tools/.deps/tpm2-tpm2_policypassword.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_rsadecrypt.o -MD -MP -MF tools/.deps/tpm2-tpm2_rsadecrypt.Tpo -c -o tools/tpm2-tpm2_rsadecrypt.o `test -f 'tools/tpm2_rsadecrypt.c' || echo './'`tools/tpm2_rsadecrypt.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_rsaencrypt.o -MD -MP -MF tools/.deps/tpm2-tpm2_rsaencrypt.Tpo -c -o tools/tpm2-tpm2_rsaencrypt.o `test -f 'tools/tpm2_rsaencrypt.c' || echo './'`tools/tpm2_rsaencrypt.c
mv -f tools/.deps/tpm2-tpm2_policycountertimer.Tpo tools/.deps/tpm2-tpm2_policycountertimer.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_send.o -MD -MP -MF tools/.deps/tpm2-tpm2_send.Tpo -c -o tools/tpm2-tpm2_send.o `test -f 'tools/tpm2_send.c' || echo './'`tools/tpm2_send.c
mv -f tools/.deps/tpm2-tpm2_policynv.Tpo tools/.deps/tpm2-tpm2_policynv.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_selftest.o -MD -MP -MF tools/.deps/tpm2-tpm2_selftest.Tpo -c -o tools/tpm2-tpm2_selftest.o `test -f 'tools/tpm2_selftest.c' || echo './'`tools/tpm2_selftest.c
mv -f tools/.deps/tpm2-tpm2_policyauthvalue.Tpo tools/.deps/tpm2-tpm2_policyauthvalue.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_setclock.o -MD -MP -MF tools/.deps/tpm2-tpm2_setclock.Tpo -c -o tools/tpm2-tpm2_setclock.o `test -f 'tools/tpm2_setclock.c' || echo './'`tools/tpm2_setclock.c
mv -f tools/.deps/tpm2-tpm2_policyrestart.Tpo tools/.deps/tpm2-tpm2_policyrestart.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_shutdown.o -MD -MP -MF tools/.deps/tpm2-tpm2_shutdown.Tpo -c -o tools/tpm2-tpm2_shutdown.o `test -f 'tools/tpm2_shutdown.c' || echo './'`tools/tpm2_shutdown.c
mv -f tools/.deps/tpm2-tpm2_policycommandcode.Tpo tools/.deps/tpm2-tpm2_policycommandcode.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_sign.o -MD -MP -MF tools/.deps/tpm2-tpm2_sign.Tpo -c -o tools/tpm2-tpm2_sign.o `test -f 'tools/tpm2_sign.c' || echo './'`tools/tpm2_sign.c
mv -f tools/.deps/tpm2-tpm2_policysecret.Tpo tools/.deps/tpm2-tpm2_policysecret.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_certifycreation.o -MD -MP -MF tools/.deps/tpm2-tpm2_certifycreation.Tpo -c -o tools/tpm2-tpm2_certifycreation.o `test -f 'tools/tpm2_certifycreation.c' || echo './'`tools/tpm2_certifycreation.c
mv -f tools/.deps/tpm2-tpm2_policyduplicationselect.Tpo tools/.deps/tpm2-tpm2_policyduplicationselect.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_nvcertify.o -MD -MP -MF tools/.deps/tpm2-tpm2_nvcertify.Tpo -c -o tools/tpm2-tpm2_nvcertify.o `test -f 'tools/tpm2_nvcertify.c' || echo './'`tools/tpm2_nvcertify.c
mv -f tools/.deps/tpm2-tpm2_readclock.Tpo tools/.deps/tpm2-tpm2_readclock.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_startauthsession.o -MD -MP -MF tools/.deps/tpm2-tpm2_startauthsession.Tpo -c -o tools/tpm2-tpm2_startauthsession.o `test -f 'tools/tpm2_startauthsession.c' || echo './'`tools/tpm2_startauthsession.c
mv -f tools/.deps/tpm2-tpm2_policynvwritten.Tpo tools/.deps/tpm2-tpm2_policynvwritten.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_startup.o -MD -MP -MF tools/.deps/tpm2-tpm2_startup.Tpo -c -o tools/tpm2-tpm2_startup.o `test -f 'tools/tpm2_startup.c' || echo './'`tools/tpm2_startup.c
mv -f tools/.deps/tpm2-tpm2_policyticket.Tpo tools/.deps/tpm2-tpm2_policyticket.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_stirrandom.o -MD -MP -MF tools/.deps/tpm2-tpm2_stirrandom.Tpo -c -o tools/tpm2-tpm2_stirrandom.o `test -f 'tools/tpm2_stirrandom.c' || echo './'`tools/tpm2_stirrandom.c
mv -f tools/.deps/tpm2-tpm2_policysigned.Tpo tools/.deps/tpm2-tpm2_policysigned.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_testparms.o -MD -MP -MF tools/.deps/tpm2-tpm2_testparms.Tpo -c -o tools/tpm2-tpm2_testparms.o `test -f 'tools/tpm2_testparms.c' || echo './'`tools/tpm2_testparms.c
mv -f tools/.deps/tpm2-tpm2_policylocality.Tpo tools/.deps/tpm2-tpm2_policylocality.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_unseal.o -MD -MP -MF tools/.deps/tpm2-tpm2_unseal.Tpo -c -o tools/tpm2-tpm2_unseal.o `test -f 'tools/tpm2_unseal.c' || echo './'`tools/tpm2_unseal.c
mv -f tools/.deps/tpm2-tpm2_selftest.Tpo tools/.deps/tpm2-tpm2_selftest.Po
mv -f tools/.deps/tpm2-tpm2_rsaencrypt.Tpo tools/.deps/tpm2-tpm2_rsaencrypt.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_verifysignature.o -MD -MP -MF tools/.deps/tpm2-tpm2_verifysignature.Tpo -c -o tools/tpm2-tpm2_verifysignature.o `test -f 'tools/tpm2_verifysignature.c' || echo './'`tools/tpm2_verifysignature.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_setcommandauditstatus.o -MD -MP -MF tools/.deps/tpm2-tpm2_setcommandauditstatus.Tpo -c -o tools/tpm2-tpm2_setcommandauditstatus.o `test -f 'tools/tpm2_setcommandauditstatus.c' || echo './'`tools/tpm2_setcommandauditstatus.c
mv -f tools/.deps/tpm2-tpm2_rsadecrypt.Tpo tools/.deps/tpm2-tpm2_rsadecrypt.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getcommandauditdigest.o -MD -MP -MF tools/.deps/tpm2-tpm2_getcommandauditdigest.Tpo -c -o tools/tpm2-tpm2_getcommandauditdigest.o `test -f 'tools/tpm2_getcommandauditdigest.c' || echo './'`tools/tpm2_getcommandauditdigest.c
mv -f tools/.deps/tpm2-tpm2_shutdown.Tpo tools/.deps/tpm2-tpm2_shutdown.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getsessionauditdigest.o -MD -MP -MF tools/.deps/tpm2-tpm2_getsessionauditdigest.Tpo -c -o tools/tpm2-tpm2_getsessionauditdigest.o `test -f 'tools/tpm2_getsessionauditdigest.c' || echo './'`tools/tpm2_getsessionauditdigest.c
mv -f tools/.deps/tpm2-tpm2_setclock.Tpo tools/.deps/tpm2-tpm2_setclock.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_geteccparameters.o -MD -MP -MF tools/.deps/tpm2-tpm2_geteccparameters.Tpo -c -o tools/tpm2-tpm2_geteccparameters.o `test -f 'tools/tpm2_geteccparameters.c' || echo './'`tools/tpm2_geteccparameters.c
mv -f tools/.deps/tpm2-tpm2_startup.Tpo tools/.deps/tpm2-tpm2_startup.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_ecephemeral.o -MD -MP -MF tools/.deps/tpm2-tpm2_ecephemeral.Tpo -c -o tools/tpm2-tpm2_ecephemeral.o `test -f 'tools/tpm2_ecephemeral.c' || echo './'`tools/tpm2_ecephemeral.c
mv -f tools/.deps/tpm2-tpm2_stirrandom.Tpo tools/.deps/tpm2-tpm2_stirrandom.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_commit.o -MD -MP -MF tools/.deps/tpm2-tpm2_commit.Tpo -c -o tools/tpm2-tpm2_commit.o `test -f 'tools/tpm2_commit.c' || echo './'`tools/tpm2_commit.c
mv -f tools/.deps/tpm2-tpm2_send.Tpo tools/.deps/tpm2-tpm2_send.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_ecdhkeygen.o -MD -MP -MF tools/.deps/tpm2-tpm2_ecdhkeygen.Tpo -c -o tools/tpm2-tpm2_ecdhkeygen.o `test -f 'tools/tpm2_ecdhkeygen.c' || echo './'`tools/tpm2_ecdhkeygen.c
mv -f tools/.deps/tpm2-tpm2_readpublic.Tpo tools/.deps/tpm2-tpm2_readpublic.Po
mv -f tools/.deps/tpm2-tpm2_testparms.Tpo tools/.deps/tpm2-tpm2_testparms.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_ecdhzgen.o -MD -MP -MF tools/.deps/tpm2-tpm2_ecdhzgen.Tpo -c -o tools/tpm2-tpm2_ecdhzgen.o `test -f 'tools/tpm2_ecdhzgen.c' || echo './'`tools/tpm2_ecdhzgen.c
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_zgen2phase.o -MD -MP -MF tools/.deps/tpm2-tpm2_zgen2phase.Tpo -c -o tools/tpm2-tpm2_zgen2phase.o `test -f 'tools/tpm2_zgen2phase.c' || echo './'`tools/tpm2_zgen2phase.c
mv -f tools/.deps/tpm2-tpm2_quote.Tpo tools/.deps/tpm2-tpm2_quote.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_sessionconfig.o -MD -MP -MF tools/.deps/tpm2-tpm2_sessionconfig.Tpo -c -o tools/tpm2-tpm2_sessionconfig.o `test -f 'tools/tpm2_sessionconfig.c' || echo './'`tools/tpm2_sessionconfig.c
mv -f tools/.deps/tpm2-tpm2_startauthsession.Tpo tools/.deps/tpm2-tpm2_startauthsession.Po
cc -DHAVE_CONFIG_H -I. -I./lib -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -DTPM2_TOOLS_MAX="100" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT tools/tpm2-tpm2_getpolicydigest.o -MD -MP -MF tools/.deps/tpm2-tpm2_getpolicydigest.Tpo -c -o tools/tpm2-tpm2_getpolicydigest.o `test -f 'tools/tpm2_getpolicydigest.c' || echo './'`tools/tpm2_getpolicydigest.c
mv -f tools/.deps/tpm2-tpm2_setcommandauditstatus.Tpo tools/.deps/tpm2-tpm2_setcommandauditstatus.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-files.o -MD -MP -MF lib/.deps/libcommon_a-files.Tpo -c -o lib/libcommon_a-files.o `test -f 'lib/files.c' || echo './'`lib/files.c
mv -f tools/.deps/tpm2-tpm2_unseal.Tpo tools/.deps/tpm2-tpm2_unseal.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-log.o -MD -MP -MF lib/.deps/libcommon_a-log.Tpo -c -o lib/libcommon_a-log.o `test -f 'lib/log.c' || echo './'`lib/log.c
mv -f tools/.deps/tpm2-tpm2_geteccparameters.Tpo tools/.deps/tpm2-tpm2_geteccparameters.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-object.o -MD -MP -MF lib/.deps/libcommon_a-object.Tpo -c -o lib/libcommon_a-object.o `test -f 'lib/object.c' || echo './'`lib/object.c
mv -f tools/.deps/tpm2-tpm2_sign.Tpo tools/.deps/tpm2-tpm2_sign.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-pcr.o -MD -MP -MF lib/.deps/libcommon_a-pcr.Tpo -c -o lib/libcommon_a-pcr.o `test -f 'lib/pcr.c' || echo './'`lib/pcr.c
mv -f tools/.deps/tpm2-tpm2_ecephemeral.Tpo tools/.deps/tpm2-tpm2_ecephemeral.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tool_rc.o -MD -MP -MF lib/.deps/libcommon_a-tool_rc.Tpo -c -o lib/libcommon_a-tool_rc.o `test -f 'lib/tool_rc.c' || echo './'`lib/tool_rc.c
mv -f tools/.deps/tpm2-tpm2_ecdhkeygen.Tpo tools/.deps/tpm2-tpm2_ecdhkeygen.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2.o -MD -MP -MF lib/.deps/libcommon_a-tpm2.Tpo -c -o lib/libcommon_a-tpm2.o `test -f 'lib/tpm2.c' || echo './'`lib/tpm2.c
mv -f tools/.deps/tpm2-tpm2_certifycreation.Tpo tools/.deps/tpm2-tpm2_certifycreation.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_alg_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_alg_util.Tpo -c -o lib/libcommon_a-tpm2_alg_util.o `test -f 'lib/tpm2_alg_util.c' || echo './'`lib/tpm2_alg_util.c
mv -f tools/.deps/tpm2-tpm2_ecdhzgen.Tpo tools/.deps/tpm2-tpm2_ecdhzgen.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_attr_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_attr_util.Tpo -c -o lib/libcommon_a-tpm2_attr_util.o `test -f 'lib/tpm2_attr_util.c' || echo './'`lib/tpm2_attr_util.c
mv -f tools/.deps/tpm2-tpm2_nvcertify.Tpo tools/.deps/tpm2-tpm2_nvcertify.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_auth_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_auth_util.Tpo -c -o lib/libcommon_a-tpm2_auth_util.o `test -f 'lib/tpm2_auth_util.c' || echo './'`lib/tpm2_auth_util.c
mv -f tools/.deps/tpm2-tpm2_verifysignature.Tpo tools/.deps/tpm2-tpm2_verifysignature.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_capability.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_capability.Tpo -c -o lib/libcommon_a-tpm2_capability.o `test -f 'lib/tpm2_capability.c' || echo './'`lib/tpm2_capability.c
mv -f tools/.deps/tpm2-tpm2_commit.Tpo tools/.deps/tpm2-tpm2_commit.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_cc_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_cc_util.Tpo -c -o lib/libcommon_a-tpm2_cc_util.o `test -f 'lib/tpm2_cc_util.c' || echo './'`lib/tpm2_cc_util.c
mv -f tools/.deps/tpm2-tpm2_zgen2phase.Tpo tools/.deps/tpm2-tpm2_zgen2phase.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_convert.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_convert.Tpo -c -o lib/libcommon_a-tpm2_convert.o `test -f 'lib/tpm2_convert.c' || echo './'`lib/tpm2_convert.c
mv -f tools/.deps/tpm2-tpm2_getcommandauditdigest.Tpo tools/.deps/tpm2-tpm2_getcommandauditdigest.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_ctx_mgmt.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_ctx_mgmt.Tpo -c -o lib/libcommon_a-tpm2_ctx_mgmt.o `test -f 'lib/tpm2_ctx_mgmt.c' || echo './'`lib/tpm2_ctx_mgmt.c
mv -f lib/.deps/libcommon_a-log.Tpo lib/.deps/libcommon_a-log.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_errata.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_errata.Tpo -c -o lib/libcommon_a-tpm2_errata.o `test -f 'lib/tpm2_errata.c' || echo './'`lib/tpm2_errata.c
mv -f lib/.deps/libcommon_a-object.Tpo lib/.deps/libcommon_a-object.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_eventlog.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_eventlog.Tpo -c -o lib/libcommon_a-tpm2_eventlog.o `test -f 'lib/tpm2_eventlog.c' || echo './'`lib/tpm2_eventlog.c
mv -f tools/.deps/tpm2-tpm2_getsessionauditdigest.Tpo tools/.deps/tpm2-tpm2_getsessionauditdigest.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_eventlog_yaml.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_eventlog_yaml.Tpo -c -o lib/libcommon_a-tpm2_eventlog_yaml.o `test -f 'lib/tpm2_eventlog_yaml.c' || echo './'`lib/tpm2_eventlog_yaml.c
mv -f lib/.deps/libcommon_a-tool_rc.Tpo lib/.deps/libcommon_a-tool_rc.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_hash.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_hash.Tpo -c -o lib/libcommon_a-tpm2_hash.o `test -f 'lib/tpm2_hash.c' || echo './'`lib/tpm2_hash.c
mv -f tools/.deps/tpm2-tpm2_getpolicydigest.Tpo tools/.deps/tpm2-tpm2_getpolicydigest.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_hierarchy.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_hierarchy.Tpo -c -o lib/libcommon_a-tpm2_hierarchy.o `test -f 'lib/tpm2_hierarchy.c' || echo './'`lib/tpm2_hierarchy.c
mv -f tools/.deps/tpm2-tpm2_sessionconfig.Tpo tools/.deps/tpm2-tpm2_sessionconfig.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_identity_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_identity_util.Tpo -c -o lib/libcommon_a-tpm2_identity_util.o `test -f 'lib/tpm2_identity_util.c' || echo './'`lib/tpm2_identity_util.c
mv -f lib/.deps/libcommon_a-tpm2_ctx_mgmt.Tpo lib/.deps/libcommon_a-tpm2_ctx_mgmt.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_kdfa.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_kdfa.Tpo -c -o lib/libcommon_a-tpm2_kdfa.o `test -f 'lib/tpm2_kdfa.c' || echo './'`lib/tpm2_kdfa.c
mv -f lib/.deps/libcommon_a-tpm2_cc_util.Tpo lib/.deps/libcommon_a-tpm2_cc_util.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_kdfe.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_kdfe.Tpo -c -o lib/libcommon_a-tpm2_kdfe.o `test -f 'lib/tpm2_kdfe.c' || echo './'`lib/tpm2_kdfe.c
mv -f lib/.deps/libcommon_a-tpm2_hierarchy.Tpo lib/.deps/libcommon_a-tpm2_hierarchy.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_openssl.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_openssl.Tpo -c -o lib/libcommon_a-tpm2_openssl.o `test -f 'lib/tpm2_openssl.c' || echo './'`lib/tpm2_openssl.c
mv -f lib/.deps/libcommon_a-tpm2_hash.Tpo lib/.deps/libcommon_a-tpm2_hash.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_options.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_options.Tpo -c -o lib/libcommon_a-tpm2_options.o `test -f 'lib/tpm2_options.c' || echo './'`lib/tpm2_options.c
mv -f lib/.deps/libcommon_a-tpm2_errata.Tpo lib/.deps/libcommon_a-tpm2_errata.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_policy.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_policy.Tpo -c -o lib/libcommon_a-tpm2_policy.o `test -f 'lib/tpm2_policy.c' || echo './'`lib/tpm2_policy.c
mv -f lib/.deps/libcommon_a-tpm2_auth_util.Tpo lib/.deps/libcommon_a-tpm2_auth_util.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_session.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_session.Tpo -c -o lib/libcommon_a-tpm2_session.o `test -f 'lib/tpm2_session.c' || echo './'`lib/tpm2_session.c
lib/tpm2_convert.c:136:10: warning: implicit declaration of function 'RSA_set0_key' is invalid in C99 [-Wimplicit-function-declaration]
rc = RSA_set0_key(rsa_key, n, e, NULL);
^
lib/tpm2_convert.c:633:14: warning: implicit declaration of function 'ECDSA_SIG_set0' is invalid in C99 [-Wimplicit-function-declaration]
int rc = ECDSA_SIG_set0(sig, bn_r, bn_s);
^
lib/tpm2_convert.c:798:27: warning: implicit declaration of function 'EVP_ENCODE_CTX_new' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
^
lib/tpm2_convert.c:798:21: warning: incompatible integer to pointer conversion initializing 'EVP_ENCODE_CTX *' (aka 'struct evp_Encode_Ctx_st *') with an expression of type 'int' [-Wint-conversion]
EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
^ ~~~~~~~~~~~~~~~~~~~~
lib/tpm2_convert.c:801:9: error: initializing 'int' with an expression of incompatible type 'void'
int rc = EVP_EncodeUpdate(ctx, out, &outl, buffer, buffer_length);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/tpm2_convert.c:804:9: warning: implicit declaration of function 'EVP_ENCODE_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX_free(ctx);
^
lib/tpm2_convert.c:810:5: warning: implicit declaration of function 'EVP_ENCODE_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX_free(ctx);
^
lib/tpm2_convert.c:827:27: warning: implicit declaration of function 'EVP_ENCODE_CTX_new' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
^
lib/tpm2_convert.c:827:21: warning: incompatible integer to pointer conversion initializing 'EVP_ENCODE_CTX *' (aka 'struct evp_Encode_Ctx_st *') with an expression of type 'int' [-Wint-conversion]
EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
^ ~~~~~~~~~~~~~~~~~~~~
lib/tpm2_convert.c:834:9: warning: implicit declaration of function 'EVP_ENCODE_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
mv -f lib/.deps/libcommon_a-tpm2_attr_util.Tpo lib/.deps/libcommon_a-tpm2_attr_util.Po
EVP_ENCODE_CTX_free(ctx);
^
lib/tpm2_convert.c:843:9: warning: implicit declaration of function 'EVP_ENCODE_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX_free(ctx);
^
lib/tpm2_convert.c:847:5: warning: implicit declaration of function 'EVP_ENCODE_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
EVP_ENCODE_CTX_free(ctx);
^
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_tool_output.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_tool_output.Tpo -c -o lib/libcommon_a-tpm2_tool_output.o `test -f 'lib/tpm2_tool_output.c' || echo './'`lib/tpm2_tool_output.c
11 warnings and 1 error generated.
mv -f lib/.deps/libcommon_a-tpm2_capability.Tpo lib/.deps/libcommon_a-tpm2_capability.Po
cc -DHAVE_CONFIG_H -I. -I./lib -fPIC -I./tools -I./lib -D_GNU_SOURCE -std=gnu99 -fdata-sections -ffunction-sections -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/include -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -I/usr/local/include -I/usr/local/include/tss2 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT lib/libcommon_a-tpm2_util.o -MD -MP -MF lib/.deps/libcommon_a-tpm2_util.Tpo -c -o lib/libcommon_a-tpm2_util.o `test -f 'lib/tpm2_util.c' || echo './'`lib/tpm2_util.c
gmake[1]: *** [Makefile:2804: lib/libcommon_a-tpm2_convert.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
mv -f lib/.deps/libcommon_a-tpm2_tool_output.Tpo lib/.deps/libcommon_a-tpm2_tool_output.Po
lib/tpm2_kdfa.c:51:21: warning: implicit declaration of function 'HMAC_CTX_new' is invalid in C99 [-Wimplicit-function-declaration]
HMAC_CTX *ctx = HMAC_CTX_new();
^
lib/tpm2_kdfa.c:51:15: warning: incompatible integer to pointer conversion initializing 'HMAC_CTX *' (aka 'struct hmac_ctx_st *') with an expression of type 'int' [-Wint-conversion]
HMAC_CTX *ctx = HMAC_CTX_new();
^ ~~~~~~~~~~~~~~
lib/tpm2_kdfa.c:134:5: warning: implicit declaration of function 'HMAC_CTX_free' is invalid in C99 [-Wimplicit-function-declaration]
HMAC_CTX_free(ctx);
^
mv -f lib/.deps/libcommon_a-tpm2_identity_util.Tpo lib/.deps/libcommon_a-tpm2_identity_util.Po
lib/tpm2_kdfe.c:79:19: warning: implicit declaration of function 'EVP_PKEY_get0_EC_KEY' is invalid in C99 [-Wimplicit-function-declaration]
EC_KEY *key = EVP_PKEY_get0_EC_KEY(pkey);
^
lib/tpm2_kdfe.c:79:13: warning: incompatible integer to pointer conversion initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'int' [-Wint-conversion]
EC_KEY *key = EVP_PKEY_get0_EC_KEY(pkey);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
mv -f lib/.deps/libcommon_a-tpm2_kdfa.Tpo lib/.deps/libcommon_a-tpm2_kdfa.Po
mv -f lib/.deps/libcommon_a-tpm2_eventlog.Tpo lib/.deps/libcommon_a-tpm2_eventlog.Po
2 warnings generated.
mv -f lib/.deps/libcommon_a-tpm2_kdfe.Tpo lib/.deps/libcommon_a-tpm2_kdfe.Po
mv -f lib/.deps/libcommon_a-tpm2_options.Tpo lib/.deps/libcommon_a-tpm2_options.Po
mv -f lib/.deps/libcommon_a-tpm2_session.Tpo lib/.deps/libcommon_a-tpm2_session.Po
lib/tpm2_openssl.c:551:14: warning: implicit declaration of function 'EVP_PKEY_get0_RSA' is invalid in C99 [-Wimplicit-function-declaration]
RSA *k = EVP_PKEY_get0_RSA(key);
^
lib/tpm2_openssl.c:551:10: warning: incompatible integer to pointer conversion initializing 'RSA *' (aka 'struct rsa_st *') with an expression of type 'int' [-Wint-conversion]
RSA *k = EVP_PKEY_get0_RSA(key);
^ ~~~~~~~~~~~~~~~~~~~~~~
lib/tpm2_openssl.c:557:5: warning: implicit declaration of function 'RSA_get0_key' is invalid in C99 [-Wimplicit-function-declaration]
RSA_get0_key(k, &n, &e, NULL);
^
lib/tpm2_openssl.c:719:17: warning: implicit declaration of function 'EVP_PKEY_get0_EC_KEY' is invalid in C99 [-Wimplicit-function-declaration]
EC_KEY *k = EVP_PKEY_get0_EC_KEY(key);
^
lib/tpm2_openssl.c:719:13: warning: incompatible integer to pointer conversion initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'int' [-Wint-conversion]
EC_KEY *k = EVP_PKEY_get0_EC_KEY(key);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
lib/tpm2_openssl.c:796:15: warning: implicit declaration of function 'BN_bn2binpad' is invalid in C99 [-Wimplicit-function-declaration]
X->size = BN_bn2binpad(x, X->buffer, keysize);
^
lib/tpm2_openssl.c:895:14: warning: implicit declaration of function 'EVP_PKEY_get0_RSA' is invalid in C99 [-Wimplicit-function-declaration]
RSA *k = EVP_PKEY_get0_RSA(key);
^
lib/tpm2_openssl.c:895:10: warning: incompatible integer to pointer conversion initializing 'RSA *' (aka 'struct rsa_st *') with an expression of type 'int' [-Wint-conversion]
RSA *k = EVP_PKEY_get0_RSA(key);
^ ~~~~~~~~~~~~~~~~~~~~~~
lib/tpm2_openssl.c:900:5: warning: implicit declaration of function 'RSA_get0_factors' is invalid in C99 [-Wimplicit-function-declaration]
RSA_get0_factors(k, &p, NULL);
^
lib/tpm2_openssl.c:981:17: warning: implicit declaration of function 'EVP_PKEY_get0_EC_KEY' is invalid in C99 [-Wimplicit-function-declaration]
EC_KEY *k = EVP_PKEY_get0_EC_KEY(key);
^
lib/tpm2_openssl.c:981:13: warning: incompatible integer to pointer conversion initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'int' [-Wint-conversion]
EC_KEY *k = EVP_PKEY_get0_EC_KEY(key);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
lib/tpm2_openssl.c:1007:15: warning: implicit declaration of function 'BN_bn2binpad' is invalid in C99 [-Wimplicit-function-declaration]
p->size = BN_bn2binpad(b, p->buffer, priv_bytes);
^
mv -f lib/.deps/libcommon_a-pcr.Tpo lib/.deps/libcommon_a-pcr.Po
mv -f lib/.deps/libcommon_a-tpm2_alg_util.Tpo lib/.deps/libcommon_a-tpm2_alg_util.Po
mv -f lib/.deps/libcommon_a-tpm2_policy.Tpo lib/.deps/libcommon_a-tpm2_policy.Po
mv -f lib/.deps/libcommon_a-files.Tpo lib/.deps/libcommon_a-files.Po
mv -f lib/.deps/libcommon_a-tpm2_eventlog_yaml.Tpo lib/.deps/libcommon_a-tpm2_eventlog_yaml.Po
12 warnings generated.
mv -f lib/.deps/libcommon_a-tpm2_openssl.Tpo lib/.deps/libcommon_a-tpm2_openssl.Po
mv -f lib/.deps/libcommon_a-tpm2_util.Tpo lib/.deps/libcommon_a-tpm2_util.Po
mv -f lib/.deps/libcommon_a-tpm2.Tpo lib/.deps/libcommon_a-tpm2.Po
gmake[1]: Leaving directory '/wrkdirs/usr/ports/security/tpm2-tools/work/tpm2-tools-5.2'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/tpm2-tools
=>> Cleaning up wrkdir
===> Cleaning for tpm2-tools-5.2
build of security/tpm2-tools | tpm2-tools-5.2 ended at Wed Sep 29 10:59:24 CST 2021
build time: 00:00:18
!!! build failure encountered !!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment