Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.61 KB | None | 0 0
  1. Log started at: Tue Dec 13 21:15:05 EST 2016
  2.  
  3. = = = = = = = = = = = = = = = = = = = = =
  4. Installing dependencies for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  5. = = = = = = = = = = = = = = = = = = = = =
  6.  
  7. /home/pi/RetroPie-Setup/tmp/build/retroarch /home/pi
  8.  
  9. = = = = = = = = = = = = = = = = = = = = =
  10. Getting sources for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  11. = = = = = = = = = = = = = = = = = = = = =
  12.  
  13. git clone --depth 1 "https://github.com/libretro/RetroArch.git" "/home/pi/RetroPie-Setup/tmp/build/retroarch"
  14. Cloning into '/home/pi/RetroPie-Setup/tmp/build/retroarch'...
  15. patching file input/input_driver.c
  16. Hunk #1 succeeded at 120 (offset 4 lines).
  17. Hunk #2 succeeded at 811 (offset 132 lines).
  18. patching file menu/widgets/menu_entry.c
  19. Hunk #1 succeeded at 545 (offset 2 lines).
  20. /home/pi
  21. /home/pi/RetroPie-Setup/tmp/build/retroarch /home/pi
  22.  
  23. = = = = = = = = = = = = = = = = = = = = =
  24. Building 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  25. = = = = = = = = = = = = = = = = = = = = =
  26.  
  27. Checking operating system ... Linux
  28. Checking for suitable working C compiler ... /usr/bin/gcc works
  29. Checking for suitable working C++ compiler ... /usr/bin/g++ works
  30. Checking for pkg-config ... /usr/bin/pkg-config
  31. Checking for availability of switch -std=gnu99 in /usr/bin/gcc ... yes
  32. Checking for availability of switch -Wno-unused-result in /usr/bin/gcc ... yes
  33. Checking for availability of switch -Wno-unused-variable in /usr/bin/gcc ... yes
  34. Checking function bcm_host_init in -lbcm_host ... yes
  35. Checking function sd_get_machine_names in -lsystemd ... no
  36. Checking presence of package egl ... no
  37. Checking existence of -lEGL -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm ... yes
  38. Checking function ass_library_init in -lass ... no
  39. Checking function pthread_create in -lpthread ... yes
  40. Checking function pthread_key_create in -lpthread ... yes
  41. Checking function dlopen in -ldl ... yes
  42. Checking function socket in -lc ... yes
  43. Checking function getaddrinfo in -lc ... yes
  44. Checking existence of -lminiupnpc ... no
  45. Checking function fcntl in -lc ... yes
  46. Checking function getopt_long in -lc ... yes
  47. Checking presence of package alsa ... 1.0.28
  48. Checking presence of header file soundcard.h ... no
  49. Checking existence of -lossaudio ... no
  50. Checking presence of package rsound >= 1.1 ... no
  51. Checking presence of package libroar ... no
  52. Checking presence of package sdl2 >= 2.0.0 ... 2.0.4
  53. Checking presence of package libusb-1.0 >= 1.0.16 ... 1.0.19
  54. Checking presence of header file GL/gl.h ... yes
  55. Checking existence of -lGL ... yes
  56. Checking function cgCreateContext in -lCg ... no
  57. Checking presence of package zlib ... 1.2.8
  58. Checking function dlopen in -ldl ... yes
  59. Checking presence of package gbm >= 9.0 ... no
  60. Checking presence of package libdrm ... 2.4.71
  61. Checking presence of package libxml-2.0 ... no
  62. Checking presence of package glesv2 ... no
  63. Checking existence of -lGLESv2 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm ... yes
  64. Checking presence of package vg ... no
  65. Checking existence of -lOpenVG -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm ... yes
  66. Checking presence of package libv4l2 ... no
  67. Checking presence of package freetype2 ... 18.0.12
  68. Checking presence of package xcb ... 1.10
  69. Checking presence of package wayland-egl ... no
  70. Checking presence of package xkbcommon >= 0.3.2 ... 0.4.3
  71. Checking presence of package dbus-1 ... 1.8.20
  72. Notice: X11, Xext or xf86vm not present. Skipping X11 code paths.
  73. Checking presence of package libudev ... 215
  74. Checking presence of header file linux/parport.h ... yes
  75. Checking presence of header file linux/ppdev.h ... yes
  76. Checking function strlcpy in -lc ... no
  77. Checking function strcasestr in -lc ... yes
  78. Checking function mmap in -lc ... yes
  79. Checking function vkCreateInstance in -lvulkan ... no
  80. Checking presence of predefined macro __ARM_NEON__ ... yes
  81. Creating make config: config.mk
  82. Creating config header: config.h
  83. rm -rf obj-unix
  84. rm -f retroarch
  85. rm -f *.d
  86. CC input/drivers/linuxraw_input.c
  87. CC input/common/linux_common.c
  88. CC input/common/epoll_common.c
  89. CC input/drivers_joypad/linuxraw_joypad.c
  90. CC frontend/drivers/platform_linux.c
  91. CC version_git.c
  92. CC frontend/frontend.c
  93. CC frontend/frontend_driver.c
  94. CC frontend/drivers/platform_null.c
  95. CC ui/ui_companion_driver.c
  96. CC ui/drivers/ui_null.c
  97. CC ui/drivers/null/ui_null_window.c
  98. CC ui/drivers/null/ui_null_browser_window.c
  99. CC ui/drivers/null/ui_null_msg_window.c
  100. CC ui/drivers/null/ui_null_application.c
  101. CC core_impl.c
  102. CC retroarch.c
  103. CC dirs.c
  104. CC paths.c
  105. CC input/input_keyboard.c
  106. CC command.c
  107. CC msg_hash.c
  108. CC intl/msg_hash_us.c
  109. CC runloop.c
  110. CC libretro-common/algorithms/mismatch.c
  111. CC libretro-common/queues/task_queue.c
  112. CC tasks/task_content.c
  113. CC tasks/task_save.c
  114. CC tasks/task_file_transfer.c
  115. CC tasks/task_image.c
  116. CC libretro-common/encodings/encoding_utf.c
  117. CC libretro-common/encodings/encoding_crc32.c
  118. CC libretro-common/lists/file_list.c
  119. CC libretro-common/lists/dir_list.c
  120. CC libretro-common/file/retro_dirent.c
  121. CC libretro-common/streams/file_stream.c
  122. CC libretro-common/streams/interface_stream.c
  123. CC libretro-common/streams/memory_stream.c
  124. CC libretro-common/file/retro_stat.c
  125. CC libretro-common/lists/string_list.c
  126. CC libretro-common/string/stdstring.c
  127. CC libretro-common/memmap/memalign.c
  128. CC setting_list.c
  129. CC list_special.c
  130. CC libretro-common/file/nbio/nbio_stdio.c
  131. CC libretro-common/file/file_path.c
  132. CC file_path_special.c
  133. CC file_path_str.c
  134. CC libretro-common/hash/rhash.c
  135. CC audio/audio_driver.c
  136. CC input/input_driver.c
  137. CC gfx/video_coord_array.c
  138. CC gfx/video_driver.c
  139. CC camera/camera_driver.c
  140. CC wifi/wifi_driver.c
  141. CC location/location_driver.c
  142. CC driver.c
  143. CC configuration.c
  144. CC libretro-common/dynamic/dylib.c
  145. CC dynamic.c
  146. CC cores/dynamic_dummy.c
  147. CC libretro-common/queues/message_queue.c
  148. CC managers/state_manager.c
  149. CC gfx/drivers_font_renderer/bitmapfont.c
  150. CC tasks/task_autodetect.c
  151. CC input/input_autodetect_builtin.c
  152. CC input/input_joypad_driver.c
  153. CC input/input_config.c
  154. CC input/input_keymaps.c
  155. CC input/input_remapping.c
  156. CC tasks/task_overlay.c
  157. CC input/input_overlay.c
  158. CC patch.c
  159. CC libretro-common/queues/fifo_queue.c
  160. CC managers/core_option_manager.c
  161. CC libretro-common/compat/compat_fnmatch.c
  162. CC libretro-common/compat/compat_posix_string.c
  163. CC managers/cheat_manager.c
  164. CC core_info.c
  165. CC libretro-common/file/config_file.c
  166. CC libretro-common/file/config_file_userdata.c
  167. CC tasks/task_screenshot.c
  168. CC libretro-common/gfx/scaler/scaler.c
  169. CC gfx/drivers_shader/shader_null.c
  170. CC gfx/video_shader_driver.c
  171. CC gfx/video_shader_parse.c
  172. CC libretro-common/gfx/scaler/pixconv.c
  173. CC libretro-common/gfx/scaler/scaler_int.c
  174. CC libretro-common/gfx/scaler/scaler_filter.c
  175. CC gfx/font_driver.c
  176. CC gfx/video_filter.c
  177. CC libretro-common/audio/resampler/audio_resampler.c
  178. CC audio/audio_dsp_filter.c
  179. CC libretro-common/audio/resampler/drivers/sinc_resampler.c
  180. CC libretro-common/audio/resampler/drivers/nearest_resampler.c
  181. CC libretro-common/audio/resampler/drivers/null_resampler.c
  182. CC location/drivers/nulllocation.c
  183. CC camera/drivers/nullcamera.c
  184. CC wifi/drivers/nullwifi.c
  185. CC gfx/drivers/nullgfx.c
  186. CC audio/drivers/nullaudio.c
  187. CC input/drivers/nullinput.c
  188. CC input/drivers_hid/null_hid.c
  189. CC input/drivers_joypad/null_joypad.c
  190. CC playlist.c
  191. CC movie.c
  192. CC record/record_driver.c
  193. CC record/drivers/record_null.c
  194. CC libretro-common/features/features_cpu.c
  195. CC performance_counters.c
  196. CC verbosity.c
  197. CC audio/drivers_resampler/cc_resampler.c
  198. CC intl/msg_hash_de.c
  199. CC intl/msg_hash_eo.c
  200. CC intl/msg_hash_es.c
  201. CC intl/msg_hash_fr.c
  202. CC intl/msg_hash_it.c
  203. CC intl/msg_hash_ja.c
  204. CC intl/msg_hash_nl.c
  205. CC intl/msg_hash_pl.c
  206. CC intl/msg_hash_pt.c
  207. CC intl/msg_hash_ru.c
  208. CC intl/msg_hash_vn.c
  209. CC intl/msg_hash_chs.c
  210. CC libretro-common/compat/compat_strl.c
  211. CC libretro-common/formats/image_texture.c
  212. CC cores/libretro-imageviewer/image_core.c
  213. CC libretro-db/bintree.c
  214. CC libretro-db/libretrodb.c
  215. CC libretro-db/query.c
  216. CC libretro-db/rmsgpack.c
  217. CC libretro-db/rmsgpack_dom.c
  218. CC database_info.c
  219. CC tasks/task_database.c
  220. CC tasks/task_database_cue.c
  221. CC audio/drivers/alsa.c
  222. make: *** No rule to make target 'obj-unix/audio/drivers_resampler/sinc_resampler_neon.o', needed by 'retroarch'.  Stop.
  223. make: *** Waiting for unfinished jobs....
  224. CC audio/drivers/alsathread.c
  225. /home/pi
  226. Could not successfully build RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators (/home/pi/RetroPie-Setup/tmp/build/retroarch/retroarch not found).
  227.  
  228. Log ended at: Tue Dec 13 21:17:09 EST 2016
  229. Total running time: 0 hours, 2 mins, 4 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement