2Play

Retroarch Compile fail RockPro64

Sep 6th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 KB | Software | 0 0
  1. Log started at: Wed 06 Sep 2023 10:29:51 AM UTC
  2.  
  3. RetroPie-Setup version: 4.8.5 (e99c273)
  4. System: rockpro64 (aarch64) - Ubuntu 20.04.6 LTS - Linux playbox 5.15.93-rockchip64 #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
  5. Update is available - updating ...
  6.  
  7. = = = = = = = = = = = = = = = = = = = = =
  8. Installing dependencies for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  9. = = = = = = = = = = = = = = = = = = = = =
  10.  
  11. /home/pi/RetroPie-Setup/tmp/build/retroarch /home/pi
  12.  
  13. = = = = = = = = = = = = = = = = = = = = =
  14. Getting sources for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  15. = = = = = = = = = = = = = = = = = = = = =
  16.  
  17. Already on 'retropie-v1.15.0'
  18. Your branch is up to date with 'origin/retropie-v1.15.0'.
  19. Already up to date.
  20. HEAD is now in branch 'retropie-v1.15.0' at commit '1e5b1bafe1d5b3eeb8eee36949e91fe17e3efd03'
  21. /home/pi
  22. /home/pi/RetroPie-Setup/tmp/build/retroarch /home/pi
  23.  
  24. = = = = = = = = = = = = = = = = = = = = =
  25. Building 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  26. = = = = = = = = = = = = = = = = = = = = =
  27.  
  28. Checking operating system ... Linux (Ubuntu 20.04.6 LTS 20.04)
  29. Checking for suitable working C compiler ... /usr/bin/gcc works
  30. Checking for suitable working C++ compiler ... /usr/bin/g++ works
  31. Checking for pkg-config ... /usr/bin/pkg-config
  32. Checking for availability of switch -std=gnu99 in /usr/bin/gcc ... yes
  33. Checking for availability of switch -std=c++11 in /usr/bin/g++ ... yes
  34. Checking for availability of switch -Wno-unused-result in /usr/bin/gcc ... yes
  35. Checking for availability of switch -Wno-unused-variable in /usr/bin/gcc ... yes
  36. Checking function sd_get_machine_names in -lsystemd ... no
  37. Checking presence of package bcm_host ... 1
  38. Checking presence of header file EGL/eglext.h ... yes
  39. Checking presence of package brcmegl ... no
  40. Checking existence of -lbrcmEGL ... no
  41. Forced to build with library -lbrcmEGL, but cannot locate. Exiting ...
  42. rm -rf obj-unix
  43. rm -f retroarch
  44. rm -f *.d
  45. CC input/drivers/linuxraw_input.c
  46. CC input/common/linux_common.c
  47. CC input/drivers_joypad/linuxraw_joypad.c
  48. CC frontend/drivers/platform_unix.c
  49. CC version_git.c
  50. CC frontend/frontend_driver.c
  51. CC retroarch.c
  52. CC runloop.c
  53. CC ui/ui_companion_driver.c
  54. CC camera/camera_driver.c
  55. CC record/record_driver.c
  56. CC command.c
  57. CC msg_hash.c
  58. CC midi_driver.c
  59. CC location_driver.c
  60. CC intl/msg_hash_us.c
  61. CC libretro-common/queues/task_queue.c
  62. CC tasks/task_content.c
  63. CC tasks/task_patch.c
  64. CC tasks/task_save.c
  65. CC tasks/task_movie.c
  66. CC tasks/task_file_transfer.c
  67. CC tasks/task_image.c
  68. CC tasks/task_playlist_manager.c
  69. CC tasks/task_manual_content_scan.c
  70. CC tasks/task_core_backup.c
  71. CC libretro-common/encodings/encoding_utf.c
  72. CC libretro-common/encodings/encoding_crc32.c
  73. CC libretro-common/encodings/encoding_base64.c
  74. CC tasks/task_translation.c
  75. CC libretro-common/compat/fopen_utf8.c
  76. CC libretro-common/compat/compat_strldup.c
  77. CC libretro-common/lists/file_list.c
  78. CC libretro-common/lists/dir_list.c
  79. CC libretro-common/file/retro_dirent.c
  80. CC libretro-common/streams/stdin_stream.c
  81. CC libretro-common/streams/file_stream.c
  82. CC libretro-common/streams/file_stream_transforms.c
  83. CC libretro-common/streams/interface_stream.c
  84. CC libretro-common/streams/memory_stream.c
  85. CC libretro-common/streams/network_stream.c
  86. CC libretro-common/vfs/vfs_implementation.c
  87. CC libretro-common/lists/string_list.c
  88. CC libretro-common/string/stdstring.c
  89. CC libretro-common/memmap/memalign.c
  90. CC libretro-common/file/nbio/nbio_stdio.c
  91. CC libretro-common/lists/linked_list.c
  92. CC libretro-common/lists/nested_list.c
  93. CC libretro-common/queues/generic_queue.c
  94. CC libretro-common/file/nbio/nbio_linux.c
  95. CC libretro-common/file/nbio/nbio_intf.c
  96. CC libretro-common/file/file_path.c
  97. CC libretro-common/file/file_path_io.c
  98. CC file_path_special.c
  99. CC libretro-common/hash/lrc_hash.c
  100. CC audio/audio_driver.c
  101. CC input/input_driver.c
  102. CC input/common/input_hid_common.c
  103. CC led/led_driver.c
  104. CC gfx/video_driver.c
  105. CC gfx/gfx_display.c
  106. CC gfx/gfx_animation.c
  107. CC gfx/gfx_thumbnail_path.c
  108. CC gfx/gfx_thumbnail.c
  109. CC gfx/video_coord_array.c
  110. CC configuration.c
  111. CC libretro-common/dynamic/dylib.c
  112. CC cores/dynamic_dummy.c
  113. CC libretro-common/queues/message_queue.c
  114. CC state_manager.c
  115. CC gfx/drivers_font_renderer/bitmapfont.c
  116. CC gfx/drivers_font_renderer/bitmapfont_10x10.c
  117. CC gfx/drivers_font_renderer/bitmapfont_6x10.c
  118. CC tasks/task_autodetect.c
  119. CC input/input_autodetect_builtin.c
  120. CC input/input_keymaps.c
  121. CC libretro-common/queues/fifo_queue.c
  122. CC libretro-common/compat/compat_fnmatch.c
  123. CC libretro-common/compat/compat_posix_string.c
  124. CC cheat_manager.c
  125. CC core_info.c
  126. CC core_backup.c
  127. CC core_option_manager.c
  128. CC libretro-common/file/config_file.c
  129. CC libretro-common/file/config_file_userdata.c
  130. CC runtime_file.c
  131. CC disk_index_file.c
  132. CC tasks/task_screenshot.c
  133. CC tasks/task_powerstate.c
  134. CC libretro-common/gfx/scaler/scaler.c
  135. CC libretro-common/gfx/scaler/pixconv.c
  136. CC libretro-common/gfx/scaler/scaler_int.c
  137. CC libretro-common/gfx/scaler/scaler_filter.c
  138. CC gfx/font_driver.c
  139. CC gfx/video_filter.c
  140. CC libretro-common/audio/resampler/audio_resampler.c
  141. CC libretro-common/audio/dsp_filter.c
  142. CC libretro-common/audio/resampler/drivers/sinc_resampler.c
  143. CC libretro-common/audio/resampler/drivers/nearest_resampler.c
  144. CC libretro-common/utils/md5.c
  145. CC playlist.c
  146. CC libretro-common/features/features_cpu.c
  147. CC verbosity.c
  148. CC libretro-common/playlists/label_sanitization.c
  149. CC libretro-common/time/rtime.c
  150. CC manual_content_scan.c
  151. CC disk_control_interface.c
  152. CC tasks/task_audio_mixer.c
  153. CC libretro-common/audio/audio_mix.c
  154. CC libretro-common/audio/audio_mixer.c
  155. CC runahead.c
  156. CC audio/drivers_resampler/cc_resampler.c
  157. CC intl/msg_hash_ca.c
  158. CC intl/msg_hash_chs.c
  159. CC intl/msg_hash_el.c
  160. CC intl/msg_hash_ja.c
  161. CC intl/msg_hash_ko.c
  162. CC intl/msg_hash_pt_br.c
  163. CC intl/msg_hash_pt_pt.c
  164. CC intl/msg_hash_ru.c
  165. CC intl/msg_hash_tr.c
  166. CC intl/msg_hash_val.c
  167. CC intl/msg_hash_vn.c
  168. CC libretro-common/compat/compat_strl.c
  169. CC libretro-common/formats/image_texture.c
  170. CC cores/libretro-imageviewer/image_core.c
  171. CC libretro-db/bintree.c
  172. CC libretro-db/libretrodb.c
  173. CC libretro-db/query.c
  174. CC libretro-db/rmsgpack.c
  175. CC libretro-db/rmsgpack_dom.c
  176. CC database_info.c
  177. CC tasks/task_database.c
  178. CC tasks/task_database_cue.c
  179. CC menu/menu_explore.c
  180. CC tasks/task_menu_explore.c
  181. CC audio/drivers/alsa.c
  182. CC midi/drivers/alsa_midi.c
  183. CC audio/drivers/alsathread.c
  184. CC audio/drivers/tinyalsa.c
  185. CC libretro-common/audio/conversion/s16_to_float.c
  186. CC libretro-common/audio/conversion/float_to_s16.c
  187. CC libretro-common/formats/wav/rwav.c
  188. CC menu/drivers/rgui.c
  189. CC menu/drivers/materialui.c
  190. CC menu/drivers/xmb.c
  191. CC menu/drivers/ozone.c
  192. CC menu/menu_screensaver.c
  193. CC menu/menu_setting.c
  194. CC menu/menu_driver.c
  195. CC menu/cbs/menu_cbs_ok.c
  196. CC menu/cbs/menu_cbs_cancel.c
  197. CC menu/cbs/menu_cbs_select.c
  198. CC menu/cbs/menu_cbs_start.c
  199. CC menu/cbs/menu_cbs_info.c
  200. CC menu/cbs/menu_cbs_left.c
  201. CC menu/cbs/menu_cbs_right.c
  202. CC menu/cbs/menu_cbs_deferred_push.c
  203. CC menu/cbs/menu_cbs_scan.c
  204. CC menu/cbs/menu_cbs_get_value.c
  205. CC menu/cbs/menu_cbs_label.c
  206. CC menu/cbs/menu_cbs_sublabel.c
  207. CC menu/cbs/menu_cbs_title.c
  208. CC menu/menu_displaylist.c
  209. CC menu/menu_contentless_cores.c
  210. CC gfx/gfx_widgets.c
  211. CC gfx/widgets/gfx_widget_screenshot.c
  212. CC gfx/widgets/gfx_widget_volume.c
  213. CC gfx/widgets/gfx_widget_generic_message.c
  214. CC gfx/widgets/gfx_widget_libretro_message.c
  215. CC gfx/widgets/gfx_widget_progress_message.c
  216. CC gfx/widgets/gfx_widget_load_content_animation.c
  217. CC gfx/widgets/gfx_widget_achievement_popup.c
  218. CC gfx/widgets/gfx_widget_leaderboard_display.c
  219. CC tasks/task_overlay.c
  220. CC led/drivers/led_overlay.c
  221. CC gfx/drivers_font_renderer/stb.c
  222. CC gfx/drivers_font_renderer/stb_unicode.c
  223. CC gfx/drivers_font_renderer/freetype.c
  224. CC libretro-common/rthreads/rthreads.c
  225. CC gfx/video_thread_wrapper.c
  226. CC audio/audio_thread_wrapper.c
  227. CC libretro-common/formats/xml/rxml.c
  228. CC libretro-common/formats/logiqx_dat/logiqx_dat.c
  229. CC deps/yxml/yxml.c
  230. CC input/drivers_keyboard/keyboard_event_xkb.c
  231. CC input/drivers/udev_input.c
  232. CC input/drivers_joypad/udev_joypad.c
  233. CC input/drivers_joypad/parport_joypad.c
  234. CC gfx/drivers_context/gfx_null_ctx.c
  235. CC gfx/drivers_context/drm_ctx.c
  236. CC gfx/common/gl_common.c
  237. CC gfx/drivers/gl2.c
  238. CC libretro-common/gfx/gl_capabilities.c
  239. CC gfx/drivers_font/gl2_raster_font.c
  240. CC gfx/drivers_display/gfx_display_gl2.c
  241. CC libretro-common/glsym/rglgen.c
  242. CC gfx/drivers/gl1.c
  243. CC gfx/drivers_font/gl1_raster_font.c
  244. CC gfx/drivers_display/gfx_display_gl1.c
  245. CC gfx/drivers_context/vc_egl_ctx.c
  246. CC libretro-common/glsym/glsym_es2.c
  247. CC gfx/common/egl_common.c
  248. gfx/drivers_context/vc_egl_ctx.c:44:10: fatal error: EGL/eglext_brcm.h: No such file or directory
  249. 44 | #include <EGL/eglext_brcm.h>
  250. | ^~~~~~~~~~~~~~~~~~~
  251. compilation terminated.
  252. make: *** [Makefile:209: obj-unix/release/gfx/drivers_context/vc_egl_ctx.o] Error 1
  253. make: *** Waiting for unfinished jobs....
  254. Could not successfully build retroarch - RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators (/home/pi/RetroPie-Setup/tmp/build/retroarch/retroarch not found).
  255. /home/pi
  256.  
  257. Log ended at: Wed 06 Sep 2023 10:35:08 AM UTC
  258. Total running time: 0 hours, 5 mins, 17 secs
  259.  
Add Comment
Please, Sign In to add comment