=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for mecab-base-0.996 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/pkgsrc/work/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 . && /bin/sh /usr/pkgsrc/work/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 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/pkgsrc/work/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. /bin/sh ./config.status --recheck cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/pkg/bin/bmake all-recursive Making all in src cd . && /bin/sh /usr/pkgsrc/work/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. /bin/sh ./config.status --recheck cd . && /bin/sh ./config.status Makefile config.status: creating Makefile cd .. && /usr/pkg/bin/bmake am--refresh /bin/sh ./config.status --recheck cd .. && /bin/sh ./config.status src/Makefile config.status: creating src/Makefile /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC="\"/usr/pkg/etc/mecabrc\"" -D_REENTRANT -I/usr/pkg/include -O2 -march=i586 -march=i486 -D_REENTRANT -I/usr/pkg/include -march=i486 -Wall -c -o viterbi.lo viterbi.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/usr/pkg/etc/mecabrc\" -D_REENTRANT -I/usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include -O2 -march=i586 -march=i486 -march=i486 -Wall -c viterbi.cpp -fPIC -DPIC -o .libs/viterbi.o In file included from viterbi.cpp:11: ./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_); ~~~ ^ ~ ./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_); ~~~ ^ ~ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:285:42: error: typedef redefinition with different types ('struct pthread_st *' vs 'mthread_thread_t' (aka 'int')) typedef struct pthread_st *pthread_t; ^ /usr/include/minix/mthread.h:147:26: note: previous definition is here typedef mthread_thread_t pthread_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:286:42: error: typedef redefinition with different types ('struct pthread_attr_st *' vs 'mthread_attr_t' (aka '__mthread_attr *')) typedef struct pthread_attr_st *pthread_attr_t; ^ /usr/include/minix/mthread.h:154:24: note: previous definition is here typedef mthread_attr_t pthread_attr_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:289:42: error: typedef redefinition with different types ('int' vs 'mthread_mutexattr_t' (aka 'void *')) typedef int pthread_mutexattr_t; ^ /usr/include/minix/mthread.h:153:29: note: previous definition is here typedef mthread_mutexattr_t pthread_mutexattr_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:290:42: error: typedef redefinition with different types ('struct pthread_mutex_st *' vs 'mthread_mutex_t' (aka '__mthread_mutex *')) typedef struct pthread_mutex_st *pthread_mutex_t; ^ /usr/include/minix/mthread.h:151:25: note: previous definition is here typedef mthread_mutex_t pthread_mutex_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:291:42: error: typedef redefinition with different types ('int' vs 'mthread_condattr_t' (aka 'void *')) typedef int pthread_condattr_t; ^ /usr/include/minix/mthread.h:152:28: note: previous definition is here typedef mthread_condattr_t pthread_condattr_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:292:42: error: typedef redefinition with different types ('struct pthread_cond_st *' vs 'mthread_cond_t' (aka '__mthread_cond *')) typedef struct pthread_cond_st *pthread_cond_t; ^ /usr/include/minix/mthread.h:150:24: note: previous definition is here typedef mthread_cond_t pthread_cond_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:293:42: error: typedef redefinition with different types ('int' vs 'void *') typedef int pthread_rwlockattr_t; ^ /usr/include/minix/mthread.h:159:15: note: previous definition is here typedef void *pthread_rwlockattr_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:294:42: error: typedef redefinition with different types ('struct pthread_rwlock_st *' vs 'mthread_rwlock_t') typedef struct pthread_rwlock_st *pthread_rwlock_t; ^ /usr/include/minix/mthread.h:156:26: note: previous definition is here typedef mthread_rwlock_t pthread_rwlock_t; ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:334:18: error: conflicting types for 'pthread_attr_getstacksize' extern int pthread_attr_getstacksize(const pthread_attr_t *, size_t *); ^ /usr/include/minix/mthread.h:182:5: note: previous declaration is here int pthread_attr_getstacksize(pthread_attr_t *tattr, size_t *stacksize); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:338:18: error: conflicting types for 'pthread_attr_getdetachstate' extern int pthread_attr_getdetachstate(const pthread_attr_t *, int *); ^ /usr/include/minix/mthread.h:178:5: note: previous declaration is here int pthread_attr_getdetachstate(pthread_attr_t *tattr, int ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:347:18: error: conflicting types for 'pthread_create' extern int pthread_create(pthread_t *, const pthread_attr_t *, void *(*)(void *), void *); ^ /usr/include/minix/mthread.h:167:5: note: previous declaration is here int pthread_create(pthread_t *thread, pthread_attr_t *tattr, void ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:366:18: error: conflicting types for 'pthread_setspecific' extern int pthread_setspecific(pthread_key_t, const void *); ^ /usr/include/minix/mthread.h:200:5: note: previous declaration is here int pthread_setspecific(pthread_key_t key, void *value); ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:385:18: error: expected unqualified-id extern int pthread_mutexattr_init(pthread_mutexattr_t *); ^ /usr/include/minix/mthread.h:231:36: note: expanded from macro 'pthread_mutexattr_init' #define pthread_mutexattr_init(u) (0) ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:385:18: error: expected ')' /usr/include/minix/mthread.h:231:36: note: expanded from macro 'pthread_mutexattr_init' #define pthread_mutexattr_init(u) (0) ^ /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:385:18: note: to match this '(' /usr/include/minix/mthread.h:231:35: note: expanded from macro 'pthread_mutexattr_init' #define pthread_mutexattr_init(u) (0) ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:386:18: error: expected unqualified-id extern int pthread_mutexattr_destroy(pthread_mutexattr_t *); ^ /usr/include/minix/mthread.h:232:39: note: expanded from macro 'pthread_mutexattr_destroy' #define pthread_mutexattr_destroy(u) (0) ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:386:18: error: expected ')' /usr/include/minix/mthread.h:232:39: note: expanded from macro 'pthread_mutexattr_destroy' #define pthread_mutexattr_destroy(u) (0) ^ /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:386:18: note: to match this '(' /usr/include/minix/mthread.h:232:38: note: expanded from macro 'pthread_mutexattr_destroy' #define pthread_mutexattr_destroy(u) (0) ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:393:18: error: expected unqualified-id extern int pthread_mutexattr_settype(pthread_mutexattr_t *, int); ^ /usr/include/minix/mthread.h:235:42: note: expanded from macro 'pthread_mutexattr_settype' #define pthread_mutexattr_settype(x, y) (EINVAL) ^ /usr/include/sys/errno.h:64:24: note: expanded from macro 'EINVAL' #define EINVAL (_SIGN 22 ) /* Invalid argument */ ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:393:18: error: expected ')' /usr/include/minix/mthread.h:235:42: note: expanded from macro 'pthread_mutexattr_settype' #define pthread_mutexattr_settype(x, y) (EINVAL) ^ /usr/include/sys/errno.h:64:24: note: expanded from macro 'EINVAL' #define EINVAL (_SIGN 22 ) /* Invalid argument */ ^ /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:393:18: note: to match this '(' /usr/include/minix/mthread.h:235:42: note: expanded from macro 'pthread_mutexattr_settype' #define pthread_mutexattr_settype(x, y) (EINVAL) ^ /usr/include/sys/errno.h:64:17: note: expanded from macro 'EINVAL' #define EINVAL (_SIGN 22 ) /* Invalid argument */ ^ In file included from viterbi.cpp:15: In file included from ./viterbi.h:11: In file included from ./thread.h:14: /usr/pkgsrc/work/textproc/mecab-base/work/.buildlink/include/pthread.h:397:18: error: conflicting types for 'pthread_mutex_init' extern int pthread_mutex_init(pthread_mutex_t *, const pthread_mutexattr_t *); ^ /usr/include/minix/mthread.h:204:5: note: previous declaration is here int pthread_mutex_init(pthread_mutex_t *mutex, pthread_mutexattr_t ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/mecab-base/work/mecab-0.996/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/mecab-base/work/mecab-0.996 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/mecab-base/work/mecab-0.996 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/mecab-base *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/mecab-base