Advertisement
OldSparta

Retropie-err-log

Jan 4th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. Building 'emulationstation' : EmulationStation - Frontend used by RetroPie for launching emulators
  2. = = = = = = = = = = = = = = = = = = = = =
  3.  
  4. Removing additional swap
  5. -- The C compiler identification is GNU 4.8.4
  6. -- The CXX compiler identification is GNU 4.8.4
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  16. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  17. -- Looking for gethostbyname
  18. -- Looking for gethostbyname - found
  19. -- Looking for connect
  20. -- Looking for connect - found
  21. -- Looking for remove
  22. -- Looking for remove - found
  23. -- Looking for shmat
  24. -- Looking for shmat - found
  25. -- Looking for IceConnectionNumber in ICE
  26. -- Looking for IceConnectionNumber in ICE - found
  27. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  28. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  29. -- checking for module 'freetype2'
  30. -- found freetype2, version 17.1.11
  31. -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "17.1.11")
  32. -- Looking for FreeImage...
  33. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  34. -- checking for module 'freeimage'
  35. -- package 'freeimage' not found
  36. -- Found FreeImage: optimized;/usr/lib/libfreeimage.so;debug;/usr/lib/libfreeimage.so
  37. -- Looking for include file pthread.h
  38. -- Looking for include file pthread.h - found
  39. -- Looking for pthread_create
  40. -- Looking for pthread_create - not found
  41. -- Looking for pthread_create in pthreads
  42. -- Looking for pthread_create in pthreads - not found
  43. -- Looking for pthread_create in pthread
  44. -- Looking for pthread_create in pthread - found
  45. -- Found Threads: TRUE
  46. -- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread
  47. -- Boost version: 1.54.0
  48. -- Found the following Boost libraries:
  49. -- system
  50. -- filesystem
  51. -- date_time
  52. -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.35.0")
  53. -- checking for module 'libvlc>=1.0.0'
  54. -- found libvlc, version 2.1.6
  55. -- VLC library found
  56. -- Found VLC: /usr/include/vlc
  57. -- Looking for libCEC...
  58. -- checking for module 'libcec'
  59. -- package 'libcec' not found
  60. -- Could not locate libCEC
  61. -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.27.2")
  62. -- Configuring done
  63. -- Generating done
  64. -- Build files have been written to: /home/shane/RetroPie-Setup/tmp/build/emulationstation
  65. Scanning dependencies of target nanosvg
  66. Scanning dependencies of target pugixml
  67. [ 1%] [ 2%] Building CXX object external/nanosvg/CMakeFiles/nanosvg.dir/src/nanosvg_impl.cpp.o
  68. Building CXX object external/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
  69. Linking CXX static library ../../libnanosvg.a
  70. [ 2%] Built target nanosvg
  71. Linking CXX static library ../../libpugixml.a
  72. [ 2%] Built target pugixml
  73. Scanning dependencies of target es-core
  74. [ 4%] [ 4%] Building CXX object es-core/CMakeFiles/es-core.dir/src/CECInput.cpp.o
  75. Building CXX object es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o
  76. [ 5%] Building CXX object es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o
  77. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/AudioManager.cpp: In member function ‘void AudioManager::unregisterSound(std::shared_ptr<Sound>&)’:
  78. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/AudioManager.cpp:128:48: error: no matching function for call to ‘std::vector<std::shared_ptr<Sound> >::erase(__gnu_cxx::__normal_iterator<const std::shared_ptr<Sound>*, std::vector<std::shared_ptr<Sound> > >)’
  79. sSoundVector.erase(sSoundVector.cbegin() + i);
  80. ^
  81. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/AudioManager.cpp:128:48: note: candidates are:
  82. In file included from /usr/include/c++/4.8/vector:69:0,
  83. from /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/AudioManager.h:7,
  84. from /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/AudioManager.cpp:1:
  85. /usr/include/c++/4.8/bits/vector.tcc:134:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator) [with _Tp = std::shared_ptr<Sound>; _Alloc = std::allocator<std::shared_ptr<Sound> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<std::shared_ptr<Sound>*, std::vector<std::shared_ptr<Sound> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = std::shared_ptr<Sound>*]
  86. vector<_Tp, _Alloc>::
  87. ^
  88. /usr/include/c++/4.8/bits/vector.tcc:134:5: note: no known conversion for argument 1 from ‘__gnu_cxx::__normal_iterator<const std::shared_ptr<Sound>*, std::vector<std::shared_ptr<Sound> > >’ to ‘std::vector<std::shared_ptr<Sound> >::iterator {aka __gnu_cxx::__normal_iterator<std::shared_ptr<Sound>*, std::vector<std::shared_ptr<Sound> > >}’
  89. /usr/include/c++/4.8/bits/vector.tcc:146:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = std::shared_ptr<Sound>; _Alloc = std::allocator<std::shared_ptr<Sound> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<std::shared_ptr<Sound>*, std::vector<std::shared_ptr<Sound> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = std::shared_ptr<Sound>*]
  90. vector<_Tp, _Alloc>::
  91. ^
  92. /usr/include/c++/4.8/bits/vector.tcc:146:5: note: candidate expects 2 arguments, 1 provided
  93. make[2]: *** [es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o] Error 1
  94. make[2]: *** Waiting for unfinished jobs....
  95. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/GuiComponent.cpp: In member function ‘void GuiComponent::removeChild(GuiComponent*)’:
  96. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/GuiComponent.cpp:192:21: error: no matching function for call to ‘std::vector<GuiComponent*>::erase(__gnu_cxx::__normal_iterator<GuiComponent* const*, std::vector<GuiComponent*> >&)’
  97. mChildren.erase(i);
  98. ^
  99. /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/GuiComponent.cpp:192:21: note: candidates are:
  100. In file included from /usr/include/c++/4.8/vector:69:0,
  101. from /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/InputConfig.h:10,
  102. from /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/GuiComponent.h:9,
  103. from /home/shane/RetroPie-Setup/tmp/build/emulationstation/es-core/src/GuiComponent.cpp:1:
  104. /usr/include/c++/4.8/bits/vector.tcc:134:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator) [with _Tp = GuiComponent*; _Alloc = std::allocator<GuiComponent*>; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<GuiComponent**, std::vector<GuiComponent*> >; typename std::_Vector_base<_Tp, _Alloc>::pointer = GuiComponent**]
  105. vector<_Tp, _Alloc>::
  106. ^
  107. /usr/include/c++/4.8/bits/vector.tcc:134:5: note: no known conversion for argument 1 from ‘__gnu_cxx::__normal_iterator<GuiComponent* const*, std::vector<GuiComponent*> >’ to ‘std::vector<GuiComponent*>::iterator {aka __gnu_cxx::__normal_iterator<GuiComponent**, std::vector<GuiComponent*> >}’
  108. /usr/include/c++/4.8/bits/vector.tcc:146:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = GuiComponent*; _Alloc = std::allocator<GuiComponent*>; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<GuiComponent**, std::vector<GuiComponent*> >; typename std::_Vector_base<_Tp, _Alloc>::pointer = GuiComponent**]
  109. vector<_Tp, _Alloc>::
  110. ^
  111. /usr/include/c++/4.8/bits/vector.tcc:146:5: note: candidate expects 2 arguments, 1 provided
  112. make[2]: *** [es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o] Error 1
  113. make[1]: *** [es-core/CMakeFiles/es-core.dir/all] Error 2
  114. make: *** [all] Error 2
  115. Removing additional swap
  116. ~/RetroPie-Setup
  117. Could not successfully build emulationstation - EmulationStation - Frontend used by RetroPie for launching emulators (/home/shane/RetroPie-Setup/tmp/build/emulationstation/emulationstation not found).
  118.  
  119. = = = = = = = = = = = = = = = = = = = = =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement