==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done ==> Making package: bfbtester 2.0.1-5 (Fri Oct 18 08:15:06 2019) ==> Retrieving sources... -> Found bfbtester-2.0.1.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... bfbtester-2.0.1.tar.gz ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: bfbtester 2.0.1-5 (Fri 18 Oct 2019 08:15:20 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found bfbtester-2.0.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting bfbtester-2.0.1.tar.gz with bsdtar ==> Starting build()... creating cache ./config.cache checking host system type... Invalid configuration `aarch64-unknown-linux-gnu': machine `aarch64-unknown' not recognized checking target system type... Invalid configuration `aarch64-unknown-linux-gnu': machine `aarch64-unknown' not recognized checking build system type... Invalid configuration `aarch64-unknown-linux-gnu': machine `aarch64-unknown' not recognized checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking for pthread_create in -lc_r... no checking for pthread_create in -lpthread... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for pthread.h... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for vprintf... yes checking for gettimeofday... yes checking for strsignal... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for readdir_r... yes updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/bfbt/Makefile creating src/config.h Making all in src make[1]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' cd .. && autoheader autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. cd .. \ && CONFIG_FILES= CONFIG_HEADERS=src/config.h \ /bin/sh ./config.status creating src/config.h make all-recursive make[2]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' Making all in bfbt make[3]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c bfbtester.c In file included from bfbtester.c:41: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ bfbtester.c: In function ‘main’: ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ bfbtester.c:128:6: note: in expansion of macro ‘xcalloc’ q = xcalloc(1, sizeof(THREAD_DATA)); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ bfbtester.c:130:11: note: in expansion of macro ‘xmalloc’ q->mut = xmalloc(sizeof(pthread_mutex_t)); ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ bfbtester.c:133:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "mutex init"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ bfbtester.c: In function ‘load_execs’: ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ bfbtester.c:243:21: note: in expansion of macro ‘xmalloc’ && (filename = xmalloc(strlen(pwd) + strlen(*av) + 2)) ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ bfbtester.c:261:6: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_WARN, "Can't open dir %s", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ bfbtester.c:266:5: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations] ret = readdir_r(dir, &entry, &result); ^~~ In file included from bfbtester.c:35: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ bfbtester.c:272:6: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations] ret = readdir_r(dir, &entry, &result); ^~~ In file included from bfbtester.c:35: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ In file included from bfbtester.c:41: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ bfbtester.c:278:5: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_WARN, "Can't access file: %s (%s)", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ bfbtester.c:281:5: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_WARN, "Can't find file: %s", *av); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c breaker.c In file included from breaker.c:34: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_test_singlearg’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:66:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, " * Single argument testing"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ breaker.c:67:13: note: in expansion of macro ‘xcalloc’ long_arg = xcalloc(1, short_arg_len); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ breaker.c:75:13: note: in expansion of macro ‘xcalloc’ long_arg = xcalloc(1, long_arg_len); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_test_multiplearg’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:99:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, " * Multiple arguments testing"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ breaker.c:100:13: note: in expansion of macro ‘xcalloc’ long_arg = xcalloc(1, arg_len); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_test_env’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:138:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, " * Environment variable testing"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ breaker.c:139:13: note: in expansion of macro ‘xcalloc’ long_arg = xcalloc(1, long_arg_len); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ breaker.c:140:14: note: in expansion of macro ‘xcalloc’ long_arg2 = xcalloc(1, long_arg_len); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_tempfile_createcb’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:165:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, "[Tempfile: %s]+ \"%s\"", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_tempfile_removecb’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:174:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, "[Tempfile: %s]- \"%s\"", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_runtests’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:186:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, "=> %s", entry->fullname); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:188:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, " (setuid: %d)", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:191:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, " (setgid: %d)", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_cleanup’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:215:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, "Cleaning up...might take a few seconds"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ breaker.c: In function ‘breaker_start’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:263:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Can't create run thread"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ breaker.c:266:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Can't create poll thread"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c data_stuff.c In file included from data_stuff.c:42: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ data_stuff.c: In function ‘ExecEntry_add’: ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ data_stuff.c:96:8: note: in expansion of macro ‘xmalloc’ new = xmalloc(sizeof(ExecEntry)); ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ data_stuff.c: In function ‘TestEntry_init’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ data_stuff.c:162:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Out of memory"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ data_stuff.c: In function ‘TestEntry_create’: ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ data_stuff.c:192:8: note: in expansion of macro ‘xmalloc’ new = xmalloc(sizeof(TestEntry)); ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ data_stuff.c: In function ‘CrashReport_add’: ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ data_stuff.c:260:8: note: in expansion of macro ‘xmalloc’ new = xmalloc(sizeof(CrashReport)); ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ data_stuff.c: In function ‘CrashReport_log’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ data_stuff.c:277:2: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_MESSAGE, ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c exec.c In file included from exec.c:43: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ exec.c: In function ‘execute_program’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ exec.c:63:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_DEBUG_L1, "Hit maximum execs"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ exec.c:71:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_WARN, "Couldn't fork process"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ exec.c:81:4: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_WARN, "Couldn't set process group"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ exec.c:94:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_WARN, "execve '%s'", test_entry->progname); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ exec.c: In function ‘exec_process_close’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ exec.c:156:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_WARN, ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c tempfiles.c In file included from tempfiles.c:37: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ tempfiles.c: In function ‘addFile’: ../../src/include/utils.h:59:32: warning: passing argument 2 of ‘_xmalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xmalloc(a) _xmalloc(a, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ tempfiles.c:112:8: note: in expansion of macro ‘xmalloc’ new = xmalloc(sizeof(FileEntry)); ^~~~~~~ ../../src/include/utils.h:61:29: note: expected ‘char *’ but argument is of type ‘const char *’ _xmalloc(size_t size, char *function, int line) ~~~~~~^~~~~~~~ tempfiles.c: In function ‘tempfile_scandir’: tempfiles.c:219:2: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations] ret = readdir_r(dir, &entry, &result); ^~~ In file included from tempfiles.c:32: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ tempfiles.c:222:3: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations] ret = readdir_r(dir, &entry, &result); ^~~ In file included from tempfiles.c:32: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ In file included from tempfiles.c:37: tempfiles.c: In function ‘tempfile_watch’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ tempfiles.c:269:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_ABORT, "opendir: %s failed", dirname); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ tempfiles.c: In function ‘tempfile_start’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ tempfiles.c:341:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "tempfile thread create"); ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/include -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c utils.c In file included from utils.c:37: ../../src/include/utils.h: In function ‘_xmalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:66:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Malloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ ../../src/include/utils.h: In function ‘_xcalloc’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ ../../src/include/utils.h:78:3: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERRNO_ABORT, "Calloc failed at [%s:%d]", ^~~~~~~~~~~~ ../../src/include/utils.h:44:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ utils.c: In function ‘find_exec_in_path’: ../../src/include/utils.h:41:22: warning: passing argument 2 of ‘__bfbt_message’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __bfbt_message(type, __PRETTY_FUNCTION__, __LINE__, args) ^~~~~~~~~~~~~~~~~~~ utils.c:81:4: note: in expansion of macro ‘bfbt_message’ bfbt_message(MSG_TYPE_ERROR_ABORT, "out of memory"); ^~~~~~~~~~~~ utils.c:43:37: note: expected ‘char *’ but argument is of type ‘const char *’ __bfbt_message(MsgType type, char * function, int line, ~~~~~~~^~~~~~~~ In file included from utils.c:37: utils.c: In function ‘args_to_str’: ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ utils.c:115:8: note: in expansion of macro ‘xcalloc’ str = xcalloc(1, i); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ utils.c: In function ‘env_to_str’: ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ utils.c:143:8: note: in expansion of macro ‘xcalloc’ str = xcalloc(1, i); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ utils.c: In function ‘env_create’: ../../src/include/utils.h:71:38: warning: passing argument 3 of ‘_xcalloc’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] #define xcalloc(a, b) _xcalloc(a, b, __FUNCTION__, __LINE__) ^~~~~~~~~~~~ utils.c:188:10: note: in expansion of macro ‘xcalloc’ temp2 = xcalloc(1, (i+1) * sizeof(*temp2)); ^~~~~~~ ../../src/include/utils.h:73:44: note: expected ‘char *’ but argument is of type ‘const char *’ _xcalloc(size_t number, size_t size, char *function, int line) ~~~~~~^~~~~~~~ utils.c: In function ‘args_to_str’: utils.c:105:23: warning: ‘%5.5d’ directive output may be truncated writing between 5 and 10 bytes into a region of size 7 [-Wformat-truncation=] #define LONG_ARG_FMT "[%5.5d]" ^~~~~~~~~ utils.c:120:7: note: in expansion of macro ‘LONG_ARG_FMT’ LONG_ARG_FMT, (int)strlen(*temp)); ^~~~~~~~~~~~ utils.c:105:23: note: directive argument in the range [101, 2147483645] #define LONG_ARG_FMT "[%5.5d]" ^~~~~~~~~ utils.c:120:7: note: in expansion of macro ‘LONG_ARG_FMT’ LONG_ARG_FMT, (int)strlen(*temp)); ^~~~~~~~~~~~ utils.c:119:4: note: ‘snprintf’ output between 8 and 13 bytes into a destination of size 8 snprintf(long_str, LONG_ARG_LEN+1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LONG_ARG_FMT, (int)strlen(*temp)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c: In function ‘env_to_str’: utils.c:135:25: warning: ‘%5.5d’ directive output may be truncated writing between 5 and 10 bytes into a region of size 7 [-Wformat-truncation=] #define LONG_ENV_FMT "[%5.5d]" ^~~~~~~~~ utils.c:149:39: note: in expansion of macro ‘LONG_ENV_FMT’ snprintf(long_env, LONG_ENV_LEN+1, LONG_ENV_FMT, ^~~~~~~~~~~~ utils.c:135:25: note: directive argument in the range [0, 2147483645] #define LONG_ENV_FMT "[%5.5d]" ^~~~~~~~~ utils.c:149:39: note: in expansion of macro ‘LONG_ENV_FMT’ snprintf(long_env, LONG_ENV_LEN+1, LONG_ENV_FMT, ^~~~~~~~~~~~ utils.c:149:4: note: ‘snprintf’ output between 8 and 13 bytes into a destination of size 8 snprintf(long_env, LONG_ENV_LEN+1, LONG_ENV_FMT, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)strlen(*temp+i+1)); ~~~~~~~~~~~~~~~~~~~~~~~ gcc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro -o bfbtester bfbtester.o breaker.o data_stuff.o exec.o tempfiles.o utils.o -lpthread make[3]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' make[3]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[3]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[2]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[1]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[1]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' Making install in bfbt make[2]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' make[3]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' /bin/sh ../../mkinstalldirs /build/bfbtester/pkg/bfbtester//usr/bin mkdir /build/bfbtester/pkg/bfbtester/usr mkdir /build/bfbtester/pkg/bfbtester/usr/bin /usr/bin/install -c bfbtester /build/bfbtester/pkg/bfbtester//usr/bin/bfbtester make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' make[2]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src/bfbt' make[2]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[3]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[2]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[1]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1/src' make[1]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1' make[2]: Entering directory '/build/bfbtester/src/bfbtester-2.0.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1' make[1]: Leaving directory '/build/bfbtester/src/bfbtester-2.0.1' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "bfbtester"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: bfbtester 2.0.1-5 (Fri 18 Oct 2019 08:15:42 AM EDT) ==> Cleaning up...