Advertisement
Guest User

Untitled

a guest
Aug 11th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.19 KB | None | 0 0
  1. # ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking for style of include used by make... GNU
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking dependency style of gcc... gcc3
  20. checking for flex... flex
  21. checking lex output file root... lex.yy
  22. checking lex library... -lfl
  23. checking whether yytext is a pointer... yes
  24. checking for bison... bison -y
  25. checking for file... yes
  26. checking for GNU make... make
  27. checking for gcc... (cached) gcc
  28. checking whether we are using the GNU C compiler... (cached) yes
  29. checking whether gcc accepts -g... (cached) yes
  30. checking for gcc option to accept ISO C89... (cached) none needed
  31. checking dependency style of gcc... (cached) gcc3
  32. checking how to print strings... print -r
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for fgrep... /bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  40. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  41. checking whether ln -s works... yes
  42. checking the maximum length of command line arguments... 1572864
  43. checking whether the shell understands some XSI constructs... yes
  44. checking whether the shell understands "+="... no
  45. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  46. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  47. checking for /usr/bin/ld option to reload object files... -r
  48. checking for objdump... objdump
  49. checking how to recognize dependent libraries... pass_all
  50. checking for dlltool... no
  51. checking how to associate runtime and link libraries... print -r --
  52. checking for ar... ar
  53. checking for archiver @FILE support... @
  54. checking for strip... strip
  55. checking for ranlib... ranlib
  56. checking command to parse /usr/bin/nm -B output from gcc object... ok
  57. checking for sysroot... no
  58. checking for mt... no
  59. checking if : is a manifest tool... no
  60. checking how to run the C preprocessor... gcc -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -fPIC -DPIC
  75. checking if gcc PIC flag -fPIC -DPIC works... yes
  76. checking if gcc static flag -static works... yes
  77. checking if gcc supports -c -o file.o... yes
  78. checking if gcc supports -c -o file.o... (cached) yes
  79. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking whether stripping libraries is possible... yes
  84. checking if libtool supports shared libraries... yes
  85. checking whether to build shared libraries... yes
  86. checking whether to build static libraries... yes
  87. checking arpa/inet.h usability... yes
  88. checking arpa/inet.h presence... yes
  89. checking for arpa/inet.h... yes
  90. checking fcntl.h usability... yes
  91. checking fcntl.h presence... yes
  92. checking for fcntl.h... yes
  93. checking limits.h usability... yes
  94. checking limits.h presence... yes
  95. checking for limits.h... yes
  96. checking locale.h usability... yes
  97. checking locale.h presence... yes
  98. checking for locale.h... yes
  99. checking netinet/in.h usability... yes
  100. checking netinet/in.h presence... yes
  101. checking for netinet/in.h... yes
  102. checking for stdlib.h... (cached) yes
  103. checking for string.h... (cached) yes
  104. checking sys/ioctl.h usability... yes
  105. checking sys/ioctl.h presence... yes
  106. checking for sys/ioctl.h... yes
  107. checking sys/socket.h usability... yes
  108. checking sys/socket.h presence... yes
  109. checking for sys/socket.h... yes
  110. checking sys/time.h usability... yes
  111. checking sys/time.h presence... yes
  112. checking for sys/time.h... yes
  113. checking syslog.h usability... yes
  114. checking syslog.h presence... yes
  115. checking for syslog.h... yes
  116. checking for unistd.h... (cached) yes
  117. checking for stdbool.h that conforms to C99... yes
  118. checking for _Bool... yes
  119. checking for size_t... yes
  120. checking for ssize_t... yes
  121. checking for pid_t... yes
  122. checking vfork.h usability... no
  123. checking vfork.h presence... no
  124. checking for vfork.h... no
  125. checking for fork... yes
  126. checking for vfork... yes
  127. checking for working fork... yes
  128. checking for working vfork... (cached) yes
  129. checking for stdlib.h... (cached) yes
  130. checking for GNU libc compatible malloc... yes
  131. checking whether time.h and sys/time.h may both be included... yes
  132. checking for sys/time.h... (cached) yes
  133. checking for unistd.h... (cached) yes
  134. checking for alarm... yes
  135. checking for working mktime... yes
  136. checking for stdlib.h... (cached) yes
  137. checking for GNU libc compatible realloc... yes
  138. checking for getdelim... yes
  139. checking for gethostname... yes
  140. checking for gettimeofday... yes
  141. checking for inet_ntoa... yes
  142. checking for memset... yes
  143. checking for pow... no
  144. checking for regcomp... yes
  145. checking for select... yes
  146. checking for setlocale... yes
  147. checking for socket... yes
  148. checking for strchr... yes
  149. checking for strdup... yes
  150. checking for strerror... yes
  151. checking for strstr... yes
  152. checking for strtol... yes
  153. checking for strtoul... yes
  154. checking for mysql_config... /usr/bin/mysql_config
  155. checking for pg_config... no
  156. checking for libsnmp... no
  157. checking for mysql_init in -lmysqlclient_r ... yes
  158. checking MySQL... ok
  159. checking libgadu.h usability... no
  160. checking libgadu.h presence... no
  161. checking for libgadu.h... no
  162. ./configure[14058]: LIBS+= -ldl: not found
  163. ./configure[14058]: CFLAGS+= -fPIC -DGNU: not found
  164. checking for git... /usr/bin/git
  165. configure: **********************************
  166. configure: Host os: linux-gnu
  167. configure: creating ./config.status
  168. config.status: creating Makefile
  169. config.status: creating dbdrivers/Makefile
  170. config.status: creating dbdrivers/mysql/Makefile
  171. config.status: creating dbdrivers/pgsql/Makefile
  172. config.status: creating modules/Makefile
  173. config.status: creating modules/parser/Makefile
  174. config.status: creating modules/parser/lib/Makefile
  175. config.status: creating modules/parser/extensions/Makefile
  176. config.status: creating modules/cutoff/Makefile
  177. config.status: creating modules/dhcp/Makefile
  178. config.status: creating modules/dns/Makefile
  179. config.status: creating modules/ethers/Makefile
  180. config.status: creating modules/ewx-pt/Makefile
  181. config.status: creating modules/ewx-stm-channels/Makefile
  182. config.status: creating modules/ewx-stm/Makefile
  183. config.status: creating modules/ggnotify/Makefile
  184. config.status: creating modules/hostfile/Makefile
  185. config.status: creating modules/notify/Makefile
  186. config.status: creating modules/oident/Makefile
  187. config.status: creating modules/payments/Makefile
  188. config.status: creating modules/pinger/Makefile
  189. config.status: creating modules/system/Makefile
  190. config.status: creating modules/tc/Makefile
  191. config.status: creating modules/tc-new/Makefile
  192. config.status: creating modules/traffic/Makefile
  193. config.status: creating config.h
  194. config.status: config.h is unchanged
  195. config.status: executing depfiles commands
  196. config.status: executing libtool commands
  197. # make install
  198. Making install in modules
  199. make[1]: Wejście do katalogu `/root/lms/daemon/modules'
  200. Making install in parser
  201. make[2]: Wejście do katalogu `/root/lms/daemon/modules/parser'
  202. Making install in lib
  203. make[3]: Wejście do katalogu `/root/lms/daemon/modules/parser/lib'
  204. make  install-am
  205. make[4]: Wejście do katalogu `/root/lms/daemon/modules/parser/lib'
  206. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_parser.o -MD -MP -MF .deps/tscript_parser.Tpo -c -o tscript_parser.o tscript_parser.c
  207. mv -f .deps/tscript_parser.Tpo .deps/tscript_parser.Po
  208. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_ast.o -MD -MP -MF .deps/tscript_ast.Tpo -c -o tscript_ast.o tscript_ast.c
  209. mv -f .deps/tscript_ast.Tpo .deps/tscript_ast.Po
  210. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_context.o -MD -MP -MF .deps/tscript_context.Tpo -c -o tscript_context.o tscript_context.c
  211. mv -f .deps/tscript_context.Tpo .deps/tscript_context.Po
  212. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_compiler.o -MD -MP -MF .deps/tscript_compiler.Tpo -c -o tscript_compiler.o tscript_compiler.c
  213. tscript_compiler.c: In function ‘tscript_compile_stream’:
  214. tscript_compiler.c:43:2: warning: passing argument 1 of ‘tscript_yyparse’ from incompatible pointer type [enabled by default]
  215.   return tscript_yyparse(&context->ast);
  216.   ^
  217. In file included from tscript_compiler.c:33:0:
  218. tscript_parser.h:152:5: note: expected ‘struct tscript_context *’ but argument is of type ‘struct tscript_ast_node **
  219.  int tscript_yyparse (tscript_context* context);
  220.      ^
  221. tscript_compiler.c: In function ‘tscript_compile_string’:
  222. tscript_compiler.c:51:2: warning: passing argument 1 of ‘tscript_yyparse’ from incompatible pointer type [enabled by default]
  223.   r = tscript_yyparse(&context->ast);
  224.   ^
  225. In file included from tscript_compiler.c:33:0:
  226. tscript_parser.h:152:5: note: expected ‘struct tscript_context *’ but argument is of type ‘struct tscript_ast_node **
  227.  int tscript_yyparse (tscript_context* context);
  228.      ^
  229. mv -f .deps/tscript_compiler.Tpo .deps/tscript_compiler.Po
  230. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_interpreter.o -MD -MP -MF .deps/tscript_interpreter.Tpo -c -o tscript_interpreter.o tscript_interpreter.c
  231. mv -f .deps/tscript_interpreter.Tpo .deps/tscript_interpreter.Po
  232. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_variables.o -MD -MP -MF .deps/tscript_variables.Tpo -c -o tscript_variables.o tscript_variables.c
  233. mv -f .deps/tscript_variables.Tpo .deps/tscript_variables.Po
  234. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_values.o -MD -MP -MF .deps/tscript_values.Tpo -c -o tscript_values.o tscript_values.c
  235. mv -f .deps/tscript_values.Tpo .deps/tscript_values.Po
  236. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_extensions.o -MD -MP -MF .deps/tscript_extensions.Tpo -c -o tscript_extensions.o tscript_extensions.c
  237. mv -f .deps/tscript_extensions.Tpo .deps/tscript_extensions.Po
  238. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_debug.o -MD -MP -MF .deps/tscript_debug.Tpo -c -o tscript_debug.o tscript_debug.c
  239. mv -f .deps/tscript_debug.Tpo .deps/tscript_debug.Po
  240. gcc -DHAVE_CONFIG_H -I. -I../../..     -g -O2 -MT tscript_lexical.o -MD -MP -MF .deps/tscript_lexical.Tpo -c -o tscript_lexical.o tscript_lexical.c
  241. mv -f .deps/tscript_lexical.Tpo .deps/tscript_lexical.Po
  242. rm -f libtscript.a
  243. ar cru libtscript.a tscript_parser.o tscript_ast.o tscript_context.o tscript_compiler.o tscript_interpreter.o tscript_variables.o tscript_values.o tscript_extensions.o tscript_debug.o tscript_lexical.o
  244. ranlib libtscript.a
  245. make[5]: Wejście do katalogu `/root/lms/daemon/modules/parser/lib'
  246. test -z "/usr/local/lmsd/lib/lmsd" || /bin/mkdir -p "/usr/local/lmsd/lib/lmsd"
  247. /usr/bin/install -c -m 644  libtscript.a '/usr/local/lmsd/lib/lmsd'
  248. ( cd '/usr/local/lmsd/lib/lmsd' && ranlib libtscript.a )
  249. make[5]: Nie ma nic do zrobienia w `install-data-am'.
  250. make[5]: Opuszczenie katalogu `/root/lms/daemon/modules/parser/lib'
  251. make[4]: Opuszczenie katalogu `/root/lms/daemon/modules/parser/lib'
  252. make[3]: Opuszczenie katalogu `/root/lms/daemon/modules/parser/lib'
  253. Making install in extensions
  254. make[3]: Wejście do katalogu `/root/lms/daemon/modules/parser/extensions'
  255. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT tscript_exec.o -MD -MP -MF .deps/tscript_exec.Tpo -c -o tscript_exec.o tscript_exec.c
  256. mv -f .deps/tscript_exec.Tpo .deps/tscript_exec.Po
  257. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT tscript_string.o -MD -MP -MF .deps/tscript_string.Tpo -c -o tscript_string.o tscript_string.c
  258. mv -f .deps/tscript_string.Tpo .deps/tscript_string.Po
  259. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT tscript_file.o -MD -MP -MF .deps/tscript_file.Tpo -c -o tscript_file.o tscript_file.c
  260. mv -f .deps/tscript_file.Tpo .deps/tscript_file.Po
  261. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT tscript_sysinfo.o -MD -MP -MF .deps/tscript_sysinfo.Tpo -c -o tscript_sysinfo.o tscript_sysinfo.c
  262. mv -f .deps/tscript_sysinfo.Tpo .deps/tscript_sysinfo.Po
  263. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT sql.o -MD -MP -MF .deps/sql.Tpo -c -o sql.o sql.c
  264. mv -f .deps/sql.Tpo .deps/sql.Po
  265. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c
  266. mv -f .deps/net.Tpo .deps/net.Po
  267. gcc -DHAVE_CONFIG_H   -I../../../modules/parser/lib   -g -O2 -MT syslog.o -MD -MP -MF .deps/syslog.Tpo -c -o syslog.o syslog.c
  268. mv -f .deps/syslog.Tpo .deps/syslog.Po
  269. rm -f libparser_extensions.a
  270. ar cru libparser_extensions.a tscript_exec.o tscript_string.o tscript_file.o tscript_sysinfo.o sql.o net.o syslog.o
  271. ranlib libparser_extensions.a
  272. make[4]: Wejście do katalogu `/root/lms/daemon/modules/parser/extensions'
  273. test -z "/usr/local/lmsd/lib/lmsd" || /bin/mkdir -p "/usr/local/lmsd/lib/lmsd"
  274. /usr/bin/install -c -m 644  libparser_extensions.a '/usr/local/lmsd/lib/lmsd'
  275. ( cd '/usr/local/lmsd/lib/lmsd' && ranlib libparser_extensions.a )
  276. make[4]: Nie ma nic do zrobienia w `install-data-am'.
  277. make[4]: Opuszczenie katalogu `/root/lms/daemon/modules/parser/extensions'
  278. make[3]: Opuszczenie katalogu `/root/lms/daemon/modules/parser/extensions'
  279. make[3]: Wejście do katalogu `/root/lms/daemon/modules/parser'
  280. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -Ilib -g -O2 -MT parser_la-parser.lo -MD -MP -MF .deps/parser_la-parser.Tpo -c -o parser_la-parser.lo `test -f 'parser.c' || echo './'`parser.c
  281. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Ilib -g -O2 -MT parser_la-parser.lo -MD -MP -MF .deps/parser_la-parser.Tpo -c parser.c  -fPIC -DPIC -o .libs/parser_la-parser.o
  282. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Ilib -g -O2 -MT parser_la-parser.lo -MD -MP -MF .deps/parser_la-parser.Tpo -c parser.c -o parser_la-parser.o >/dev/null 2>&1
  283. mv -f .deps/parser_la-parser.Tpo .deps/parser_la-parser.Plo
  284. /bin/sh ../../libtool --tag=CC   --mode=link gcc -Ilib -g -O2 -no-undefined -module -avoid-version -flm -lfl -lm  -o parser.la -rpath /usr/local/lmsd/lib/lmsd parser_la-parser.lo lib/libtscript.a extensions/libparser_extensions.a
  285.  
  286. *** Warning: Linking the shared library parser.la against the
  287. *** static library lib/libtscript.a is not portable!
  288.  
  289. *** Warning: Linking the shared library parser.la against the
  290. *** static library extensions/libparser_extensions.a is not portable!
  291. libtool: link: gcc -shared  -fPIC -DPIC  -O2    .libs/parser_la-parser.o   -lfl -lm lib/libtscript.a extensions/libparser_extensions.a -Wl,-soname -Wl,parser.so -o .libs/parser.so
  292. /usr/bin/ld: lib/libtscript.a(tscript_compiler.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  293. lib/libtscript.a: error adding symbols: Bad value
  294. collect2: error: ld returned 1 exit status
  295. make[3]: *** [parser.la] Błąd 1
  296. make[3]: Opuszczenie katalogu `/root/lms/daemon/modules/parser'
  297. make[2]: *** [install-recursive] Błąd 1
  298. make[2]: Opuszczenie katalogu `/root/lms/daemon/modules/parser'
  299. make[1]: *** [install-recursive] Błąd 1
  300. make[1]: Opuszczenie katalogu `/root/lms/daemon/modules'
  301. make: *** [install-recursive] Błąd 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement