===> License LGPL21 accepted by the user ===> check-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by check-0cipiertest for building ===> Extracting for check-0cipiertest => SHA256 Checksum OK for libcheck-check-0cipiertest_GH0.tar.gz. ===> Patching for check-0cipiertest ===> check-0cipiertest depends on executable: autoconf-2.69 - found ===> check-0cipiertest depends on executable: autoheader-2.69 - found ===> check-0cipiertest depends on executable: autoreconf-2.69 - found ===> check-0cipiertest depends on executable: aclocal-1.15 - found ===> check-0cipiertest depends on executable: automake-1.15 - found ===> check-0cipiertest depends on executable: libtoolize - found ===> check-0cipiertest depends on executable: makeinfo - found ===> check-0cipiertest depends on package: pkgconf>=1.3.0_1 - found ===> Configuring for check-0cipiertest libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking whether make supports nested variables... (cached) yes Subunit support will enable automatically. checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) /usr/bin/awk checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether ln -s works... yes checking for ar... ar checking the archiver (ar) interface... ar checking build system type... amd64-portbld-freebsd11.1 checking host system type... amd64-portbld-freebsd11.1 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd11.1 file names to amd64-portbld-freebsd11.1 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd11.1 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.1 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether the C compiler accepts the -Wextra flag... yes checking whether the C compiler accepts the -Wstrict-prototypes flag... yes checking whether the C compiler accepts the -Wmissing-prototypes flag... yes checking whether the C compiler accepts the -Wwrite-strings flag... yes checking whether the C compiler accepts the -Wno-variadic-macros flag... yes checking whether the C compiler accepts the -Wimport flag... yes checking whether the C compiler accepts the -Wfatal-errors flag... yes checking whether the C compiler accepts the -Wformat=2 flag... yes checking whether the C compiler accepts the -Winit-self flag... yes checking whether the C compiler accepts the -Wmissing-include-dirs flag... yes checking whether the C compiler accepts the -Wswitch-default flag... yes checking whether the C compiler accepts the -Wunknown-pragmas flag... yes checking for gcov... no checking for lcov... no checking for genhtml... no checking for tex... no checking for filterdiff... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for floor in -lm... yes checking for clock_gettime, timer_create, timer_settime, timer_delete in -lrt... yes checking for struct timespec.tv_sec... yes checking for struct timespec.tv_nsec... yes checking for struct itimerspec.it_interval... yes checking for struct itimerspec.it_value... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for fcntl.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in check_stdint.h (assuming C99 compatible system) checking pkg-config is at least version 0.9.0... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regcomp... yes checking for regexec... yes checking for an ANSI C-conforming const... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for unsigned long long int... (cached) yes checking for long long int... (cached) yes checking for intmax_t... (cached) yes checking for uintmax_t... yes checking for uint32_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of short... 2 checking size of long... 8 checking for clockid_t... yes checking for timer_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for time.h... (cached) yes checking for stdarg.h... (cached) yes checking for timer_create... yes checking if timer_create is supported on the system... yes checking for alarm... (cached) yes checking for clock_gettime... (cached) yes checking for getline... (cached) yes checking for gettimeofday... (cached) yes checking for localtime_r... yes checking for strdup... (cached) yes checking for strsignal... (cached) yes checking whether alarm is declared... (cached) yes checking whether clock_gettime is declared... yes checking whether getline is declared... (cached) yes checking whether gettimeofday is declared... (cached) yes checking whether localtime_r is declared... yes checking whether strdup is declared... (cached) yes checking whether strsignal is declared... (cached) yes checking whether setenv is declared... (cached) yes checking for setitimer... yes checking for fork... (cached) yes checking for sigaction... (cached) yes checking for mkstemp... (cached) yes checking for vsnprintf... (cached) yes checking whether vsnprintf is C99 compliant... yes checking for snprintf... (cached) yes checking whether snprintf is C99 compliant... yes checking for /usr/bin/awk... (cached) /usr/bin/awk checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating checkmk/checkmk config.status: creating check.pc config.status: creating Makefile config.status: creating checkmk/Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating src/check.h config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/test_vars config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing check_stdint.h commands config.status: creating check_stdint.h : _CHECK_CHECK_STDINT_H config.status: executing checkmk-x commands ========================================== Summary of Check 0.12.0 options: fork mode ............................ yes high resolution timer replacement .... no snprintf replacement ................. no subunit support....................... no timeout unit tests ................... yes POSIX regular expressions ............ yes ========================================== ===> Building for check-0cipiertest --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in lib --- libcompat.lo --- --- fpclassify.lo --- --- libcompat.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT libcompat.lo -MD -MP -MF .deps/libcompat.Tpo -c -o libcompat.lo libcompat.c --- fpclassify.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT fpclassify.lo -MD -MP -MF .deps/fpclassify.Tpo -c -o fpclassify.lo fpclassify.c --- libcompat.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT libcompat.lo -MD -MP -MF .deps/libcompat.Tpo -c libcompat.c -fPIC -DPIC -o .libs/libcompat.o --- fpclassify.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT fpclassify.lo -MD -MP -MF .deps/fpclassify.Tpo -c fpclassify.c -fPIC -DPIC -o .libs/fpclassify.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT fpclassify.lo -MD -MP -MF .deps/fpclassify.Tpo -c fpclassify.c -o fpclassify.o >/dev/null 2>&1 --- libcompat.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT libcompat.lo -MD -MP -MF .deps/libcompat.Tpo -c libcompat.c -o libcompat.o >/dev/null 2>&1 --- fpclassify.lo --- mv -f .deps/fpclassify.Tpo .deps/fpclassify.Plo --- libcompat.lo --- mv -f .deps/libcompat.Tpo .deps/libcompat.Plo --- libcompat.la --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined -fstack-protector -o libcompat.la libcompat.lo fpclassify.lo -lrt -lm libtool: link: ar cru .libs/libcompat.a .libs/libcompat.o .libs/fpclassify.o libtool: link: ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) Making all in src --- check.lo --- --- check_error.lo --- --- check_list.lo --- --- check_log.lo --- --- check.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo check.c --- check_error.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_error.lo -MD -MP -MF .deps/check_error.Tpo -c -o check_error.lo check_error.c --- check_list.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_list.lo -MD -MP -MF .deps/check_list.Tpo -c -o check_list.lo check_list.c --- check_log.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_log.lo -MD -MP -MF .deps/check_log.Tpo -c -o check_log.lo check_log.c --- check.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check.lo -MD -MP -MF .deps/check.Tpo -c check.c -fPIC -DPIC -o .libs/check.o --- check_list.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_list.lo -MD -MP -MF .deps/check_list.Tpo -c check_list.c -fPIC -DPIC -o .libs/check_list.o --- check_error.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_error.lo -MD -MP -MF .deps/check_error.Tpo -c check_error.c -fPIC -DPIC -o .libs/check_error.o --- check_log.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_log.lo -MD -MP -MF .deps/check_log.Tpo -c check_log.c -fPIC -DPIC -o .libs/check_log.o --- check_error.lo --- check_error.c:47:22: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stderr, fmt, args); ^~~ --- check.lo --- check.c:380:32: warning: format string is not a string literal [-Wformat-nonliteral] vsnprintf(buf, BUFSIZ, msg, ap); ^~~ --- check_error.lo --- 1 warning generated. libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_error.lo -MD -MP -MF .deps/check_error.Tpo -c check_error.c -o check_error.o >/dev/null 2>&1 --- check_list.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_list.lo -MD -MP -MF .deps/check_list.Tpo -c check_list.c -o check_list.o >/dev/null 2>&1 --- check_error.lo --- mv -f .deps/check_error.Tpo .deps/check_error.Plo --- check_msg.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_msg.lo -MD -MP -MF .deps/check_msg.Tpo -c -o check_msg.lo check_msg.c --- check_log.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_log.lo -MD -MP -MF .deps/check_log.Tpo -c check_log.c -o check_log.o >/dev/null 2>&1 --- check_msg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_msg.lo -MD -MP -MF .deps/check_msg.Tpo -c check_msg.c -fPIC -DPIC -o .libs/check_msg.o --- check.lo --- 1 warning generated. libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check.lo -MD -MP -MF .deps/check.Tpo -c check.c -o check.o >/dev/null 2>&1 --- check_list.lo --- mv -f .deps/check_list.Tpo .deps/check_list.Plo --- check_pack.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_pack.lo -MD -MP -MF .deps/check_pack.Tpo -c -o check_pack.lo check_pack.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_pack.lo -MD -MP -MF .deps/check_pack.Tpo -c check_pack.c -fPIC -DPIC -o .libs/check_pack.o --- check_msg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_msg.lo -MD -MP -MF .deps/check_msg.Tpo -c check_msg.c -o check_msg.o >/dev/null 2>&1 --- check_pack.lo --- check_pack.c:327:10: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare] --- check_log.lo --- mv -f .deps/check_log.Tpo .deps/check_log.Plo --- check_pack.lo --- if(n > get_max_msg_size()) ~ ^ ~~~~~~~~~~~~~~~~~~ --- check_print.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_print.lo -MD -MP -MF .deps/check_print.Tpo -c -o check_print.lo check_print.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_print.lo -MD -MP -MF .deps/check_print.Tpo -c check_print.c -fPIC -DPIC -o .libs/check_print.o --- check.lo --- mv -f .deps/check.Tpo .deps/check.Plo --- check_run.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_run.lo -MD -MP -MF .deps/check_run.Tpo -c -o check_run.lo check_run.c --- check_msg.lo --- mv -f .deps/check_msg.Tpo .deps/check_msg.Plo --- check_str.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_str.lo -MD -MP -MF .deps/check_str.Tpo -c -o check_str.lo check_str.c --- check_run.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_run.lo -MD -MP -MF .deps/check_run.Tpo -c check_run.c -fPIC -DPIC -o .libs/check_run.o --- check_str.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_str.lo -MD -MP -MF .deps/check_str.Tpo -c check_str.c -fPIC -DPIC -o .libs/check_str.o --- check_pack.lo --- 1 warning generated. libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_pack.lo -MD -MP -MF .deps/check_pack.Tpo -c check_pack.c -o check_pack.o >/dev/null 2>&1 --- check_str.lo --- check_str.c:91:32: warning: format string is not a string literal [-Wformat-nonliteral] --- check_print.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_print.lo -MD -MP -MF .deps/check_print.Tpo -c check_print.c -o check_print.o >/dev/null 2>&1 --- check_str.lo --- n = vsnprintf(p, size, fmt, ap); ^~~ 1 warning generated. libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_str.lo -MD -MP -MF .deps/check_str.Tpo -c check_str.c -o check_str.o >/dev/null 2>&1 mv -f .deps/check_str.Tpo .deps/check_str.Plo --- exported.sym --- --- check_print.lo --- mv -f .deps/check_print.Tpo .deps/check_print.Plo --- exported.sym --- /usr/bin/sed -n -e 's/^..*CK_EXPORT[[:space:]][[:space:]]*\([[:alnum:]_][[:alnum:]_]*\)..*$/\1/p' ../src/check.h.in > exported.sym --- check_pack.lo --- mv -f .deps/check_pack.Tpo .deps/check_pack.Plo --- check_run.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_run.lo -MD -MP -MF .deps/check_run.Tpo -c check_run.c -o check_run.o >/dev/null 2>&1 mv -f .deps/check_run.Tpo .deps/check_run.Plo --- libcheck.la --- --- libcheckinternal.la --- --- libcheck.la --- /bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined -export-symbols exported.sym -fstack-protector -o libcheck.la -rpath /usr/local/lib check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo ../lib/libcompat.la -lrt -lm --- libcheckinternal.la --- /bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined -fstack-protector -o libcheckinternal.la check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo ../lib/libcompat.la -lrt -lm --- libcheck.la --- libtool: link: echo "{ global:" > .libs/libcheck.so.0.0.0-ver libtool: link: sed -e "s|$|;|" < exported.sym >> .libs/libcheck.so.0.0.0-ver --- libcheckinternal.la --- libtool: link: (cd .libs/libcheckinternal.lax/libcompat.a && ar x "/wrkdirs/check-0cipiertest-port/work/check-0cipiertest/src/../lib/.libs/libcompat.a") --- libcheck.la --- libtool: link: echo "local: *; };" >> .libs/libcheck.so.0.0.0-ver libtool: link: cc -shared -fPIC -DPIC .libs/check.o .libs/check_error.o .libs/check_list.o .libs/check_log.o .libs/check_msg.o .libs/check_pack.o .libs/check_print.o .libs/check_run.o .libs/check_str.o -Wl,--whole-archive ../lib/.libs/libcompat.a -Wl,--no-whole-archive -lrt -lm -pthread -O2 -fstack-protector -fstack-protector -pthread -Wl,-soname -Wl,libcheck.so.0 -Wl,-version-script -Wl,.libs/libcheck.so.0.0.0-ver -o .libs/libcheck.so.0.0.0 --- libcheckinternal.la --- libtool: link: ar cru .libs/libcheckinternal.a .libs/check.o .libs/check_error.o .libs/check_list.o .libs/check_log.o .libs/check_msg.o .libs/check_pack.o .libs/check_print.o .libs/check_run.o .libs/check_str.o .libs/libcheckinternal.lax/libcompat.a/fpclassify.o .libs/libcheckinternal.lax/libcompat.a/libcompat.o libtool: link: ranlib .libs/libcheckinternal.a libtool: link: rm -fr .libs/libcheckinternal.lax libtool: link: ( cd ".libs" && rm -f "libcheckinternal.la" && ln -s "../libcheckinternal.la" "libcheckinternal.la" ) --- libcheck.la --- libtool: link: (cd ".libs" && rm -f "libcheck.so.0" && ln -s "libcheck.so.0.0.0" "libcheck.so.0") libtool: link: (cd ".libs" && rm -f "libcheck.so" && ln -s "libcheck.so.0.0.0" "libcheck.so") libtool: link: (cd .libs/libcheck.lax/libcompat.a && ar x "/wrkdirs/check-0cipiertest-port/work/check-0cipiertest/src/../lib/.libs/libcompat.a") libtool: link: ar cru .libs/libcheck.a check.o check_error.o check_list.o check_log.o check_msg.o check_pack.o check_print.o check_run.o check_str.o .libs/libcheck.lax/libcompat.a/fpclassify.o .libs/libcheck.lax/libcompat.a/libcompat.o libtool: link: ranlib .libs/libcheck.a libtool: link: rm -fr .libs/libcheck.lax libtool: link: ( cd ".libs" && rm -f "libcheck.la" && ln -s "../libcheck.la" "libcheck.la" ) Making all in doc --- ./stamp-vti --- --- money.1-2.h.diff --- --- money.1-3.c.diff --- --- money.3-4.c.diff --- --- money.1-2.h.diff --- cd ../doc/example; diff -U 100 src/money.1.h src/money.2.h > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/money.1-2.h.diff || test $? -eq 1; cd -; --- money.1-3.c.diff --- cd ../doc/example; diff -U 100 src/money.1.c src/money.3.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/money.1-3.c.diff || test $? -eq 1; cd -; --- money.3-4.c.diff --- cd ../doc/example; diff -U 100 src/money.3.c src/money.4.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/money.3-4.c.diff || test $? -eq 1; cd -; --- money.4-5.c.diff --- --- money.5-6.c.diff --- --- check_money.1-2.c.diff --- --- money.4-5.c.diff --- cd ../doc/example; diff -U 100 src/money.4.c src/money.5.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/money.4-5.c.diff || test $? -eq 1; cd -; --- money.5-6.c.diff --- cd ../doc/example; diff -U 100 src/money.5.c src/money.6.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/money.5-6.c.diff || test $? -eq 1; cd -; --- check_money.1-2.c.diff --- cd ../doc/example; diff -U 100 tests/check_money.1.c tests/check_money.2.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/check_money.1-2.c.diff || test $? -eq 1; cd -; --- check_money.2-3.c.diff --- --- check_money.3-6.c.diff --- --- check_money.6-7.c.diff --- --- check_money.2-3.c.diff --- cd ../doc/example; diff -U 100 tests/check_money.2.c tests/check_money.3.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/check_money.2-3.c.diff || test $? -eq 1; cd -; --- check_money.3-6.c.diff --- cd ../doc/example; diff -U 100 tests/check_money.3.c tests/check_money.6.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/check_money.3-6.c.diff || test $? -eq 1; cd -; --- check_money.6-7.c.diff --- cd ../doc/example; diff -U 100 tests/check_money.6.c tests/check_money.7.c > /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/doc/check_money.6-7.c.diff || test $? -eq 1; cd -; --- ./stamp-vti --- Updating ./version.texi --- ./check.info --- restore=: && backupdir=".am$$" && am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && rm -rf $backupdir && mkdir $backupdir && if (/bin/sh /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/missing makeinfo --version) >/dev/null 2>&1; then for f in ./check.info ./check.info-[0-9] ./check.info-[0-9][0-9] ./check.i[0-9] ./check.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if /bin/sh /wrkdirs/check-0cipiertest-port/work/check-0cipiertest/missing makeinfo -I . -o ./check.info ./check.texi; then rc=0; CDPATH="${ZSH_VERSION+.}:" && cd .; else rc=$?; CDPATH="${ZSH_VERSION+.}:" && cd . && $restore $backupdir/* `echo "././check.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc Making all in . Making all in checkmk Making all in tests --- check_check-check_check_sub.o --- --- check_check-check_check_master.o --- --- check_check-check_check_log.o --- --- check_check-check_check_fork.o --- --- check_check-check_check_sub.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_sub.o -MD -MP -MF .deps/check_check-check_check_sub.Tpo -c -o check_check-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c --- check_check-check_check_master.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_master.o -MD -MP -MF .deps/check_check-check_check_master.Tpo -c -o check_check-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c --- check_check-check_check_log.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_log.o -MD -MP -MF .deps/check_check-check_check_log.Tpo -c -o check_check-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c --- check_check-check_check_fork.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_fork.o -MD -MP -MF .deps/check_check-check_check_fork.Tpo -c -o check_check-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c mv -f .deps/check_check-check_check_fork.Tpo .deps/check_check-check_check_fork.Po --- check_check-check_check_tags.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_tags.o -MD -MP -MF .deps/check_check-check_check_tags.Tpo -c -o check_check-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c --- check_check-check_check_log.o --- mv -f .deps/check_check-check_check_log.Tpo .deps/check_check-check_check_log.Po --- check_mem_leaks-check_check_log.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_log.o -MD -MP -MF .deps/check_mem_leaks-check_check_log.Tpo -c -o check_mem_leaks-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c --- check_check-check_check_master.o --- mv -f .deps/check_check-check_check_master.Tpo .deps/check_check-check_check_master.Po --- check_mem_leaks-check_check_fork.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_fork.o -MD -MP -MF .deps/check_mem_leaks-check_check_fork.Tpo -c -o check_mem_leaks-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c --- check_mem_leaks-check_check_log.o --- mv -f .deps/check_mem_leaks-check_check_log.Tpo .deps/check_mem_leaks-check_check_log.Po --- check_mem_leaks-check_check_exit.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_exit.o -MD -MP -MF .deps/check_mem_leaks-check_check_exit.Tpo -c -o check_mem_leaks-check_check_exit.o `test -f 'check_check_exit.c' || echo './'`check_check_exit.c --- check_mem_leaks-check_check_fork.o --- mv -f .deps/check_mem_leaks-check_check_fork.Tpo .deps/check_mem_leaks-check_check_fork.Po --- check_mem_leaks-check_check_selective.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_selective.o -MD -MP -MF .deps/check_mem_leaks-check_check_selective.Tpo -c -o check_mem_leaks-check_check_selective.o `test -f 'check_check_selective.c' || echo './'`check_check_selective.c --- check_mem_leaks-check_check_exit.o --- mv -f .deps/check_mem_leaks-check_check_exit.Tpo .deps/check_mem_leaks-check_check_exit.Po --- check_mem_leaks-check_check_tags.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_tags.o -MD -MP -MF .deps/check_mem_leaks-check_check_tags.Tpo -c -o check_mem_leaks-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c --- check_check-check_check_tags.o --- mv -f .deps/check_check-check_check_tags.Tpo .deps/check_check-check_check_tags.Po --- check_mem_leaks-check_check_sub.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_sub.o -MD -MP -MF .deps/check_mem_leaks-check_check_sub.Tpo -c -o check_mem_leaks-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c --- check_mem_leaks-check_check_selective.o --- mv -f .deps/check_mem_leaks-check_check_selective.Tpo .deps/check_mem_leaks-check_check_selective.Po --- check_mem_leaks-check_check_master.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_check_master.o -MD -MP -MF .deps/check_mem_leaks-check_check_master.Tpo -c -o check_mem_leaks-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c --- check_mem_leaks-check_check_tags.o --- mv -f .deps/check_mem_leaks-check_check_tags.Tpo .deps/check_mem_leaks-check_check_tags.Po --- check_check_export-check_check_sub.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_sub.o -MD -MP -MF .deps/check_check_export-check_check_sub.Tpo -c -o check_check_export-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c --- check_mem_leaks-check_check_master.o --- mv -f .deps/check_mem_leaks-check_check_master.Tpo .deps/check_mem_leaks-check_check_master.Po --- check_check_export-check_check_master.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_master.o -MD -MP -MF .deps/check_check_export-check_check_master.Tpo -c -o check_check_export-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c mv -f .deps/check_check_export-check_check_master.Tpo .deps/check_check_export-check_check_master.Po --- check_check_export-check_check_log.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_log.o -MD -MP -MF .deps/check_check_export-check_check_log.Tpo -c -o check_check_export-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c mv -f .deps/check_check_export-check_check_log.Tpo .deps/check_check_export-check_check_log.Po --- check_check_export-check_check_fork.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_fork.o -MD -MP -MF .deps/check_check_export-check_check_fork.Tpo -c -o check_check_export-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c --- check_check-check_check_sub.o --- mv -f .deps/check_check-check_check_sub.Tpo .deps/check_check-check_check_sub.Po --- check_check_export-check_check_tags.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_tags.o -MD -MP -MF .deps/check_check_export-check_check_tags.Tpo -c -o check_check_export-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c --- check_check_export-check_check_fork.o --- mv -f .deps/check_check_export-check_check_fork.Tpo .deps/check_check_export-check_check_fork.Po --- check_check_export-check_check_export_main.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check_export-check_check_export_main.o -MD -MP -MF .deps/check_check_export-check_check_export_main.Tpo -c -o check_check_export-check_check_export_main.o `test -f 'check_check_export_main.c' || echo './'`check_check_export_main.c mv -f .deps/check_check_export-check_check_export_main.Tpo .deps/check_check_export-check_check_export_main.Po --- check_check-check_list.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_list.o -MD -MP -MF .deps/check_check-check_list.Tpo -c -o check_check-check_list.o `test -f 'check_list.c' || echo './'`check_list.c mv -f .deps/check_check-check_list.Tpo .deps/check_check-check_list.Po --- check_check-check_check_msg.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_msg.o -MD -MP -MF .deps/check_check-check_check_msg.Tpo -c -o check_check-check_check_msg.o `test -f 'check_check_msg.c' || echo './'`check_check_msg.c --- check_check_export-check_check_tags.o --- mv -f .deps/check_check_export-check_check_tags.Tpo .deps/check_check_export-check_check_tags.Po --- check_check-check_check_msg.o --- mv -f .deps/check_check-check_check_msg.Tpo .deps/check_check-check_check_msg.Po --- check_check-check_check_log_internal.o --- --- check_check-check_check_limit.o --- --- check_check-check_check_log_internal.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_log_internal.o -MD -MP -MF .deps/check_check-check_check_log_internal.Tpo -c -o check_check-check_check_log_internal.o `test -f 'check_check_log_internal.c' || echo './'`check_check_log_internal.c --- check_check-check_check_limit.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_limit.o -MD -MP -MF .deps/check_check-check_check_limit.Tpo -c -o check_check-check_check_limit.o `test -f 'check_check_limit.c' || echo './'`check_check_limit.c --- check_mem_leaks-check_check_sub.o --- mv -f .deps/check_mem_leaks-check_check_sub.Tpo .deps/check_mem_leaks-check_check_sub.Po --- check_check-check_check_fixture.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_fixture.o -MD -MP -MF .deps/check_check-check_check_fixture.Tpo -c -o check_check-check_check_fixture.o `test -f 'check_check_fixture.c' || echo './'`check_check_fixture.c --- check_check-check_check_log_internal.o --- mv -f .deps/check_check-check_check_log_internal.Tpo .deps/check_check-check_check_log_internal.Po --- check_check-check_check_pack.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_pack.o -MD -MP -MF .deps/check_check-check_check_pack.Tpo -c -o check_check-check_check_pack.o `test -f 'check_check_pack.c' || echo './'`check_check_pack.c --- check_check-check_check_limit.o --- mv -f .deps/check_check-check_check_limit.Tpo .deps/check_check-check_check_limit.Po --- check_check-check_check_exit.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_exit.o -MD -MP -MF .deps/check_check-check_check_exit.Tpo -c -o check_check-check_check_exit.o `test -f 'check_check_exit.c' || echo './'`check_check_exit.c mv -f .deps/check_check-check_check_exit.Tpo .deps/check_check-check_check_exit.Po --- check_check-check_check_selective.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_selective.o -MD -MP -MF .deps/check_check-check_check_selective.Tpo -c -o check_check-check_check_selective.o `test -f 'check_check_selective.c' || echo './'`check_check_selective.c --- check_check-check_check_pack.o --- mv -f .deps/check_check-check_check_pack.Tpo .deps/check_check-check_check_pack.Po --- check_check-check_check_fixture.o --- mv -f .deps/check_check-check_check_fixture.Tpo .deps/check_check-check_check_fixture.Po --- check_check-check_check_main.o --- --- check_stress.o --- --- check_check-check_check_main.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_check-check_check_main.o -MD -MP -MF .deps/check_check-check_check_main.Tpo -c -o check_check-check_check_main.o `test -f 'check_check_main.c' || echo './'`check_check_main.c --- check_stress.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_stress.o -MD -MP -MF .deps/check_stress.Tpo -c -o check_stress.o check_stress.c --- check_check-check_check_selective.o --- mv -f .deps/check_check-check_check_selective.Tpo .deps/check_check-check_check_selective.Po --- check_thread_stress-check_thread_stress.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_thread_stress-check_thread_stress.o -MD -MP -MF .deps/check_thread_stress-check_thread_stress.Tpo -c -o check_thread_stress-check_thread_stress.o `test -f 'check_thread_stress.c' || echo './'`check_thread_stress.c --- check_check-check_check_main.o --- mv -f .deps/check_check-check_check_main.Tpo .deps/check_check-check_check_main.Po --- check_nofork.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_nofork.o -MD -MP -MF .deps/check_nofork.Tpo -c -o check_nofork.o check_nofork.c --- check_stress.o --- mv -f .deps/check_stress.Tpo .deps/check_stress.Po --- check_nofork_teardown.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_nofork_teardown.o -MD -MP -MF .deps/check_nofork_teardown.Tpo -c -o check_nofork_teardown.o check_nofork_teardown.c --- check_thread_stress-check_thread_stress.o --- mv -f .deps/check_thread_stress-check_thread_stress.Tpo .deps/check_thread_stress-check_thread_stress.Po --- check_mem_leaks-check_mem_leaks.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_mem_leaks-check_mem_leaks.o -MD -MP -MF .deps/check_mem_leaks-check_mem_leaks.Tpo -c -o check_mem_leaks-check_mem_leaks.o `test -f 'check_mem_leaks.c' || echo './'`check_mem_leaks.c --- check_check_export-check_check_sub.o --- mv -f .deps/check_check_export-check_check_sub.Tpo .deps/check_check_export-check_check_sub.Po --- check_set_max_msg_size.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_set_max_msg_size.o -MD -MP -MF .deps/check_set_max_msg_size.Tpo -c -o check_set_max_msg_size.o check_set_max_msg_size.c --- check_nofork.o --- mv -f .deps/check_nofork.Tpo .deps/check_nofork.Po --- ex_output.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT ex_output.o -MD -MP -MF .deps/ex_output.Tpo -c -o ex_output.o ex_output.c --- check_nofork_teardown.o --- mv -f .deps/check_nofork_teardown.Tpo .deps/check_nofork_teardown.Po --- check_check --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_tags.o check_check-check_check_main.o ../src/libcheckinternal.la ../lib/libcompat.la -lrt -lm --- check_mem_leaks-check_mem_leaks.o --- mv -f .deps/check_mem_leaks-check_mem_leaks.Tpo .deps/check_mem_leaks-check_mem_leaks.Po --- check_stress --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_stress check_stress.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_set_max_msg_size.o --- mv -f .deps/check_set_max_msg_size.Tpo .deps/check_set_max_msg_size.Po --- check_thread_stress --- /bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_thread_stress check_thread_stress-check_thread_stress.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- ex_output.o --- mv -f .deps/ex_output.Tpo .deps/ex_output.Po --- check_check_export --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_tags.o check_check_export-check_check_export_main.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_check --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_tags.o check_check-check_check_main.o ../src/.libs/libcheckinternal.a ../lib/.libs/libcompat.a -lrt -lm -pthread --- check_stress --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_stress check_stress.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- check_thread_stress --- libtool: link: cc -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_thread_stress check_thread_stress-check_thread_stress.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- check_nofork --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_nofork check_nofork.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_nofork_teardown --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_nofork_teardown check_nofork_teardown.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_mem_leaks --- /bin/sh ../libtool --tag=CC --mode=link cc -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_mem_leaks check_mem_leaks-check_mem_leaks.o check_mem_leaks-check_check_log.o check_mem_leaks-check_check_fork.o check_mem_leaks-check_check_exit.o check_mem_leaks-check_check_selective.o check_mem_leaks-check_check_tags.o check_mem_leaks-check_check_sub.o check_mem_leaks-check_check_master.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_check_export --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_tags.o check_check_export-check_check_export_main.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- check_set_max_msg_size --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o check_set_max_msg_size check_set_max_msg_size.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_nofork --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_nofork check_nofork.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- check_nofork_teardown --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_nofork_teardown check_nofork_teardown.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- check_mem_leaks --- libtool: link: cc -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_mem_leaks check_mem_leaks-check_mem_leaks.o check_mem_leaks-check_check_log.o check_mem_leaks-check_check_fork.o check_mem_leaks-check_check_exit.o check_mem_leaks-check_check_selective.o check_mem_leaks-check_check_tags.o check_mem_leaks-check_check_sub.o check_mem_leaks-check_check_master.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- ex_output --- /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o ex_output ex_output.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm --- check_set_max_msg_size --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/check_set_max_msg_size check_set_max_msg_size.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib --- ex_output --- libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -fstack-protector -o .libs/ex_output ex_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib 0