=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for googletest-1.6.0nb1 depbase=`echo src/gtest-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -I/usr/pkg/include -I/usr/include -D_REENTRANT -DGTEST_HAS_PTHREAD=1 -O2 -march=i586 -I/usr/pkg/include -I/usr/include -std=c++11 -MT src/gtest-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-all.lo src/gtest-all.cc && mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./build-aux -I./include -I/usr/pkgsrc/work/devel/googletest/work/.buildlink/include -D_REENTRANT -DGTEST_HAS_PTHREAD=1 -O2 -march=i586 -std=c++11 -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -fPIC -DPIC -o src/.libs/gtest-all.o In file included from src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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/devel/googletest/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 src/gtest-all.cc:39: In file included from ./include/gtest/gtest.h:57: In file included from ./include/gtest/internal/gtest-internal.h:40: In file included from ./include/gtest/internal/gtest-port.h:426: /usr/pkgsrc/work/devel/googletest/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=] 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/googletest/work/gtest-1.6.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/googletest *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/googletest