Guest User

Untitled

a guest
Feb 4th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. Log started at: Sun 4 Feb 13:49:59 GMT 2024
  2.  
  3. RetroPie-Setup version: 4.8.6 (4b3b8608)
  4. System: rpi5 (aarch64) - Debian GNU/Linux 12 (bookworm) - Linux raspberrypi 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
  5.  
  6. = = = = = = = = = = = = = = = = = = = = =
  7. Installing dependencies for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  8. = = = = = = = = = = = = = = = = = = = = =
  9.  
  10. /home/alucard/RetroPie-Setup/tmp/build/retroarch /home/alucard/RetroPie-Setup
  11.  
  12. = = = = = = = = = = = = = = = = = = = = =
  13. Getting sources for 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
  14. = = = = = = = = = = = = = = = = = = = = =
  15.  
  16. Already on 'retropie-v1.16.0'
  17. Your branch is up to date with 'origin/retropie-v1.16.0'.
  18. Already up to date.
  19. HEAD is now in branch 'retropie-v1.16.0' at commit 'e89a7ce8e26335e09230286f7a00f3b056b3b3a2'
  20. /home/alucard/RetroPie-Setup
  21. /home/alucard/RetroPie-Setup/tmp/build/retroarch /home/alucard/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
  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/pkgconf
  31. Checking for availability of switch -std=gnu99 in /usr/bin/gcc ... yes
  32. Checking for availability of switch -std=c++11 in /usr/bin/g++ ... yes
  33. Checking for availability of switch -Wno-unused-result in /usr/bin/gcc ... yes
  34. Checking for availability of switch -Wno-unused-variable in /usr/bin/gcc ... yes
  35. Checking function sd_get_machine_names in -lsystemd ... no
  36. Checking presence of header file EGL/eglext.h ... yes
  37. Checking presence of package egl ... 1.5
  38. Checking function ass_library_init in -lfribidi -lass ... no
  39. Checking function pthread_create in -lpthread ... yes
  40. Checking function pthread_key_create in -lpthread ... yes
  41. Checking presence of package check >= 0.15 ... no
  42. Checking presence of header file scsi/sg.h ... yes
  43. Checking function dlopen in -ldl ... yes
  44. Checking function socket in -lc ... yes
  45. Checking function getaddrinfo in -lc ... yes
  46. Checking function fcntl in -lc ... yes
  47. Checking function getopt_long in -lc ... yes
  48. Checking presence of package alsa ... 1.2.8
  49. Checking presence of package libsixel >= 1.6.0 ... no
  50. Checking presence of predefined macro AUDIO_SETINFO in sys/audioio.h ... no
  51. Checking presence of package rsound >= 1.1 ... no
  52. Checking presence of package libroar >= 1.0.12 ... no
  53. Checking presence of package sdl2 >= 2.0.0 ... 2.26.3
  54. Checking presence of package flac ... 1.4.2
  55. Checking existence of -lmbedtls -lmbedx509 -lmbedcrypto ... yes
  56. Checking presence of header file mbedtls/entropy.h ... yes
  57. Notice: HID is disabled, libusb support will also be disabled.
  58. Checking existence of -ldinput8 ... no
  59. Checking existence of -ld3d9 ... no
  60. Checking existence of -ldsound ... no
  61. Checking existence of -ld3dx8 ... no
  62. Checking existence of -ld3dx9 ... no
  63. Notice: OpenGL is disabled, Cg support will also be disabled.
  64. Notice: OpenGL is disabled, OpenGL1 support will also be disabled.
  65. Checking presence of package zlib ... 1.2.13
  66. Checking presence of package libavcodec >= 57 ... 59.37.100
  67. Checking presence of package libavformat >= 57 ... 59.27.100
  68. Checking presence of package libavdevice >= 57 ... 59.7.100
  69. Checking presence of package libswresample >= 2 ... 4.7.100
  70. Checking presence of package libavutil >= 55 ... 57.28.100
  71. Checking presence of package libswscale >= 4 ... 6.7.100
  72. Checking presence of header file libavutil/channel_layout.h ... yes
  73. Checking function dlopen in -ldl ... yes
  74. Checking presence of package gbm >= 9.0 ... 23.2.1-1~bpo12+rpt3
  75. Checking presence of package libdrm ... no
  76. Error: DRM is disabled and forced to build with KMS support.
  77. rm -rf obj-unix
  78. rm -f retroarch
  79. rm -f *.d
  80. CC input/drivers/linuxraw_input.c
  81. CC input/common/linux_common.c
  82. CC input/drivers_joypad/linuxraw_joypad.c
  83. CC frontend/drivers/platform_unix.c
  84. input/drivers/linuxraw_input.c: In function ‘linuxraw_input_state’:
  85. input/drivers/linuxraw_input.c:123:14: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘binds + (sizetype)((long unsigned int)port * 4272)’ must not be NULL [-Waddress]
  86. 123 | if (binds[port])
  87. | ^~~~~
  88. CC version_git.c
  89. CC frontend/frontend_driver.c
  90. CC retroarch.c
  91. CC runloop.c
  92. CC ui/ui_companion_driver.c
  93. CC camera/camera_driver.c
  94. CC record/record_driver.c
  95. CC command.c
  96. CC msg_hash.c
  97. CC midi_driver.c
  98. CC location_driver.c
  99. CC intl/msg_hash_us.c
  100. CC libretro-common/queues/task_queue.c
  101. CC tasks/task_content.c
  102. CC tasks/task_patch.c
  103. CC tasks/task_save.c
  104. CC tasks/task_movie.c
  105. CC tasks/task_file_transfer.c
  106. CC tasks/task_image.c
  107. CC tasks/task_playlist_manager.c
  108. CC tasks/task_manual_content_scan.c
  109. CC tasks/task_core_backup.c
  110. CC libretro-common/encodings/encoding_utf.c
  111. CC libretro-common/encodings/encoding_crc32.c
  112. CC libretro-common/encodings/encoding_base64.c
  113. CC tasks/task_translation.c
  114. CC libretro-common/compat/fopen_utf8.c
  115. CC libretro-common/compat/compat_strldup.c
  116. CC libretro-common/lists/file_list.c
  117. CC libretro-common/lists/dir_list.c
  118. CC libretro-common/file/retro_dirent.c
  119. CC libretro-common/streams/stdin_stream.c
  120. CC libretro-common/streams/file_stream.c
  121. CC libretro-common/streams/file_stream_transforms.c
  122. CC libretro-common/streams/interface_stream.c
  123. CC libretro-common/streams/memory_stream.c
  124. CC libretro-common/streams/network_stream.c
  125. CC libretro-common/vfs/vfs_implementation.c
  126. CC libretro-common/lists/string_list.c
  127. CC libretro-common/string/stdstring.c
  128. CC libretro-common/memmap/memalign.c
  129. CC libretro-common/file/nbio/nbio_stdio.c
  130. CC libretro-common/lists/linked_list.c
  131. CC libretro-common/lists/nested_list.c
  132. CC libretro-common/queues/generic_queue.c
  133. CC libretro-common/file/nbio/nbio_linux.c
  134. CC libretro-common/file/nbio/nbio_intf.c
  135. CC libretro-common/file/file_path.c
  136. CC libretro-common/file/file_path_io.c
  137. CC file_path_special.c
  138. CC libretro-common/hash/lrc_hash.c
  139. CC audio/audio_driver.c
  140. CC input/input_driver.c
  141. CC input/common/input_hid_common.c
  142. CC led/led_driver.c
  143. CC gfx/video_driver.c
  144. CC gfx/gfx_display.c
  145. CC gfx/gfx_animation.c
  146. CC gfx/gfx_thumbnail_path.c
  147. CC gfx/gfx_thumbnail.c
  148. CC configuration.c
  149. CC libretro-common/dynamic/dylib.c
  150. CC cores/dynamic_dummy.c
  151. CC libretro-common/queues/message_queue.c
  152. CC audio/microphone_driver.c
  153. CC state_manager.c
  154. CC gfx/drivers_font_renderer/bitmapfont.c
  155. CC gfx/drivers_font_renderer/bitmapfont_10x10.c
  156. CC gfx/drivers_font_renderer/bitmapfont_6x10.c
  157. CC tasks/task_autodetect.c
  158. CC input/input_autodetect_builtin.c
  159. CC input/input_keymaps.c
  160. CC libretro-common/queues/fifo_queue.c
  161. CC libretro-common/compat/compat_fnmatch.c
  162. CC libretro-common/compat/compat_posix_string.c
  163. CC cheat_manager.c
  164. CC core_info.c
  165. CC core_backup.c
  166. CC core_option_manager.c
  167. CC libretro-common/file/config_file.c
  168. CC libretro-common/file/config_file_userdata.c
  169. CC runtime_file.c
  170. CC disk_index_file.c
  171. CC tasks/task_screenshot.c
  172. CC tasks/task_powerstate.c
  173. CC libretro-common/gfx/scaler/scaler.c
  174. CC libretro-common/gfx/scaler/pixconv.c
  175. CC libretro-common/gfx/scaler/scaler_int.c
  176. CC libretro-common/gfx/scaler/scaler_filter.c
  177. CC gfx/font_driver.c
  178. CC gfx/video_filter.c
  179. CC libretro-common/audio/resampler/audio_resampler.c
  180. CC libretro-common/audio/dsp_filter.c
  181. CC libretro-common/audio/resampler/drivers/sinc_resampler.c
  182. CC libretro-common/audio/resampler/drivers/nearest_resampler.c
  183. CC libretro-common/utils/md5.c
  184. CC playlist.c
  185. CC libretro-common/features/features_cpu.c
  186. CC verbosity.c
  187. CC libretro-common/playlists/label_sanitization.c
  188. CC libretro-common/time/rtime.c
  189. CC manual_content_scan.c
  190. CC disk_control_interface.c
  191. CC tasks/task_audio_mixer.c
  192. CC libretro-common/audio/audio_mix.c
  193. CC libretro-common/audio/audio_mixer.c
  194. CC runahead.c
  195. CC audio/drivers_resampler/cc_resampler.c
  196. CC libretro-common/compat/compat_strl.c
  197. CC libretro-common/formats/image_texture.c
  198. CC cores/libretro-imageviewer/image_core.c
  199. CXX ui/drivers/ui_qt.cpp
  200. CXX ui/drivers/qt/gridview.cpp
  201. CXX ui/drivers/qt/qt_dialogs.cpp
  202. CXX ui/drivers/qt/qt_widgets.cpp
  203. CXX ui/drivers/qt/qt_playlist.cpp
  204. CXX ui/drivers/qt/qt_downloads.cpp
  205. CXX ui/drivers/qt/qt_options.cpp
  206. CC libretro-db/bintree.c
  207. CC libretro-db/libretrodb.c
  208. CC libretro-db/query.c
  209. CC libretro-db/rmsgpack.c
  210. CC libretro-db/rmsgpack_dom.c
  211. CC database_info.c
  212. CC tasks/task_database.c
  213. CC tasks/task_database_cue.c
  214. CC menu/menu_explore.c
  215. CC tasks/task_menu_explore.c
  216. CC audio/drivers/oss.c
  217. CC audio/drivers/alsa.c
  218. CC audio/common/alsa.c
  219. CC audio/drivers_microphone/alsa.c
  220. CC midi/drivers/alsa_midi.c
  221. CC audio/drivers/alsathread.c
  222. CC audio/common/alsathread.c
  223. CC audio/drivers_microphone/alsathread.c
  224. CC audio/drivers/tinyalsa.c
  225. CC audio/drivers/jack.c
  226. CC audio/drivers/pulse.c
  227. CC libretro-common/audio/conversion/s16_to_float.c
  228. CC libretro-common/audio/conversion/float_to_s16.c
  229. CC libretro-common/audio/conversion/mono_to_stereo_float.c
  230. CC libretro-common/audio/conversion/stereo_to_mono_float.c
  231. CC libretro-common/formats/wav/rwav.c
  232. CC menu/drivers/rgui.c
  233. CC menu/drivers/materialui.c
  234. CC menu/drivers/xmb.c
  235. CC menu/drivers/ozone.c
  236. CC menu/menu_screensaver.c
  237. CC menu/menu_setting.c
  238. CC menu/menu_driver.c
  239. CC menu/cbs/menu_cbs_ok.c
  240. CC menu/cbs/menu_cbs_cancel.c
  241. CC menu/cbs/menu_cbs_select.c
  242. CC menu/cbs/menu_cbs_start.c
  243. CC menu/cbs/menu_cbs_info.c
  244. CC menu/cbs/menu_cbs_left.c
  245. CC menu/cbs/menu_cbs_right.c
  246. CC menu/cbs/menu_cbs_deferred_push.c
  247. CC menu/cbs/menu_cbs_scan.c
  248. CC menu/cbs/menu_cbs_get_value.c
  249. CC menu/cbs/menu_cbs_label.c
  250. CC menu/cbs/menu_cbs_sublabel.c
  251. CC menu/cbs/menu_cbs_title.c
  252. CC menu/menu_displaylist.c
  253. CC menu/menu_contentless_cores.c
  254. CC gfx/gfx_widgets.c
  255. CC gfx/widgets/gfx_widget_screenshot.c
  256. CC gfx/widgets/gfx_widget_volume.c
  257. CC gfx/widgets/gfx_widget_generic_message.c
  258. CC gfx/widgets/gfx_widget_libretro_message.c
  259. CC gfx/widgets/gfx_widget_progress_message.c
  260. CC gfx/widgets/gfx_widget_load_content_animation.c
  261. CC gfx/widgets/gfx_widget_achievement_popup.c
  262. CC gfx/widgets/gfx_widget_leaderboard_display.c
  263. CC tasks/task_overlay.c
  264. tasks/task_overlay.c: In function ‘task_overlay_deferred_load’:
  265. tasks/task_overlay.c:664:62: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
  266. 664 | snprintf(conf_key_base, sizeof(conf_key_base), "overlay%u", loader->pos);
  267. | ^~
  268. tasks/task_overlay.c:664:54: note: directive argument in the range [0, 4294967294]
  269. 664 | snprintf(conf_key_base, sizeof(conf_key_base), "overlay%u", loader->pos);
  270. | ^~~~~~~~~~~
  271. tasks/task_overlay.c:664:7: note: ‘snprintf’ output between 9 and 18 bytes into a destination of size 10
  272. 664 | snprintf(conf_key_base, sizeof(conf_key_base), "overlay%u", loader->pos);
  273. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274. CC led/drivers/led_overlay.c
  275. CC gfx/drivers_font_renderer/stb.c
  276. CC gfx/drivers_font_renderer/stb_unicode.c
  277. CC gfx/drivers_font_renderer/freetype.c
  278. CC libretro-common/rthreads/rthreads.c
  279. CC gfx/video_thread_wrapper.c
  280. CC audio/audio_thread_wrapper.c
  281. CC libretro-common/formats/xml/rxml.c
  282. CC libretro-common/formats/logiqx_dat/logiqx_dat.c
  283. CC deps/yxml/yxml.c
  284. CC input/common/input_x11_common.c
  285. menu/menu_displaylist.c: In function ‘menu_displaylist_ctl’:
  286. menu/menu_displaylist.c:11888:46: warning: ‘%d’ directive output may be truncated writing between 1 and 3 bytes into a region of size 2 [-Wformat-truncation=]
  287. 11888 | "Mode %d", toc->track[i].mode);
  288. | ^~
  289. menu/menu_displaylist.c:11888:40: note: directive argument in the range [0, 255]
  290. 11888 | "Mode %d", toc->track[i].mode);
  291. | ^~~~~~~~~
  292. menu/menu_displaylist.c:11886:34: note: ‘snprintf’ output between 7 and 9 bytes into a destination of size 7
  293. 11886 | snprintf(mode_str + strlen_mode_str,
  294. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295. 11887 | sizeof(mode_str) - strlen_mode_str,
  296. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  297. 11888 | "Mode %d", toc->track[i].mode);
  298. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  299. CC input/drivers/x11_input.c
  300. input/drivers/x11_input.c: In function ‘x_input_state’:
  301. input/drivers/x11_input.c:215:17: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘binds + (sizetype)((long unsigned int)port * 4272)’ must not be NULL [-Waddress]
  302. 215 | if (binds[port])
  303. | ^~~~~
  304. CC gfx/common/x11_common.c
  305. CC gfx/common/xinerama_common.c
  306. CC gfx/display_servers/dispserv_x11.c
  307. CC gfx/drivers_context/x_ctx.c
  308. CC gfx/drivers_context/x_vk_ctx.c
  309. CC input/drivers_keyboard/keyboard_event_xkb.c
  310. CC input/drivers/udev_input.c
  311. input/drivers/udev_input.c: In function ‘udev_input_add_device’:
  312. input/drivers/udev_input.c:3224:12: warning: variable ‘touch’ set but not used [-Wunused-but-set-variable]
  313. 3224 | bool touch = 0;
  314. | ^~~~~
  315. input/drivers/udev_input.c: In function ‘udev_input_state’:
  316. input/drivers/udev_input.c:3858:14: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘binds + (sizetype)((long unsigned int)port * 4272)’ must not be NULL [-Waddress]
  317. 3858 | if (binds[port])
  318. | ^~~~~
  319. CC input/drivers_joypad/udev_joypad.c
  320. CC input/drivers_joypad/parport_joypad.c
  321. CC gfx/drivers_context/gfx_null_ctx.c
  322. CC gfx/common/gl_common.c
  323. CC gfx/drivers/gl2.c
  324. CC libretro-common/gfx/gl_capabilities.c
  325. CC libretro-common/glsym/rglgen.c
  326. CC gfx/drivers/gl1.c
  327. CC gfx/drivers_context/vc_egl_ctx.c
  328. gfx/drivers_context/vc_egl_ctx.c:24:10: fatal error: VG/openvg.h: No such file or directory
  329. 24 | #include <VG/openvg.h>
  330. | ^~~~~~~~~~~~~
  331. compilation terminated.
  332. make: *** [Makefile:209: obj-unix/release/gfx/drivers_context/vc_egl_ctx.o] Error 1
  333. make: *** Waiting for unfinished jobs....
  334. Could not successfully build retroarch - RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators (/home/alucard/RetroPie-Setup/tmp/build/retroarch/retroarch not found).
  335. /home/alucard/RetroPie-Setup
  336.  
  337. Log ended at: Sun 4 Feb 13:51:44 GMT 2024
  338. Total running time: 0 hours, 1 mins, 45 secs
  339.  
Add Comment
Please, Sign In to add comment