=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> 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.50nb2 --- 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/core/nestopia-NstAssert.o --- CXX source/core/nestopia-NstAssert.o --- source/core/nestopia-NstCartridgeInes.o --- --- source/core/nestopia-NstFile.o --- CXX source/core/nestopia-NstFile.o --- source/core/nestopia-NstVideoFilterxBR.o --- --- source/core/nestopia-NstCartridgeInes.o --- CXX source/core/nestopia-NstCartridgeInes.o --- source/core/nestopia-NstVideoFilterNone.o --- --- source/core/nestopia-NstVideoFilterxBR.o --- CXX source/core/nestopia-NstVideoFilterxBR.o --- source/core/nestopia-NstPatcherUps.o --- --- source/core/nestopia-NstVideoFilterNone.o --- CXX source/core/nestopia-NstVideoFilterNone.o --- source/core/nestopia-NstPatcherUps.o --- CXX source/core/nestopia-NstPatcherUps.o --- source/core/nestopia-NstStream.o --- CXX source/core/nestopia-NstStream.o --- source/core/nestopia-NstTracker.o --- CXX source/core/nestopia-NstTracker.o --- source/core/nestopia-NstXml.o --- CXX source/core/nestopia-NstXml.o --- source/core/nestopia-NstProperties.o --- CXX source/core/nestopia-NstProperties.o --- source/core/nestopia-NstCpu.o --- CXX source/core/nestopia-NstCpu.o --- source/core/nestopia-NstVideoRenderer.o --- CXX source/core/nestopia-NstVideoRenderer.o --- source/core/nestopia-NstCpu.o --- source/core/NstCpu.cpp:343:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] pc & 0xFF, ^~~~~~~~~ source/core/NstCpu.cpp:343:6: note: insert an explicit cast to silence this issue pc & 0xFF, ^~~~~~~~~ static_cast( ) source/core/NstCpu.cpp:344: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] pc >> 8, ^~~~~~~ source/core/NstCpu.cpp:344:6: note: insert an explicit cast to silence this issue pc >> 8, ^~~~~~~ static_cast( ) source/core/NstCpu.cpp:345: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] sp, ^~ source/core/NstCpu.cpp:345:6: note: insert an explicit cast to silence this issue sp, ^~ static_cast( ) source/core/NstCpu.cpp:346: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] a, ^ source/core/NstCpu.cpp:346:6: note: insert an explicit cast to silence this issue a, ^ static_cast( ) source/core/NstCpu.cpp:347: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] x, ^ source/core/NstCpu.cpp:347:6: note: insert an explicit cast to silence this issue x, ^ static_cast( ) source/core/NstCpu.cpp:348: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] y, ^ source/core/NstCpu.cpp:348:6: note: insert an explicit cast to silence this issue y, ^ static_cast( ) source/core/NstCpu.cpp:349: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] flags.Pack() ^~~~~~~~~~~~ source/core/NstCpu.cpp:349:6: note: insert an explicit cast to silence this issue flags.Pack() ^~~~~~~~~~~~ static_cast( ) source/core/NstCpu.cpp:360:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] ((interrupt.nmiClock != CYCLE_MAX) ? 0x01U : 0x00U) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/core/NstCpu.cpp:360:6: note: insert an explicit cast to silence this issue ((interrupt.nmiClock != CYCLE_MAX) ? 0x01U : 0x00U) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( source/core/NstCpu.cpp:366:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] cycles.count & 0xFF, ^~~~~~~~~~~~~~~~~~~ source/core/NstCpu.cpp:366:6: note: insert an explicit cast to silence this issue cycles.count & 0xFF, ^~~~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstCpu.cpp:367:6: error: non-constant-expression cannot be narrowed from type 'Nes::Core::Cycle' (aka 'unsigned int') to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] cycles.count >> 8, ^~~~~~~~~~~~~~~~~ source/core/NstCpu.cpp:367:6: note: insert an explicit cast to silence this issue cycles.count >> 8, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstCpu.cpp:368:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] (interrupt.nmiClock != CYCLE_MAX) ? interrupt.nmiClock+1 : 0, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/core/NstCpu.cpp:368:6: note: insert an explicit cast to silence this issue (interrupt.nmiClock != CYCLE_MAX) ? interrupt.nmiClock+1 : 0, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstCpu.cpp:369:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] (interrupt.irqClock != CYCLE_MAX) ? interrupt.irqClock+1 : 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/core/NstCpu.cpp:369:6: note: insert an explicit cast to silence this issue (interrupt.irqClock != CYCLE_MAX) ? interrupt.irqClock+1 : 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) 12 errors generated. *** [source/core/nestopia-NstCpu.o] Error code 1 make: stopped in /data/scratch/emulators/nestopia/work/nestopia-1.50 --- source/core/nestopia-NstStream.o --- source/core/NstStream.cpp:310:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~ source/core/NstStream.cpp:310:6: note: insert an explicit cast to silence this issue data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:311:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 8 & 0xFF ^~~~~~~~~~~~~~~~ source/core/NstStream.cpp:311:6: note: insert an explicit cast to silence this issue data >> 8 & 0xFF ^~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:323:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:323:6: note: insert an explicit cast to silence this issue data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:324:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 8 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:324:6: note: insert an explicit cast to silence this issue data >> 8 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:325:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 16 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:325:6: note: insert an explicit cast to silence this issue data >> 16 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:326:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 24 & 0xFF ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:326:6: note: insert an explicit cast to silence this issue data >> 24 & 0xFF ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:336:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:336:6: note: insert an explicit cast to silence this issue data >> 0 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:337:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 8 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:337:6: note: insert an explicit cast to silence this issue data >> 8 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:338:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 16 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:338:6: note: insert an explicit cast to silence this issue data >> 16 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:339:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 24 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:339:6: note: insert an explicit cast to silence this issue data >> 24 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:340:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 32 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:340:6: note: insert an explicit cast to silence this issue data >> 32 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:341:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 40 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:341:6: note: insert an explicit cast to silence this issue data >> 40 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:342:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 48 & 0xFF, ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:342:6: note: insert an explicit cast to silence this issue data >> 48 & 0xFF, ^~~~~~~~~~~~~~~~~ static_cast( ) source/core/NstStream.cpp:343:6: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] data >> 56 & 0xFF ^~~~~~~~~~~~~~~~~ source/core/NstStream.cpp:343:6: note: insert an explicit cast to silence this issue data >> 56 & 0xFF ^~~~~~~~~~~~~~~~~ static_cast( ) 14 errors generated. *** [source/core/nestopia-NstStream.o] Error code 1 make: stopped in /data/scratch/emulators/nestopia/work/nestopia-1.50 2 errors make: stopped in /data/scratch/emulators/nestopia/work/nestopia-1.50 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/emulators/nestopia *** Error code 1 Stop. make: stopped in /data/pkgsrc/emulators/nestopia