tpm_present.c:358:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (szTpmPasswd && !isWellKnown) ^~ tpm_present.c:360:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return iRc; ^~~~~~ /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvdefine.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvcommon.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvinfo.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvread.c tpm_nvcommon.c: In function 'parseStringWithValues': tpm_nvcommon.c:167:31: warning: comparison of constant '124' with boolean expression is always false [-Wbool-compare] if (!aArg[offset+numbytes] == '|' && ^~ tpm_nvcommon.c:167:31: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] tpm_nvcommon.c:167:8: note: add parentheses around left hand side expression to silence this warning if (!aArg[offset+numbytes] == '|' && ^~~~~~~~~~~~~~~~~~~~~~ ( ) /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvrelease.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_nvwrite.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_resetdalock.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_restrictsrk.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_revokeek.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_setoperatorauth.c /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_startup tpm_startup.o ../../lib/libtpm_tspi.la -ltspi -lintl In function 'parse.part.0', inlined from 'parse' at tpm_revokeek.c:39:12: tpm_revokeek.c:45:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] strncpy(in_filename, aArg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_reset tpm_reset.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_changeownerauth tpm_changeauth.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_clear tpm_clear.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_startup tpm_startup.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_createek tpm_createek.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_reset tpm_reset.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_changeownerauth tpm_changeauth.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_clear tpm_clear.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_getpubek tpm_getpubek.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_restrictpubek tpm_restrictpubek.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setactive tpm_activate.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_createek tpm_createek.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_restrictpubek tpm_restrictpubek.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setactive tpm_activate.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_getpubek tpm_getpubek.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setenable tpm_enable.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setclearable tpm_clearable.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setownable tpm_ownable.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setpresence tpm_present.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setclearable tpm_clearable.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setownable tpm_ownable.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setenable tpm_enable.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setpresence tpm_present.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_takeownership tpm_takeownership.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_version tpm_version.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_selftest tpm_selftest.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvdefine tpm_nvdefine.o tpm_nvcommon.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_takeownership tpm_takeownership.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_version tpm_version.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvdefine tpm_nvdefine.o tpm_nvcommon.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvinfo tpm_nvinfo.o tpm_nvcommon.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvread tpm_nvread.o tpm_nvcommon.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_selftest tpm_selftest.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvrelease tpm_nvrelease.o tpm_nvcommon.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvwrite tpm_nvwrite.o tpm_nvcommon.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvinfo tpm_nvinfo.o tpm_nvcommon.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvrelease tpm_nvrelease.o tpm_nvcommon.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvread tpm_nvread.o tpm_nvcommon.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_nvwrite tpm_nvwrite.o tpm_nvcommon.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_resetdalock tpm_resetdalock.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_restrictsrk tpm_restrictsrk.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_revokeek tpm_revokeek.o ../../lib/libtpm_tspi.la -ltspi -lintl /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setoperatorauth tpm_setoperatorauth.o ../../lib/libtpm_tspi.la -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_restrictsrk tpm_restrictsrk.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_resetdalock tpm_resetdalock.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_revokeek tpm_revokeek.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_setoperatorauth tpm_setoperatorauth.o ../../lib/.libs/libtpm_tspi.a -ldl -ltspi -lintl make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/tpm_mgmt' Making all in cmds make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_sealdata.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LINUX -DTSS_LIB_IS_12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -c tpm_unsealdata.c tpm_unsealdata.c: In function 'parse': tpm_unsealdata.c:56:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] strncpy(out_filename, aArg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'parse.part.0', inlined from 'parse' at tpm_unsealdata.c:43:12: tpm_unsealdata.c:50:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] strncpy(in_filename, aArg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_unsealdata tpm_unsealdata.o ../../lib/libtpm_tspi.la -ltspi ../../lib/libtpm_unseal.la -ltpm_unseal -lcrypto -lintl tpm_sealdata.c: In function 'parse': tpm_sealdata.c:66:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] strncpy(out_filename, aArg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'parse.part.0', inlined from 'parse' at tpm_sealdata.c:53:12: tpm_sealdata.c:60:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] strncpy(in_filename, aArg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_unsealdata tpm_unsealdata.o ../../lib/.libs/libtpm_tspi.a ../../lib/.libs/libtpm_unseal.so -ltspi -ldl -lcrypto -lintl -Wl,-rpath -Wl,/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib/.libs /bin/sh ../../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_sealdata tpm_sealdata.o ../../lib/libtpm_tspi.la -ltspi ../../lib/libtpm_unseal.la -ltpm_unseal -lcrypto -lintl libtool: link: /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wreturn-type -Wsign-compare -o tpm_sealdata tpm_sealdata.o ../../lib/.libs/libtpm_tspi.a ../../lib/.libs/libtpm_unseal.so -ltspi -ldl -lcrypto -lintl -Wl,-rpath -Wl,/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib/.libs make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' Making all in po make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/po' test ! -f ./tpm-tools.pot || \ test -z "" || /usr/bin/make touch stamp-po make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/po' Making all in man make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' Making all in man1 make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' Making all in man3 make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' Making all in man8 make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' >>> tpm-tools 1.3.9.1 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target install -C /home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' Making install in m4 make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/m4' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/m4' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/m4' Making install in include make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/include' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/include' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/include/tpm_tools" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/include/tpm_tools" /usr/bin/install -c -m 644 tpm_unseal.h '/home/naourr/work/instance-3/output-1/target/usr/include/tpm_tools' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/include' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/include' Making install in lib make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib' test -z "/usr/lib" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/lib" make[3]: Nothing to be done for 'install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libtpm_unseal.la '/home/naourr/work/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libtpm_unseal.so.1.0.0 /home/naourr/work/instance-3/output-1/target/usr/lib/libtpm_unseal.so.1.0.0 libtool: install: (cd /home/naourr/work/instance-3/output-1/target/usr/lib && { ln -s -f libtpm_unseal.so.1.0.0 libtpm_unseal.so.1 || { rm -f libtpm_unseal.so.1 && ln -s libtpm_unseal.so.1.0.0 libtpm_unseal.so.1; }; }) libtool: install: (cd /home/naourr/work/instance-3/output-1/target/usr/lib && { ln -s -f libtpm_unseal.so.1.0.0 libtpm_unseal.so || { rm -f libtpm_unseal.so && ln -s libtpm_unseal.so.1.0.0 libtpm_unseal.so; }; }) libtool: install: /usr/bin/install -c .libs/libtpm_unseal.lai /home/naourr/work/instance-3/output-1/target/usr/lib/libtpm_unseal.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/lib' Making install in src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' Making install in tpm_mgmt make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/tpm_mgmt' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/tpm_mgmt' test -z "/usr/sbin" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/sbin" make[4]: Nothing to be done for 'install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c tpm_changeownerauth tpm_clear tpm_createek tpm_getpubek tpm_restrictpubek tpm_setactive tpm_setenable tpm_setclearable tpm_setownable tpm_setpresence tpm_takeownership tpm_version tpm_selftest tpm_nvdefine tpm_nvinfo tpm_nvread tpm_nvrelease tpm_nvwrite tpm_resetdalock tpm_restrictsrk tpm_revokeek tpm_setoperatorauth '/home/naourr/work/instance-3/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c tpm_changeownerauth /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_changeownerauth libtool: install: /usr/bin/install -c tpm_clear /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_clear libtool: install: /usr/bin/install -c tpm_createek /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_createek libtool: install: /usr/bin/install -c tpm_getpubek /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_getpubek libtool: install: /usr/bin/install -c tpm_restrictpubek /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_restrictpubek libtool: install: /usr/bin/install -c tpm_setactive /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setactive libtool: install: /usr/bin/install -c tpm_setenable /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setenable libtool: install: /usr/bin/install -c tpm_setclearable /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setclearable libtool: install: /usr/bin/install -c tpm_setownable /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setownable libtool: install: /usr/bin/install -c tpm_setpresence /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setpresence libtool: install: /usr/bin/install -c tpm_takeownership /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_takeownership libtool: install: /usr/bin/install -c tpm_version /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_version libtool: install: /usr/bin/install -c tpm_selftest /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_selftest libtool: install: /usr/bin/install -c tpm_nvdefine /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_nvdefine libtool: install: /usr/bin/install -c tpm_nvinfo /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_nvinfo libtool: install: /usr/bin/install -c tpm_nvread /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_nvread libtool: install: /usr/bin/install -c tpm_nvrelease /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_nvrelease libtool: install: /usr/bin/install -c tpm_nvwrite /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_nvwrite libtool: install: /usr/bin/install -c tpm_resetdalock /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_resetdalock libtool: install: /usr/bin/install -c tpm_restrictsrk /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_restrictsrk libtool: install: /usr/bin/install -c tpm_revokeek /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_revokeek libtool: install: /usr/bin/install -c tpm_setoperatorauth /home/naourr/work/instance-3/output-1/target/usr/sbin/tpm_setoperatorauth make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/tpm_mgmt' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/tpm_mgmt' Making install in cmds make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/bin" make[4]: Nothing to be done for 'install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c tpm_sealdata tpm_unsealdata '/home/naourr/work/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c tpm_sealdata /home/naourr/work/instance-3/output-1/target/usr/bin/tpm_sealdata libtool: install: /usr/bin/install -c tpm_unsealdata /home/naourr/work/instance-3/output-1/target/usr/bin/tpm_unsealdata make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src/cmds' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/src' Making install in po make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/po' /usr/bin/mkdir -p /home/naourr/work/instance-3/output-1/target/usr/share if test "tpm-tools" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/po' Making install in man make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' Making install in man1 make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/share/man/man1" /usr/bin/install -c -m 644 tpm_sealdata.1 tpm_version.1 '/home/naourr/work/instance-3/output-1/target/usr/share/man/man1' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man1' Making install in man3 make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man3" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/share/man/man3" /usr/bin/install -c -m 644 tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3 '/home/naourr/work/instance-3/output-1/target/usr/share/man/man3' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man3' Making install in man8 make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output-1/target/usr/share/man/man8" /usr/bin/install -c -m 644 tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 tpm_getpubek.8 tpm_restrictpubek.8 tpm_selftest.8 tpm_setactive.8 tpm_setclearable.8 tpm_setenable.8 tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8 tpm_nvdefine.8 tpm_nvinfo.8 tpm_nvread.8 tpm_nvrelease.8 tpm_nvwrite.8 tpm_revokeek.8 tpm_setoperatorauth.8 tpm_resetdalock.8 '/home/naourr/work/instance-3/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man/man8' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/man' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1' usb-modeswitch-2.6.0.tar.bz2: OK (md5: be73dcc84025794081a1d4d4e5a75e4c) usb-modeswitch-2.6.0.tar.bz2: OK (sha256: c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b56585f8ba3) >>> usb_modeswitch 2.6.0 Extracting bzcat /home/naourr/work/instance-3/dl/usb_modeswitch/usb-modeswitch-2.6.0.tar.bz2 | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0 -xf - >>> usb_modeswitch 2.6.0 Patching >>> usb_modeswitch 2.6.0 Configuring >>> usb_modeswitch 2.6.0 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-as" LD="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0 all-with-dynlink-dispatcher make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc -o usb_modeswitch usb_modeswitch.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `pkg-config --libs --cflags libusb-1.0` ./make_string.sh usb_modeswitch_dispatcher.tcl > dispatcher.h usb_modeswitch.c: In function 'main': usb_modeswitch.c:519:3: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] libusb_set_debug(ctx, 3); ^~~~~~~~~~~~~~~~ In file included from usb_modeswitch.h:26, from usb_modeswitch.c:59: /home/naourr/work/instance-3/output-1/host/bin/../microblazeel-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0/libusb.h:1325:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^~~~~~~~~~~~~~~~ DISPATCH=dispatcher-dynlink /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc dispatcher.c -Ljim -ljim -Ijim -o usb_modeswitch_dispatcher -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0' >>> usb_modeswitch 2.6.0 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-as" LD="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl DESTDIR=/home/naourr/work/instance-3/output-1/target -C /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0 install-dynlink make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0' DISPATCH=dispatcher-dynlink install -D --mode=755 usb_modeswitch /home/naourr/work/instance-3/output-1/target/usr/sbin/usb_modeswitch /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-gcc dispatcher.c -Ljim -ljim -Ijim -o usb_modeswitch_dispatcher -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 install -D --mode=755 usb_modeswitch.sh /home/naourr/work/instance-3/output-1/target/lib/udev/usb_modeswitch install -D --mode=644 usb_modeswitch.conf /home/naourr/work/instance-3/output-1/target/etc/usb_modeswitch.conf install -D --mode=644 usb_modeswitch.1 /home/naourr/work/instance-3/output-1/target/usr/share/man/man1/usb_modeswitch.1 install -D --mode=644 usb_modeswitch_dispatcher.1 /home/naourr/work/instance-3/output-1/target/usr/share/man/man1/usb_modeswitch_dispatcher.1 install -D --mode=755 usb_modeswitch_dispatcher /home/naourr/work/instance-3/output-1/target/usr/sbin/usb_modeswitch_dispatcher install -d /home/naourr/work/instance-3/output-1/target/var/lib/usb_modeswitch test -d /home/naourr/work/instance-3/output-1/target/etc/init -a -e /sbin/initctl && install --mode=644 usb-modeswitch-upstart.conf /home/naourr/work/instance-3/output-1/target/etc/init || test 1 test -d /home/naourr/work/instance-3/output-1/target/etc/systemd/system -a \( -e /usr/bin/systemctl -o -e /bin/systemctl \) && install --mode=644 usb_modeswitch@.service /home/naourr/work/instance-3/output-1/target/etc/systemd/system || test 1 make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0' >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07616-g7c57c1952f0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/check-0.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/iperf3-3.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list.txt /home/naourr/work/instance-3/output-1/build/lensfun-0.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblockfile-1.09/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpagekite-0.91.190530/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/lockfile-progs-0.1.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/minissdpd-1.5.20190824/.files-list.txt /home/naourr/work/instance-3/output-1/build/nuttcp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-c-1.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/rsh-redone-85/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/trousers-0.3.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-f2fs-tools-1.13.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mtd-2.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.3/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/check-0.14.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lensfun-0.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liblockfile-1.09/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpagekite-0.91.190530/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-c-1.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/trousers-0.3.14/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.08-git-07616-g7c57c1952f0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> check 0.14.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> iperf3 3.7 Collecting legal info LICENSE: OK (sha256: ee58f1e69139d39cfb055df15fe84453a379936dd45e44dbebf26c78afa3f5d4) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lensfun 0.3.2 Collecting legal info docs/gpl-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) docs/lgpl-3.0.txt: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lockfile-progs 0.1.18 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> minissdpd 1.5.20190824 Collecting legal info LICENSE: OK (sha256: 00c8368dd1574b025df65f24f61c32d1297ff9b6dc695fda964b1b1efc7a53d3) >>> host-mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> paho-mqtt-c 1.3.2 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: 99d3a5c5cc2812f0593a85ec7c1b6dd83e8477b5090c01d9de0d49d49f367a4a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.14 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> usb_modeswitch 2.6.0 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'