=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for emulationstation-2.0.0_rc1_20150210nb11 Scanning dependencies of target nanosvg Scanning dependencies of target pugixml [ 1%] Building CXX object external/nanosvg/CMakeFiles/nanosvg.dir/src/nanosvg_impl.cpp.o [ 2%] Building CXX object external/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o [ 3%] Linking CXX static library ../../libnanosvg.a [ 3%] Built target nanosvg [ 4%] Linking CXX static library ../../libpugixml.a [ 4%] Built target pugixml Scanning dependencies of target es-core [ 5%] Building CXX object es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o [ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o [ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HelpStyle.cpp.o [ 6%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ImageIO.cpp.o [ 16%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HttpReq.cpp.o [ 8%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputConfig.cpp.o [ 9%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Log.cpp.o [ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/platform.cpp.o [ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o [ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_init.cpp.o [ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Settings.cpp.o [ 12%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Sound.cpp.o [ 14%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ThemeData.cpp.o [ 15%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Util.cpp.o [ 16%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputManager.cpp.o [ 17%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_init_sdlgl.cpp.o [ 18%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Window.cpp.o /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/HttpReq.cpp:99:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] LOG(LogError) << "Error removing curl_easy handle from curl_multi: " << curl_multi_strerror(merr); ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Log.h:5:40: note: expanded from macro 'LOG' if(level > Log::getReportingLevel()) ; \ ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/HttpReq.cpp:120:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(msg = curl_multi_info_read(s_multi_handle, &msgs_left)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/HttpReq.cpp:120:13: note: place parentheses around the assignment to silence this warning while(msg = curl_multi_info_read(s_multi_handle, &msgs_left)) ^ ( ) /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/HttpReq.cpp:120:13: note: use '==' to turn this assignment into an equality comparison while(msg = curl_multi_info_read(s_multi_handle, &msgs_left)) ^ == /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/InputConfig.cpp:169:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] LOG(LogWarning) << "WARNING: InputConfig value is 0 for " << type << " " << id << "!\n"; ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Log.h:5:40: note: expanded from macro 'LOG' if(level > Log::getReportingLevel()) ; \ ^ [ 18%] Building CXX object es-core/CMakeFiles/es-core.dir/src/animations/AnimationController.cpp.o [ 19%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/AnimatedImageComponent.cpp.o 1 warning generated. [ 20%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/BusyComponent.cpp.o 2 warnings generated. [ 21%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ButtonComponent.cpp.o [ 22%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentGrid.cpp.o /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/animations/AnimationController.cpp:13:2: warning: delete called on 'Animation' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor] delete mAnimation; ^ 1 warning generated. [ 23%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentList.cpp.o [ 23%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/DateTimeComponent.cpp.o In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Renderer_draw_gl.cpp:9: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Renderer_init_sdlgl.cpp:108:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] LOG(LogWarning) << "Tried to enable vsync, but failed! (" << SDL_GetError() << ")"; ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Log.h:5:40: note: expanded from macro 'LOG' if(level > Log::getReportingLevel()) ; \ ^ 1 error generated. In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.cpp:1: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.cpp:30:7: error: 'round' is missing exception specification 'noexcept' float round(float num) ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ --- es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c [ 24%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/HelpComponent.cpp.o /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentGrid.cpp:433:16: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] if(it->first == "up/down/left/right") ^ ~~~~~~~~~~~~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentGrid.cpp:438:22: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] }else if(it->first == "up/down") ^ ~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentGrid.cpp:441:22: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] }else if(it->first == "left/right") ^ ~~~~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Window.cpp:277:19: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] if((it->first == "up/down" && addPrompts.at(mappedTo->second).first == "left/right") || ^ ~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Window.cpp:277:73: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] if((it->first == "up/down" && addPrompts.at(mappedTo->second).first == "left/right") || ^ ~~~~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Window.cpp:278:17: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] (it->first == "left/right" && addPrompts.at(mappedTo->second).first == "up/down")) ^ ~~~~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Window.cpp:278:74: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] (it->first == "left/right" && addPrompts.at(mappedTo->second).first == "up/down")) ^ ~~~~~~~~~ 1 warning generated. 2 errors generated. --- es-core/CMakeFiles/es-core.dir/src/Util.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/Util.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 3 warnings generated. In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ButtonComponent.cpp:4: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ 4 warnings generated. 1 error generated. In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentList.cpp:2: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ --- es-core/CMakeFiles/es-core.dir/src/components/ButtonComponent.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/components/ButtonComponent.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentList.cpp:321:17: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] if(it->first == "up/down" || it->first == "up/down/left/right") ^ ~~~~~~~~~ /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/ComponentList.cpp:321:43: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] if(it->first == "up/down" || it->first == "up/down/left/right") ^ ~~~~~~~~~~~~~~~~~~~~ In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/DateTimeComponent.cpp:5: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ In file included from /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/components/HelpComponent.cpp:5: /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c/es-core/src/Util.h:18:7: error: 'round' is missing exception specification 'noexcept' float round(float num); ^ noexcept /usr/include/c++/math.h:1465:46: note: previous declaration is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);} ^ 2 warnings and 1 error generated. --- es-core/CMakeFiles/es-core.dir/src/components/ComponentList.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/components/ComponentList.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 1 error generated. --- es-core/CMakeFiles/es-core.dir/src/components/DateTimeComponent.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/components/DateTimeComponent.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 1 error generated. --- es-core/CMakeFiles/es-core.dir/src/components/HelpComponent.cpp.o --- *** [es-core/CMakeFiles/es-core.dir/src/components/HelpComponent.cpp.o] Error code 1 make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 6 errors make[2]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c --- es-core/CMakeFiles/es-core.dir/all --- *** [es-core/CMakeFiles/es-core.dir/all] Error code 2 make[1]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 1 error make[1]: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c *** [all] Error code 2 make: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c 1 error make: stopped in /data/scratch/emulators/emulationstation/work/EmulationStation-abba19584636c28cd98e3810e857f493cb63d06c *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/emulators/emulationstation *** Error code 1 Stop. make: stopped in /data/pkgsrc/emulators/emulationstation