>>> Building on exopi-1 under devel/mowgli DIST = [devel/mowgli:libmowgli-1.0.0.tar.gz] FULLPKGNAME = mowgli-1.0.0p2 distfiles size=126941 >>> Running build in devel/mowgli at 1711504200.38 ===> devel/mowgli ===> Building from scratch mowgli-1.0.0p2 ===> Checking files for mowgli-1.0.0p2 `/exopi-cvs/ports/distfiles/libmowgli-1.0.0.tar.gz' is up to date. >> (SHA256) libmowgli-1.0.0.tar.gz: OK ===> Extracting for mowgli-1.0.0p2 ===> Patching for mowgli-1.0.0p2 ===> Applying OpenBSD patch patch-buildsys_mk_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- buildsys.mk.in.orig Wed Jul 14 09:43:15 2010 |+++ buildsys.mk.in Sat Dec 4 17:43:56 2010 -------------------------- Patching file buildsys.mk.in using Plan A... Hunk #1 succeeded at 89. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Tue Sep 27 03:48:25 2011 |+++ configure Sat Oct 1 18:24:30 2011 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3289. done ===> Applying OpenBSD patch patch-src_libmowgli_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/libmowgli/Makefile.orig Tue Sep 27 03:39:19 2011 |+++ src/libmowgli/Makefile Sat Oct 1 18:24:30 2011 -------------------------- Patching file src/libmowgli/Makefile using Plan A... Hunk #1 succeeded at 1. 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 mowgli-1.0.0p2 ===> Configuring for mowgli-1.0.0p2 Using /exopi-obj/pobj/mowgli-1.0.0/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/mowgli-1.0.0/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 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... (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 ISO C89... none needed checking whether ln -s works... yes checking for a BSD-compatible install... /exopi-obj/pobj/mowgli-1.0.0/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for library containing strerror... none required checking for shared library system... OpenBSD checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking how to run the C preprocessor... cc -E 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 limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for locale.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for errno.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking whether closedir returns void... (cached) no checking for memset... (cached) yes checking for setlocale... (cached) yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strtol... (cached) yes checking for strtod... (cached) yes checking for printf... (cached) yes checking for sprintf... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for mmap... (cached) yes checking for gettimeofday... (cached) yes checking for strndup... yes checking for strlcpy... (cached) yes checking for strlcat... (cached) yes checking for epoll_ctl... no checking for port_create... no checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... (cached) no checking for dlopen in -ldl... no checking loader type... mowgli_module_posix.c configure: touching .deps files configure: creating ./config.status config.status: creating buildsys.mk config.status: creating extra.mk config.status: creating libmowgli.pc config.status: creating src/libmowgli/mowgli_config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc Configuration: Examples: no Now type "make" to build, and "make install" to install. Thank you for using libmowgli. ===> Building for mowgli-1.0.0p2 for i in subdirs depend ; do /usr/bin/make mkdir_p=mkdir\ -p\ -- libmowgli_ltversion=1.1 SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool LIBmowgli_LTVERSION=-version-info\ 1:1:0 $i || exit 1; done for i in src; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done Entering directory src. for i in subdirs depend ; do /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 $i || exit 1; done for i in libmowgli ; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done Entering directory libmowgli. for i in subdirs depend libmowgli.so.1.1 ; do /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 $i || exit 1; done for i in ; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done regen=0; deps=""; test -f .deps || regen=1; for i in mowgli_alloc.c mowgli_allocation_policy.c mowgli_allocator.c mowgli_argstack.c mowgli_bitvector.c mowgli_dictionary.c mowgli_error_backtrace.c mowgli_formatter.c mowgli_global_storage.c mowgli_hash.c mowgli_heap.c mowgli_hook.c mowgli_index.c mowgli_init.c mowgli_ioevent.c mowgli_list.c mowgli_logger.c mowgli_mempool.c mowgli_module_posix.c mowgli_object.c mowgli_object_class.c mowgli_object_messaging.c mowgli_object_metadata.c mowgli_patricia.c mowgli_queue.c mowgli_random.c mowgli_signal.c mowgli_spinlock.c mowgli_string.c ; do case $i in *.c) test $i -nt .deps && regen=1; deps="$deps ${i%.c}.dep"; ;; *.cc) test $i -nt .deps && regen=1; deps="$deps ${i%.cc}.dep"; ;; *.cxx) test $i -nt .deps && regen=1; deps="$deps ${i%.cxx}.dep"; ;; *.m) test $i -nt .deps && regen=1; deps="$deps ${i%.m}.dep"; ;; *.mm) test $i -nt .deps && regen=1; deps="$deps ${i%.mm}.dep"; ;; *.S) test $i -nt .deps && regen=1; deps="$deps ${i%.S}.dep"; ;; esac; done; if test x"$regen" = x"1" -a x"$deps" != "x"; then printf "\033[K\033[0;33mGenerating dependencies...\033[0m\r"; if /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 $deps && cat $deps >.deps; then rm -f $deps; printf "\033[K\033[0;32mSuccessfully generated dependencies.\033[0m\n"; else :> .deps; touch -t 0001010000 .deps; printf "\033[K\033[0;31mFailed to generate dependencies!\033[0m\n"; exit 1; fi; fi Generating dependencies... cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_alloc.c >mowgli_alloc.dep || (rm -f mowgli_alloc.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_allocation_policy.c >mowgli_allocation_policy.dep || (rm -f mowgli_allocation_policy.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_allocator.c >mowgli_allocator.dep || (rm -f mowgli_allocator.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_argstack.c >mowgli_argstack.dep || (rm -f mowgli_argstack.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_bitvector.c >mowgli_bitvector.dep || (rm -f mowgli_bitvector.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_dictionary.c >mowgli_dictionary.dep || (rm -f mowgli_dictionary.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_error_backtrace.c >mowgli_error_backtrace.dep || (rm -f mowgli_error_backtrace.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_formatter.c >mowgli_formatter.dep || (rm -f mowgli_formatter.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_global_storage.c >mowgli_global_storage.dep || (rm -f mowgli_global_storage.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_hash.c >mowgli_hash.dep || (rm -f mowgli_hash.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_heap.c >mowgli_heap.dep || (rm -f mowgli_heap.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_hook.c >mowgli_hook.dep || (rm -f mowgli_hook.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_index.c >mowgli_index.dep || (rm -f mowgli_index.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_init.c >mowgli_init.dep || (rm -f mowgli_init.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_ioevent.c >mowgli_ioevent.dep || (rm -f mowgli_ioevent.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_list.c >mowgli_list.dep || (rm -f mowgli_list.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_logger.c >mowgli_logger.dep || (rm -f mowgli_logger.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_mempool.c >mowgli_mempool.dep || (rm -f mowgli_mempool.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_module_posix.c >mowgli_module_posix.dep || (rm -f mowgli_module_posix.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_object.c >mowgli_object.dep || (rm -f mowgli_object.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_object_class.c >mowgli_object_class.dep || (rm -f mowgli_object_class.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_object_messaging.c >mowgli_object_messaging.dep || (rm -f mowgli_object_messaging.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_object_metadata.c >mowgli_object_metadata.dep || (rm -f mowgli_object_metadata.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_patricia.c >mowgli_patricia.dep || (rm -f mowgli_patricia.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_queue.c >mowgli_queue.dep || (rm -f mowgli_queue.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_random.c >mowgli_random.dep || (rm -f mowgli_random.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_signal.c >mowgli_signal.dep || (rm -f mowgli_signal.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_spinlock.c >mowgli_spinlock.dep || (rm -f mowgli_spinlock.dep; exit 1) cc -E -DPIC -I. -I.. -DMOWGLI_CORE -M mowgli_string.c >mowgli_string.dep || (rm -f mowgli_string.dep; exit 1) Successfully generated dependencies. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_alloc.c\033[0;33m...\033[0m\r" Compiling mowgli_alloc.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_alloc.o mowgli_alloc.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_alloc.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_alloc.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_alloc.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_allocation_policy.c\033[0;33m...\033[0m\r" Compiling mowgli_allocation_policy.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_allocation_policy.o mowgli_allocation_policy.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_allocation_policy.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_allocation_policy.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_allocation_policy.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_allocator.c\033[0;33m...\033[0m\r" Compiling mowgli_allocator.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_allocator.o mowgli_allocator.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_allocator.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_allocator.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_allocator.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_argstack.c\033[0;33m...\033[0m\r" Compiling mowgli_argstack.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_argstack.o mowgli_argstack.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_argstack.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_argstack.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_argstack.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_bitvector.c\033[0;33m...\033[0m\r" Compiling mowgli_bitvector.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_bitvector.o mowgli_bitvector.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_bitvector.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_bitvector.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_bitvector.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_dictionary.c\033[0;33m...\033[0m\r" Compiling mowgli_dictionary.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_dictionary.o mowgli_dictionary.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_dictionary.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_dictionary.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_dictionary.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_error_backtrace.c\033[0;33m...\033[0m\r" Compiling mowgli_error_backtrace.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_error_backtrace.o mowgli_error_backtrace.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_error_backtrace.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_error_backtrace.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_error_backtrace.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_formatter.c\033[0;33m...\033[0m\r" Compiling mowgli_formatter.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_formatter.o mowgli_formatter.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_formatter.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_formatter.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_formatter.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_global_storage.c\033[0;33m...\033[0m\r" Compiling mowgli_global_storage.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_global_storage.o mowgli_global_storage.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_global_storage.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_global_storage.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_global_storage.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_hash.c\033[0;33m...\033[0m\r" Compiling mowgli_hash.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_hash.o mowgli_hash.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_hash.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_hash.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_hash.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_heap.c\033[0;33m...\033[0m\r" Compiling mowgli_heap.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_heap.o mowgli_heap.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_heap.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_heap.c\033[0;31m!\033[0m\n"; exit 1; fi mowgli_heap.c:189:42: warning: 'mowgli_allocator_malloc' is deprecated [-Wdeprecated-declarations] bh->allocator = allocator ? allocator : mowgli_allocator_malloc; ^ ./mowgli_allocator.h:28:60: note: 'mowgli_allocator_malloc' has been explicitly marked deprecated here extern mowgli_allocation_policy_t *mowgli_allocator_malloc MOWGLI_DEPRECATED; ^ ./mowgli_stdinc.h:88:17: note: expanded from macro 'MOWGLI_DEPRECATED' __attribute__((deprecated)) ^ 1 warning generated. Successfully compiled mowgli_heap.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_hook.c\033[0;33m...\033[0m\r" Compiling mowgli_hook.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_hook.o mowgli_hook.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_hook.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_hook.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_hook.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_index.c\033[0;33m...\033[0m\r" Compiling mowgli_index.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_index.o mowgli_index.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_index.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_index.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_index.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_init.c\033[0;33m...\033[0m\r" Compiling mowgli_init.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_init.o mowgli_init.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_init.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_init.c\033[0;31m!\033[0m\n"; exit 1; fi mowgli_init.c:42:2: warning: 'mowgli_allocator_init' is deprecated [-Wdeprecated-declarations] mowgli_allocator_init(); ^ ./mowgli_allocator.h:27:34: note: 'mowgli_allocator_init' has been explicitly marked deprecated here void mowgli_allocator_init(void) MOWGLI_DEPRECATED; ^ ./mowgli_stdinc.h:88:17: note: expanded from macro 'MOWGLI_DEPRECATED' __attribute__((deprecated)) ^ mowgli_init.c:46:30: warning: 'mowgli_allocator_malloc' is deprecated [-Wdeprecated-declarations] mowgli_allocator_set_policy(mowgli_allocator_malloc); ^ ./mowgli_allocator.h:28:60: note: 'mowgli_allocator_malloc' has been explicitly marked deprecated here extern mowgli_allocation_policy_t *mowgli_allocator_malloc MOWGLI_DEPRECATED; ^ ./mowgli_stdinc.h:88:17: note: expanded from macro 'MOWGLI_DEPRECATED' __attribute__((deprecated)) ^ 2 warnings generated. Successfully compiled mowgli_init.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_ioevent.c\033[0;33m...\033[0m\r" Compiling mowgli_ioevent.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_ioevent.o mowgli_ioevent.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_ioevent.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_ioevent.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_ioevent.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_list.c\033[0;33m...\033[0m\r" Compiling mowgli_list.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_list.o mowgli_list.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_list.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_list.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_list.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_logger.c\033[0;33m...\033[0m\r" Compiling mowgli_logger.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_logger.o mowgli_logger.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_logger.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_logger.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_logger.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_mempool.c\033[0;33m...\033[0m\r" Compiling mowgli_mempool.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_mempool.o mowgli_mempool.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_mempool.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_mempool.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_mempool.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_module_posix.c\033[0;33m...\033[0m\r" Compiling mowgli_module_posix.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_module_posix.o mowgli_module_posix.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_module_posix.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_module_posix.c\033[0;31m!\033[0m\n"; exit 1; fi mowgli_module_posix.c:29:10: warning: 'RTLD_NOW' macro redefined [-Wmacro-redefined] # define RTLD_NOW RTLD_LAZY ^ /usr/include/dlfcn.h:41:9: note: previous definition is here #define RTLD_NOW 2 ^ 1 warning generated. Successfully compiled mowgli_module_posix.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_object.c\033[0;33m...\033[0m\r" Compiling mowgli_object.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_object.o mowgli_object.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_object.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_object.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_object.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_object_class.c\033[0;33m...\033[0m\r" Compiling mowgli_object_class.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_object_class.o mowgli_object_class.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_object_class.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_object_class.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_object_class.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_object_messaging.c\033[0;33m...\033[0m\r" Compiling mowgli_object_messaging.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_object_messaging.o mowgli_object_messaging.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_object_messaging.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_object_messaging.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_object_messaging.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_object_metadata.c\033[0;33m...\033[0m\r" Compiling mowgli_object_metadata.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_object_metadata.o mowgli_object_metadata.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_object_metadata.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_object_metadata.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_object_metadata.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_patricia.c\033[0;33m...\033[0m\r" Compiling mowgli_patricia.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_patricia.o mowgli_patricia.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_patricia.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_patricia.c\033[0;31m!\033[0m\n"; exit 1; fi mowgli_patricia.c:632:2: warning: expression which evaluates to zero treated as a null pointer constant of type 'mowgli_patricia_elem_t *' (aka 'struct mowgli_patricia_elem_ *') [-Wnon-literal-null-conversion] return_val_if_fail(dict != NULL, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./mowgli_assert.h:54:10: note: expanded from macro 'return_val_if_fail' return (y); \ ^~~ mowgli_patricia.c:633:2: warning: expression which evaluates to zero treated as a null pointer constant of type 'mowgli_patricia_elem_t *' (aka 'struct mowgli_patricia_elem_ *') [-Wnon-literal-null-conversion] return_val_if_fail(key != NULL, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./mowgli_assert.h:54:10: note: expanded from macro 'return_val_if_fail' return (y); \ ^~~ mowgli_patricia.c:634:2: warning: expression which evaluates to zero treated as a null pointer constant of type 'mowgli_patricia_elem_t *' (aka 'struct mowgli_patricia_elem_ *') [-Wnon-literal-null-conversion] return_val_if_fail(data != NULL, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./mowgli_assert.h:54:10: note: expanded from macro 'return_val_if_fail' return (y); \ ^~~ 3 warnings generated. Successfully compiled mowgli_patricia.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_queue.c\033[0;33m...\033[0m\r" Compiling mowgli_queue.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_queue.o mowgli_queue.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_queue.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_queue.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_queue.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_random.c\033[0;33m...\033[0m\r" Compiling mowgli_random.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_random.o mowgli_random.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_random.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_random.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_random.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_signal.c\033[0;33m...\033[0m\r" Compiling mowgli_signal.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_signal.o mowgli_signal.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_signal.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_signal.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_signal.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_spinlock.c\033[0;33m...\033[0m\r" Compiling mowgli_spinlock.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_spinlock.o mowgli_spinlock.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_spinlock.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_spinlock.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_spinlock.c. printf "\033[K\033[0;33mCompiling \033[1;33mmowgli_string.c\033[0;33m...\033[0m\r" Compiling mowgli_string.c... if cc -O2 -pipe -pipe -Wall -fPIC -DPIC -I. -I.. -DMOWGLI_CORE -c -o mowgli_string.o mowgli_string.c; then printf "\033[K\033[0;32mSuccessfully compiled \033[1;32mmowgli_string.c\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to compile \033[1;31mmowgli_string.c\033[0;31m!\033[0m\n"; exit 1; fi Successfully compiled mowgli_string.c. case libmowgli.so.1.1 in *.a) /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 STATIC_LIB=libmowgli.so.1.1 LIB= libmowgli.so.1.1 || exit 1 ;; *) printf "\033[K\033[0;33mLinking \033[1;33mlibmowgli.so.1.1\033[0;33m...\033[0m\r"; if cc -o libmowgli.so.1.1 mowgli_alloc.o mowgli_allocation_policy.o mowgli_allocator.o mowgli_argstack.o mowgli_bitvector.o mowgli_dictionary.o mowgli_error_backtrace.o mowgli_formatter.o mowgli_global_storage.o mowgli_hash.o mowgli_heap.o mowgli_hook.o mowgli_index.o mowgli_init.o mowgli_ioevent.o mowgli_list.o mowgli_logger.o mowgli_mempool.o mowgli_module_posix.o mowgli_object.o mowgli_object_class.o mowgli_object_messaging.o mowgli_object_metadata.o mowgli_patricia.o mowgli_queue.o mowgli_random.o mowgli_signal.o mowgli_spinlock.o mowgli_string.o -shared -fPIC -Wl,-soname=libmowgli.so.1.1 ; then printf "\033[K\033[0;32mSuccessfully linked \033[1;32mlibmowgli.so.1.1\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to link \033[1;31mlibmowgli.so.1.1\033[0;31m!\033[0m\n"; exit 1; fi ;; esac Linking libmowgli.so.1.1... Successfully linked libmowgli.so.1.1. Leaving directory libmowgli. regen=0; deps=""; test -f .deps || regen=1; for i in ; do case $i in *.c) test $i -nt .deps && regen=1; deps="$deps ${i%.c}.dep"; ;; *.cc) test $i -nt .deps && regen=1; deps="$deps ${i%.cc}.dep"; ;; *.cxx) test $i -nt .deps && regen=1; deps="$deps ${i%.cxx}.dep"; ;; *.m) test $i -nt .deps && regen=1; deps="$deps ${i%.m}.dep"; ;; *.mm) test $i -nt .deps && regen=1; deps="$deps ${i%.mm}.dep"; ;; *.S) test $i -nt .deps && regen=1; deps="$deps ${i%.S}.dep"; ;; esac; done; if test x"$regen" = x"1" -a x"$deps" != "x"; then printf "\033[K\033[0;33mGenerating dependencies...\033[0m\r"; if /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 $deps && cat $deps >.deps; then rm -f $deps; printf "\033[K\033[0;32mSuccessfully generated dependencies.\033[0m\n"; else :> .deps; touch -t 0001010000 .deps; printf "\033[K\033[0;31mFailed to generate dependencies!\033[0m\n"; exit 1; fi; fi Leaving directory src. regen=0; deps=""; test -f .deps || regen=1; for i in ; do case $i in *.c) test $i -nt .deps && regen=1; deps="$deps ${i%.c}.dep"; ;; *.cc) test $i -nt .deps && regen=1; deps="$deps ${i%.cc}.dep"; ;; *.cxx) test $i -nt .deps && regen=1; deps="$deps ${i%.cxx}.dep"; ;; *.m) test $i -nt .deps && regen=1; deps="$deps ${i%.m}.dep"; ;; *.mm) test $i -nt .deps && regen=1; deps="$deps ${i%.mm}.dep"; ;; *.S) test $i -nt .deps && regen=1; deps="$deps ${i%.S}.dep"; ;; esac; done; if test x"$regen" = x"1" -a x"$deps" != "x"; then printf "\033[K\033[0;33mGenerating dependencies...\033[0m\r"; if /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 LIBmowgli_LTVERSION=-version-info\ 1:1:0 $deps && cat $deps >.deps; then rm -f $deps; printf "\033[K\033[0;32mSuccessfully generated dependencies.\033[0m\n"; else :> .deps; touch -t 0001010000 .deps; printf "\033[K\033[0;31mFailed to generate dependencies!\033[0m\n"; exit 1; fi; fi >>> Running package in devel/mowgli at 1711504220.38 ===> devel/mowgli ===> Faking installation for mowgli-1.0.0p2 i="libmowgli.pc"; printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/pkgconfig && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/pkgconfig/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi Installing libmowgli.pc... Successfully installed libmowgli.pc. for i in src; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- libmowgli_ltversion=1.1 SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool LIBmowgli_LTVERSION=-version-info\ 1:1:0 DESTDIR=/exopi-obj/pobj/mowgli-1.0.0/fake-amd64 install || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done Entering directory src. for i in libmowgli ; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 DESTDIR=/exopi-obj/pobj/mowgli-1.0.0/fake-amd64 LIBmowgli_LTVERSION=-version-info\ 1:1:0 install || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done Entering directory libmowgli. for i in ; do printf "\033[K\033[0;36mEntering directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd $i || exit 1; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/mowgli-1.0.0/libmowgli-1.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libmowgli_ltversion=1.1 DESTDIR=/exopi-obj/pobj/mowgli-1.0.0/fake-amd64 LIBmowgli_LTVERSION=-version-info\ 1:1:0 install || exit 1; printf "\033[K\033[0;36mLeaving directory \033[1;36m$i\033[0;36m.\033[0m\n"; cd .. || exit 1; done for i in libmowgli.so.1.1; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done Installing libmowgli.so.1.1... Successfully installed libmowgli.so.1.1. for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p $(dirname /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i) && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in mowgli.h mowgli_alloc.h mowgli_allocation_policy.h mowgli_allocator.h mowgli_argstack.h mowgli_assert.h mowgli_bitvector.h mowgli_config.h mowgli_dictionary.h mowgli_error_backtrace.h mowgli_exception.h mowgli_formatter.h mowgli_global_storage.h mowgli_hash.h mowgli_heap.h mowgli_hook.h mowgli_index.h mowgli_init.h mowgli_ioevent.h mowgli_iterator.h mowgli_list.h mowgli_logger.h mowgli_mempool.h mowgli_module.h mowgli_object.h mowgli_object_class.h mowgli_object_messaging.h mowgli_object_metadata.h mowgli_patricia.h mowgli_queue.h mowgli_random.h mowgli_signal.h mowgli_spinlock.h mowgli_stdinc.h mowgli_string.h; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done Installing mowgli.h... Successfully installed mowgli.h. Installing mowgli_alloc.h... Successfully installed mowgli_alloc.h. Installing mowgli_allocation_policy.h... Successfully installed mowgli_allocation_policy.h. Installing mowgli_allocator.h... Successfully installed mowgli_allocator.h. Installing mowgli_argstack.h... Successfully installed mowgli_argstack.h. Installing mowgli_assert.h... Successfully installed mowgli_assert.h. Installing mowgli_bitvector.h... Successfully installed mowgli_bitvector.h. Installing mowgli_config.h... Successfully installed mowgli_config.h. Installing mowgli_dictionary.h... Successfully installed mowgli_dictionary.h. Installing mowgli_error_backtrace.h... Successfully installed mowgli_error_backtrace.h. Installing mowgli_exception.h... Successfully installed mowgli_exception.h. Installing mowgli_formatter.h... Successfully installed mowgli_formatter.h. Installing mowgli_global_storage.h... Successfully installed mowgli_global_storage.h. Installing mowgli_hash.h... Successfully installed mowgli_hash.h. Installing mowgli_heap.h... Successfully installed mowgli_heap.h. Installing mowgli_hook.h... Successfully installed mowgli_hook.h. Installing mowgli_index.h... Successfully installed mowgli_index.h. Installing mowgli_init.h... Successfully installed mowgli_init.h. Installing mowgli_ioevent.h... Successfully installed mowgli_ioevent.h. Installing mowgli_iterator.h... Successfully installed mowgli_iterator.h. Installing mowgli_list.h... Successfully installed mowgli_list.h. Installing mowgli_logger.h... Successfully installed mowgli_logger.h. Installing mowgli_mempool.h... Successfully installed mowgli_mempool.h. Installing mowgli_module.h... Successfully installed mowgli_module.h. Installing mowgli_object.h... Successfully installed mowgli_object.h. Installing mowgli_object_class.h... Successfully installed mowgli_object_class.h. Installing mowgli_object_messaging.h... Successfully installed mowgli_object_messaging.h. Installing mowgli_object_metadata.h... Successfully installed mowgli_object_metadata.h. Installing mowgli_patricia.h... Successfully installed mowgli_patricia.h. Installing mowgli_queue.h... Successfully installed mowgli_queue.h. Installing mowgli_random.h... Successfully installed mowgli_random.h. Installing mowgli_signal.h... Successfully installed mowgli_signal.h. Installing mowgli_spinlock.h... Successfully installed mowgli_spinlock.h. Installing mowgli_stdinc.h... Successfully installed mowgli_stdinc.h. Installing mowgli_string.h... Successfully installed mowgli_string.h. for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1 && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done Leaving directory libmowgli. for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p $(dirname /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i) && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1 && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done Leaving directory src. for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/lib/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p $(dirname /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i) && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/share/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 755 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/bin/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/include/libmowgli/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done for i in ; do printf "\033[K\033[0;33mInstalling \033[1;33m$i\033[0;33m...\033[0m\r"; if mkdir -p /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1 && /exopi-obj/pobj/mowgli-1.0.0/bin/install -c -m 644 $i /exopi-obj/pobj/mowgli-1.0.0/fake-amd64/usr/local/man/man1/$i; then printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$i\033[0;32m.\033[0m\n"; else printf "\033[K\033[0;31mFailed to install \033[1;31m$i\033[0;31m!\033[0m\n"; exit 1; fi done ===> Building package for mowgli-1.0.0p2 Create /exopi-cvs/ports/packages/amd64/all/mowgli-1.0.0p2.tgz Creating package mowgli-1.0.0p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 4% checksumming|**** | 7% checksumming|***** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************** | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 53% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|**************************************************** | 84% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|******************************************* | 67% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/mowgli-1.0.0p2.tgz >>> Running clean in devel/mowgli at 1711504225.31 ===> devel/mowgli ===> Cleaning for mowgli-1.0.0p2 >>> Ended at 1711504225.84 max_stuck=0.00/build=20.00/package=4.96/clean=0.55