Guest User

Untitled

a guest
Apr 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1. xmpp@ejabberd:~/src/ejabberd$ ./configure --prefix=$HOME/server --enable-user=xmpp --enable-mysql --enable-pam --enable-zlib
  2. checking whether make sets $(MAKE)... yes
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking for a sed that does not truncate output... /bin/sed
  5. checking for erl... /usr/bin/erl
  6. checking for erlc... /usr/bin/erlc
  7. checking for epmd... /usr/bin/epmd
  8. checking for erl... /usr/bin/erl
  9. checking for erlc... /usr/bin/erlc
  10. checking Erlang/OTP version... ok
  11. checking for Erlang/OTP root directory... /usr/lib/erlang
  12. checking for escript... /usr/lib/erlang/bin/escript
  13. checking for make... make
  14. allow this system user to start ejabberd: xmpp
  15. checking whether Erlang is using deprecated types... no
  16. configure: creating ./config.status
  17. config.status: creating Makefile
  18. config.status: creating vars.config
  19. config.status: creating src/ejabberd.app.src
  20. xmpp@ejabberd:~/src/ejabberd$ make
  21. rm -rf deps/.got
  22. rm -rf deps/.built
  23. mkdir -p deps
  24. /usr/lib/erlang/bin/escript rebar get-deps && :> deps/.got
  25. ==> goldrush (get-deps)
  26. ==> lager (get-deps)
  27. ==> p1_utils (get-deps)
  28. ==> cache_tab (get-deps)
  29. ==> fast_tls (get-deps)
  30. ==> stringprep (get-deps)
  31. ==> fast_xml (get-deps)
  32. ==> xmpp (get-deps)
  33. ==> fast_yaml (get-deps)
  34. ==> jiffy (get-deps)
  35. WARN: Missing plugins: [rebar3_hex]
  36. ==> p1_oauth2 (get-deps)
  37. ==> base64url (get-deps)
  38. ==> jose (get-deps)
  39. ==> eimp (get-deps)
  40. ==> p1_mysql (get-deps)
  41. ==> epam (get-deps)
  42. ==> ezlib (get-deps)
  43. ==> iconv (get-deps)
  44. ==> rel (get-deps)
  45. ==> ejabberd (get-deps)
  46. /usr/lib/erlang/bin/escript rebar configure-deps
  47. ==> lager (configure-deps)
  48. ==> p1_utils (configure-deps)
  49. ==> cache_tab (configure-deps)
  50. ==> fast_tls (configure-deps)
  51. checking for gcc... cc
  52. checking whether the C compiler works... yes
  53. checking for C compiler default output file name... a.out
  54. checking for suffix of executables...
  55. checking whether we are cross compiling... no
  56. checking for suffix of object files... o
  57. checking whether we are using the GNU C compiler... yes
  58. checking whether cc accepts -g... yes
  59. checking for cc option to accept ISO C89... none needed
  60. checking whether make sets $(MAKE)... yes
  61. checking for an ANSI C-conforming const... yes
  62. checking how to run the C preprocessor... cpp
  63. checking for grep that handles long lines and -e... /bin/grep
  64. checking for egrep... /bin/grep -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for stdlib.h... (cached) yes
  76. checking for GNU libc compatible malloc... yes
  77. checking for ANSI C header files... (cached) yes
  78. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  79. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  80. checking for SSL_free in -lssl... yes
  81. checking for SHA1_Init in -lcrypto... yes
  82. checking openssl/ssl.h usability... yes
  83. checking openssl/ssl.h presence... yes
  84. checking for openssl/ssl.h... yes
  85. checking openssl/err.h usability... yes
  86. checking openssl/err.h presence... yes
  87. checking for openssl/err.h... yes
  88. checking openssl/sha.h usability... yes
  89. checking openssl/sha.h presence... yes
  90. checking for openssl/sha.h... yes
  91. checking openssl/opensslv.h usability... yes
  92. checking openssl/opensslv.h presence... yes
  93. checking for openssl/opensslv.h... yes
  94. configure: creating ./config.status
  95. config.status: creating vars.config
  96. ==> stringprep (configure-deps)
  97. checking for gcc... cc
  98. checking whether the C compiler works... yes
  99. checking for C compiler default output file name... a.out
  100. checking for suffix of executables...
  101. checking whether we are cross compiling... no
  102. checking for suffix of object files... o
  103. checking whether we are using the GNU C compiler... yes
  104. checking whether cc accepts -g... yes
  105. checking for cc option to accept ISO C89... none needed
  106. checking whether make sets $(MAKE)... yes
  107. checking for an ANSI C-conforming const... yes
  108. checking how to run the C preprocessor... cpp
  109. checking for grep that handles long lines and -e... /bin/grep
  110. checking for egrep... /bin/grep -E
  111. checking for ANSI C header files... yes
  112. checking for sys/types.h... yes
  113. checking for sys/stat.h... yes
  114. checking for stdlib.h... yes
  115. checking for string.h... yes
  116. checking for memory.h... yes
  117. checking for strings.h... yes
  118. checking for inttypes.h... yes
  119. checking for stdint.h... yes
  120. checking for unistd.h... yes
  121. checking for stdlib.h... (cached) yes
  122. checking for GNU libc compatible malloc... yes
  123. checking for ANSI C header files... (cached) yes
  124. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  125. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  126. configure: creating ./config.status
  127. config.status: creating vars.config
  128. ==> fast_xml (configure-deps)
  129. checking for gcc... cc
  130. checking whether the C compiler works... yes
  131. checking for C compiler default output file name... a.out
  132. checking for suffix of executables...
  133. checking whether we are cross compiling... no
  134. checking for suffix of object files... o
  135. checking whether we are using the GNU C compiler... yes
  136. checking whether cc accepts -g... yes
  137. checking for cc option to accept ISO C89... none needed
  138. checking whether make sets $(MAKE)... yes
  139. checking for an ANSI C-conforming const... yes
  140. checking how to run the C preprocessor... cpp
  141. checking for grep that handles long lines and -e... /bin/grep
  142. checking for egrep... /bin/grep -E
  143. checking for ANSI C header files... yes
  144. checking for sys/types.h... yes
  145. checking for sys/stat.h... yes
  146. checking for stdlib.h... yes
  147. checking for string.h... yes
  148. checking for memory.h... yes
  149. checking for strings.h... yes
  150. checking for inttypes.h... yes
  151. checking for stdint.h... yes
  152. checking for unistd.h... yes
  153. checking for stdlib.h... (cached) yes
  154. checking for GNU libc compatible malloc... yes
  155. checking for ANSI C header files... (cached) yes
  156. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  157. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  158. checking expat.h usability... yes
  159. checking expat.h presence... yes
  160. checking for expat.h... yes
  161. checking for library containing XML_ParserCreate... -lexpat
  162. configure: creating ./config.status
  163. config.status: creating vars.config
  164. ==> xmpp (configure-deps)
  165. ==> fast_yaml (configure-deps)
  166. checking for gcc... cc
  167. checking whether the C compiler works... yes
  168. checking for C compiler default output file name... a.out
  169. checking for suffix of executables...
  170. checking whether we are cross compiling... no
  171. checking for suffix of object files... o
  172. checking whether we are using the GNU C compiler... yes
  173. checking whether cc accepts -g... yes
  174. checking for cc option to accept ISO C89... none needed
  175. checking whether make sets $(MAKE)... yes
  176. checking for an ANSI C-conforming const... yes
  177. checking how to run the C preprocessor... cpp
  178. checking for grep that handles long lines and -e... /bin/grep
  179. checking for egrep... /bin/grep -E
  180. checking for ANSI C header files... yes
  181. checking for sys/types.h... yes
  182. checking for sys/stat.h... yes
  183. checking for stdlib.h... yes
  184. checking for string.h... yes
  185. checking for memory.h... yes
  186. checking for strings.h... yes
  187. checking for inttypes.h... yes
  188. checking for stdint.h... yes
  189. checking for unistd.h... yes
  190. checking for stdlib.h... (cached) yes
  191. checking for GNU libc compatible malloc... yes
  192. checking for ANSI C header files... (cached) yes
  193. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  194. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  195. checking yaml.h usability... yes
  196. checking yaml.h presence... yes
  197. checking for yaml.h... yes
  198. checking for library containing yaml_parser_initialize... -lyaml
  199. configure: creating ./config.status
  200. config.status: creating vars.config
  201. ==> jiffy (configure-deps)
  202. WARN: Missing plugins: [rebar3_hex]
  203. ==> p1_oauth2 (configure-deps)
  204. ==> jose (configure-deps)
  205. ==> eimp (configure-deps)
  206. checking for gcc... cc
  207. checking whether the C compiler works... yes
  208. checking for C compiler default output file name... a.out
  209. checking for suffix of executables...
  210. checking whether we are cross compiling... no
  211. checking for suffix of object files... o
  212. checking whether we are using the GNU C compiler... yes
  213. checking whether cc accepts -g... yes
  214. checking for cc option to accept ISO C89... none needed
  215. checking whether make sets $(MAKE)... yes
  216. checking for an ANSI C-conforming const... yes
  217. checking how to run the C preprocessor... cpp
  218. checking for grep that handles long lines and -e... /bin/grep
  219. checking for egrep... /bin/grep -E
  220. checking for ANSI C header files... yes
  221. checking for sys/types.h... yes
  222. checking for sys/stat.h... yes
  223. checking for stdlib.h... yes
  224. checking for string.h... yes
  225. checking for memory.h... yes
  226. checking for strings.h... yes
  227. checking for inttypes.h... yes
  228. checking for stdint.h... yes
  229. checking for unistd.h... yes
  230. checking for stdlib.h... (cached) yes
  231. checking for GNU libc compatible malloc... yes
  232. checking for ANSI C header files... (cached) yes
  233. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  234. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  235. checking gd.h usability... no
  236. checking gd.h presence... no
  237. checking for gd.h... no
  238. configure: WARNING: libgd header file gd.h was not found
  239. configure: creating ./config.status
  240. config.status: creating vars.config
  241. ==> p1_mysql (configure-deps)
  242. ==> epam (configure-deps)
  243. checking for gcc... cc
  244. checking whether the C compiler works... yes
  245. checking for C compiler default output file name... a.out
  246. checking for suffix of executables...
  247. checking whether we are cross compiling... no
  248. checking for suffix of object files... o
  249. checking whether we are using the GNU C compiler... yes
  250. checking whether cc accepts -g... yes
  251. checking for cc option to accept ISO C89... none needed
  252. checking whether make sets $(MAKE)... yes
  253. checking for an ANSI C-conforming const... yes
  254. checking how to run the C preprocessor... cpp
  255. checking for grep that handles long lines and -e... /bin/grep
  256. checking for egrep... /bin/grep -E
  257. checking for ANSI C header files... yes
  258. checking for sys/types.h... yes
  259. checking for sys/stat.h... yes
  260. checking for stdlib.h... yes
  261. checking for string.h... yes
  262. checking for memory.h... yes
  263. checking for strings.h... yes
  264. checking for inttypes.h... yes
  265. checking for stdint.h... yes
  266. checking for unistd.h... yes
  267. checking for stdlib.h... (cached) yes
  268. checking for GNU libc compatible malloc... yes
  269. checking for ANSI C header files... (cached) yes
  270. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  271. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  272. checking for library containing pam_start... -lpam
  273. checking for library containing pthread_create... -lpthread
  274. checking security/pam_appl.h usability... yes
  275. checking security/pam_appl.h presence... yes
  276. checking for security/pam_appl.h... yes
  277. configure: creating ./config.status
  278. config.status: creating vars.config
  279. ==> ezlib (configure-deps)
  280. checking for gcc... cc
  281. checking whether the C compiler works... yes
  282. checking for C compiler default output file name... a.out
  283. checking for suffix of executables...
  284. checking whether we are cross compiling... no
  285. checking for suffix of object files... o
  286. checking whether we are using the GNU C compiler... yes
  287. checking whether cc accepts -g... yes
  288. checking for cc option to accept ISO C89... none needed
  289. checking whether make sets $(MAKE)... yes
  290. checking for an ANSI C-conforming const... yes
  291. checking how to run the C preprocessor... cpp
  292. checking for grep that handles long lines and -e... /bin/grep
  293. checking for egrep... /bin/grep -E
  294. checking for ANSI C header files... yes
  295. checking for sys/types.h... yes
  296. checking for sys/stat.h... yes
  297. checking for stdlib.h... yes
  298. checking for string.h... yes
  299. checking for memory.h... yes
  300. checking for strings.h... yes
  301. checking for inttypes.h... yes
  302. checking for stdint.h... yes
  303. checking for unistd.h... yes
  304. checking for stdlib.h... (cached) yes
  305. checking for GNU libc compatible malloc... yes
  306. checking for ANSI C header files... (cached) yes
  307. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  308. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  309. checking zlib.h usability... yes
  310. checking zlib.h presence... yes
  311. checking for zlib.h... yes
  312. configure: creating ./config.status
  313. config.status: creating vars.config
  314. ==> iconv (configure-deps)
  315. checking for a BSD-compatible install... /usr/bin/install -c
  316. checking whether build environment is sane... yes
  317. checking for a thread-safe mkdir -p... /bin/mkdir -p
  318. checking for gawk... no
  319. checking for mawk... mawk
  320. checking whether make sets $(MAKE)... yes
  321. checking whether make supports nested variables... yes
  322. checking for gcc... cc
  323. checking whether the C compiler works... yes
  324. checking for C compiler default output file name... a.out
  325. checking for suffix of executables...
  326. checking whether we are cross compiling... no
  327. checking for suffix of object files... o
  328. checking whether we are using the GNU C compiler... yes
  329. checking whether cc accepts -g... yes
  330. checking for cc option to accept ISO C89... none needed
  331. checking whether cc understands -c and -o together... yes
  332. checking for style of include used by make... GNU
  333. checking dependency style of cc... none
  334. checking whether make sets $(MAKE)... (cached) yes
  335. checking for an ANSI C-conforming const... yes
  336. checking how to run the C preprocessor... cpp
  337. checking for grep that handles long lines and -e... /bin/grep
  338. checking for egrep... /bin/grep -E
  339. checking for ANSI C header files... yes
  340. checking for sys/types.h... yes
  341. checking for sys/stat.h... yes
  342. checking for stdlib.h... yes
  343. checking for string.h... yes
  344. checking for memory.h... yes
  345. checking for strings.h... yes
  346. checking for inttypes.h... yes
  347. checking for stdint.h... yes
  348. checking for unistd.h... yes
  349. checking for stdlib.h... (cached) yes
  350. checking for GNU libc compatible malloc... yes
  351. checking for ANSI C header files... (cached) yes
  352. checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
  353. checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
  354. checking build system type... armv7l-unknown-linux-gnueabihf
  355. checking host system type... armv7l-unknown-linux-gnueabihf
  356. checking for ld used by cc... ld
  357. checking if the linker (ld) is GNU ld... yes
  358. checking for shared library run path origin... done
  359. checking for iconv... yes
  360. checking for working iconv... yes
  361. checking for iconv declaration...
  362. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  363. checking that generated files are newer than configure... done
  364. configure: creating ./config.status
  365. config.status: creating vars.config
  366. config.status: executing depfiles commands
  367. ==> rel (configure-deps)
  368. ==> ejabberd (configure-deps)
  369. /usr/lib/erlang/bin/escript rebar compile && :> deps/.built
  370. ==> goldrush (compile)
  371. ==> lager (compile)
  372. ==> p1_utils (compile)
  373. ==> cache_tab (compile)
  374. ==> fast_tls (compile)
  375. ==> stringprep (compile)
  376. ==> fast_xml (compile)
  377. ==> xmpp (compile)
  378. ==> fast_yaml (compile)
  379. ==> jiffy (compile)
  380. WARN: Missing plugins: [rebar3_hex]
  381. ==> p1_oauth2 (compile)
  382. ==> base64url (compile)
  383. ==> jose (compile)
  384. ==> eimp (compile)
  385. ==> p1_mysql (compile)
  386. ==> epam (compile)
  387. ==> ezlib (compile)
  388. ==> iconv (compile)
  389. ==> rel (compile)
  390. ==> ejabberd (compile)
  391. Compiled asn1/XmppAddr.asn1
  392. Compiled src/eldap_filter_yecc.yrl
  393. Compiled src/ejabberd_sql_pt.erl
  394. Compiled src/ejabberd_config.erl
  395. Compiled src/gen_mod.erl
  396. src/mod_muc_room.erl:4197: field sub_els undefined in record ps_item
  397. src/mod_muc_room.erl:4262: field sub_els undefined in record ps_item
  398. src/mod_muc_room.erl:4181: Warning: variable 'Payload' is unused
  399. src/mod_muc_room.erl:4255: Warning: variable 'El' is unused
  400. Compiling src/mod_muc_room.erl failed:
  401. ERROR: compile failed while processing /home/xmpp/src/ejabberd: rebar_abort
  402. Makefile:105: recipe for target 'deps/.built' failed
  403. make: *** [deps/.built] Error 1
Advertisement
Add Comment
Please, Sign In to add comment