Advertisement
Guest User

Untitled

a guest
Mar 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. if cmp AFS_component_version_number.c.NEW AFS_component_version_number.c > /dev/null 2>&1 ; then : ; else \
  2. mv AFS_component_version_number.c.NEW AFS_component_version_number.c ; fi )
  3. rm -f AFS_component_version_number.c.NEW
  4. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c ./tcmain.c
  5. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c list.c
  6. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c recoverDb.c
  7. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c ./tcudbprocs.c
  8. ./tcudbprocs.c: In function 'writeDbDump':
  9. ./tcudbprocs.c:477:3: warning: implicit declaration of function 'ubik_Call_SingleServer'; did you mean 'ubik_VL_ProbeServer'? [-Wimplicit-function-declaration]
  10. ubik_Call_SingleServer(BUDB_DumpDB, udbHandle.uh_client,
  11. ^~~~~~~~~~~~~~~~~~~~~~
  12. ubik_VL_ProbeServer
  13. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c ./dump.c
  14. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -c tcstatus.c
  15. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -O -o read_tape ./read_tape.c \
  16. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/lib/libcmd.a /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/lib/libusd.a \
  17. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/lib/util.a
  18. make[3]: Leaving directory '/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/butc'
  19. case ppc64le_linux26 in \
  20. alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*) \
  21. cd src && cd libafsrpc && make all ;; \
  22. *_darwin_[1-6][0-9]) \
  23. echo Not building MT libafsrpc for ppc64le_linux26 ;; \
  24. *_darwin_*) \
  25. cd src && cd libafsrpc && make all ;; \
  26. *) \
  27. echo Not building MT libafsrpc for ppc64le_linux26 ;; \
  28. esac
  29. make[3]: Entering directory '/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/libafsrpc'
  30. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -DRXDEBUG -c ./../rx/rx_event.c
  31. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -DRXDEBUG -c ./../rx/rx_user.c
  32. gcc -O -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/config -I/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include -I. -I. -DRXDEBUG -c ./../rx/rx_pthread.c
  33. In file included from ./../rx/rx_pthread.c:43:0:
  34. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx_pthread.h:74:1: warning: useless type name in empty declaration
  35. extern void osirx_AssertMine(afs_kmutex_t * lockaddr, char *msg);
  36. ^~~~~~
  37. ./../rx/rx_pthread.c: In function 'event_handler':
  38. ./../rx/rx_pthread.c:164:97: error: expected expression before ';' token
  39. error = CV_TIMEDWAIT(&rx_event_handler_cond, &event_handler_mutex, &rx_pthread_next_event_time);
  40. ^
  41. In file included from /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx.h:54:0,
  42. from ./../rx/rx_pthread.c:41:
  43. ./../rx/rx_pthread.c: In function 'rx_ListenerProc':
  44. ./../rx/rx_pthread.c:261:33: error: 'rx_thread_id_key' undeclared (first use in this function); did you mean 'pthread_cancel'?
  45. osi_Assert(pthread_setspecific(rx_thread_id_key, (void *)(intptr_t)threadID) == 0);
  46. ^
  47. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx_user.h:66:31: note: in definition of macro 'osi_Assert'
  48. #define osi_Assert(e) (void)((e) || (osi_AssertFailU(#e, __FILE__, __LINE__), 0))
  49. ^
  50. ./../rx/rx_pthread.c:261:33: note: each undeclared identifier is reported only once for each function it appears in
  51. osi_Assert(pthread_setspecific(rx_thread_id_key, (void *)(intptr_t)threadID) == 0);
  52. ^
  53. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx_user.h:66:31: note: in definition of macro 'osi_Assert'
  54. #define osi_Assert(e) (void)((e) || (osi_AssertFailU(#e, __FILE__, __LINE__), 0))
  55. ^
  56. ./../rx/rx_pthread.c: In function 'rx_ServerProc':
  57. ./../rx/rx_pthread.c:296:18: error: 'rxi_pthread_hinum' undeclared (first use in this function); did you mean 'rxi_fcfs_thread_num'?
  58. threadID = ++rxi_pthread_hinum;
  59. ^~~~~~~~~~~~~~~~~
  60. rxi_fcfs_thread_num
  61. ./../rx/rx_pthread.c:298:22: error: lvalue required as left operand of assignment
  62. rxi_fcfs_thread_num = threadID;
  63. ^
  64. In file included from /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx.h:54:0,
  65. from ./../rx/rx_pthread.c:41:
  66. ./../rx/rx_pthread.c:305:33: error: 'rx_thread_id_key' undeclared (first use in this function); did you mean 'rxi_pthread_hinum'?
  67. osi_Assert(pthread_setspecific(rx_thread_id_key, (void *)(intptr_t)threadID) == 0);
  68. ^
  69. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx_user.h:66:31: note: in definition of macro 'osi_Assert'
  70. #define osi_Assert(e) (void)((e) || (osi_AssertFailU(#e, __FILE__, __LINE__), 0))
  71. ^
  72. ./../rx/rx_pthread.c: In function 'rxi_StartListener':
  73. ./../rx/rx_pthread.c:349:7: error: 'rxi_pthread_hinum' undeclared (first use in this function); did you mean 'rxi_fcfs_thread_num'?
  74. ++rxi_pthread_hinum;
  75. ^~~~~~~~~~~~~~~~~
  76. rxi_fcfs_thread_num
  77. ./../rx/rx_pthread.c: In function 'rxi_Listen':
  78. ./../rx/rx_pthread.c:383:7: error: 'rxi_pthread_hinum' undeclared (first use in this function); did you mean 'rxi_fcfs_thread_num'?
  79. ++rxi_pthread_hinum;
  80. ^~~~~~~~~~~~~~~~~
  81. rxi_fcfs_thread_num
  82. ./../rx/rx_pthread.c: In function 'rx_ts_info_init':
  83. ./../rx/rx_pthread.c:438:19: error: 'rx_ts_info_t' undeclared (first use in this function)
  84. rx_ts_info = (rx_ts_info_t *) malloc(sizeof(rx_ts_info_t));
  85. ^~~~~~~~~~~~
  86. ./../rx/rx_pthread.c:438:33: error: expected expression before ')' token
  87. rx_ts_info = (rx_ts_info_t *) malloc(sizeof(rx_ts_info_t));
  88. ^
  89. In file included from /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx.h:54:0,
  90. from ./../rx/rx_pthread.c:41:
  91. ./../rx/rx_pthread.c:439:58: error: 'rx_ts_info_key' undeclared (first use in this function); did you mean 'rx_ts_info_t'?
  92. osi_Assert(rx_ts_info != NULL && pthread_setspecific(rx_ts_info_key, rx_ts_info) == 0);
  93. ^
  94. /home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/include/rx/rx_user.h:66:31: note: in definition of macro 'osi_Assert'
  95. #define osi_Assert(e) (void)((e) || (osi_AssertFailU(#e, __FILE__, __LINE__), 0))
  96. ^
  97. make[3]: *** [Makefile:159: rx_pthread.o] Error 1
  98. make[3]: Leaving directory '/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2/src/libafsrpc'
  99. make[2]: *** [Makefile:585: libafsrpc] Error 2
  100. make[2]: Leaving directory '/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2'
  101. make[1]: *** [Makefile:694: build] Error 2
  102. make[1]: Leaving directory '/home/gsgatlin/redhat/BUILD/openafs-1.6.22.2'
  103. make: *** [Makefile:39: all_nolibafs] Error 2
  104. error: Bad exit status from /var/tmp/rpm-tmp.BcF1Cl (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement