Advertisement
Guest User

Untitled

a guest
Jan 9th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 6.91 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for style of include used by make... GNU
  16. checking dependency style of gcc... gcc3
  17. checking how to run the C preprocessor... gcc -E
  18. checking for grep that handles long lines and -e... /usr/bin/grep
  19. checking for egrep... /usr/bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking google/protobuf-c/protobuf-c.h usability... yes
  31. checking google/protobuf-c/protobuf-c.h presence... yes
  32. checking for google/protobuf-c/protobuf-c.h... yes
  33. checking for protobuf_c_data_buffer_init in -lprotobuf-c... yes
  34. checking libconfig.h usability... yes
  35. checking libconfig.h presence... yes
  36. checking for libconfig.h... yes
  37. checking for config_init in -lconfig... yes
  38. checking polarssl/ssl.h usability... yes
  39. checking polarssl/ssl.h presence... yes
  40. checking for polarssl/ssl.h... yes
  41. checking for ssl_init in -lpolarssl... yes
  42. checking for size_t... yes
  43. checking for working alloca.h... yes
  44. checking for alloca... yes
  45. checking arpa/inet.h usability... yes
  46. checking arpa/inet.h presence... yes
  47. checking for arpa/inet.h... yes
  48. checking fcntl.h usability... yes
  49. checking fcntl.h presence... yes
  50. checking for fcntl.h... yes
  51. checking for inttypes.h... (cached) yes
  52. checking limits.h usability... yes
  53. checking limits.h presence... yes
  54. checking for limits.h... yes
  55. checking netinet/tcp.h usability... yes
  56. checking netinet/tcp.h presence... yes
  57. checking for netinet/tcp.h... yes
  58. checking stddef.h usability... yes
  59. checking stddef.h presence... yes
  60. checking for stddef.h... yes
  61. checking for stdint.h... (cached) yes
  62. checking for stdlib.h... (cached) yes
  63. checking for string.h... (cached) yes
  64. checking sys/socket.h usability... yes
  65. checking sys/socket.h presence... yes
  66. checking for sys/socket.h... yes
  67. checking sys/time.h usability... yes
  68. checking sys/time.h presence... yes
  69. checking for sys/time.h... yes
  70. checking syslog.h usability... yes
  71. checking syslog.h presence... yes
  72. checking for syslog.h... yes
  73. checking for unistd.h... (cached) yes
  74. checking sys/poll.h usability... yes
  75. checking sys/poll.h presence... yes
  76. checking for sys/poll.h... yes
  77. checking for stdbool.h that conforms to C99... yes
  78. checking for _Bool... yes
  79. checking for uid_t in sys/types.h... yes
  80. checking for inline... inline
  81. checking for int32_t... yes
  82. checking for int64_t... yes
  83. checking for size_t... (cached) yes
  84. checking for uint16_t... yes
  85. checking for uint32_t... yes
  86. checking for uint64_t... yes
  87. checking for uint8_t... yes
  88. checking for ftruncate... yes
  89. checking for gettimeofday... yes
  90. checking for inet_ntoa... yes
  91. checking for memchr... yes
  92. checking for memmove... yes
  93. checking for memset... yes
  94. checking for socket... yes
  95. checking for strdup... yes
  96. checking for strerror... yes
  97. checking for strrchr... yes
  98. checking for uname... yes
  99. checking for poll... yes
  100. configure: creating ./config.status
  101. config.status: creating Makefile
  102. config.status: creating src/Makefile
  103. config.status: creating config.h
  104. config.status: executing depfiles commands
  105. make  all-recursive
  106. make[1]: Entering directory `/tmp/yaourt-tmp-malstrond/aur-umurmur-polarssl/src/umurmur-0.2.10'
  107. Making all in src
  108. make[2]: Entering directory `/tmp/yaourt-tmp-malstrond/aur-umurmur-polarssl/src/umurmur-0.2.10/src'
  109. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c
  110. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  111. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.c
  112. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT pds.o -MD -MP -MF .deps/pds.Tpo -c -o pds.o pds.c
  113. mv -f .deps/main.Tpo .deps/main.Po
  114. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
  115. mv -f .deps/messages.Tpo .deps/messages.Po
  116. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.c
  117. mv -f .deps/pds.Tpo .deps/pds.Po
  118. gcc -DHAVE_CONFIG_H -I. -I..     -march=native -O2 -pipe -fomit-frame-pointer -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
  119. ssl.c:51:5: error: 'SSL_EDH_RSA_AES_256_SHA' undeclared here (not in a function)
  120. ssl.c:52:5: error: 'SSL_EDH_RSA_CAMELLIA_256_SHA' undeclared here (not in a function)
  121. ssl.c:53:5: error: 'SSL_EDH_RSA_DES_168_SHA' undeclared here (not in a function)
  122. ssl.c:54:5: error: 'SSL_RSA_AES_256_SHA' undeclared here (not in a function)
  123. ssl.c:55:5: error: 'SSL_RSA_CAMELLIA_256_SHA' undeclared here (not in a function)
  124. ssl.c:56:5: error: 'SSL_RSA_AES_128_SHA' undeclared here (not in a function)
  125. ssl.c:57:5: error: 'SSL_RSA_CAMELLIA_128_SHA' undeclared here (not in a function)
  126. ssl.c:58:5: error: 'SSL_RSA_DES_168_SHA' undeclared here (not in a function)
  127. ssl.c:59:5: error: 'SSL_RSA_RC4_128_SHA' undeclared here (not in a function)
  128. ssl.c:60:5: error: 'SSL_RSA_RC4_128_MD5' undeclared here (not in a function)
  129. ssl.c: In function 'SSLi_getSHA1Hash':
  130. ssl.c:173:23: error: 'SSL_handle_t' has no member named 'peer_cert'
  131. ssl.c:173:20: warning: initialization from incompatible pointer type [enabled by default]
  132. ssl.c:174:10: error: 'SSL_handle_t' has no member named 'peer_cert'
  133. ssl.c: In function 'SSLi_newconnection':
  134. ssl.c:210:5: error: too many arguments to function 'ssl_set_session'
  135. In file included from ssl.h:40:0,
  136.                  from client.h:50,
  137.                  from log.h:35,
  138.                  from ssl.c:35:
  139. /usr/include/polarssl/ssl.h:717:6: note: declared here
  140. make[2]: *** [ssl.o] Error 1
  141. make[2]: *** Waiting for unfinished jobs....
  142. mv -f .deps/server.Tpo .deps/server.Po
  143. mv -f .deps/log.Tpo .deps/log.Po
  144. mv -f .deps/client.Tpo .deps/client.Po
  145. make[2]: Leaving directory `/tmp/yaourt-tmp-malstrond/aur-umurmur-polarssl/src/umurmur-0.2.10/src'
  146. make[1]: *** [all-recursive] Error 1
  147. make[1]: Leaving directory `/tmp/yaourt-tmp-malstrond/aur-umurmur-polarssl/src/umurmur-0.2.10'
  148. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement