Advertisement
Guest User

rtorrent_compile_fail

a guest
May 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. configure.ac:9: installing './compile'
  2. configure.ac:9: installing './config.guess'
  3. configure.ac:9: installing './config.sub'
  4. configure.ac:5: installing './install-sh'
  5. configure.ac:5: installing './missing'
  6. configure.ac:6: error: required file 'config.h.in' not found
  7. src/Makefile.am: installing './depcomp'
  8. parallel-tests: installing './test-driver'
  9. aclocal...
  10. autoheader...
  11. libtoolize... using libtoolize
  12. automake...
  13. configure.ac:9: installing './compile'
  14. configure.ac:5: installing './missing'
  15. src/Makefile.am: installing './depcomp'
  16. autoconf...
  17. ready to configure
  18. checking for a BSD-compatible install... /usr/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  21. checking for gawk... gawk
  22. checking whether make sets $(MAKE)... yes
  23. checking whether make supports nested variables... yes
  24. checking for g++... g++
  25. checking whether the C++ compiler works... yes
  26. checking for C++ compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C++ compiler... yes
  31. checking whether g++ accepts -g... yes
  32. checking for style of include used by make... GNU
  33. checking dependency style of g++... gcc3
  34. checking build system type... x86_64-unknown-linux-gnu
  35. checking host system type... x86_64-unknown-linux-gnu
  36. checking how to print strings... printf
  37. checking for gcc... gcc
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking whether gcc understands -c and -o together... yes
  42. checking dependency style of gcc... gcc3
  43. checking for a sed that does not truncate output... /usr/bin/sed
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for fgrep... /usr/bin/grep -F
  47. checking for ld used by gcc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for ar... ar
  61. checking for archiver @FILE support... @
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for libtool-sysroot... no
  66. checking for a working dd... /usr/bin/dd
  67. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  68. checking for mt... no
  69. checking if : is a manifest tool... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... yes
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... yes
  97. checking how to run the C++ preprocessor... g++ -E
  98. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  99. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking for g++ option to produce PIC... -fPIC -DPIC
  102. checking if g++ PIC flag -fPIC -DPIC works... yes
  103. checking if g++ static flag -static works... yes
  104. checking if g++ supports -c -o file.o... yes
  105. checking if g++ supports -c -o file.o... (cached) yes
  106. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  107. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking whether g++ supports C++11 features by default... yes
  110. checking should use TR1 headers... no
  111. checking for special C compiler options needed for large files... no
  112. checking for _FILE_OFFSET_BITS value needed for large files... no
  113. checking for execinfo.h... yes
  114. checking sys/vfs.h usability... yes
  115. checking sys/vfs.h presence... yes
  116. checking for sys/vfs.h... yes
  117. checking sys/statvfs.h usability... yes
  118. checking sys/statvfs.h presence... yes
  119. checking for sys/statvfs.h... yes
  120. checking sys/statfs.h usability... yes
  121. checking sys/statfs.h presence... yes
  122. checking for sys/statfs.h... yes
  123. checking for statvfs... ok
  124. checking whether pthreads work without any flags... yes
  125. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  126. checking if more special flags are required for pthreads... no
  127. checking for PTHREAD_PRIO_INHERIT... yes
  128. checking for NcursesW wide-character library... yes
  129. checking for working ncursesw/curses.h... no
  130. checking for working ncursesw.h... no
  131. checking for working ncurses.h... yes
  132. checking if curses tinfo library is linked properly... yes
  133. checking for pkg-config... /usr/bin/pkg-config
  134. checking pkg-config is at least version 0.9.0... yes
  135. checking for cppunit... yes
  136. checking for libcurl >= 7.15.4 libtorrent >= 0.13.6... yes
  137. checking for XMLRPC-C... failed
  138. configure: error: Could not compile XMLRPC-C test.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement