Advertisement
Guest User

Libimobiledevice install log

a guest
Jan 24th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.63 KB | None | 0 0
  1. Last login: Sun Jan 24 14:28:43 on ttys000
  2. Cli-MacBook:~ clib$ cd Desktop/Projects/libimobiledevice
  3. Cli-MacBook:libimobiledevice clib$ PKG_CONFIG_PATH=/opt/local/lib/pkgconfig ./autogen.sh
  4. glibtoolize: putting auxiliary files in '.'.
  5. glibtoolize: linking file './ltmain.sh'
  6. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  7. glibtoolize: linking file 'm4/libtool.m4'
  8. glibtoolize: linking file 'm4/ltoptions.m4'
  9. glibtoolize: linking file 'm4/ltsugar.m4'
  10. glibtoolize: linking file 'm4/ltversion.m4'
  11. glibtoolize: linking file 'm4/lt~obsolete.m4'
  12. configure.ac:31: installing './compile'
  13. configure.ac:34: installing './config.guess'
  14. configure.ac:34: installing './config.sub'
  15. configure.ac:6: installing './install-sh'
  16. configure.ac:6: installing './missing'
  17. common/Makefile.am: installing './depcomp'
  18. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  21. checking for gawk... no
  22. checking for mawk... no
  23. checking for nawk... no
  24. checking for awk... awk
  25. checking whether make sets $(MAKE)... yes
  26. checking whether make supports nested variables... yes
  27. checking whether make supports nested variables... (cached) yes
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking whether gcc understands -c and -o together... yes
  38. checking for style of include used by make... GNU
  39. checking dependency style of gcc... gcc3
  40. checking for g++... g++
  41. checking whether we are using the GNU C++ compiler... yes
  42. checking whether g++ accepts -g... yes
  43. checking dependency style of g++... gcc3
  44. checking build system type... x86_64-apple-darwin14.5.0
  45. checking host system type... x86_64-apple-darwin14.5.0
  46. checking how to print strings... printf
  47. checking for a sed that does not truncate output... /usr/local/bin/sed
  48. checking for grep that handles long lines and -e... /usr/local/bin/ggrep
  49. checking for egrep... /usr/local/bin/ggrep -E
  50. checking for fgrep... /usr/local/bin/ggrep -F
  51. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  52. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  54. checking the name lister (/usr/bin/nm) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 196608
  57. checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format... func_convert_file_noop
  58. checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format... func_convert_file_noop
  59. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  60. checking for objdump... no
  61. checking how to recognize dependent libraries... pass_all
  62. checking for dlltool... no
  63. checking how to associate runtime and link libraries... printf %s\n
  64. checking for ar... ar
  65. checking for archiver @FILE support... no
  66. checking for strip... strip
  67. checking for ranlib... ranlib
  68. checking command to parse /usr/bin/nm output from gcc object... ok
  69. checking for sysroot... no
  70. checking for a working dd... /bin/dd
  71. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  72. checking for mt... no
  73. checking if : is a manifest tool... no
  74. checking for dsymutil... dsymutil
  75. checking for nmedit... nmedit
  76. checking for lipo... lipo
  77. checking for otool... otool
  78. checking for otool64... no
  79. checking for -single_module linker flag... yes
  80. checking for -exported_symbols_list linker flag... yes
  81. checking for -force_load linker flag... yes
  82. checking how to run the C preprocessor... gcc -E
  83. checking for ANSI C header files... yes
  84. checking for sys/types.h... yes
  85. checking for sys/stat.h... yes
  86. checking for stdlib.h... yes
  87. checking for string.h... yes
  88. checking for memory.h... yes
  89. checking for strings.h... yes
  90. checking for inttypes.h... yes
  91. checking for stdint.h... yes
  92. checking for unistd.h... yes
  93. checking for dlfcn.h... yes
  94. checking for objdir... .libs
  95. checking if gcc supports -fno-rtti -fno-exceptions... yes
  96. checking for gcc option to produce PIC... -fno-common -DPIC
  97. checking if gcc PIC flag -fno-common -DPIC works... yes
  98. checking if gcc static flag -static works... no
  99. checking if gcc supports -c -o file.o... yes
  100. checking if gcc supports -c -o file.o... (cached) yes
  101. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  102. checking dynamic linker characteristics... darwin14.5.0 dyld
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... yes
  108. checking how to run the C++ preprocessor... g++ -E
  109. checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  110. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  111. checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  112. checking for g++ option to produce PIC... -fno-common -DPIC
  113. checking if g++ PIC flag -fno-common -DPIC works... yes
  114. checking if g++ static flag -static works... no
  115. checking if g++ supports -c -o file.o... yes
  116. checking if g++ supports -c -o file.o... (cached) yes
  117. checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  118. checking dynamic linker characteristics... darwin14.5.0 dyld
  119. checking how to hardcode library paths into programs... immediate
  120. checking for pkg-config... /usr/local/bin/pkg-config
  121. checking pkg-config is at least version 0.9.0... yes
  122. checking for libusbmuxd... yes
  123. checking for libplist... yes
  124. checking for libplistmm... yes
  125. checking for pthread_create, pthread_mutex_lock in -lpthread... yes
  126. checking for ANSI C header files... (cached) yes
  127. checking for stdint.h... (cached) yes
  128. checking for stdlib.h... (cached) yes
  129. checking for string.h... (cached) yes
  130. checking gcrypt.h usability... no
  131. checking gcrypt.h presence... no
  132. checking for gcrypt.h... no
  133. checking for an ANSI C-conforming const... yes
  134. checking for size_t... yes
  135. checking for ssize_t... yes
  136. checking for uint16_t... yes
  137. checking for uint32_t... yes
  138. checking for uint8_t... yes
  139. checking for asprintf... yes
  140. checking for strcasecmp... yes
  141. checking for strdup... yes
  142. checking for strerror... yes
  143. checking for strndup... yes
  144. checking for stpcpy... yes
  145. checking for vasprintf... yes
  146. checking endian.h usability... no
  147. checking endian.h presence... no
  148. checking for endian.h... no
  149. checking whether byte ordering is bigendian... no
  150. checking whether to enable WIN32 build settings... no
  151. checking for a Python interpreter with version >= 2.3... python
  152. checking for python... /usr/local/bin/python
  153. checking for python version... 2.7
  154. checking for python platform... darwin
  155. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  156. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  157. checking for cython... no
  158. configure: WARNING: cannot find 'cython' program. You should look at http://www.cython.org or install your distribution specific cython package.
  159. checking for python2.7... (cached) /usr/local/bin/python
  160. checking for a version of Python >= '2.1.0'... yes
  161. checking for the distutils Python package... yes
  162. checking for Python include path... /usr/local/bin/python-config is /usr/local/bin/python-config
  163. -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7
  164. checking for Python library path... /usr/local/bin/python-config is /usr/local/bin/python-config
  165. -L/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
  166. checking for Python site-packages path... /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  167. checking python extra libraries... ('', '-ldl -framework CoreFoundation')
  168. checking python extra linking flags... -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python
  169. checking consistency of all components of python development environment... yes
  170. checking for openssl... yes
  171. checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden
  172. checking for special C compiler options needed for large files... no
  173. checking for _FILE_OFFSET_BITS value needed for large files... no
  174. checking for native large file support... yes
  175. checking for _LARGEFILE_SOURCE value needed for large files... no
  176. checking whether make supports nested variables... (cached) yes
  177. checking that generated files are newer than configure... done
  178. configure: creating ./config.status
  179. config.status: creating Makefile
  180. config.status: creating common/Makefile
  181. config.status: creating src/Makefile
  182. config.status: creating src/libimobiledevice-1.0.pc
  183. config.status: creating include/Makefile
  184. config.status: creating tools/Makefile
  185. config.status: creating cython/Makefile
  186. config.status: creating docs/Makefile
  187. config.status: creating doxygen.cfg
  188. config.status: creating config.h
  189. config.status: executing depfiles commands
  190. config.status: executing libtool commands
  191.  
  192. Configuration for libimobiledevice 1.2.1:
  193. -------------------------------------------
  194.  
  195. Install prefix: .........: /usr/local
  196. Debug code ..............: no
  197. Python bindings .........: no
  198. SSL support backend .....: OpenSSL
  199.  
  200. Now type 'make' to build libimobiledevice 1.2.1,
  201. and then 'make install' for installation.
  202.  
  203. Cli-MacBook:libimobiledevice clib$ make
  204. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  205. Making all in common
  206. CC socket.lo
  207. CC thread.lo
  208. CC debug.lo
  209. CC userpref.lo
  210. CC utils.lo
  211. CCLD libinternalcommon.la
  212. Making all in src
  213. CC idevice.lo
  214. CC service.lo
  215. CC property_list_service.lo
  216. CC device_link_service.lo
  217. CC lockdown.lo
  218. CC afc.lo
  219. CC file_relay.lo
  220. CC notification_proxy.lo
  221. CC installation_proxy.lo
  222. CC sbservices.lo
  223. CC mobile_image_mounter.lo
  224. CC screenshotr.lo
  225. CC mobilesync.lo
  226. CC mobilebackup.lo
  227. CC house_arrest.lo
  228. CC mobilebackup2.lo
  229. CC misagent.lo
  230. CC restore.lo
  231. CC diagnostics_relay.lo
  232. CC heartbeat.lo
  233. CC debugserver.lo
  234. CC webinspector.lo
  235. CC syslog_relay.lo
  236. CCLD libimobiledevice.la
  237. Making all in include
  238. make[2]: Nothing to be done for `all'.
  239. Making all in tools
  240. CC idevice_id-idevice_id.o
  241. CCLD idevice_id
  242. CC ideviceinfo-ideviceinfo.o
  243. CCLD ideviceinfo
  244. CC idevicename-idevicename.o
  245. CCLD idevicename
  246. CC idevicepair-idevicepair.o
  247. CCLD idevicepair
  248. CC idevicesyslog-idevicesyslog.o
  249. CCLD idevicesyslog
  250. CC ideviceimagemounter-ideviceimagemounter.o
  251. CCLD ideviceimagemounter
  252. CC idevicescreenshot-idevicescreenshot.o
  253. CCLD idevicescreenshot
  254. CC ideviceenterrecovery-ideviceenterrecovery.o
  255. CCLD ideviceenterrecovery
  256. CC idevicedate-idevicedate.o
  257. CCLD idevicedate
  258. CC idevicebackup-idevicebackup.o
  259. CCLD idevicebackup
  260. CC idevicebackup2-idevicebackup2.o
  261. CCLD idevicebackup2
  262. CC ideviceprovision-ideviceprovision.o
  263. CCLD ideviceprovision
  264. CC idevicedebugserverproxy-idevicedebugserverproxy.o
  265. CCLD idevicedebugserverproxy
  266. CC idevicediagnostics-idevicediagnostics.o
  267. CCLD idevicediagnostics
  268. CC idevicedebug-idevicedebug.o
  269. CCLD idevicedebug
  270. CC idevicenotificationproxy-idevicenotificationproxy.o
  271. CCLD idevicenotificationproxy
  272. CC idevicecrashreport-idevicecrashreport.o
  273. CCLD idevicecrashreport
  274. Making all in docs
  275. make[2]: Nothing to be done for `all'.
  276. make[2]: Nothing to be done for `all-am'.
  277. Cli-MacBook:libimobiledevice clib$ sudo make install
  278. Password:
  279. Making install in common
  280. make[2]: Nothing to be done for `install-exec-am'.
  281. make[2]: Nothing to be done for `install-data-am'.
  282. Making install in src
  283. /usr/local/bin/gmkdir -p '/usr/local/lib'
  284. /bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c libimobiledevice.la '/usr/local/lib'
  285. libtool: install: /usr/local/bin/ginstall -c .libs/libimobiledevice.6.dylib /usr/local/lib/libimobiledevice.6.dylib
  286. libtool: install: (cd /usr/local/lib && { ln -s -f libimobiledevice.6.dylib libimobiledevice.dylib || { rm -f libimobiledevice.dylib && ln -s libimobiledevice.6.dylib libimobiledevice.dylib; }; })
  287. libtool: install: /usr/local/bin/ginstall -c .libs/libimobiledevice.lai /usr/local/lib/libimobiledevice.la
  288. libtool: install: /usr/local/bin/ginstall -c .libs/libimobiledevice.a /usr/local/lib/libimobiledevice.a
  289. libtool: install: chmod 644 /usr/local/lib/libimobiledevice.a
  290. libtool: install: ranlib /usr/local/lib/libimobiledevice.a
  291. /usr/local/bin/gmkdir -p '/usr/local/lib/pkgconfig'
  292. /usr/local/bin/ginstall -c -m 644 libimobiledevice-1.0.pc '/usr/local/lib/pkgconfig'
  293. Making install in include
  294. make[2]: Nothing to be done for `install-exec-am'.
  295. /usr/local/bin/gmkdir -p '/usr/local/include'
  296. /usr/local/bin/gmkdir -p '/usr/local/include/libimobiledevice'
  297. /usr/local/bin/ginstall -c -m 644 libimobiledevice/libimobiledevice.h libimobiledevice/lockdown.h libimobiledevice/afc.h libimobiledevice/file_relay.h libimobiledevice/notification_proxy.h libimobiledevice/installation_proxy.h libimobiledevice/sbservices.h libimobiledevice/mobile_image_mounter.h libimobiledevice/screenshotr.h libimobiledevice/mobilesync.h libimobiledevice/mobilebackup.h libimobiledevice/house_arrest.h libimobiledevice/mobilebackup2.h libimobiledevice/misagent.h libimobiledevice/restore.h libimobiledevice/webinspector.h libimobiledevice/heartbeat.h libimobiledevice/diagnostics_relay.h libimobiledevice/debugserver.h libimobiledevice/syslog_relay.h libimobiledevice/property_list_service.h libimobiledevice/service.h '/usr/local/include/libimobiledevice'
  298. Making install in tools
  299. /usr/local/bin/gmkdir -p '/usr/local/bin'
  300. /bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport '/usr/local/bin'
  301. libtool: install: /usr/local/bin/ginstall -c .libs/idevice_id /usr/local/bin/idevice_id
  302. libtool: install: /usr/local/bin/ginstall -c .libs/ideviceinfo /usr/local/bin/ideviceinfo
  303. libtool: install: /usr/local/bin/ginstall -c .libs/idevicename /usr/local/bin/idevicename
  304. libtool: install: /usr/local/bin/ginstall -c .libs/idevicepair /usr/local/bin/idevicepair
  305. libtool: install: /usr/local/bin/ginstall -c .libs/idevicesyslog /usr/local/bin/idevicesyslog
  306. libtool: install: /usr/local/bin/ginstall -c .libs/ideviceimagemounter /usr/local/bin/ideviceimagemounter
  307. libtool: install: /usr/local/bin/ginstall -c .libs/idevicescreenshot /usr/local/bin/idevicescreenshot
  308. libtool: install: /usr/local/bin/ginstall -c .libs/ideviceenterrecovery /usr/local/bin/ideviceenterrecovery
  309. libtool: install: /usr/local/bin/ginstall -c .libs/idevicedate /usr/local/bin/idevicedate
  310. libtool: install: /usr/local/bin/ginstall -c .libs/idevicebackup /usr/local/bin/idevicebackup
  311. libtool: install: /usr/local/bin/ginstall -c .libs/idevicebackup2 /usr/local/bin/idevicebackup2
  312. libtool: install: /usr/local/bin/ginstall -c .libs/ideviceprovision /usr/local/bin/ideviceprovision
  313. libtool: install: /usr/local/bin/ginstall -c .libs/idevicedebugserverproxy /usr/local/bin/idevicedebugserverproxy
  314. libtool: install: /usr/local/bin/ginstall -c .libs/idevicediagnostics /usr/local/bin/idevicediagnostics
  315. libtool: install: /usr/local/bin/ginstall -c .libs/idevicedebug /usr/local/bin/idevicedebug
  316. libtool: install: /usr/local/bin/ginstall -c .libs/idevicenotificationproxy /usr/local/bin/idevicenotificationproxy
  317. libtool: install: /usr/local/bin/ginstall -c .libs/idevicecrashreport /usr/local/bin/idevicecrashreport
  318. make[2]: Nothing to be done for `install-data-am'.
  319. Making install in docs
  320. make[2]: Nothing to be done for `install-exec-am'.
  321. /usr/local/bin/gmkdir -p '/usr/local/share/man/man1'
  322. /usr/local/bin/ginstall -c -m 644 idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 idevicename.1 idevicedebug.1 idevicenotificationproxy.1 '/usr/local/share/man/man1'
  323. make[2]: Nothing to be done for `install-exec-am'.
  324. make[2]: Nothing to be done for `install-data-am'.
  325. Cli-MacBook:libimobiledevice clib$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement