>>> Building on exopi-6 under devel/cmockery DIST = [devel/cmockery:cmockery-0.1.2.tar.gz] FULLPKGNAME = cmockery-0.1.2p4 distfiles size=397297 >>> Running build in devel/cmockery at 1711504366.48 ===> devel/cmockery ===> Building from scratch cmockery-0.1.2p4 ===> Checking files for cmockery-0.1.2p4 `/exopi-cvs/ports/distfiles/cmockery-0.1.2.tar.gz' is up to date. >> (SHA256) cmockery-0.1.2.tar.gz: OK ===> Extracting for cmockery-0.1.2p4 ===> Patching for cmockery-0.1.2p4 ===> Applying OpenBSD patch patch-src_cmockery_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Replace the malloc.h header with stdlib.h. | |--- src/cmockery.c.orig Mon Nov 3 23:25:43 2014 |+++ src/cmockery.c Mon Nov 3 23:25:51 2014 -------------------------- Patching file src/cmockery.c using Plan A... Hunk #1 succeeded at 13. done ===> Applying OpenBSD patch patch-src_example_allocate_module_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Replace the malloc.h header with stdlib.h. | |--- src/example/allocate_module.c.orig Mon Nov 3 23:23:33 2014 |+++ src/example/allocate_module.c Mon Nov 3 23:23:52 2014 -------------------------- Patching file src/example/allocate_module.c using Plan A... Hunk #1 succeeded at 13. done ===> Applying OpenBSD patch patch-src_example_calculator_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't use malloc.h header on OpenBSD. | |--- src/example/calculator.c.orig Mon Nov 3 23:23:00 2014 |+++ src/example/calculator.c Mon Nov 3 23:23:08 2014 -------------------------- Patching file src/example/calculator.c using Plan A... Hunk #1 succeeded at 17. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for cmockery-0.1.2p4 ===> Configuring for cmockery-0.1.2p4 Using /exopi-obj/pobj/cmockery-0.1.2/config.site (generated) configure: loading site script /exopi-obj/pobj/cmockery-0.1.2/config.site checking for a BSD-compatible install... /exopi-obj/pobj/cmockery-0.1.2/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for egrep... (cached) grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 131072 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for setjmp... (cached) yes checking for longjmp... (cached) yes checking for strcmp... (cached) yes checking for strcpy... (cached) yes checking for memcpy... (cached) yes checking for memset... (cached) yes checking for malloc... (cached) yes checking for calloc... (cached) yes checking for free... (cached) yes checking for exit... (cached) yes checking for signal... (cached) yes checking for printf... (cached) yes checking for fprintf... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for assert.h... (cached) yes checking for malloc.h... (cached) no checking for setjmp.h... (cached) yes checking for stdarg.h... (cached) yes checking for stddef.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for signal.h... (cached) yes checking whether the compiler implements namespaces... yes checking what namespace STL code is in... std configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands ===> Building for cmockery-0.1.2p4 if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -O2 -pipe -MT libcmockery_la-cmockery.lo -MD -MP -MF ".deps/libcmockery_la-cmockery.Tpo" -c -o libcmockery_la-cmockery.lo `test -f 'src/cmockery.c' || echo './'`src/cmockery.c; then mv -f ".deps/libcmockery_la-cmockery.Tpo" ".deps/libcmockery_la-cmockery.Plo"; else rm -f ".deps/libcmockery_la-cmockery.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -O2 -pipe -MT libcmockery_la-cmockery.lo -MD -MP -MF .deps/libcmockery_la-cmockery.Tpo -c src/cmockery.c -fPIC -DPIC -o .libs/libcmockery_la-cmockery.o src/cmockery.c:247:2: warning: cast to smaller integer type 'int' from 'SourceLocation *' (aka 'struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:255:2: warning: cast to smaller integer type 'int' from 'const SourceLocation *' (aka 'const struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:264:2: warning: cast to smaller integer type 'int' from 'SourceLocation *' (aka 'struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:324:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:325:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:334:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:335:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(new_node); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:348:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:362:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:376:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:386:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:397:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:410:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:422:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:431:32: warning: cast to smaller integer type 'unsigned int' from 'void *' [-Wvoid-pointer-to-int-cast] const unsigned int children = (unsigned int)cleanup_value_data; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cmockery.c:432:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:435:12: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] (void*)(children - 1)); ^~~~~~~~~~~~~~~~~~~~~ src/cmockery.c:458:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(symbol_map_head); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:459:2: warning: cast to smaller integer type 'int' from 'const char *const *' [-Wpointer-to-int-cast] assert_true(symbol_names); ^~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:496:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:497:2: warning: cast to smaller integer type 'int' from 'const char *const *' [-Wpointer-to-int-cast] assert_true(symbol_names); ^~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:499:2: warning: cast to smaller integer type 'int' from 'void **' [-Wpointer-to-int-cast] assert_true(output); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:506:3: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(target_node); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:507:3: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(target_node->value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:544:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(map_head); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:551:3: warning: cast to smaller integer type 'int' from 'SymbolMapValue *' (aka 'struct SymbolMapValue *') [-Wpointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:582:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(map_head); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:590:3: warning: cast to smaller integer type 'int' from 'const SymbolMapValue *' (aka 'const struct SymbolMapValue *') [-Wpointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:715:2: warning: cast to smaller integer type 'int' from 'const CheckIntegerSet *' (aka 'const struct CheckIntegerSet *') [-Wpointer-to-int-cast] assert_true(check_integer_set); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:867:2: warning: cast to smaller integer type 'int' from 'const void **' [-Wpointer-to-int-cast] assert_true(values); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:899:2: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] assert_true(check_value_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:901:6: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] (int)value, check_integer_range->minimum, ^~~~~~~~~~ src/cmockery.c:909:2: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] assert_true(check_value_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:911:6: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] (int)value, check_integer_range->minimum, ^~~~~~~~~~ src/cmockery.c:1022:2: warning: cast to smaller integer type 'int' from 'CheckMemoryData *' (aka 'struct CheckMemoryData *') [-Wpointer-to-int-cast] assert_true(check); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1036:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(memory); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1060:2: warning: cast to smaller integer type 'int' from 'CheckMemoryData *' (aka 'struct CheckMemoryData *') [-Wpointer-to-int-cast] assert_true(check); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1137:38: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast] longjmp(global_expect_assert_env, (int)expression); ^~~~~~~~~~~~~~~ src/cmockery.c:1156:34: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1156:44: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1164:38: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_not_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1164:48: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_not_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1262:2: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] assert_true(block); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1302:15: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] _assert_true((int)ptr, "ptr", file, line); ^~~~~~~~ src/cmockery.c:1347:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(check_point); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1348:2: warning: cast to smaller integer type 'int' from 'struct ListNode *' [-Wpointer-to-int-cast] assert_true(check_point->next); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1352:3: warning: cast to smaller integer type 'int' from 'const MallocBlockInfo *' (aka 'const struct MallocBlockInfo *') [-Wpointer-to-int-cast] assert_true(block_info); ^~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1370:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(check_point); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1373:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1450:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(buffer); ^~~~~~ src/cmockery.c:1450:9: note: treat the string as an argument to avoid this printf(buffer); ^ "%s", src/cmockery.c:1460:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, buffer); ^~~~~~ src/cmockery.c:1460:18: note: treat the string as an argument to avoid this fprintf(stderr, buffer); ^ "%s", src/cmockery.c:1652:5: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] assert_false("BUG: shouldn't be here!"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:156:40: note: expanded from macro 'assert_false' #define assert_false(c) _assert_true(!((int)(c)), #c, __FILE__, __LINE__) ^~~~~~~~ 52 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -O2 -pipe -MT libcmockery_la-cmockery.lo -MD -MP -MF .deps/libcmockery_la-cmockery.Tpo -c src/cmockery.c -o libcmockery_la-cmockery.o src/cmockery.c:247:2: warning: cast to smaller integer type 'int' from 'SourceLocation *' (aka 'struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:255:2: warning: cast to smaller integer type 'int' from 'const SourceLocation *' (aka 'const struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:264:2: warning: cast to smaller integer type 'int' from 'SourceLocation *' (aka 'struct SourceLocation *') [-Wpointer-to-int-cast] assert_true(location); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:324:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:325:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:334:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:335:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(new_node); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:348:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:362:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:376:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:386:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:397:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:410:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:422:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:431:32: warning: cast to smaller integer type 'unsigned int' from 'void *' [-Wvoid-pointer-to-int-cast] const unsigned int children = (unsigned int)cleanup_value_data; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cmockery.c:432:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:435:12: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] (void*)(children - 1)); ^~~~~~~~~~~~~~~~~~~~~ src/cmockery.c:458:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(symbol_map_head); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:459:2: warning: cast to smaller integer type 'int' from 'const char *const *' [-Wpointer-to-int-cast] assert_true(symbol_names); ^~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:496:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(head); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:497:2: warning: cast to smaller integer type 'int' from 'const char *const *' [-Wpointer-to-int-cast] assert_true(symbol_names); ^~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:499:2: warning: cast to smaller integer type 'int' from 'void **' [-Wpointer-to-int-cast] assert_true(output); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:506:3: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(target_node); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:507:3: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(target_node->value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:544:2: warning: cast to smaller integer type 'int' from 'ListNode *' (aka 'struct ListNode *') [-Wpointer-to-int-cast] assert_true(map_head); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:551:3: warning: cast to smaller integer type 'int' from 'SymbolMapValue *' (aka 'struct SymbolMapValue *') [-Wpointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:582:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(map_head); ^~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:590:3: warning: cast to smaller integer type 'int' from 'const SymbolMapValue *' (aka 'const struct SymbolMapValue *') [-Wpointer-to-int-cast] assert_true(value); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:715:2: warning: cast to smaller integer type 'int' from 'const CheckIntegerSet *' (aka 'const struct CheckIntegerSet *') [-Wpointer-to-int-cast] assert_true(check_integer_set); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:867:2: warning: cast to smaller integer type 'int' from 'const void **' [-Wpointer-to-int-cast] assert_true(values); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:899:2: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] assert_true(check_value_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:901:6: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] (int)value, check_integer_range->minimum, ^~~~~~~~~~ src/cmockery.c:909:2: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] assert_true(check_value_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:911:6: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] (int)value, check_integer_range->minimum, ^~~~~~~~~~ src/cmockery.c:1022:2: warning: cast to smaller integer type 'int' from 'CheckMemoryData *' (aka 'struct CheckMemoryData *') [-Wpointer-to-int-cast] assert_true(check); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1036:2: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] assert_true(memory); ^~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1060:2: warning: cast to smaller integer type 'int' from 'CheckMemoryData *' (aka 'struct CheckMemoryData *') [-Wpointer-to-int-cast] assert_true(check); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1137:38: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast] longjmp(global_expect_assert_env, (int)expression); ^~~~~~~~~~~~~~~ src/cmockery.c:1156:34: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1156:44: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1164:38: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_not_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1164:48: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] if (!values_not_equal_display_error((void*)a, (void*)b)) { ^~~~~~~~ src/cmockery.c:1262:2: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] assert_true(block); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1302:15: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] _assert_true((int)ptr, "ptr", file, line); ^~~~~~~~ src/cmockery.c:1347:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(check_point); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1348:2: warning: cast to smaller integer type 'int' from 'struct ListNode *' [-Wpointer-to-int-cast] assert_true(check_point->next); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1352:3: warning: cast to smaller integer type 'int' from 'const MallocBlockInfo *' (aka 'const struct MallocBlockInfo *') [-Wpointer-to-int-cast] assert_true(block_info); ^~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1370:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(check_point); ^~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1373:2: warning: cast to smaller integer type 'int' from 'const ListNode *' (aka 'const struct ListNode *') [-Wpointer-to-int-cast] assert_true(node); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ src/cmockery.c:1450:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(buffer); ^~~~~~ src/cmockery.c:1450:9: note: treat the string as an argument to avoid this printf(buffer); ^ "%s", src/cmockery.c:1460:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, buffer); ^~~~~~ src/cmockery.c:1460:18: note: treat the string as an argument to avoid this fprintf(stderr, buffer); ^ "%s", src/cmockery.c:1652:5: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] assert_false("BUG: shouldn't be here!"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:156:40: note: expanded from macro 'assert_false' #define assert_false(c) _assert_true(!((int)(c)), #c, __FILE__, __LINE__) ^~~~~~~~ 52 warnings generated. /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o libcmockery.la -rpath /usr/local/lib libcmockery_la-cmockery.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libcmockery.so.0.0 -O2 -pipe .libs/libcmockery_la-cmockery.o -Wl,-soname,libcmockery.so.0.0 libtool: link: ar cru .libs/libcmockery.a libcmockery_la-cmockery.o libtool: link: ranlib .libs/libcmockery.a if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -O2 -pipe -MT calculator-calculator.o -MD -MP -MF ".deps/calculator-calculator.Tpo" -c -o calculator-calculator.o `test -f 'src/example/calculator.c' || echo './'`src/example/calculator.c; then mv -f ".deps/calculator-calculator.Tpo" ".deps/calculator-calculator.Po"; else rm -f ".deps/calculator-calculator.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o calculator calculator-calculator.o libtool: link: cc -o calculator -O2 -pipe calculator-calculator.o if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT calculator_test-calculator_test.o -MD -MP -MF ".deps/calculator_test-calculator_test.Tpo" -c -o calculator_test-calculator_test.o `test -f 'src/example/calculator_test.c' || echo './'`src/example/calculator_test.c; then mv -f ".deps/calculator_test-calculator_test.Tpo" ".deps/calculator_test-calculator_test.Po"; else rm -f ".deps/calculator_test-calculator_test.Tpo"; exit 1; fi src/example/calculator_test.c:88:2: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] check_expected(a); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:151:60: note: expanded from macro 'check_expected' _check_expected(__func__, #parameter, __FILE__, __LINE__, (void*)parameter) ^~~~~~~~~~~~~~~~ src/example/calculator_test.c:89:2: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] check_expected(b); ^~~~~~~~~~~~~~~~~ src/google/cmockery.h:151:60: note: expanded from macro 'check_expected' _check_expected(__func__, #parameter, __FILE__, __LINE__, (void*)parameter) ^~~~~~~~~~~~~~~~ src/example/calculator_test.c:90:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] return (int)mock(); ^~~~~~~~~~~ src/example/calculator_test.c:120:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(divide(100, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:126:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(find_operator_function_by_string(1, NULL, "test")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:135:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(find_operator_function_by_string( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:142:20: warning: cast to smaller integer type 'int' from 'BinaryOperator' (aka 'int (*)(int, int)') [-Wpointer-to-int-cast] assert_int_equal((int)find_operator_function_by_string(0, NULL, "test"), ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/calculator_test.c:143:23: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] (int)NULL); ^~~~~~~~~~ src/google/cmockery.h:159:53: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/calculator_test.c:154:19: warning: cast to smaller integer type 'int' from 'BinaryOperator' (aka 'int (*)(int, int)') [-Wpointer-to-int-cast] assert_int_equal((int)find_operator_function_by_string( ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/calculator_test.c:156:6: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] (int)NULL); ^~~~~~~~~~ src/google/cmockery.h:159:53: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/calculator_test.c:167:19: warning: cast to smaller integer type 'int' from 'BinaryOperator' (aka 'int (*)(int, int)') [-Wpointer-to-int-cast] assert_int_equal((int)find_operator_function_by_string( ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/calculator_test.c:180:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(perform_operation( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:195:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(perform_operation( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:211:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(perform_operation( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:227:2: warning: cast to 'const char *' from smaller integer type 'int' [-Wint-to-pointer-cast] expect_assert_failure(perform_operation( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:267:30: note: expanded from macro 'expect_assert_failure' const char* expression = (const char*)setjmp(global_expect_assert_env); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator_test.c:367:2: warning: cast to smaller integer type 'int' from 'int *' [-Wpointer-to-int-cast] assert_true(intermediate_values); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ 16 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT calculator_test-calculator.o -MD -MP -MF ".deps/calculator_test-calculator.Tpo" -c -o calculator_test-calculator.o `test -f 'src/example/calculator.c' || echo './'`src/example/calculator.c; then mv -f ".deps/calculator_test-calculator.Tpo" ".deps/calculator_test-calculator.Po"; else rm -f ".deps/calculator_test-calculator.Tpo"; exit 1; fi src/example/calculator.c:129:2: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast] assert(operator_string); ^~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator.c:50:14: note: expanded from macro 'assert' mock_assert((int)(expression), #expression, __FILE__, __LINE__) ^~~~~~~~~~~~~~~~~ src/example/calculator.c:166:2: warning: cast to smaller integer type 'int' from 'int *' [-Wpointer-to-int-cast] assert(error_occurred); ^~~~~~~~~~~~~~~~~~~~~~ src/example/calculator.c:50:14: note: expanded from macro 'assert' mock_assert((int)(expression), #expression, __FILE__, __LINE__) ^~~~~~~~~~~~~~~~~ src/example/calculator.c:167:2: warning: cast to smaller integer type 'int' from 'int *' [-Wpointer-to-int-cast] assert(number_of_intermediate_values); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator.c:50:14: note: expanded from macro 'assert' mock_assert((int)(expression), #expression, __FILE__, __LINE__) ^~~~~~~~~~~~~~~~~ src/example/calculator.c:168:2: warning: cast to smaller integer type 'int' from 'int **' [-Wpointer-to-int-cast] assert(intermediate_values); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/example/calculator.c:50:14: note: expanded from macro 'assert' mock_assert((int)(expression), #expression, __FILE__, __LINE__) ^~~~~~~~~~~~~~~~~ src/example/calculator.c:253:3: warning: call to undeclared function 'example_test_printf'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] printf("%s\n", argv[1]); ^ src/example/calculator.c:32:16: note: expanded from macro 'printf' #define printf example_test_printf ^ 5 warnings generated. /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o calculator_test calculator_test-calculator_test.o calculator_test-calculator.o libcmockery.la libtool: link: cc -o .libs/calculator_test -O2 -pipe calculator_test-calculator_test.o calculator_test-calculator.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT allocate_module_test-allocate_module_test.o -MD -MP -MF ".deps/allocate_module_test-allocate_module_test.Tpo" -c -o allocate_module_test-allocate_module_test.o `test -f 'src/example/allocate_module_test.c' || echo './'`src/example/allocate_module_test.c; then mv -f ".deps/allocate_module_test-allocate_module_test.Tpo" ".deps/allocate_module_test-allocate_module_test.Po"; else rm -f ".deps/allocate_module_test-allocate_module_test.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT allocate_module_test-allocate_module.o -MD -MP -MF ".deps/allocate_module_test-allocate_module.Tpo" -c -o allocate_module_test-allocate_module.o `test -f 'src/example/allocate_module.c' || echo './'`src/example/allocate_module.c; then mv -f ".deps/allocate_module_test-allocate_module.Tpo" ".deps/allocate_module_test-allocate_module.Po"; else rm -f ".deps/allocate_module_test-allocate_module.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o allocate_module_test allocate_module_test-allocate_module_test.o allocate_module_test-allocate_module.o libcmockery.la libtool: link: cc -o .libs/allocate_module_test -O2 -pipe allocate_module_test-allocate_module_test.o allocate_module_test-allocate_module.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT assert_macro_test-assert_macro_test.o -MD -MP -MF ".deps/assert_macro_test-assert_macro_test.Tpo" -c -o assert_macro_test-assert_macro_test.o `test -f 'src/example/assert_macro_test.c' || echo './'`src/example/assert_macro_test.c; then mv -f ".deps/assert_macro_test-assert_macro_test.Tpo" ".deps/assert_macro_test-assert_macro_test.Po"; else rm -f ".deps/assert_macro_test-assert_macro_test.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT assert_macro_test-assert_macro.o -MD -MP -MF ".deps/assert_macro_test-assert_macro.Tpo" -c -o assert_macro_test-assert_macro.o `test -f 'src/example/assert_macro.c' || echo './'`src/example/assert_macro.c; then mv -f ".deps/assert_macro_test-assert_macro.Tpo" ".deps/assert_macro_test-assert_macro.Po"; else rm -f ".deps/assert_macro_test-assert_macro.Tpo"; exit 1; fi src/example/assert_macro.c:30:48: warning: 'sizeof (status_code_string)' will return the size of the pointer, not the array itself [-Wsizeof-pointer-div] for (i = 0; i < sizeof(status_code_string) / sizeof(status_code_string[0]); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ src/example/assert_macro.c:28:54: note: pointer 'status_code_string' declared here unsigned int string_to_status_code(const char* const status_code_string) { ^ 1 warning generated. /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o assert_macro_test assert_macro_test-assert_macro_test.o assert_macro_test-assert_macro.o libcmockery.la libtool: link: cc -o .libs/assert_macro_test -O2 -pipe assert_macro_test-assert_macro_test.o assert_macro_test-assert_macro.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT customer_database_test-customer_database_test.o -MD -MP -MF ".deps/customer_database_test-customer_database_test.Tpo" -c -o customer_database_test-customer_database_test.o `test -f 'src/example/customer_database_test.c' || echo './'`src/example/customer_database_test.c; then mv -f ".deps/customer_database_test-customer_database_test.Tpo" ".deps/customer_database_test-customer_database_test.Po"; else rm -f ".deps/customer_database_test-customer_database_test.Tpo"; exit 1; fi src/example/customer_database_test.c:31:12: warning: cast to smaller integer type 'unsigned int' from 'void *' [-Wvoid-pointer-to-int-cast] return (unsigned int)mock(); ^~~~~~~~~~~~~~~~~~~~ src/example/customer_database_test.c:42:22: warning: cast to smaller integer type 'int' from 'DatabaseConnection *' (aka 'struct DatabaseConnection *') [-Wpointer-to-int-cast] assert_int_equal((int)connect_to_customer_database(), 0x0DA7ABA53); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT customer_database_test-customer_database.o -MD -MP -MF ".deps/customer_database_test-customer_database.Tpo" -c -o customer_database_test-customer_database.o `test -f 'src/example/customer_database.c' || echo './'`src/example/customer_database.c; then mv -f ".deps/customer_database_test-customer_database.Tpo" ".deps/customer_database_test-customer_database.Po"; else rm -f ".deps/customer_database_test-customer_database.Tpo"; exit 1; fi src/example/customer_database.c:43:12: warning: cast to smaller integer type 'unsigned int' from 'void *' [-Wvoid-pointer-to-int-cast] return (unsigned int)results[0]; ^~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o customer_database_test customer_database_test-customer_database_test.o customer_database_test-customer_database.o libcmockery.la libtool: link: cc -o .libs/customer_database_test -O2 -pipe customer_database_test-customer_database_test.o customer_database_test-customer_database.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT key_value_test-key_value_test.o -MD -MP -MF ".deps/key_value_test-key_value_test.Tpo" -c -o key_value_test-key_value_test.o `test -f 'src/example/key_value_test.c' || echo './'`src/example/key_value_test.c; then mv -f ".deps/key_value_test-key_value_test.Tpo" ".deps/key_value_test-key_value_test.Po"; else rm -f ".deps/key_value_test-key_value_test.Tpo"; exit 1; fi src/example/key_value_test.c:57:9: warning: cast to smaller integer type 'int' from 'KeyValue *' (aka 'struct KeyValue *') [-Wpointer-to-int-cast] assert_true(found); ^~~~~~~~~~~~~~~~~~ src/google/cmockery.h:154:37: note: expanded from macro 'assert_true' #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) ^~~~~~~~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT key_value_test-key_value.o -MD -MP -MF ".deps/key_value_test-key_value.Tpo" -c -o key_value_test-key_value.o `test -f 'src/example/key_value.c' || echo './'`src/example/key_value.c; then mv -f ".deps/key_value_test-key_value.Tpo" ".deps/key_value_test-key_value.Po"; else rm -f ".deps/key_value_test-key_value.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o key_value_test key_value_test-key_value_test.o key_value_test-key_value.o libcmockery.la libtool: link: cc -o .libs/key_value_test -O2 -pipe key_value_test-key_value_test.o key_value_test-key_value.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT product_database_test-product_database_test.o -MD -MP -MF ".deps/product_database_test-product_database_test.Tpo" -c -o product_database_test-product_database_test.o `test -f 'src/example/product_database_test.c' || echo './'`src/example/product_database_test.c; then mv -f ".deps/product_database_test-product_database_test.Tpo" ".deps/product_database_test-product_database_test.Po"; else rm -f ".deps/product_database_test-product_database_test.Tpo"; exit 1; fi src/example/product_database_test.c:30:5: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] check_expected(port); ^~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:151:60: note: expanded from macro 'check_expected' _check_expected(__func__, #parameter, __FILE__, __LINE__, (void*)parameter) ^~~~~~~~~~~~~~~~ src/example/product_database_test.c:38:22: warning: cast to smaller integer type 'int' from 'DatabaseConnection *' (aka 'struct DatabaseConnection *') [-Wpointer-to-int-cast] assert_int_equal((int)connect_to_product_database(), 0xDA7ABA53); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/product_database_test.c:47:22: warning: cast to smaller integer type 'int' from 'DatabaseConnection *' (aka 'struct DatabaseConnection *') [-Wpointer-to-int-cast] assert_int_equal((int)connect_to_product_database(), 0xDA7ABA53); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ src/example/product_database_test.c:56:22: warning: cast to smaller integer type 'int' from 'DatabaseConnection *' (aka 'struct DatabaseConnection *') [-Wpointer-to-int-cast] assert_int_equal((int)connect_to_product_database(), 0xDA7ABA53); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/google/cmockery.h:159:50: note: expanded from macro 'assert_int_equal' #define assert_int_equal(a, b) _assert_int_equal(a, b, __FILE__, __LINE__) ^ 4 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT product_database_test-product_database.o -MD -MP -MF ".deps/product_database_test-product_database.Tpo" -c -o product_database_test-product_database.o `test -f 'src/example/product_database.c' || echo './'`src/example/product_database.c; then mv -f ".deps/product_database_test-product_database.Tpo" ".deps/product_database_test-product_database.Po"; else rm -f ".deps/product_database_test-product_database.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o product_database_test product_database_test-product_database_test.o product_database_test-product_database.o libcmockery.la libtool: link: cc -o .libs/product_database_test -O2 -pipe product_database_test-product_database_test.o product_database_test-product_database.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib if cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Isrc/google -Isrc/example -DUNIT_TESTING=1 -O2 -pipe -MT run_tests-run_tests.o -MD -MP -MF ".deps/run_tests-run_tests.Tpo" -c -o run_tests-run_tests.o `test -f 'src/example/run_tests.c' || echo './'`src/example/run_tests.c; then mv -f ".deps/run_tests-run_tests.Tpo" ".deps/run_tests-run_tests.Po"; else rm -f ".deps/run_tests-run_tests.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o run_tests run_tests-run_tests.o libcmockery.la libtool: link: cc -o .libs/run_tests -O2 -pipe run_tests-run_tests.o -L.libs -lcmockery -Wl,-rpath-link,/usr/local/lib >>> Running package in devel/cmockery at 1711504394.11 ===> devel/cmockery ===> Faking installation for cmockery-0.1.2p4 test -z "/usr/local/lib" || mkdir -p -- "/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/lib" /usr/bin/libtool --mode=install /exopi-obj/pobj/cmockery-0.1.2/bin/install -c 'libcmockery.la' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/lib/libcmockery.la' libtool: install: /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 ./.libs/libcmockery.a /exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/lib/libcmockery.a libtool: install: /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 ./.libs/libcmockery.so.0.0 /exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/lib/libcmockery.so.0.0 libtool: install: /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 ./.libs/libcmockery.lai /exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/lib/libcmockery.la test -z "/usr/local/share/doc/cmockery" || mkdir -p -- "/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery" /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'AUTHORS' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/AUTHORS' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'COPYING' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/COPYING' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'ChangeLog' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/ChangeLog' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'INSTALL' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/INSTALL' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'NEWS' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/NEWS' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'README' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/README' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'doc/index.html' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/index.html' /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'windows/makefile' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/share/doc/cmockery/makefile' test -z "/usr/local/include/google" || mkdir -p -- "/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/include/google" /exopi-obj/pobj/cmockery-0.1.2/bin/install -c -m 644 'src/google/cmockery.h' '/exopi-obj/pobj/cmockery-0.1.2/fake-amd64/usr/local/include/google/cmockery.h' ===> Building package for cmockery-0.1.2p4 Create /exopi-cvs/ports/packages/amd64/all/cmockery-0.1.2p4.tgz Creating package cmockery-0.1.2p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 14% checksumming|************ | 19% checksumming|*************** | 24% checksumming|***************** | 29% checksumming|******************** | 33% checksumming|*********************** | 38% checksumming|************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|*********************************** | 57% checksumming|************************************** | 62% checksumming|***************************************** | 67% checksumming|******************************************** | 71% checksumming|********************************************** | 76% checksumming|************************************************* | 81% checksumming|**************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************* | 39% archiving|*************************************** | 61% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|*************************************************** | 79% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cmockery-0.1.2p4.tgz >>> Running clean in devel/cmockery at 1711504398.98 ===> devel/cmockery ===> Cleaning for cmockery-0.1.2p4 >>> Ended at 1711504399.80 max_stuck=2.32/build=27.52/package=4.64/clean=1.19