Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. Log started at: Thu Oct 27 02:16:41 ACDT 2016
  2.  
  3. = = = = = = = = = = = = = = = = = = = = =
  4. Installing dependencies for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  5. = = = = = = = = = = = = = = = = = = = = =
  6.  
  7. ~/RetroPie-Setup/tmp/build/retroarch ~/RetroPie-Setup
  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/retro/RetroPie-Setup/tmp/build/retroarch"
  14. Cloning into '/home/retro/RetroPie-Setup/tmp/build/retroarch'...
  15. patching file input/input_driver.c
  16. Hunk #1 succeeded at 112 (offset 6 lines).
  17. Hunk #2 succeeded at 540 with fuzz 2 (offset -23 lines).
  18. patching file menu/widgets/menu_entry.c
  19. Hunk #1 succeeded at 544 (offset 1 line).
  20. ~/RetroPie-Setup
  21. ~/RetroPie-Setup/tmp/build/retroarch ~/RetroPie-Setup
  22.  
  23. = = = = = = = = = = = = = = = = = = = = =
  24. Building 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  25. = = = = = = = = = = = = = = = = = = = = =
  26.  
  27. Checking operating system ... Linux (Ubuntu 14.04.5 LTS 14.04)
  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 ... no
  35. Checking function sd_get_machine_names in -lsystemd ... no
  36. Checking presence of package egl ... no
  37. Checking existence of -lEGL ... 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 function fcntl in -lc ... yes
  45. Checking function getopt_long in -lc ... yes
  46. Checking presence of package alsa ... 1.0.27.2
  47. Checking presence of header file soundcard.h ... no
  48. Checking existence of -lossaudio ... no
  49. Checking presence of package rsound >= 1.1 ... no
  50. Checking presence of package libroar ... no
  51. Checking presence of package sdl2 >= 2.0.0 ... 2.0.4
  52. Checking presence of package libusb-1.0 >= 1.0.16 ... 1.0.17
  53. Checking presence of package zlib ... 1.2.8
  54. Checking function dlopen in -ldl ... yes
  55. Checking presence of package gbm >= 9.0 ... 10.1.3
  56. Checking presence of package libdrm ... 2.4.60
  57. Checking presence of package libxml-2.0 ... 2.9.1
  58. Checking presence of package glesv2 ... no
  59. Checking existence of -lGLESv2 ... yes
  60. Checking presence of package vg ... no
  61. Checking existence of -lOpenVG ... no
  62. Checking presence of package libv4l2 ... 1.0.1
  63. Checking presence of package freetype2 ... 17.1.11
  64. Checking presence of package xcb ... 1.10
  65. Checking presence of package wayland-egl ... no
  66. Checking presence of package xkbcommon >= 0.3.2 ... 0.4.1
  67. Checking presence of package dbus-1 ... 1.6.18
  68. Notice: X11, Xext or xf86vm not present. Skipping X11 code paths.
  69. Checking presence of package libudev ... 204
  70. Checking presence of header file linux/parport.h ... yes
  71. Checking presence of header file linux/ppdev.h ... yes
  72. Checking function strlcpy in -lc ... no
  73. Checking function strcasestr in -lc ... yes
  74. Checking function mmap in -lc ... yes
  75. Checking function vkCreateInstance in -lvulkan ... no
  76. Checking presence of predefined macro __ARM_NEON__ ... yes
  77. Creating make config: config.mk
  78. Creating config header: config.h
  79. rm -rf obj-unix
  80. rm -f retroarch
  81. rm -f *.d
  82. CC input/drivers/linuxraw_input.c
  83. CC input/common/linux_common.c
  84. CC input/common/epoll_common.c
  85. CC input/drivers_joypad/linuxraw_joypad.c
  86. CC frontend/drivers/platform_linux.c
  87. CC version_git.c
  88. CC frontend/frontend.c
  89. CC frontend/frontend_driver.c
  90. CC frontend/drivers/platform_null.c
  91. CC ui/ui_companion_driver.c
  92. CC ui/drivers/ui_null.c
  93. CC ui/drivers/null/ui_null_window.c
  94. CC ui/drivers/null/ui_null_browser_window.c
  95. CC ui/drivers/null/ui_null_msg_window.c
  96. CC ui/drivers/null/ui_null_application.c
  97. CC core_impl.c
  98. CC retroarch.c
  99. CC dirs.c
  100. CC paths.c
  101. CC input/input_keyboard.c
  102. CC command.c
  103. CC msg_hash.c
  104. CC intl/msg_hash_us.c
  105. CC runloop.c
  106. CC libretro-common/algorithms/mismatch.c
  107. CC libretro-common/queues/task_queue.c
  108. CC tasks/task_content.c
  109. CC tasks/task_save.c
  110. CC tasks/task_file_transfer.c
  111. CC tasks/task_image.c
  112. CC libretro-common/encodings/encoding_utf.c
  113. CC libretro-common/encodings/encoding_crc32.c
  114. CC libretro-common/lists/file_list.c
  115. CC libretro-common/lists/dir_list.c
  116. CC libretro-common/file/retro_dirent.c
  117. CC libretro-common/streams/file_stream.c
  118. CC libretro-common/streams/interface_stream.c
  119. CC libretro-common/streams/memory_stream.c
  120. CC libretro-common/file/retro_stat.c
  121. CC libretro-common/lists/string_list.c
  122. CC libretro-common/string/stdstring.c
  123. CC libretro-common/memmap/memalign.c
  124. CC setting_list.c
  125. CC list_special.c
  126. CC libretro-common/file/nbio/nbio_stdio.c
  127. CC libretro-common/file/file_path.c
  128. CC file_path_special.c
  129. CC file_path_str.c
  130. CC libretro-common/hash/rhash.c
  131. CC audio/audio_driver.c
  132. CC input/input_driver.c
  133. CC gfx/video_coord_array.c
  134. CC gfx/video_driver.c
  135. CC camera/camera_driver.c
  136. CC wifi/wifi_driver.c
  137. CC location/location_driver.c
  138. CC driver.c
  139. CC configuration.c
  140. CC libretro-common/dynamic/dylib.c
  141. CC dynamic.c
  142. CC cores/dynamic_dummy.c
  143. CC libretro-common/queues/message_queue.c
  144. CC managers/state_manager.c
  145. CC gfx/drivers_font_renderer/bitmapfont.c
  146. CC input/input_autodetect.c
  147. CC input/input_autodetect_builtin.c
  148. CC input/input_joypad_driver.c
  149. CC input/input_config.c
  150. CC input/input_keymaps.c
  151. CC input/input_remapping.c
  152. CC tasks/task_overlay.c
  153. CC input/input_overlay.c
  154. CC patch.c
  155. CC libretro-common/queues/fifo_queue.c
  156. CC managers/core_option_manager.c
  157. CC libretro-common/compat/compat_fnmatch.c
  158. CC libretro-common/compat/compat_posix_string.c
  159. CC managers/cheat_manager.c
  160. CC core_info.c
  161. CC libretro-common/file/config_file.c
  162. CC config_file_userdata.c
  163. CC tasks/task_screenshot.c
  164. CC libretro-common/gfx/scaler/scaler.c
  165. CC gfx/drivers_shader/shader_null.c
  166. CC gfx/video_shader_driver.c
  167. CC gfx/video_shader_parse.c
  168. CC libretro-common/gfx/scaler/pixconv.c
  169. CC libretro-common/gfx/scaler/scaler_int.c
  170. CC libretro-common/gfx/scaler/scaler_filter.c
  171. CC gfx/font_driver.c
  172. CC gfx/video_filter.c
  173. CC gfx/video_frame.c
  174. CC audio/audio_resampler_driver.c
  175. CC audio/audio_dsp_filter.c
  176. CC audio/drivers_resampler/sinc_resampler.c
  177. CC audio/drivers_resampler/nearest_resampler.c
  178. CC audio/drivers_resampler/null_resampler.c
  179. CC audio/drivers_resampler/cc_resampler.c
  180. CC location/drivers/nulllocation.c
  181. CC camera/drivers/nullcamera.c
  182. CC wifi/drivers/nullwifi.c
  183. CC gfx/drivers/nullgfx.c
  184. CC audio/drivers/nullaudio.c
  185. CC input/drivers/nullinput.c
  186. CC input/drivers_hid/null_hid.c
  187. CC input/drivers_joypad/null_joypad.c
  188. CC playlist.c
  189. CC movie.c
  190. CC record/record_driver.c
  191. CC record/drivers/record_null.c
  192. CC libretro-common/features/features_cpu.c
  193. CC performance_counters.c
  194. CC verbosity.c
  195. CC intl/msg_hash_de.c
  196. CC intl/msg_hash_eo.c
  197. CC intl/msg_hash_es.c
  198. CC intl/msg_hash_fr.c
  199. CC intl/msg_hash_it.c
  200. CC intl/msg_hash_jp.c
  201. CC intl/msg_hash_nl.c
  202. CC intl/msg_hash_pl.c
  203. CC intl/msg_hash_pt.c
  204. CC intl/msg_hash_ru.c
  205. CC libretro-common/compat/compat_strl.c
  206. CC libretro-common/formats/image_texture.c
  207. CC cores/libretro-imageviewer/image_core.c
  208. CC libretro-db/bintree.c
  209. CC libretro-db/libretrodb.c
  210. CC libretro-db/query.c
  211. CC libretro-db/rmsgpack.c
  212. CC libretro-db/rmsgpack_dom.c
  213. CC database_info.c
  214. CC tasks/task_database.c
  215. CC tasks/task_database_cue.c
  216. CC audio/drivers/alsa.c
  217. CC audio/drivers/alsathread.c
  218. AS audio/drivers_resampler/sinc_resampler_neon.S
  219. AS audio/drivers_resampler/cc_resampler_neon.S
  220. CC libretro-common/conversion/s16_to_float.c
  221. CC libretro-common/conversion/float_to_s16.c
  222. AS libretro-common/conversion/s16_to_float_neon.S
  223. AS libretro-common/conversion/float_to_s16_neon.S
  224. CC menu/drivers/rgui.c
  225. CC menu/drivers/materialui.c
  226. CC menu/drivers/xmb.c
  227. CC menu/menu_driver.c
  228. CC menu/menu_content.c
  229. CC menu/menu_input.c
  230. CC menu/menu_event.c
  231. CC menu/menu_entries.c
  232. CC menu/menu_navigation.c
  233. CC menu/menu_setting.c
  234. CC menu/menu_shader.c
  235. CC menu/widgets/menu_dialog.c
  236. CC menu/widgets/menu_input_dialog.c
  237. CC menu/widgets/menu_input_bind_dialog.c
  238. CC menu/widgets/menu_entry.c
  239. CC menu/widgets/menu_list.c
  240. CC menu/menu_cbs.c
  241. CC menu/cbs/menu_cbs_ok.c
  242. CC menu/cbs/menu_cbs_cancel.c
  243. CC menu/cbs/menu_cbs_select.c
  244. CC menu/cbs/menu_cbs_start.c
  245. CC menu/cbs/menu_cbs_info.c
  246. CC menu/cbs/menu_cbs_refresh.c
  247. CC menu/cbs/menu_cbs_left.c
  248. CC menu/cbs/menu_cbs_right.c
  249. CC menu/cbs/menu_cbs_deferred_push.c
  250. CC menu/cbs/menu_cbs_scan.c
  251. CC menu/cbs/menu_cbs_get_value.c
  252. CC menu/cbs/menu_cbs_label.c
  253. CC menu/cbs/menu_cbs_sublabel.c
  254. CC menu/cbs/menu_cbs_title.c
  255. CC menu/cbs/menu_cbs_up.c
  256. CC menu/cbs/menu_cbs_down.c
  257. CC menu/cbs/menu_cbs_contentlist_switch.c
  258. CC menu/menu_display.c
  259. CC menu/menu_displaylist.c
  260. CC menu/menu_animation.c
  261. CC menu/drivers_display/menu_display_null.c
  262. CC menu/drivers/menu_generic.c
  263. CC menu/drivers/null.c
  264. CC gfx/drivers_font_renderer/stb.c
  265. CC gfx/drivers_font_renderer/freetype.c
  266. CC libretro-common/rthreads/rthreads.c
  267. CC libretro-common/rthreads/rsemaphore.c
  268. CC gfx/video_thread_wrapper.c
  269. CC audio/audio_thread_wrapper.c
  270. CC input/drivers_keyboard/keyboard_event_xkb.c
  271. CC input/drivers/udev_input.c
  272. CC input/drivers_keyboard/keyboard_event_udev.c
  273. CC input/drivers_joypad/udev_joypad.c
  274. CC input/drivers_hid/libusb_hid.c
  275. CC input/input_hid_driver.c
  276. CC input/drivers_joypad/hid_joypad.c
  277. CC input/connect/joypad_connection.c
  278. CC input/connect/connect_ps2adapter.c
  279. CC input/connect/connect_ps3.c
  280. CC input/connect/connect_ps4.c
  281. CC input/connect/connect_wii.c
  282. CC input/connect/connect_nesusb.c
  283. CC input/connect/connect_snesusb.c
  284. CC input/connect/connect_wiiupro.c
  285. CC input/connect/connect_wiiugca.c
  286. CC input/drivers_joypad/parport_joypad.c
  287. CC gfx/video_context_driver.c
  288. CC gfx/drivers_context/gfx_null_ctx.c
  289. CC gfx/video_state_tracker.c
  290. CC libretro-common/gfx/math/vector_2.c
  291. CC libretro-common/gfx/math/vector_3.c
  292. CC libretro-common/gfx/math/vector_4.c
  293. CC libretro-common/gfx/math/matrix_4x4.c
  294. CC libretro-common/gfx/math/matrix_3x3.c
  295. CC gfx/drivers_context/drm_ctx.c
  296. CC gfx/drivers/gl.c
  297. CC libretro-common/gfx/gl_capabilities.c
  298. CC gfx/drivers/gl_renderchains/render_chain_gl_legacy.c
  299. CC gfx/common/gl_common.c
  300. In file included from ./libretro-common/include/glsym/glsym.h:30:0,
  301. from gfx/common/../drivers/gl_symlinks.h:24,
  302. from gfx/common/gl_common.c:19:
  303. ./libretro-common/include/glsym/glsym_es2.h:32:9: error: unknown type name ‘int64_t’
  304. typedef int64_t GLint64;
  305. ^
  306. ./libretro-common/include/glsym/glsym_es2.h:33:9: error: unknown type name ‘uint64_t’
  307. typedef uint64_t GLuint64;
  308. ^
  309. make: *** [obj-unix/gfx/common/gl_common.o] Error 1
  310. ~/RetroPie-Setup
  311. Could not successfully build RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators (/home/retro/RetroPie-Setup/tmp/build/retroarch/retroarch not found).
  312.  
  313. Log ended at: Thu Oct 27 02:21:47 ACDT 2016
  314. Total running time: 0 hours, 5 mins, 6 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement