Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.28 KB | None | 0 0
  1. server@server.linuxnet Mon, 22 June 08:50:33 EDT 2015 ~/Git/toxcore
  2. git pull
  3. Already up-to-date.
  4. server@server.linuxnet Mon, 22 June 08:51:00 EDT 2015 ~/Git/toxcore
  5. ./autogen.sh
  6. Running autoreconf -if...
  7. ^C
  8. server@server.linuxnet Mon, 22 June 08:51:11 EDT 2015 ~/Git/toxcore
  9. 130./autogen -i
  10. zsh: no such file or directory: ./autogen
  11. server@server.linuxnet Mon, 22 June 08:51:16 EDT 2015 ~/Git/toxcore
  12. 127./autogen.sh
  13. Running autoreconf -if...
  14. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `configure_aux'.
  15. libtoolize: copying file `configure_aux/ltmain.sh'
  16. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  17. libtoolize: copying file `m4/libtool.m4'
  18. libtoolize: copying file `m4/ltoptions.m4'
  19. libtoolize: copying file `m4/ltsugar.m4'
  20. libtoolize: copying file `m4/ltversion.m4'
  21. libtoolize: copying file `m4/lt~obsolete.m4'
  22. server@server.linuxnet Mon, 22 June 08:51:51 EDT 2015 ~/Git/toxcore
  23. ,.configure
  24. zsh: command not found: ,.configure
  25. server@server.linuxnet Mon, 22 June 08:52:03 EDT 2015 ~/Git/toxcore
  26. 127./configure
  27. checking for a BSD-compatible install... /usr/bin/install -c
  28. checking whether build environment is sane... yes
  29. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  30. checking for gawk... gawk
  31. checking whether make sets $(MAKE)... yes
  32. checking whether make supports nested variables... yes
  33. checking whether UID '1000' is supported by ustar format... yes
  34. checking whether GID '1000' is supported by ustar format... yes
  35. checking how to create a ustar tar archive... gnutar
  36. checking whether make supports nested variables... (cached) yes
  37. checking for pkg-config... /usr/bin/pkg-config
  38. checking pkg-config is at least version 0.9.0... yes
  39. checking for style of include used by make... GNU
  40. checking for gcc... gcc
  41. checking whether the C compiler works... yes
  42. checking for C compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C compiler... yes
  47. checking whether gcc accepts -g... yes
  48. checking for gcc option to accept ISO C89... none needed
  49. checking whether gcc understands -c and -o together... yes
  50. checking dependency style of gcc... gcc3
  51. checking how to run the C preprocessor... gcc -E
  52. checking for grep that handles long lines and -e... /usr/bin/grep
  53. checking for egrep... /usr/bin/grep -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking linux/version.h usability... yes
  65. checking linux/version.h presence... yes
  66. checking for linux/version.h... yes
  67. checking for Linux epoll(7) interface... yes
  68. checking for gcc... (cached) gcc
  69. checking whether we are using the GNU C compiler... (cached) yes
  70. checking whether gcc accepts -g... (cached) yes
  71. checking for gcc option to accept ISO C89... (cached) none needed
  72. checking whether gcc understands -c and -o together... (cached) yes
  73. checking dependency style of gcc... (cached) gcc3
  74. checking for ar... ar
  75. checking the archiver (ar) interface... ar
  76. checking build system type... i686-pc-linux-gnu
  77. checking host system type... i686-pc-linux-gnu
  78. checking how to print strings... printf
  79. checking for a sed that does not truncate output... /usr/bin/sed
  80. checking for fgrep... /usr/bin/grep -F
  81. checking for ld used by gcc... /usr/bin/ld
  82. checking if the linker (/usr/bin/ld) is GNU ld... yes
  83. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  84. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  85. checking whether ln -s works... yes
  86. checking the maximum length of command line arguments... 1572864
  87. checking whether the shell understands some XSI constructs... yes
  88. checking whether the shell understands "+="... yes
  89. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  90. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  91. checking for /usr/bin/ld option to reload object files... -r
  92. checking for objdump... objdump
  93. checking how to recognize dependent libraries... pass_all
  94. checking for dlltool... dlltool
  95. checking how to associate runtime and link libraries... printf %s\n
  96. checking for archiver @FILE support... @
  97. checking for strip... strip
  98. checking for ranlib... ranlib
  99. checking command to parse /usr/bin/nm -B output from gcc object... ok
  100. checking for sysroot... no
  101. checking for mt... no
  102. checking if : is a manifest tool... no
  103. checking for dlfcn.h... yes
  104. checking for objdir... .libs
  105. checking if gcc supports -fno-rtti -fno-exceptions... no
  106. checking for gcc option to produce PIC... -fPIC -DPIC
  107. checking if gcc PIC flag -fPIC -DPIC works... yes
  108. checking if gcc static flag -static works... no
  109. checking if gcc supports -c -o file.o... yes
  110. checking if gcc supports -c -o file.o... (cached) yes
  111. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  112. checking whether -lc should be explicitly linked in... no
  113. checking dynamic linker characteristics... GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking whether stripping libraries is possible... yes
  116. checking if libtool supports shared libraries... yes
  117. checking whether to build shared libraries... yes
  118. checking whether to build static libraries... yes
  119. checking for crypto_pwhash_scryptsalsa208sha256 in -lsodium... yes
  120. checking arpa/inet.h usability... yes
  121. checking arpa/inet.h presence... yes
  122. checking for arpa/inet.h... yes
  123. checking fcntl.h usability... yes
  124. checking fcntl.h presence... yes
  125. checking for fcntl.h... yes
  126. checking netdb.h usability... yes
  127. checking netdb.h presence... yes
  128. checking for netdb.h... yes
  129. checking netinet/in.h usability... yes
  130. checking netinet/in.h presence... yes
  131. checking for netinet/in.h... yes
  132. checking for stdint.h... (cached) yes
  133. checking for stdlib.h... (cached) yes
  134. checking for string.h... (cached) yes
  135. checking sys/socket.h usability... yes
  136. checking sys/socket.h presence... yes
  137. checking for sys/socket.h... yes
  138. checking sys/time.h usability... yes
  139. checking sys/time.h presence... yes
  140. checking for sys/time.h... yes
  141. checking for unistd.h... (cached) yes
  142. checking sodium.h usability... yes
  143. checking sodium.h presence... yes
  144. checking for sodium.h... yes
  145. checking for stdbool.h that conforms to C99... yes
  146. checking for _Bool... yes
  147. checking for int16_t... yes
  148. checking for int32_t... yes
  149. checking for pid_t... yes
  150. checking for size_t... yes
  151. checking for uint16_t... yes
  152. checking for uint32_t... yes
  153. checking for uint64_t... yes
  154. checking for uint8_t... yes
  155. checking whether byte ordering is bigendian... no
  156. checking vfork.h usability... no
  157. checking vfork.h presence... no
  158. checking for vfork.h... no
  159. checking for fork... yes
  160. checking for vfork... yes
  161. checking for working fork... yes
  162. checking for working vfork... (cached) yes
  163. checking for gettimeofday... yes
  164. checking for memset... yes
  165. checking for socket... yes
  166. checking for strchr... yes
  167. checking for malloc... yes
  168. checking for clock_gettime in -lrt... yes
  169. checking for the pthreads library -lpthreads... no
  170. checking whether pthreads work without any flags... no
  171. checking whether pthreads work with -Kthread... no
  172. checking whether pthreads work with -kthread... no
  173. checking for the pthreads library -llthread... no
  174. checking whether pthreads work with -pthread... yes
  175. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  176. checking if more special flags are required for pthreads... no
  177. checking for PTHREAD_PRIO_INHERIT... yes
  178. checking for pthread_self in -lpthread... yes
  179. checking for OPUS... yes
  180. checking for VPX... yes
  181. checking for CHECK... yes
  182. checking that generated files are newer than configure... done
  183. configure: creating ./config.status
  184. config.status: creating Makefile
  185. config.status: creating build/Makefile
  186. config.status: creating libtoxcore.pc
  187. config.status: creating tox.spec
  188. config.status: creating libtoxav.pc
  189. config.status: creating config.h
  190. config.status: config.h is unchanged
  191. config.status: executing depfiles commands
  192. config.status: executing libtool commands
  193. server@server.linuxnet Mon, 22 June 08:52:25 EDT 2015 ~/Git/toxcore
  194. make
  195. make all-recursive
  196. make[1]: Entering directory '/home/server/Git/toxcore'
  197. Making all in build
  198. make[2]: Entering directory '/home/server/Git/toxcore/build'
  199. make[2]: Nothing to be done for 'all'.
  200. make[2]: Leaving directory '/home/server/Git/toxcore/build'
  201. make[2]: Entering directory '/home/server/Git/toxcore'
  202. make[2]: Leaving directory '/home/server/Git/toxcore'
  203. make[1]: Leaving directory '/home/server/Git/toxcore'
  204. server@server.linuxnet Mon, 22 June 08:52:35 EDT 2015 ~/Git/toxcore
  205. sudo make install
  206. make install-recursive
  207. make[1]: Entering directory '/home/server/Git/toxcore'
  208. Making install in build
  209. make[2]: Entering directory '/home/server/Git/toxcore/build'
  210. make[3]: Entering directory '/home/server/Git/toxcore/build'
  211. /usr/bin/mkdir -p '/usr/local/lib'
  212. /bin/sh ../libtool --mode=install /usr/bin/install -c libtoxcore.la libtoxdns.la libtoxencryptsave.la libtoxav.la '/usr/local/lib'
  213. libtool: install: /usr/bin/install -c .libs/libtoxcore.so.0.0.0 /usr/local/lib/libtoxcore.so.0.0.0
  214. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxcore.so.0.0.0 libtoxcore.so.0 || { rm -f libtoxcore.so.0 && ln -s libtoxcore.so.0.0.0 libtoxcore.so.0; }; })
  215. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxcore.so.0.0.0 libtoxcore.so || { rm -f libtoxcore.so && ln -s libtoxcore.so.0.0.0 libtoxcore.so; }; })
  216. libtool: install: /usr/bin/install -c .libs/libtoxcore.lai /usr/local/lib/libtoxcore.la
  217. libtool: install: warning: relinking `libtoxdns.la'
  218. libtool: install: (cd /home/server/Git/toxcore/build; /bin/sh /home/server/Git/toxcore/libtool --silent --tag CC --mode=relink gcc -I.. -I../toxcore -pthread -g -O2 -version-info 0:0:0 -lm -lrt -o libtoxdns.la -rpath /usr/local/lib ../toxdns/libtoxdns_la-toxdns.lo libtoxcore.la -lsodium )
  219. libtool: install: /usr/bin/install -c .libs/libtoxdns.so.0.0.0T /usr/local/lib/libtoxdns.so.0.0.0
  220. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxdns.so.0.0.0 libtoxdns.so.0 || { rm -f libtoxdns.so.0 && ln -s libtoxdns.so.0.0.0 libtoxdns.so.0; }; })
  221. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxdns.so.0.0.0 libtoxdns.so || { rm -f libtoxdns.so && ln -s libtoxdns.so.0.0.0 libtoxdns.so; }; })
  222. libtool: install: /usr/bin/install -c .libs/libtoxdns.lai /usr/local/lib/libtoxdns.la
  223. libtool: install: warning: relinking `libtoxencryptsave.la'
  224. libtool: install: (cd /home/server/Git/toxcore/build; /bin/sh /home/server/Git/toxcore/libtool --silent --tag CC --mode=relink gcc -I.. -I../toxcore -pthread -g -O2 -version-info 0:0:0 -lm -lrt -o libtoxencryptsave.la -rpath /usr/local/lib ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-pbkdf2-sha256.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-pwhash_scryptsalsa208sha256.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-utils.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-crypto_scrypt-common.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-runtime.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/libtoxencryptsave_la-scrypt_platform.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/nosse/libtoxencryptsave_la-pwhash_scryptsalsa208sha256_nosse.lo ../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/sse/libtoxencryptsave_la-pwhash_scryptsalsa208sha256_sse.lo ../toxencryptsave/libtoxencryptsave_la-toxencryptsave.lo libtoxcore.la -lsodium )
  225. libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.so.0.0.0T /usr/local/lib/libtoxencryptsave.so.0.0.0
  226. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxencryptsave.so.0.0.0 libtoxencryptsave.so.0 || { rm -f libtoxencryptsave.so.0 && ln -s libtoxencryptsave.so.0.0.0 libtoxencryptsave.so.0; }; })
  227. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxencryptsave.so.0.0.0 libtoxencryptsave.so || { rm -f libtoxencryptsave.so && ln -s libtoxencryptsave.so.0.0.0 libtoxencryptsave.so; }; })
  228. libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.lai /usr/local/lib/libtoxencryptsave.la
  229. libtool: install: warning: relinking `libtoxav.la'
  230. libtool: install: (cd /home/server/Git/toxcore/build; /bin/sh /home/server/Git/toxcore/libtool --silent --tag CC --mode=relink gcc -I../toxcore -I../toxav -I/usr/include/opus -pthread -g -O2 -version-info 0:0:0 -o libtoxav.la -rpath /usr/local/lib ../toxav/libtoxav_la-rtp.lo ../toxav/libtoxav_la-msi.lo ../toxav/libtoxav_la-group.lo ../toxav/libtoxav_la-codec.lo ../toxav/libtoxav_la-toxav.lo libtoxcore.la -lopus -lvpx -lm -lsodium )
  231. libtool: install: /usr/bin/install -c .libs/libtoxav.so.0.0.0T /usr/local/lib/libtoxav.so.0.0.0
  232. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxav.so.0.0.0 libtoxav.so.0 || { rm -f libtoxav.so.0 && ln -s libtoxav.so.0.0.0 libtoxav.so.0; }; })
  233. libtool: install: (cd /usr/local/lib && { ln -s -f libtoxav.so.0.0.0 libtoxav.so || { rm -f libtoxav.so && ln -s libtoxav.so.0.0.0 libtoxav.so; }; })
  234. libtool: install: /usr/bin/install -c .libs/libtoxav.lai /usr/local/lib/libtoxav.la
  235. libtool: install: /usr/bin/install -c .libs/libtoxcore.a /usr/local/lib/libtoxcore.a
  236. libtool: install: chmod 644 /usr/local/lib/libtoxcore.a
  237. libtool: install: ranlib /usr/local/lib/libtoxcore.a
  238. libtool: install: /usr/bin/install -c .libs/libtoxdns.a /usr/local/lib/libtoxdns.a
  239. libtool: install: chmod 644 /usr/local/lib/libtoxdns.a
  240. libtool: install: ranlib /usr/local/lib/libtoxdns.a
  241. libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.a /usr/local/lib/libtoxencryptsave.a
  242. libtool: install: chmod 644 /usr/local/lib/libtoxencryptsave.a
  243. libtool: install: ranlib /usr/local/lib/libtoxencryptsave.a
  244. libtool: install: /usr/bin/install -c .libs/libtoxav.a /usr/local/lib/libtoxav.a
  245. libtool: install: chmod 644 /usr/local/lib/libtoxav.a
  246. libtool: install: ranlib /usr/local/lib/libtoxav.a
  247. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  248. ----------------------------------------------------------------------
  249. Libraries have been installed in:
  250. /usr/local/lib
  251.  
  252. If you ever happen to want to link against installed libraries
  253. in a given directory, LIBDIR, you must either use libtool, and
  254. specify the full pathname of the library, or use the `-LLIBDIR'
  255. flag during linking and do at least one of the following:
  256. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  257. during execution
  258. - add LIBDIR to the `LD_RUN_PATH' environment variable
  259. during linking
  260. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  261. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  262.  
  263. See any operating system documentation about shared libraries for
  264. more information, such as the ld(1) and ld.so(8) manual pages.
  265. ----------------------------------------------------------------------
  266. /usr/bin/mkdir -p '/usr/local/bin'
  267. /bin/sh ../libtool --mode=install /usr/bin/install -c DHT_bootstrap '/usr/local/bin'
  268. libtool: install: /usr/bin/install -c .libs/DHT_bootstrap /usr/local/bin/DHT_bootstrap
  269. /usr/bin/mkdir -p '/usr/local/include/tox'
  270. /usr/bin/install -c -m 644 ../toxav/toxav.h '/usr/local/include/tox'
  271. /usr/bin/mkdir -p '/usr/local/include/tox'
  272. /usr/bin/install -c -m 644 ../toxcore/tox.h ../toxcore/tox_old.h '/usr/local/include/tox'
  273. /usr/bin/mkdir -p '/usr/local/include/tox'
  274. /usr/bin/install -c -m 644 ../toxdns/toxdns.h '/usr/local/include/tox'
  275. /usr/bin/mkdir -p '/usr/local/include/tox'
  276. /usr/bin/install -c -m 644 ../toxencryptsave/toxencryptsave.h '/usr/local/include/tox'
  277. make[3]: Leaving directory '/home/server/Git/toxcore/build'
  278. make[2]: Leaving directory '/home/server/Git/toxcore/build'
  279. make[2]: Entering directory '/home/server/Git/toxcore'
  280. make[3]: Entering directory '/home/server/Git/toxcore'
  281. make[3]: Nothing to be done for 'install-exec-am'.
  282. /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
  283. /usr/bin/install -c -m 644 ./libtoxcore.pc ./libtoxav.pc '/usr/local/lib/pkgconfig'
  284. make[3]: Leaving directory '/home/server/Git/toxcore'
  285. make[2]: Leaving directory '/home/server/Git/toxcore'
  286. make[1]: Leaving directory '/home/server/Git/toxcore'
  287. server@server.linuxnet Mon, 22 June 08:52:51 EDT 2015 ~/Git/toxcore
  288. cd ../qtox
  289. server@server.linuxnet Mon, 22 June 08:53:00 EDT 2015 ~/Git/qtox
  290. ./qtox
  291. ./qtox: error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory
  292. server@server.linuxnet Mon, 22 June 08:53:03 EDT 2015 ~/Git/qtox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement