=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for PC6001VX-4.2.8 --- ui_configdialog.h --- --- ui_systeminfodialog.h --- --- ui_virtualkeytabwidget.h --- --- wavfile.o --- --- singleapplication.o --- --- singleapplication_p.o --- --- audiooutputwrapper.o --- --- colorbutton.o --- --- ui_configdialog.h --- uic src/Qt/configdialog.ui --- ui_systeminfodialog.h --- uic src/Qt/systeminfodialog.ui --- ui_virtualkeytabwidget.h --- uic src/Qt/virtualkeytabwidget.ui --- wavfile.o --- compiling --- singleapplication.o --- compiling --- singleapplication_p.o --- compiling --- audiooutputwrapper.o --- compiling --- colorbutton.o --- compiling --- ui_configdialog.h --- Detected locale "C" with character encoding "646", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. --- ui_virtualkeytabwidget.h --- Detected locale "C" with character encoding "646", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. --- ui_systeminfodialog.h --- Detected locale "C" with character encoding "646", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. --- cthread.o --- --- emulationadaptor.o --- --- keypanel.o --- --- cthread.o --- compiling --- emulationadaptor.o --- compiling --- keypanel.o --- compiling --- keypanelbutton.o --- compiling --- keystatewatcher.o --- compiling --- mainwidget.o --- compiling --- normalvirtualkeyboardscene.o --- compiling --- osdQt.o --- compiling --- p6vxapp.o --- compiling --- p6vxcommon.o --- compiling --- pc6001v.o --- compiling --- qtel6.o --- compiling --- renderview.o --- compiling --- simplevirtualkeyboardscene.o --- compiling --- virtualkeyboardscene.o --- compiling --- virtualkeyboardview.o --- compiling --- virtualkeyitem.o --- compiling --- virtualstickitem.o --- compiling --- breakpoint.o --- compiling --- common.o --- compiling --- config.o --- compiling --- console.o --- compiling --- cpum.o --- compiling --- cpus.o --- compiling --- csemaphore.o --- compiling --- d88.o --- compiling --- debug.o --- compiling --- device.o --- compiling --- ay8910.o --- compiling --- d88.o --- In file included from src/event.h:8, from src/common.h:12, from src/d88.cpp:5: src/d88.cpp: In member function 'void cD88::ReadSector88()': src/typedef.h:134:49: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct cD88::D88SECTOR'; use assignment or value-initialization instead [-Wclass-memaccess] 134 | #define ZeroMemory(d,l) std::memset((d), 0, (l)) | ^ src/d88.cpp:132:3: note: in expansion of macro 'ZeroMemory' 132 | ZeroMemory( &secinfo, sizeof(D88SECTOR) ); | ^~~~~~~~~~ In file included from src/d88.cpp:6: src/d88.h:62:9: note: 'struct cD88::D88SECTOR' declared here 62 | struct D88SECTOR { | ^~~~~~~~~ In file included from src/event.h:8, from src/common.h:12, from src/d88.cpp:5: src/d88.cpp: In member function 'bool cD88::Seek(int, int)': src/typedef.h:134:49: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct cD88::D88SECTOR'; use assignment or value-initialization instead [-Wclass-memaccess] 134 | #define ZeroMemory(d,l) std::memset((d), 0, (l)) | ^ src/d88.cpp:261:2: note: in expansion of macro 'ZeroMemory' 261 | ZeroMemory( &secinfo, sizeof(D88SECTOR) ); | ^~~~~~~~~~ In file included from src/d88.cpp:6: src/d88.h:62:9: note: 'struct cD88::D88SECTOR' declared here 62 | struct D88SECTOR { | ^~~~~~~~~ --- fmgen.o --- compiling --- fmtimer.o --- compiling --- opm.o --- compiling --- opna.o --- compiling --- psg.o --- compiling --- mc6847.o --- compiling --- pd7752.o --- --- pd8255.o --- --- pd7752.o --- compiling --- pd8255.o --- compiling --- ym2203.o --- compiling --- z80-dbg.o --- compiling --- z80.o --- compiling --- disk.o --- compiling --- error.o --- compiling --- graph.o --- compiling --- ini.o --- compiling --- intr.o --- compiling --- io.o --- compiling --- joystick.o --- compiling --- keyboard.o --- compiling --- memblk.o --- compiling --- disk.o --- In file included from src/event.h:8, from src/common.h:12, from src/disk.cpp:8: src/disk.cpp: In member function 'virtual void DSK60::Reset()': src/typedef.h:134:49: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DISK60'; use assignment or value-initialization instead [-Wclass-memaccess] 134 | #define ZeroMemory(d,l) std::memset((d), 0, (l)) | ^ src/disk.cpp:504:2: note: in expansion of macro 'ZeroMemory' 504 | ZeroMemory( &mdisk, sizeof( DISK60 ) ); | ^~~~~~~~~~ In file included from src/disk.cpp:9: src/disk.h:59:8: note: 'struct DISK60' declared here 59 | struct DISK60 { | ^~~~~~ In file included from src/event.h:8, from src/common.h:12, from src/disk.cpp:8: src/disk.cpp: In member function 'virtual void DSK66::Reset()': src/typedef.h:134:49: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DSK66::CmdBuffer'; use assignment or value-initialization instead [-Wclass-memaccess] 134 | #define ZeroMemory(d,l) std::memset((d), 0, (l)) | ^ src/disk.cpp:1205:2: note: in expansion of macro 'ZeroMemory' 1205 | ZeroMemory( &CmdIn, sizeof( CmdBuffer ) ); | ^~~~~~~~~~ In file included from src/disk.cpp:9: src/disk.h:274:9: note: 'struct DSK66::CmdBuffer' declared here 274 | struct CmdBuffer { | ^~~~~~~~~ In file included from src/event.h:8, from src/common.h:12, from src/disk.cpp:8: src/typedef.h:134:49: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DSK66::CmdBuffer'; use assignment or value-initialization instead [-Wclass-memaccess] 134 | #define ZeroMemory(d,l) std::memset((d), 0, (l)) | ^ src/disk.cpp:1206:2: note: in expansion of macro 'ZeroMemory' 1206 | ZeroMemory( &CmdOut, sizeof( CmdBuffer ) ); | ^~~~~~~~~~ In file included from src/disk.cpp:9: src/disk.h:274:9: note: 'struct DSK66::CmdBuffer' declared here 274 | struct CmdBuffer { | ^~~~~~~~~ src/disk.cpp: In member function 'virtual bool DSK66::DokoLoad(cIni*)': src/disk.cpp:2153:77: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 2153 | Ini->GetVal( "P66DISK", Stringf( "fdc_SeekSta%d", i ), (int&)fdc.SeekSta[i] ); // このキャスト危険? | ~~~~~~~~~~~~~^ --- memory.o --- compiling --- movie.o --- compiling --- p6el.o --- compiling --- p6t2.o --- compiling --- p6vm.o --- compiling --- pio.o --- compiling --- psgfm.o --- compiling --- replay.o --- compiling --- movie.o --- In file included from /pbulk/work/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/frame.h:33, from /pbulk/work/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:35, from src/movie.cpp:12: src/movie.cpp: In function 'bool AddStream(OutputStream&, AVFormatContext*, const AVCodec*&, AVCodecID, int, int, double)': /pbulk/work/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/channel_layout.h:351:82: warning: missing initializer for member 'AVChannelLayout::opaque' [-Wmissing-field-initializers] 351 | { .order = AV_CHANNEL_ORDER_NATIVE, .nb_channels = (nb), .u = { .mask = (m) }} | ^ /pbulk/work/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/channel_layout.h:354:45: note: in expansion of macro 'AV_CHANNEL_LAYOUT_MASK' 354 | #define AV_CHANNEL_LAYOUT_STEREO AV_CHANNEL_LAYOUT_MASK(2, AV_CH_LAYOUT_STEREO) | ^~~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:171:18: note: in expansion of macro 'AV_CHANNEL_LAYOUT_STEREO' 171 | c->ch_layout = AV_CHANNEL_LAYOUT_STEREO; | ^~~~~~~~~~~~~~~~~~~~~~~~ --- romaji.o --- compiling --- schedule.o --- compiling --- sound.o --- compiling --- psgfm.o --- src/psgfm.cpp: In member function 'virtual bool OPN64::DokoLoad(cIni*)': src/psgfm.cpp:956:110: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 956 | Ini->GetVal( "FMGEN_Operator", Stringf( "type_%02d_%02d", i, j ), (int&)opn.ch[i].op[j].type_ ); | ~~~~~~~~~~~~~~~~^~~~~ src/psgfm.cpp:970:110: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 970 | Ini->GetVal( "FMGEN_Operator", Stringf( "eg_phase_%02d_%02d", i, j ), (int&)opn.ch[i].op[j].eg_phase_ ); | ~~~~~~~~~~~~~~~~^~~~~~~~~ --- status.o --- compiling --- tape.o --- compiling --- vdg.o --- compiling --- voice.o --- compiling --- vsurface.o --- compiling --- qrc_pc6001vx.cpp --- rcc src/Qt/pc6001vx.qrc Detected locale "C" with character encoding "646", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. --- .qm/PC6001VX_ru.qm --- lrelease src/Qt/translation/PC6001VX_ru.ts sh: /usr/pkg/qt6/bin/lrelease: not found *** [.qm/PC6001VX_ru.qm] Error code 127 make: stopped in /pbulk/work/emulators/PC6001VX/work/PC6001VX_4.2.8_src 1 error make: stopped in /pbulk/work/emulators/PC6001VX/work/PC6001VX_4.2.8_src *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/emulators/PC6001VX *** Error code 1 Stop. make: stopped in /usr/pkgsrc/emulators/PC6001VX