Advertisement
Guest User

Dolphin Build FM

a guest
Jan 22nd, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.96 KB | None | 0 0
  1. nstaller-master$ ./setup
  2.  
  3. Attempting to delete incomplete installations of FM...
  4. Found incomplete installation at FasterMelee-5.9/, deleting.
  5.  
  6. Would you like to overwrite ALL of your previous installations? (y/N)
  7. y
  8. Are you sure? This action is not reversible! (y/N)
  9. y
  10. Deleted all FM folders!
  11.  
  12. Installing version 5.9!
  13.  
  14. Would you like to install udev rules for your Wii U adapter? (y/N) (Necessary for reduced-lag direct adapter connection)
  15. n
  16. No changes made!
  17.  
  18. Would you like to make a desktop shortcut? (Y/n)
  19. n
  20. No changes made!
  21.  
  22. CPU Threads detected: 8
  23. How many threads would you like to use to compile? (passed to make as -j flag, default: 1, range: 1 - 9)
  24. 8
  25. Using 8 thread(s)!
  26.  
  27. Downloading config files...
  28. ####################################################################################### 100.0%####################################################################################### 100.0%
  29. Extracting config files...
  30. Total bytes read: 4208640 (4.1MiB, 5.8MiB/s)
  31.  
  32. Downloading tarball...
  33.                                                    -=O=-                   #     #   #  #    
  34. Extracting tarball...
  35. Total bytes read: 124231680 (119MiB, 14MiB/s)
  36.  
  37. Patching xgetbv function...
  38. Patching tarball...
  39. Adding FM config files...
  40. cmaking...
  41. -- The C compiler identification is GNU 7.4.0
  42. -- The CXX compiler identification is GNU 7.4.0
  43. -- Check for working C compiler: /usr/bin/cc
  44. -- Check for working C compiler: /usr/bin/cc -- works
  45. -- Detecting C compiler ABI info
  46. -- Detecting C compiler ABI info - done
  47. -- Detecting C compile features
  48. -- Detecting C compile features - done
  49. -- Check for working CXX compiler: /usr/bin/c++
  50. -- Check for working CXX compiler: /usr/bin/c++ -- works
  51. -- Detecting CXX compiler ABI info
  52. -- Detecting CXX compiler ABI info - done
  53. -- Detecting CXX compile features
  54. -- Detecting CXX compile features - done
  55. -- Found Git: /usr/bin/git (found version "2.17.1")
  56. x86_64
  57. -- Performing Test NO_PIE_UPSTREAM
  58. -- Performing Test NO_PIE_UPSTREAM - Success
  59. -- Performing Test NO_PIE_PATCHED
  60. -- Performing Test NO_PIE_PATCHED - Failed
  61. -- Performing Test FLAG_TYPE_LIMITS
  62. -- Performing Test FLAG_TYPE_LIMITS - Success
  63. -- Performing Test FLAG_SIGN_COMPARE
  64. -- Performing Test FLAG_SIGN_COMPARE - Success
  65. -- Performing Test FLAG_IGNORED_QUALIFIERS
  66. -- Performing Test FLAG_IGNORED_QUALIFIERS - Success
  67. -- Performing Test FLAG_UNINITIALIZED
  68. -- Performing Test FLAG_UNINITIALIZED - Success
  69. -- Performing Test FLAG_LOGICAL_OP
  70. -- Performing Test FLAG_LOGICAL_OP - Success
  71. -- Performing Test FLAG_SHADOW
  72. -- Performing Test FLAG_SHADOW - Success
  73. -- Performing Test FLAG_INIT_SELF
  74. -- Performing Test FLAG_INIT_SELF - Success
  75. -- Performing Test FLAG_MISSING_DECLARATIONS
  76. -- Performing Test FLAG_MISSING_DECLARATIONS - Success
  77. -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS
  78. -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS - Failed
  79. -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN
  80. -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success
  81. -- Performing Test FLAG_VISIBILITY_HIDDEN
  82. -- Performing Test FLAG_VISIBILITY_HIDDEN - Success
  83. -- Looking for pthread.h
  84. -- Looking for pthread.h - found
  85. -- Looking for pthread_create
  86. -- Looking for pthread_create - not found
  87. -- Looking for pthread_create in pthreads
  88. -- Looking for pthread_create in pthreads - not found
  89. -- Looking for pthread_create in pthread
  90. -- Looking for pthread_create in pthread - found
  91. -- Found Threads: TRUE  
  92. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  93. CMake Warning (dev) at /usr/share/cmake-3.13/Modules/FindOpenGL.cmake:270 (message):
  94.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  95.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  96.   cmake_policy command to set the policy and suppress this warning.
  97.  
  98.   FindOpenGL found both a legacy GL library:
  99.  
  100.     OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  101.  
  102.   and GLVND libraries for OpenGL and GLX:
  103.  
  104.     OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  105.     OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  106.  
  107.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  108.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  109. Call Stack (most recent call first):
  110.   CMakeLists.txt:449 (include)
  111. This warning is for project developers.  Use -Wno-dev to suppress it.
  112.  
  113. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  
  114. -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.1.3")
  115. ALSA found, enabling ALSA sound backend
  116. ao found, enabling ao sound backend
  117. bluez found, enabling bluetooth support
  118. PulseAudio found, enabling PulseAudio sound backend
  119. -- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so  
  120. OpenAL found, enabling OpenAL sound backend
  121. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  122. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  123. -- Looking for gethostbyname
  124. -- Looking for gethostbyname - found
  125. -- Looking for connect
  126. -- Looking for connect - found
  127. -- Looking for remove
  128. -- Looking for remove - found
  129. -- Looking for shmat
  130. -- Looking for shmat - found
  131. -- Looking for IceConnectionNumber in ICE
  132. -- Looking for IceConnectionNumber in ICE - found
  133. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  134. X11 support enabled
  135. Xrandr found
  136. -- Checking for module 'xi>=1.5.0'
  137. --   Found xi, version 1.7.9
  138. -- Checking for modules 'libavcodec>=54.35.0;libavformat>=54.20.4;libswscale>=2.1.1;libavutil>=52.3.0'
  139. --   Found libavcodec, version 58.35.100
  140. --   Found libavformat, version 58.20.100
  141. --   Found libswscale, version 5.3.100
  142. --   Found libavutil, version 56.22.100
  143. libav/ffmpeg found, enabling AVI frame dumps
  144. -- Performing Test SYSTEM_PORTAUDIO
  145. -- Performing Test SYSTEM_PORTAUDIO - Success
  146. Using shared PortAudio for mic support
  147. -- Found LIBUDEV: /lib/x86_64-linux-gnu/libudev.so  
  148. -- Found libevdev: /usr/lib/x86_64-linux-gnu/libevdev.so  
  149. libevdev/libudev found, enabling evdev controller backend
  150. Using named pipes as controller inputs
  151. Watching game memory for changes
  152. Enabling analytics collection (subject to end-user opt-in)
  153. Using static enet from Externals
  154. -- Looking for fcntl
  155. -- Looking for fcntl - found
  156. -- Looking for poll
  157. -- Looking for poll - found
  158. -- Looking for getaddrinfo
  159. -- Looking for getaddrinfo - found
  160. -- Looking for getnameinfo
  161. -- Looking for getnameinfo - found
  162. -- Looking for gethostbyname_r
  163. -- Looking for gethostbyname_r - found
  164. -- Looking for gethostbyaddr_r
  165. -- Looking for gethostbyaddr_r - found
  166. -- Looking for inet_pton
  167. -- Looking for inet_pton - found
  168. -- Looking for inet_ntop
  169. -- Looking for inet_ntop - found
  170. -- Performing Test HAS_MSGHDR_FLAGS
  171. -- Performing Test HAS_MSGHDR_FLAGS - Success
  172. -- Check size of socklen_t
  173. -- Check size of socklen_t - done
  174. Using static xxhash from Externals
  175. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  176. Using shared zlib
  177. Using shared lzo
  178. Using shared libpng
  179. Using shared soundtouch
  180. -- Checking for module 'libusb-1.0'
  181. --   Found libusb-1.0, version 1.0.21
  182. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so
  183. Using shared LibUSB
  184. -- Found SFML 2.4 in /usr/include
  185. Using shared SFML
  186. -- Found MINIUPNPC: /usr/include/miniupnpc  
  187. Using shared miniupnpc
  188. -- Performing Test MBEDTLS_VERSION_OK
  189. -- Performing Test MBEDTLS_VERSION_OK - Success
  190. -- Found MBEDTLS: /usr/include  
  191. Using shared mbed TLS
  192. -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.58.0")
  193. Using shared libcurl
  194. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  195. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  196. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  197. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  198. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  199. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  200. -- Looking for include file AudioUnit/AudioUnit.h
  201. -- Looking for include file AudioUnit/AudioUnit.h - not found
  202. -- Looking for include file pulse/pulseaudio.h
  203. -- Looking for include file pulse/pulseaudio.h - found
  204. -- Looking for include file alsa/asoundlib.h
  205. -- Looking for include file alsa/asoundlib.h - found
  206. -- Looking for include file jack/jack.h
  207. -- Looking for include file jack/jack.h - found
  208. -- Looking for include file audioclient.h
  209. -- Looking for include file audioclient.h - not found
  210. -- Looking for include files windows.h, mmsystem.h
  211. -- Looking for include files windows.h, mmsystem.h - not found
  212. -- Looking for include file SLES/OpenSLES.h
  213. -- Looking for include file SLES/OpenSLES.h - not found
  214. -- Looking for include file android/log.h
  215. -- Looking for include file android/log.h - not found
  216. -- Looking for include file sndio.h
  217. -- Looking for include file sndio.h - found
  218. -- Looking for include file kai.h
  219. -- Looking for include file kai.h - not found
  220. Using shared SOIL
  221. -- Found HIDAPI: /usr/lib/x86_64-linux-gnu/libhidapi-hidraw.so  
  222. Using shared /usr/lib/x86_64-linux-gnu/libhidapi-hidraw.so
  223. -- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_xrc-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_qa-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu_xml-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0 (found version "3.0.4")
  224. -- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_core-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_adv-3.0;-lwx_baseu-3.0 (found version "3.0.4")
  225. Found wxWidgets version 3.0.4
  226. At least 3.1.0 is required; ignoring found version
  227. -- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so  
  228. Using static wxWidgets from Externals
  229. gthread-2.0 found
  230. pangocairo found
  231. -- Looking for backtrace
  232. -- Looking for backtrace - found
  233. -- backtrace facility detected in default set of libraries
  234. -- Found Backtrace: /usr/include  
  235. -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_MAIN_LIBRARY)
  236. Using static gtest from Externals
  237. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
  238. CMake Error at Source/Core/DolphinWX/CMakeLists.txt:121 (GETTEXT_CREATE_TRANSLATIONS):
  239.   GETTEXT_CREATE_TRANSLATIONS Macro invoked with incorrect arguments for
  240.   macro named: GETTEXT_CREATE_TRANSLATIONS
  241.  
  242.  
  243. CMake Warning (dev) at Source/Core/VideoCommon/CMakeLists.txt:88 (target_link_libraries):
  244.   Policy CMP0023 is not set: Plain and keyword target_link_libraries
  245.   signatures cannot be mixed.  Run "cmake --help-policy CMP0023" for policy
  246.   details.  Use the cmake_policy command to set the policy and suppress this
  247.   warning.
  248.  
  249.   The plain signature for target_link_libraries has already been used with
  250.   the target "videocommon".  All uses of target_link_libraries with a target
  251.   should be either all-keyword or all-plain.
  252.  
  253.   The uses of the plain signature are here:
  254.  
  255.    * Source/CMakeLists.txt:39 (target_link_libraries)
  256.  
  257. This warning is for project developers.  Use -Wno-dev to suppress it.
  258.  
  259. CMake Warning (dev) at Source/Core/VideoBackends/Vulkan/CMakeLists.txt:40 (target_link_libraries):
  260.   Policy CMP0023 is not set: Plain and keyword target_link_libraries
  261.   signatures cannot be mixed.  Run "cmake --help-policy CMP0023" for policy
  262.   details.  Use the cmake_policy command to set the policy and suppress this
  263.   warning.
  264.  
  265.   The plain signature for target_link_libraries has already been used with
  266.   the target "videovulkan".  All uses of target_link_libraries with a target
  267.   should be either all-keyword or all-plain.
  268.  
  269.   The uses of the plain signature are here:
  270.  
  271.    * Source/CMakeLists.txt:39 (target_link_libraries)
  272.  
  273. This warning is for project developers.  Use -Wno-dev to suppress it.
  274.  
  275. -- Configuring incomplete, errors occurred!
  276. See also "/mnt/Juegos/Dolphin/Project+ v1.05b Netplay Hotfix [FM Edition]/FasterMelee-installer-master/FasterMelee-5.9/Ishiiruka/build/CMakeFiles/CMakeOutput.log".
  277. See also "/mnt/Juegos/Dolphin/Project+ v1.05b Netplay Hotfix [FM Edition]/FasterMelee-installer-master/FasterMelee-5.9/Ishiiruka/build/CMakeFiles/CMakeError.log".
  278. carlos@carlos-pc:/mnt/Juegos/Dolphin/Project+ v1.05b Netplay Hotfix [FM Edition]/FasterMelee-i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement