Guest User

mpv-amd-full-git build error

a guest
Jan 6th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.32 KB | None | 0 0
  1. ❯ makepkg -si
  2. ==> Making package: mpv-amd-full-git 0.38.0.r771.gef19a4a09d-1 (Mon 06 Jan 2025 08:37:27 AM)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning mpv git repo...
  7. Cloning into bare repository '/home/dario/Software/mpv-amd-full-git/mpv'...
  8. remote: Enumerating objects: 356157, done.
  9. remote: Counting objects: 100% (11004/11004), done.
  10. remote: Compressing objects: 100% (1106/1106), done.
  11. remote: Total 356157 (delta 10491), reused 9910 (delta 9897), pack-reused 345153 (from 4)
  12. Receiving objects: 100% (356157/356157), 121.11 MiB | 13.04 MiB/s, done.
  13. Resolving deltas: 100% (280191/280191), done.
  14. ==> Validating source files with sha256sums...
  15. mpv ... Skipped
  16. ==> Extracting sources...
  17. -> Creating working copy of mpv git repo...
  18. Cloning into 'mpv'...
  19. done.
  20. ==> Starting pkgver()...
  21. ==> Updated version: mpv-amd-full-git 0.39.0.r613.g7a59a12b76-1
  22. ==> Starting build()...
  23. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 mpv build -Dgpl=true -Dcplayer=true -Dlibmpv=true -Dbuild-date=false -Dtests=false -Dfuzzers=false -Dta-leak-report=false -Dcdda=enabled -Dcplugins=enabled -Ddvbin=enabled -Ddvdnav=enabled -Diconv=enabled -Djavascript=enabled -Dlcms2=enabled -Dlibarchive=enabled -Dlibavdevice=enabled -Dlibbluray=enabled -Dlua=auto -Dpthread-debug=disabled -Drubberband=enabled -Dsdl2=enabled -Dsdl2-gamepad=enabled -Duchardet=enabled -Duwp=disabled -Dvapoursynth=enabled -Dvector=enabled -Dwin32-threads=disabled -Dzimg=enabled -Dzlib=enabled -Dalsa=enabled -Daudiounit=disabled -Dcoreaudio=disabled -Davfoundation=disabled -Djack=enabled -Dopenal=enabled -Dopensles=disabled -Doss-audio=disabled -Dpipewire=enabled -Dpulse=enabled -Dsdl2-audio=enabled -Dsndio=enabled -Dwasapi=disabled -Dcaca=enabled -Dcocoa=disabled -Dd3d11=disabled -Ddirect3d=disabled -Ddmabuf-wayland=enabled -Ddrm=enabled -Degl=enabled -Degl-android=disabled -Degl-angle=disabled -Degl-angle-lib=disabled -Degl-angle-win32=disabled -Degl-drm=enabled -Degl-wayland=enabled -Degl-x11=enabled -Dgbm=enabled -Dgl=enabled -Dgl-cocoa=disabled -Dgl-dxinterop=disabled -Dgl-win32=disabled -Dgl-x11=enabled -Djpeg=enabled -Dsdl2-video=enabled -Dshaderc=disabled -Dsixel=enabled -Dspirv-cross=disabled -Dplain-gl=enabled -Dvdpau=enabled -Dvdpau-gl-x11=enabled -Dvaapi=enabled -Dvaapi-drm=enabled -Dvaapi-wayland=enabled -Dvaapi-win32=disabled -Dvaapi-x11=enabled -Dvulkan=enabled -Dwayland=enabled -Dx11=enabled -Dxv=enabled -Dandroid-media-ndk=disabled -Dcuda-hwaccel=disabled -Dcuda-interop=disabled -Dd3d-hwaccel=disabled -Dd3d9-hwaccel=disabled -Dgl-dxinterop-d3d9=disabled -Dios-gl=disabled -Dvideotoolbox-gl=disabled -Dvideotoolbox-pl=disabled -Dmacos-cocoa-cb=disabled -Dmacos-media-player=disabled -Dmacos-touchbar=disabled -Dmacos-10-15-4-features=disabled -Dmacos-11-features=disabled -Dmacos-11-3-features=disabled -Dmacos-12-features=disabled -Dswift-build=disabled -Dswift-flags=disabled -Dhtml-build=disabled -Dmanpage-build=enabled -Dpdf-build=disabled
  24. The Meson build system
  25. Version: 1.6.0
  26. Source dir: /home/dario/Software/mpv-amd-full-git/src/mpv
  27. Build dir: /home/dario/Software/mpv-amd-full-git/src/build
  28. Build type: native build
  29. Project name: mpv
  30. Project version: 0.39.0-UNKNOWN
  31. C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20240910")
  32. C linker for the host machine: cc ld.bfd 2.43.0
  33. Host machine cpu family: x86_64
  34. Host machine cpu: x86_64
  35. Program python3 found: YES (/usr/bin/python3)
  36. Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
  37. Run-time dependency libavcodec found: YES 61.22.100
  38. Run-time dependency libavfilter found: YES 10.6.100
  39. Run-time dependency libavformat found: YES 61.9.100
  40. Run-time dependency libavutil found: YES 59.44.100
  41. Run-time dependency libswresample found: YES 5.4.100
  42. Run-time dependency libswscale found: YES 8.6.100
  43. Run-time dependency libplacebo found: YES 7.349.0
  44. Run-time dependency libass found: YES 0.17.3
  45. Compiler for C supports arguments -Wdisabled-optimization: YES
  46. Compiler for C supports arguments -Wempty-body: YES
  47. Compiler for C supports arguments -Wformat: YES
  48. Compiler for C supports arguments -Wimplicit-fallthrough: YES
  49. Compiler for C supports arguments -Wparentheses: YES
  50. Compiler for C supports arguments -Wpointer-arith: YES
  51. Compiler for C supports arguments -Wshadow: YES
  52. Compiler for C supports arguments -Wundef: YES
  53. Compiler for C supports arguments -Wvla: YES
  54. Compiler for C supports arguments -Wno-cast-function-type: YES
  55. Compiler for C supports arguments -Wno-format-zero-length: YES
  56. Compiler for C supports arguments -Wno-missing-field-initializers: YES
  57. Compiler for C supports arguments -Wno-sign-compare: YES
  58. Compiler for C supports arguments -Wno-switch: YES
  59. Compiler for C supports arguments -Wno-unused-parameter: YES
  60. Compiler for C supports arguments -fno-math-errno: YES
  61. Compiler for C supports arguments -fno-signed-zeros: YES
  62. Compiler for C supports arguments -fno-trapping-math: YES
  63. Compiler for C supports arguments -Wmissing-prototypes: YES
  64. Compiler for C supports arguments -Wstrict-prototypes: YES
  65. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  66. Compiler for C supports arguments -Wno-pointer-sign: YES
  67. Compiler for C supports arguments -Wformat -Werror=format-security: YES
  68. Compiler for C supports link arguments -Wl,-z,noexecstack: YES
  69. Compiler for C supports link arguments -Wl,--nxcompat,--no-seh,--dynamicbase: NO
  70. Run-time dependency dl found: YES
  71. Library atomic found: YES
  72. Compiler for C supports link arguments -rdynamic: YES
  73. Run-time dependency threads found: YES
  74. Header "pthread.h" has symbol "pthread_condattr_setclock" with dependency threads: YES
  75. Dependency appleframeworks (modules: Cocoa, IOKit, QuartzCore) skipped: feature cocoa disabled
  76. Checking for function "fork" : YES
  77. Checking for function "ppoll" : YES
  78. Checking for function "memrchr" : YES
  79. Library windowsapp skipped: feature uwp disabled
  80. Checking for function "glob" : YES
  81. Header "sys/vt.h" has symbol "VT_GETMODE" : YES
  82. Header "dev/wscons/wsdisplay_usl_io.h" has symbol "VT_GETMODE" : NO
  83. Checking for function "pthread_setname_np" with dependency threads: YES
  84. Checking for function "fstatfs" : NO
  85. Checking for function "fstatfs" : YES
  86. Compiler for C supports function attribute vector_size: YES
  87. Program /home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/docutils-wrapper.py found: YES (/home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/docutils-wrapper.py)
  88. Program /home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/file2string.py found: YES (/home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/file2string.py)
  89. Program /home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/matroska.py found: YES (/home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/matroska.py)
  90. Program /home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/gen-mpv-desktop.py found: YES (/home/dario/Software/mpv-amd-full-git/src/mpv/TOOLS/gen-mpv-desktop.py)
  91. Run-time dependency libcdio found: YES 2.1.0
  92. Run-time dependency libcdio_paranoia found: YES 10.2+2.0.2
  93. Has header "linux/dvb/frontend.h" : YES
  94. Run-time dependency dvdnav found: YES 6.1.1
  95. Run-time dependency dvdread found: YES 6.1.3
  96. Run-time dependency iconv found: YES
  97. Run-time dependency mujs found: YES 1.3.5
  98. Run-time dependency lcms2 found: YES 2.16
  99. Run-time dependency libarchive found: YES 3.7.7
  100. Run-time dependency libavdevice found: YES 61.4.100
  101. Run-time dependency libbluray found: YES 1.3.4
  102. Library m found: YES
  103. Library rt found: YES
  104. Dependency lua found: NO. Found 5.4.7 but need: '<5.3.0' ; matched: '>=5.1.0'
  105. Found CMake: /usr/bin/cmake (3.31.2)
  106. Run-time dependency lua found: NO (tried pkgconfig and cmake)
  107. Run-time dependency lua52 found: YES 5.2.4
  108. Run-time dependency rubberband found: YES 4.0.0
  109. Run-time dependency sdl2 found: YES 2.30.10
  110. Run-time dependency uchardet found: YES 0.0.8
  111. Run-time dependency vapoursynth found: YES 70
  112. Run-time dependency vapoursynth-script found: YES 70
  113. Run-time dependency zimg found: YES 3.0.5
  114. Run-time dependency zlib found: YES 1.3.1
  115. Run-time dependency alsa found: YES 1.2.13
  116. Dependency appleframeworks (modules: Foundation, AudioToolbox) skipped: feature audiounit disabled
  117. Header "AudioToolbox/AudioToolbox.h" has symbol "kAudioUnitSubType_RemoteIO" skipped: feature audiounit disabled
  118. Dependency appleframeworks (modules: CoreMedia, AVFoundation) skipped: feature avfoundation disabled
  119. Dependency appleframeworks (modules: CoreFoundation, CoreAudio, AudioUnit, AudioToolbox) skipped: feature coreaudio disabled
  120. Run-time dependency jack found: YES 1.9.22
  121. Run-time dependency openal found: YES 1.24.1
  122. Library OpenSLES skipped: feature opensles disabled
  123. Header "sys/soundcard.h" has symbol "SNDCTL_DSP_HALT" skipped: feature oss-audio disabled
  124. Run-time dependency libpipewire-0.3 found: YES 1.2.7
  125. Run-time dependency libpulse found: YES 17.0-43-g3e2bb
  126. Run-time dependency sndio found: YES 1.10.0
  127. Header "audioclient.h" has symbol "IAudioClient" skipped: feature wasapi disabled
  128. Run-time dependency caca found: YES 0.99.beta20
  129. Has header "d3d9.h" skipped: feature direct3d disabled
  130. Run-time dependency libdrm found: YES 2.4.124
  131. Run-time dependency libdisplay-info found: YES 0.2.0
  132. Run-time dependency gbm found: YES 24.2.8-arch1.1
  133. Run-time dependency libjpeg found: YES 3.0.4
  134. Dependency shaderc skipped: feature shaderc disabled
  135. Run-time dependency libsixel found: YES 1.10.3
  136. Checking for function "shm_open" : YES
  137. Dependency spirv-cross-c-shared skipped: feature spirv-cross disabled
  138. Run-time dependency wayland-client found: YES 1.23.1
  139. Run-time dependency wayland-cursor found: YES 1.23.1
  140. Run-time dependency wayland-protocols found: YES 1.38
  141. Run-time dependency xkbcommon found: YES 1.7.0
  142. Dependency wayland-client found: YES 1.23.1 (cached)
  143. Has header "linux/input-event-codes.h" with dependency wayland-client: YES
  144. Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
  145. Checking for function "memfd_create" : YES
  146. Run-time dependency x11 found: YES 1.8.10
  147. Run-time dependency xscrnsaver found: YES 1.2.4
  148. Run-time dependency xext found: YES 1.3.6
  149. Run-time dependency xpresent found: YES 1.0.1
  150. Run-time dependency xrandr found: YES 1.5.4
  151. Run-time dependency xv found: YES 1.0.12
  152. Run-time dependency gl found: YES 1.2
  153. Library EGL skipped: feature egl-angle-lib disabled
  154. Run-time dependency egl found: YES 1.5
  155. Library EGL skipped: feature egl-android disabled
  156. Run-time dependency wayland-egl found: YES 18.1.0
  157. Run-time dependency vulkan found: YES 1.4.303
  158. Header "vulkan/vulkan_core.h" has symbol "VK_VERSION_1_3" with dependency vulkan: YES
  159. Checking for function "vkCreateDisplayPlaneSurfaceKHR" with dependency vulkan: YES
  160. Run-time dependency ffnvcodec found: NO (tried pkgconfig and cmake)
  161. Header "OpenGLES/ES3/glext.h" has symbol "GL_RGB32F" skipped: feature ios-gl disabled
  162. Run-time dependency libva found: YES 1.22.0
  163. Run-time dependency libva-drm found: YES 1.22.0
  164. Run-time dependency libva-wayland found: YES 1.22.0
  165. Run-time dependency libva-x11 found: YES 1.22.0
  166. Dependency libva-win32 skipped: feature vaapi-win32 disabled
  167. Run-time dependency vdpau found: YES 1.5
  168. Dependency appleframeworks (modules: CoreVideo) skipped: feature videotoolbox-pl disabled
  169. Program xcrun skipped: feature swift-build disabled
  170. Program rst2man found: YES (/usr/bin/rst2man)
  171. Program rst2html rst2html.py skipped: feature html-build disabled
  172. Program rst2pdf skipped: feature pdf-build disabled
  173. Configuring config.h using configuration
  174. Message: List of enabled features: alsa caca cdda cplugins dmabuf-interop-gl dmabuf-wayland drm dvbin dvdnav egl egl-drm egl-wayland egl-x11 ffmpeg gbm gl gl-x11 glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libplacebo linux-fstatfs lua52 memfd-create memrchr openal pipewire posix posix-shm ppoll pthread-condattr-setclock pulse rubberband rubberband-3 sdl2 sdl2-audio sdl2-gamepad sdl2-video sixel sndio sndio-1-9 uchardet vaapi vaapi-drm vaapi-wayland vaapi-x11 vapoursynth vdpau vdpau-gl-x11 vector vk-khr-display vt.h vulkan wayland wayland-protocols-1-32 x11 xv zimg zimg-st428 zlib
  175. Fetching value of define "MPV_CLIENT_API_VERSION" : (((2) << 16) | (5) | 0UL)
  176. Compiler for C supports link arguments -Wl,-Bsymbolic: YES
  177. Build targets in project: 52
  178.  
  179. mpv 0.39.0-UNKNOWN
  180.  
  181. d3d11 : NO
  182. javascript : YES
  183. libmpv : YES
  184. lua : YES
  185. opengl : YES
  186. vulkan : YES
  187. wayland : YES
  188. x11 : YES
  189.  
  190. User defined options
  191. alsa : enabled
  192. android-media-ndk : disabled
  193. audiounit : disabled
  194. auto_features : enabled
  195. avfoundation : disabled
  196. b_pie : true
  197. build-date : false
  198. buildtype : plain
  199. caca : enabled
  200. cdda : enabled
  201. cocoa : disabled
  202. coreaudio : disabled
  203. cplayer : true
  204. cplugins : enabled
  205. cuda-hwaccel : disabled
  206. cuda-interop : disabled
  207. d3d-hwaccel : disabled
  208. d3d11 : disabled
  209. d3d9-hwaccel : disabled
  210. direct3d : disabled
  211. dmabuf-wayland : enabled
  212. drm : enabled
  213. dvbin : enabled
  214. dvdnav : enabled
  215. egl : enabled
  216. egl-android : disabled
  217. egl-angle : disabled
  218. egl-angle-lib : disabled
  219. egl-angle-win32 : disabled
  220. egl-drm : enabled
  221. egl-wayland : enabled
  222. egl-x11 : enabled
  223. fuzzers : false
  224. gbm : enabled
  225. gl : enabled
  226. gl-cocoa : disabled
  227. gl-dxinterop : disabled
  228. gl-dxinterop-d3d9 : disabled
  229. gl-win32 : disabled
  230. gl-x11 : enabled
  231. gpl : true
  232. html-build : disabled
  233. iconv : enabled
  234. ios-gl : disabled
  235. jack : enabled
  236. javascript : enabled
  237. jpeg : enabled
  238. lcms2 : enabled
  239. libarchive : enabled
  240. libavdevice : enabled
  241. libbluray : enabled
  242. libexecdir : lib
  243. libmpv : true
  244. lua : auto
  245. macos-10-15-4-features: disabled
  246. macos-11-3-features : disabled
  247. macos-11-features : disabled
  248. macos-12-features : disabled
  249. macos-cocoa-cb : disabled
  250. macos-media-player : disabled
  251. macos-touchbar : disabled
  252. manpage-build : enabled
  253. openal : enabled
  254. opensles : disabled
  255. oss-audio : disabled
  256. pdf-build : disabled
  257. pipewire : enabled
  258. plain-gl : enabled
  259. prefix : /usr
  260. pthread-debug : disabled
  261. pulse : enabled
  262. python.bytecompile : 1
  263. rubberband : enabled
  264. sbindir : bin
  265. sdl2 : enabled
  266. sdl2-audio : enabled
  267. sdl2-gamepad : enabled
  268. sdl2-video : enabled
  269. shaderc : disabled
  270. sixel : enabled
  271. sndio : enabled
  272. spirv-cross : disabled
  273. swift-build : disabled
  274. swift-flags : disabled
  275. ta-leak-report : false
  276. tests : false
  277. uchardet : enabled
  278. uwp : disabled
  279. vaapi : enabled
  280. vaapi-drm : enabled
  281. vaapi-wayland : enabled
  282. vaapi-win32 : disabled
  283. vaapi-x11 : enabled
  284. vapoursynth : enabled
  285. vdpau : enabled
  286. vdpau-gl-x11 : enabled
  287. vector : enabled
  288. videotoolbox-gl : disabled
  289. videotoolbox-pl : disabled
  290. vulkan : enabled
  291. wasapi : disabled
  292. wayland : enabled
  293. win32-threads : disabled
  294. wrap_mode : nodownload
  295. x11 : enabled
  296. xv : enabled
  297. zimg : enabled
  298. zlib : enabled
  299.  
  300. Found ninja-1.12.1 at /usr/bin/ninja
  301. INFO: autodetecting backend as ninja
  302. INFO: calculating backend command to run: /usr/bin/ninja -C /home/dario/Software/mpv-amd-full-git/src/build
  303. ninja: Entering directory `/home/dario/Software/mpv-amd-full-git/src/build'
  304. [325/326] Generating mpv_protocols with a custom command (wrapped by meson to capture output)
  305. FAILED: mpv_protocols
  306. /usr/bin/meson --internal exe --capture mpv_protocols -- /home/dario/Software/mpv-amd-full-git/src/build/mpv --no-config --list-protocols
  307. --- stderr ---
  308. /home/dario/Software/mpv-amd-full-git/src/build/mpv: error while loading shared libraries: libglslang.so.14: cannot open shared object file: No such file or directory
  309.  
  310. ninja: build stopped: subcommand failed.
  311. ==> ERROR: A failure occurred in build().
  312. Aborting...
Add Comment
Please, Sign In to add comment