=> 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 nestopia-1.49 --- source/core/.dirstamp --- --- source/core/.deps/.dirstamp --- --- source/core/input/.dirstamp --- --- source/core/input/.deps/.dirstamp --- --- source/core/vssystem/.dirstamp --- --- source/core/vssystem/.deps/.dirstamp --- --- source/core/api/.dirstamp --- --- source/core/api/.deps/.dirstamp --- --- source/core/board/.dirstamp --- --- source/core/board/.deps/.dirstamp --- --- source/common/.dirstamp --- --- source/common/.deps/.dirstamp --- --- source/sdl/.dirstamp --- --- source/sdl/.deps/.dirstamp --- --- source/gtkui/.dirstamp --- --- source/gtkui/.deps/.dirstamp --- --- source/sdl/nestopia-audio.o --- --- source/sdl/nestopia-sdlinput.o --- --- source/sdl/nestopia-cursor.o --- --- source/sdl/nestopia-sdlvideo.o --- --- source/common/nestopia-nstcommon.o --- --- source/common/nestopia-cheats.o --- --- source/common/nestopia-cli.o --- --- source/common/nestopia-config.o --- --- source/common/nestopia-video.o --- --- source/common/nestopia-input.o --- --- source/common/nestopia-samples.o --- --- source/common/nestopia-ini.o --- --- source/common/nestopia-png.o --- --- source/core/input/nestopia-NstInpTopRider.o --- --- source/sdl/nestopia-sdlinput.o --- CXX source/sdl/nestopia-sdlinput.o --- source/sdl/nestopia-audio.o --- CXX source/sdl/nestopia-audio.o --- source/core/input/nestopia-NstInpCrazyClimber.o --- --- source/sdl/nestopia-cursor.o --- CXX source/sdl/nestopia-cursor.o --- source/core/input/nestopia-NstInpPowerGlove.o --- --- source/sdl/nestopia-sdlvideo.o --- CXX source/sdl/nestopia-sdlvideo.o --- source/common/nestopia-input.o --- CXX source/common/nestopia-input.o --- source/common/nestopia-nstcommon.o --- CXX source/common/nestopia-nstcommon.o --- source/common/nestopia-samples.o --- CXX source/common/nestopia-samples.o --- source/common/nestopia-ini.o --- CXX source/common/nestopia-ini.o --- source/core/input/nestopia-NstInpTopRider.o --- CXX source/core/input/nestopia-NstInpTopRider.o --- source/core/input/nestopia-NstInpCrazyClimber.o --- CXX source/core/input/nestopia-NstInpCrazyClimber.o --- source/common/nestopia-cheats.o --- CXX source/common/nestopia-cheats.o --- source/common/nestopia-config.o --- CXX source/common/nestopia-config.o --- source/common/nestopia-cli.o --- CXX source/common/nestopia-cli.o --- source/core/input/nestopia-NstInpPowerGlove.o --- CXX source/core/input/nestopia-NstInpPowerGlove.o --- source/common/nestopia-png.o --- CXX source/common/nestopia-png.o --- source/common/nestopia-video.o --- CXX source/common/nestopia-video.o --- source/core/input/nestopia-NstInpPowerGlove.o --- source/core/input/NstInpPowerGlove.cpp:79:6: error: non-constant-expression cannot be narrowed from type 'Nes::uint' (aka 'unsigned int') to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] latch, ^~~~~ source/core/input/NstInpPowerGlove.cpp:79:6: note: insert an explicit cast to silence this issue latch, ^~~~~ static_cast( ) source/core/input/NstInpPowerGlove.cpp:80:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] stream == ~0U ? 0xFF : stream, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/core/input/NstInpPowerGlove.cpp:80:6: note: insert an explicit cast to silence this issue stream == ~0U ? 0xFF : stream, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) 2 errors generated. *** [source/core/input/nestopia-NstInpPowerGlove.o] Error code 1 make: stopped in /data/scratch/emulators/nestopia/work/nestopia-1.49 --- source/common/nestopia-video.o --- source/common/video.cpp:624:41: warning: operator '?:' has lower precedence than '*'; '*' will be evaluated first [-Wparentheses] osdtext.drawtext = seconds * nst_pal() ? 50 : 60; ~~~~~~~~~~~~~~~~~~~ ^ source/common/video.cpp:624:41: note: place parentheses around the '*' expression to silence this warning osdtext.drawtext = seconds * nst_pal() ? 50 : 60; ^ ( ) source/common/video.cpp:624:41: note: place parentheses around the '?:' expression to evaluate it first osdtext.drawtext = seconds * nst_pal() ? 50 : 60; ^ ( ) 1 warning generated. 1 error make: stopped in /data/scratch/emulators/nestopia/work/nestopia-1.49 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/emulators/nestopia *** Error code 1 Stop. make: stopped in /data/pkgsrc/emulators/nestopia