Advertisement
Guest User

Untitled

a guest
Jan 14th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.60 KB | None | 0 0
  1. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# synaptic
  2. Discarding: 2 over 3
  3. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  4. e
  5. -bash: root@ubuntu:~/source/rtorrent/libtorrent-0.12.9#: No such file or directory
  6. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# aclocal...
  7. f
  8. aclocal...: command not found
  9. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# configure.ac:20: warning: macro `AM_PATH_CPPUNIT' not found in library
  10. > autoheader...
  11. > libtoolize... using libtoolize
  12. > automake...
  13. > autoconf...
  14. > configure.ac:20: error: possibly undefined macro: AM_PATH_CPPUNIT
  15. > If this token and others are legitimate, please use m4_pattern_allow.
  16. > See the Autoconf documentation.
  17. > ready to configure
  18. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ^C
  19. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# synaptic
  20. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  21. > aclocal...
  22. > autoheader...
  23. > libtoolize... using libtoolize
  24. > automake...
  25. > autoconf...
  26. > ready to configure
  27. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./configure
  28. > checking for a BSD-compatible install... /usr/bin/install -c
  29. > checking whether build environment is sane... yes
  30. > checking for a thread-safe mkdir -p... /bin/mkdir -p
  31. > checking for gawk... gawk
  32. > checking whether make sets $(MAKE)... yes
  33. > checking for cppunit-config... /usr/bin/cppunit-config
  34. > checking for Cppunit - version >= 1.9.6... 1.12.1
  35. > checking build system type... i686-pc-linux-gnu
  36. > checking host system type... i686-pc-linux-gnu
  37. > checking for style of include used by make... GNU
  38. > checking for gcc... gcc
  39. > checking whether the C compiler works... yes
  40. > checking for C compiler default output file name... a.out
  41. > checking for suffix of executables...
  42. > checking whether we are cross compiling... no
  43. > checking for suffix of object files... o
  44. > checking whether we are using the GNU C compiler... yes
  45. > checking whether gcc accepts -g... yes
  46. > checking for gcc option to accept ISO C89... none needed
  47. > checking dependency style of gcc... gcc3
  48. > checking for a sed that does not truncate output... /bin/sed
  49. > checking for grep that handles long lines and -e... /bin/grep
  50. > checking for egrep... /bin/grep -E
  51. > checking for fgrep... /bin/grep -F
  52. > checking for ld used by gcc... /usr/bin/ld
  53. > checking if the linker (/usr/bin/ld) is GNU ld... yes
  54. > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  55. > checking the name lister (/usr/bin/nm -B) interface... BSD nm
  56. > checking whether ln -s works... yes
  57. > checking the maximum length of command line arguments... 1572864
  58. > checking whether the shell understands some XSI constructs... yes
  59. > checking whether the shell understands "+="... yes
  60. > checking for /usr/bin/ld option to reload object files... -r
  61. > checking for objdump... objdump
  62. > checking how to recognize dependent libraries... pass_all
  63. > checking for ar... ar
  64. > checking for strip... strip
  65. > checking for ranlib... ranlib
  66. > checking command to parse /usr/bin/nm -B output from gcc object... ok
  67. > checking how to run the C preprocessor... gcc -E
  68. > checking for ANSI C header files... yes
  69. > checking for sys/types.h... yes
  70. > checking for sys/stat.h... yes
  71. > checking for stdlib.h... yes
  72. > checking for string.h... yes
  73. > checking for memory.h... yes
  74. > checking for strings.h... yes
  75. > checking for inttypes.h... yes
  76. > checking for stdint.h... yes
  77. > checking for unistd.h... yes
  78. > checking for dlfcn.h... yes
  79. > checking for objdir... .libs
  80. > checking if gcc supports -fno-rtti -fno-exceptions... no
  81. > checking for gcc option to produce PIC... -fPIC -DPIC
  82. > checking if gcc PIC flag -fPIC -DPIC works... yes
  83. > checking if gcc static flag -static works... yes
  84. > checking if gcc supports -c -o file.o... yes
  85. > checking if gcc supports -c -o file.o... (cached) yes
  86. > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  87. > checking whether -lc should be explicitly linked in... no
  88. > checking dynamic linker characteristics... GNU/Linux ld.so
  89. > checking how to hardcode library paths into programs... immediate
  90. > checking whether stripping libraries is possible... yes
  91. > checking if libtool supports shared libraries... yes
  92. > checking whether to build shared libraries... yes
  93. > checking whether to build static libraries... no
  94. > checking for g++... g++
  95. > checking whether we are using the GNU C++ compiler... yes
  96. > checking whether g++ accepts -g... yes
  97. > checking dependency style of g++... gcc3
  98. > checking whether we are using the GNU C++ compiler... (cached) yes
  99. > checking whether g++ accepts -g... (cached) yes
  100. > checking dependency style of g++... (cached) gcc3
  101. > checking how to run the
  102. > checking f
  103. > checking if the linker (/usr/bin/ld) is GNU ld... yes
  104. > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  105. > checking for g++ option to produce PIC... -fPIC -DPIC
  106. > checking if g++ PIC flag -fPIC -DPIC works... yes
  107. > checking if g++ static flag -static works... yes
  108. > checking if g++ supports -c -o file.o... yes
  109. > checking if g++ supports -c -o file.o... (cached) yes
  110. > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  111. > checking dynamic linker characteristics... GNU/Linux ld.so
  112. > checking how to hardcode library paths into programs... immediate
  113. > checking whether byte ordering is bigendian... no
  114. > checking the byte alignment... none needed
  115. > checking for user-defined CXXFLAGS... user-defined "-g -O2"
  116. > checking for TR1 support... yes
  117. > checking for special C compiler options needed for large files... no
  118. > checking for _FILE_OFFSET_BITS value needed for large files... 64
  119. > checking for epoll support... yes
  120. > checking for fallocate... yes
  121. > checking size of long... 4
  122. > checking sys/vfs.h usability... yes
  123. > checking sys/vfs.h presence... yes
  124. > checking for sys/vfs.h... yes
  125. > checking sys/statvfs.h usability... yes
  126. > checking sys/statvfs.h presence... yes
  127. > checking for sys/statvfs.h... yes
  128. > checking sys/statfs.h usability... yes
  129. > checking sys/statfs.h presence... yes
  130. > checking for sys/statfs.h... yes
  131. > checking for statvfs... ok
  132. > checking if compiler supports __attribute__((visibility("default")))... 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 OPENSSL... yes
  136. > checking for STUFF... configure: error: Package requirements (sigc++-2.0) were not met:
  137. >
  138. > No package 'sigc++-2.0' found
  139. >
  140. > Consider adjusting the PKG_CONFIG_PATH environment variable if you
  141. > installed software in a non-standard prefix.
  142. >
  143. > Alternatively, you may set the environment variables STUFF_CFLAGS
  144. > and STUFF_LIBS to avoid the need to call pkg-config.
  145. > See the pkg-config man page for more details.
  146. >
  147. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# make
  148. > make: *** No targets specified and no makefile found. Stop.
  149. >
  150. > synaptic
  151. > stop
  152. > esc
  153. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  154. > aclocal...
  155. > configure.ac:20: warning: macro `AM_PATH_CPPUNIT' not found in library
  156. > autoheader...
  157. > libtoolize... using libtoolize
  158. > automake...
  159. > autoconf...
  160. > configure.ac:20: error: possibly undefined macro: AM_PATH_CPPUNIT
  161. > If this token and others are legitimate, please use m4_pattern_allow.
  162. > See the Autoconf documentation.
  163. > ready to configure
  164. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ^C
  165. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# synaptic
  166. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  167. r
  168. > aclocal...
  169. > autoheader...
  170. > libtoolize... using libtoolize
  171. > automake...
  172. > autoconf...
  173. > ready to configure
  174. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./configure
  175. > checking for a BSD-compatible install... /usr/bin/install -c
  176. > checking whether build environment is sane... yes
  177. > checking for a thread-safe mkdir -p... /bin/mkdir -p
  178. > checking for gawk... gawk
  179. > checking whether make sets $(MAKE)... yes
  180. > checking for cppunit-config... /usr/bin/cppunit-config
  181. > checking for Cppunit - version >= 1.9.6... 1.12.1
  182. > checking build system type... i686-pc-linux-gnu
  183. > checking host system type... i686-pc-linux-gnu
  184. > checking for style of include used by make... GNU
  185. > checking for gcc... gcc
  186. > checking whether the C compiler works... yes
  187. > checking for C compiler default output file name... a.out
  188. > checking for suffix of executables...
  189. > checking whether we are cross compiling... no
  190. > checking for suffix of object files... o
  191. > checking whether we are using the GNU C compiler... yes
  192. > checking whether gcc accepts -g... yes
  193. > checking for gcc option to accept ISO C89... none needed
  194. > checking dependency style of gcc... gcc3
  195. > checking for a sed that does not truncate output... /bin/sed
  196. > checking for grep that handles long lines and -e... /bin/grep
  197. > checking for egrep... /bin/grep -E
  198. > checking for fgrep... /bin/grep -F
  199. > checking for ld used by gcc... /usr/bin/ld
  200.  
  201. > checking if the linker (/usr/bin/ld) is GNU ld... yes
  202. > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  203. > checking the name lister (/usr/bin/nm -B) interface... BSD nm
  204. > checking whether ln -s works... yes
  205. > checking the maximum length of command line arguments... 1572864
  206. > checking whether the shell understands some XSI constructs... yes
  207. > checking whether the shell understands "+="... yes
  208. > checking for /usr/bin/ld option to reload object files... -r
  209. > checking for objdump... objdump
  210. > checking how to recognize dependent libraries... pass_all
  211. > checking for ar... ar
  212. > checking for strip... strip
  213. > checking for ranlib... ranlib
  214. > checking command to parse /usr/bin/nm -B output from gcc object... ok
  215. > checking how to run the C preprocessor... gcc -E
  216. > checking for ANSI C header files... yes
  217. > checking for sys/types.h... yes
  218. > checking for sys/stat.h... yes
  219. > checking for stdlib.h... yes
  220. > checking for string.h... yes
  221. > checking for memory.h... yes
  222. > checking for strings.h... yes
  223. > checking for inttypes.h... yes
  224. > checking for stdint.h... yes
  225. > checking for unistd.h... yes
  226. > checking for dlfcn.h... yes
  227. > checking for objdir... .libs
  228. > checking if gcc supports -fno-rtti -fno-exceptions... no
  229. > checking for gcc option to produce PIC... -fPIC -DPIC
  230. > checking if gcc PIC flag -fPIC -DPIC works... yes
  231. > checking if gcc static flag -static works... yes
  232. > checking if gcc supports -c -o file.o... yes
  233. > checking if gcc supports -c -o file.o... (cached) yes
  234. > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  235. > checking whether -lc should be explicitly linked in... no
  236. > checking dynamic linker characteristics... GNU/Linux ld.so
  237. > checking how to hardcode library paths into programs... immediate
  238. > checking whether stripping libraries is possible... yes
  239. > checking if libtool supports shared libraries... yes
  240. > checking whether to build shared libraries... yes
  241. > checking whether to build static libraries... no
  242. > checking for g++... g++
  243. > checking whether we are using the GNU C++ compiler... yes
  244. > checking whether g++ accepts -g... yes
  245. > checking dependency style of g++... gcc3
  246. > checking whether we are using the GNU C++ compiler... (cached) yes
  247. > checking whether g++ accepts -g... (cached) yes
  248. > checking dependency style of g++... (cached) gcc3
  249. > checking how to run the C++ preprocessor... g++ -E
  250. > checking for ld used by g++... /usr/bin/ld
  251. > checking if the linker (/usr/bin/ld) is GNU ld... yes
  252. > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  253. > checking for g++ option to produce PIC... -fPIC -DPIC
  254. > checking if g++ PIC flag -fPIC -DPIC works... yes
  255. > checking if g++ static flag -static works... yes
  256. > checking if g++ supports -c -o file.o... yes
  257. > checking if g++ supports -c -o file.o... (cached) yes
  258. > checking whether the g++ linker (/usr/bin/ld) supports shared libr
  259. > checking dynamic linker characteristics... GNU/Linux ld.so
  260. > checking how to hardcode library paths into programs... immediate
  261. > checking whether byte ordering is bigendian... no
  262. > checking the byte alignment... none needed
  263. > checking for user-defined CXXFLAGS... user-defined "-g -O2"
  264. > checking for TR1 support... yes
  265. > checking for special C compiler options needed for large files... no
  266. > checking for _FILE_OFFSET_BITS value needed for large files... 64
  267. > checking for epoll support... yes
  268. > checking for fallocate... yes
  269. > checking size of long... 4
  270. > checking sys/vfs.h usability... yes
  271. > checking sys/vfs.h presence... yes
  272. > checking for sys/vfs.h... yes
  273. > checking sys/statvfs.h usability... yes
  274. > checking sys/statvfs.h presence... yes
  275. > checking for sys/statvfs.h... yes
  276. > checking sys/statfs.h usability... yes
  277. > checking sys/statfs.h presence... yes
  278. > checking for sys/statfs.h... yes
  279. > checking for statvfs... ok
  280. > checking if compiler supports __attribute__((visibility("default")))... yes
  281. > checking for pkg-config... /usr/bin/pkg-config
  282. > checking pkg-config is at least version 0.9.0... yes
  283. > checking for OPENSSL... yes
  284. > checking for STUFF... configure: error: Package requirements (sigc++-2.0) were not met:
  285. >
  286. > No package 'sigc++-2.0' found
  287. >
  288. > Consider adjusting the PKG_CONFIG_PATH environment variable if you
  289. > installed software in a non-standard prefix.
  290. >
  291. > Alternatively, you may set the environment variables STUFF_CFLAGS
  292. > and STUFF_LIBS to avoid the need to call pkg-config.
  293. > See the pkg-config man page for more details.
  294. >
  295. > root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# make
  296. > make: *** No targets specified and no makefile found. Stop.
  297. > lternatively, you may set the environment variables STUFF_CFLAGS
  298. > > and STUFF_LIBS to avoid the need to call pkg-config.
  299. > > See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement