=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mecab-base-0.996 CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/textproc/mecab-base/work/mecab-0.996/missing --run aclocal-1.11 -I m4 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/textproc/mecab-base/work/mecab-0.996/missing --run autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. (CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/textproc/mecab-base/work/mecab-0.996/missing --run autoheader) WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. rm -f stamp-h1 touch ./config.h.in /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /opt/pkg/bin/bmake all-recursive Making all in src cd . && /opt/pkg/bin/mksh /Users/pbulk/build/textproc/mecab-base/work/mecab-0.996/missing --run automake-1.11 --gnu WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh ./config.status Makefile config.status: creating Makefile cd .. && /opt/pkg/bin/bmake am--refresh /opt/pkg/bin/mksh ./config.status --recheck /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o viterbi.lo viterbi.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c viterbi.cpp -fno-common -DPIC -o .libs/viterbi.o In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:82:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, 1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:83:12: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] while (compare_and_swap(&l_, 0, kWaFlag)) { ^ ./thread.h:69:35: note: expanded from macro 'compare_and_swap' #define compare_and_swap(a, b, c) OSAtomicCompareAndSwapInt(b, c, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:563:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue ); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:91:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:97:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kWaFlag); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:98:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, -1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: ./thread.h:101:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from viterbi.cpp:14: ./param.h:30:13: warning: unused function 'lexical_cast' [-Wunused-function] std::string lexical_cast(std::string arg) { ^ 7 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c viterbi.cpp -o viterbi.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o tagger.lo tagger.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c tagger.cpp -fno-common -DPIC -o .libs/tagger.o In file included from tagger.cpp:17: ./thread.h:82:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, 1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tagger.cpp:17: ./thread.h:83:12: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] while (compare_and_swap(&l_, 0, kWaFlag)) { ^ ./thread.h:69:35: note: expanded from macro 'compare_and_swap' #define compare_and_swap(a, b, c) OSAtomicCompareAndSwapInt(b, c, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:563:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue ); ^ In file included from tagger.cpp:17: ./thread.h:91:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tagger.cpp:17: ./thread.h:97:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kWaFlag); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tagger.cpp:17: ./thread.h:98:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, -1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tagger.cpp:17: ./thread.h:101:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ 6 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c tagger.cpp -o tagger.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o utils.lo utils.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c utils.cpp -fno-common -DPIC -o .libs/utils.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c utils.cpp -o utils.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o eval.lo eval.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c eval.cpp -fno-common -DPIC -o .libs/eval.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c eval.cpp -o eval.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o iconv_utils.lo iconv_utils.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c iconv_utils.cpp -fno-common -DPIC -o .libs/iconv_utils.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c iconv_utils.cpp -o iconv_utils.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o dictionary_rewriter.lo dictionary_rewriter.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_rewriter.cpp -fno-common -DPIC -o .libs/dictionary_rewriter.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_rewriter.cpp -o dictionary_rewriter.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o dictionary_generator.lo dictionary_generator.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_generator.cpp -fno-common -DPIC -o .libs/dictionary_generator.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_generator.cpp -o dictionary_generator.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o dictionary_compiler.lo dictionary_compiler.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_compiler.cpp -fno-common -DPIC -o .libs/dictionary_compiler.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary_compiler.cpp -o dictionary_compiler.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o context_id.lo context_id.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c context_id.cpp -fno-common -DPIC -o .libs/context_id.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c context_id.cpp -o context_id.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o connector.lo connector.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c connector.cpp -fno-common -DPIC -o .libs/connector.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c connector.cpp -o connector.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o nbest_generator.lo nbest_generator.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c nbest_generator.cpp -fno-common -DPIC -o .libs/nbest_generator.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c nbest_generator.cpp -o nbest_generator.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o writer.lo writer.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c writer.cpp -fno-common -DPIC -o .libs/writer.o writer.cpp:253:61: warning: adding 'const char' to a string does not append to the string [-Wstring-plus-int] const std::string error = "unknown meta char: " + *p; ~~~~~~~~~~~~~~~~~~~~~~^~~~ writer.cpp:253:61: note: use array indexing to silence this warning const std::string error = "unknown meta char: " + *p; ^ & [ ] 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c writer.cpp -o writer.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o string_buffer.lo string_buffer.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c string_buffer.cpp -fno-common -DPIC -o .libs/string_buffer.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c string_buffer.cpp -o string_buffer.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o param.lo param.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c param.cpp -fno-common -DPIC -o .libs/param.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c param.cpp -o param.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o tokenizer.lo tokenizer.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c tokenizer.cpp -fno-common -DPIC -o .libs/tokenizer.o In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:82:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, 1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:83:12: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] while (compare_and_swap(&l_, 0, kWaFlag)) { ^ ./thread.h:69:35: note: expanded from macro 'compare_and_swap' #define compare_and_swap(a, b, c) OSAtomicCompareAndSwapInt(b, c, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:563:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue ); ^ In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:91:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:97:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kWaFlag); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:98:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, -1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from tokenizer.cpp:14: In file included from ./viterbi.h:11: ./thread.h:101:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ 6 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c tokenizer.cpp -o tokenizer.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o char_property.lo char_property.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c char_property.cpp -fno-common -DPIC -o .libs/char_property.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c char_property.cpp -o char_property.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o dictionary.lo dictionary.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary.cpp -fno-common -DPIC -o .libs/dictionary.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c dictionary.cpp -o dictionary.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o feature_index.lo feature_index.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c feature_index.cpp -fno-common -DPIC -o .libs/feature_index.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c feature_index.cpp -o feature_index.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o lbfgs.lo lbfgs.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c lbfgs.cpp -fno-common -DPIC -o .libs/lbfgs.o lbfgs.cpp:37:18: warning: unused variable 'lb3_1_mp' [-Wunused-const-variable] static const int lb3_1_mp = 6; ^ lbfgs.cpp:38:18: warning: unused variable 'lb3_1_lp' [-Wunused-const-variable] static const int lb3_1_lp = 6; ^ In file included from lbfgs.cpp:27: ./lbfgs.h:55:37: warning: private field 'maxfev' is not used [-Wunused-private-field] int iter, info, ispt, isyt, iypt, maxfev; ^ 3 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c lbfgs.cpp -o lbfgs.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o learner_tagger.lo learner_tagger.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c learner_tagger.cpp -fno-common -DPIC -o .libs/learner_tagger.o learner_tagger.cpp:25:7: warning: unused function 'mystrdup' [-Wunused-function] char *mystrdup(const std::string &str) { ^ 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c learner_tagger.cpp -o learner_tagger.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o learner.lo learner.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c learner.cpp -fno-common -DPIC -o .libs/learner.o In file included from learner.cpp:16: ./thread.h:82:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, 1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from learner.cpp:16: ./thread.h:83:12: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] while (compare_and_swap(&l_, 0, kWaFlag)) { ^ ./thread.h:69:35: note: expanded from macro 'compare_and_swap' #define compare_and_swap(a, b, c) OSAtomicCompareAndSwapInt(b, c, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:563:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue ); ^ In file included from learner.cpp:16: ./thread.h:91:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from learner.cpp:16: ./thread.h:97:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kWaFlag); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from learner.cpp:16: ./thread.h:98:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&write_pending_, -1); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from learner.cpp:16: ./thread.h:101:5: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from instead [-Wdeprecated-declarations] atomic_add(&l_, -kRcIncr); ^ ./thread.h:68:26: note: expanded from macro 'atomic_add' #define atomic_add(a, b) OSAtomicAdd32(b, a) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:147:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue ); ^ 6 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c learner.cpp -o learner.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o libmecab.lo libmecab.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c libmecab.cpp -fno-common -DPIC -o .libs/libmecab.o libmecab.cpp:19:12: warning: unused variable 'kUnknownError' [-Wunused-const-variable] const char kUnknownError[] = "Unknown Error"; ^ 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/opt/pkg/etc/mecabrc\" -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -pipe -Os -D_REENTRANT -Wall -c libmecab.cpp -o libmecab.o >/dev/null 2>&1 clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab.o mecab.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab-dict-index.o mecab-dict-index.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab-dict-gen.o mecab-dict-gen.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab-cost-train.o mecab-cost-train.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab-system-eval.o mecab-system-eval.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/opt/pkg/etc/mecabrc\"" -D_REENTRANT -I/opt/pkg/include -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -c -o mecab-test-gen.o mecab-test-gen.cpp cd .. && /opt/pkg/bin/mksh ./config.status src/Makefile config.status: creating src/Makefile /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -no-undefined -version-info 2:0:0 -L/opt/pkg/lib -o libmecab.la -rpath /opt/pkg/lib viterbi.lo tagger.lo utils.lo eval.lo iconv_utils.lo dictionary_rewriter.lo dictionary_generator.lo dictionary_compiler.lo context_id.lo connector.lo nbest_generator.lo writer.lo string_buffer.lo param.lo tokenizer.lo char_property.lo dictionary.lo feature_index.lo lbfgs.lo learner_tagger.lo learner.lo libmecab.lo -lpthread -liconv libtool: link: clang++ -dynamiclib -o .libs/libmecab.2.dylib .libs/viterbi.o .libs/tagger.o .libs/utils.o .libs/eval.o .libs/iconv_utils.o .libs/dictionary_rewriter.o .libs/dictionary_generator.o .libs/dictionary_compiler.o .libs/context_id.o .libs/connector.o .libs/nbest_generator.o .libs/writer.o .libs/string_buffer.o .libs/param.o .libs/tokenizer.o .libs/char_property.o .libs/dictionary.o .libs/feature_index.o .libs/lbfgs.o .libs/learner_tagger.o .libs/learner.o .libs/libmecab.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib -Os -install_name /opt/pkg/lib/libmecab.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libmecab.dylib" && ln -s "libmecab.2.dylib" "libmecab.dylib") libtool: link: ar cr .libs/libmecab.a viterbi.o tagger.o utils.o eval.o iconv_utils.o dictionary_rewriter.o dictionary_generator.o dictionary_compiler.o context_id.o connector.o nbest_generator.o writer.o string_buffer.o param.o tokenizer.o char_property.o dictionary.o feature_index.o lbfgs.o learner_tagger.o learner.o libmecab.o libtool: link: ranlib .libs/libmecab.a libtool: link: ( cd ".libs" && rm -f "libmecab.la" && ln -s "../libmecab.la" "libmecab.la" ) /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab mecab.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab mecab.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab-cost-train mecab-cost-train.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab-cost-train mecab-cost-train.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab-dict-gen mecab-dict-gen.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab-dict-gen mecab-dict-gen.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab-dict-index mecab-dict-index.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab-dict-index mecab-dict-index.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab-system-eval mecab-system-eval.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab-system-eval mecab-system-eval.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib /opt/pkg/bin/mksh ../libtool --tag=CXX --mode=link clang++ -pipe -Os -D_REENTRANT -I/opt/pkg/include -Wall -L/opt/pkg/lib -o mecab-test-gen mecab-test-gen.o libmecab.la -lpthread -liconv libtool: link: clang++ -pipe -Os -D_REENTRANT -I/Users/pbulk/build/textproc/mecab-base/work/.buildlink/include -Wall -o .libs/mecab-test-gen mecab-test-gen.o -L/Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib ./.libs/libmecab.dylib -lpthread /Users/pbulk/build/textproc/mecab-base/work/.buildlink/lib/libiconv.dylib Making all in man cd .. && /opt/pkg/bin/bmake am--refresh /opt/pkg/bin/mksh ./config.status --recheck cd .. && /opt/pkg/bin/mksh ./config.status man/Makefile config.status: creating man/Makefile Making all in doc cd .. && /opt/pkg/bin/bmake am--refresh /opt/pkg/bin/mksh ./config.status --recheck cd .. && /opt/pkg/bin/mksh ./config.status doc/Makefile config.status: creating doc/Makefile Making all in tests cd .. && /opt/pkg/bin/bmake am--refresh /opt/pkg/bin/mksh ./config.status --recheck cd .. && /opt/pkg/bin/mksh ./config.status tests/Makefile config.status: creating tests/Makefile /opt/pkg/bin/mksh ./config.status --recheck