=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for licq-core-1.3.5nb2 /usr/pkg/bin/bmake all-recursive Making all in share Making all in src if c++ -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -MT licq.o -MD -MP -MF ".deps/licq.Tpo" -c -o licq.o licq.cpp; then mv -f ".deps/licq.Tpo" ".deps/licq.Po"; else rm -f ".deps/licq.Tpo"; exit 1; fi In file included from licq.cpp:50: ../include/licq_user.h:982:16: warning: 'ICQOwner::SetWebAwareStatus' hides overloaded virtual function [-Woverloaded-virtual] virtual void SetWebAwareStatus(unsigned char c) { SetWebAware(c); } ^ ../include/licq_user.h:596:16: note: hidden overloaded virtual function 'ICQUser::SetWebAwareStatus' declared here: type mismatch at 1st parameter ('char' vs 'unsigned char') virtual void SetWebAwareStatus (char n) { m_nWebAwareStatus = n; } ^ licq.cpp:158:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] gLog.Error(error); ^~~~~ 2 warnings generated. if c++ -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi In file included from main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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/chat/licq-core/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 main.cpp:19: In file included from ./licq.h:8: /usr/pkgsrc/work/chat/licq-core/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/chat/licq-core/work/licq-1.3.5/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/chat/licq-core/work/licq-1.3.5 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/chat/licq-core/work/licq-1.3.5 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/chat/licq-core *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/chat/licq-core