+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/PC6001VX-4.2.12nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/PC6001VX-4.2.12nb3/work.log ===> Building for PC6001VX-4.2.12nb3 --- ui_configdialog.h --- --- ui_systeminfodialog.h --- --- ui_virtualkeytabwidget.h --- --- wavfile.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 --- 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. --- singleapplication.o --- compiling --- 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. --- singleapplication_p.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. --- audiooutputwrapper.o --- compiling --- colorbutton.o --- compiling --- 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 --- osdQt.o --- In file included from src/Qt/babel/babel.cpp:59, from src/Qt/osdQt.cpp:34: src/Qt/babel/babel.h:497:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 497 | inline const int get_base_wstring_size() { | ^~~~~ src/Qt/babel/babel.h:510:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 510 | inline const int get_base_endian() { | ^~~~~ src/Qt/babel/babel.h:629:16: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 629 | inline const unsigned int get_list_size_for_UI() { | ^~~~~ src/Qt/babel/babel.h:640:16: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 640 | inline const int get_id_for_UI(unsigned int index) { | ^~~~~ src/Qt/babel/babel.h:714:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 714 | inline const int get_base_encoding() { | ^~~~~ src/Qt/babel/babel.h:1668:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 1668 | inline const unsigned int WORD_cross_endian(const unsigned int &X) { | ^~~~~ src/Qt/babel/babel.cpp:75:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 75 | inline const unsigned char unsignize(const char X) { | ^~~~~ src/Qt/babel/babel.cpp: In function 'const unsigned char unsignize(char)': src/Qt/babel/babel.cpp:76:16: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 76 | return (const unsigned char)X; | ^~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp: At global scope: src/Qt/babel/babel.cpp:87:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 87 | inline const unsigned int unsignize(const int X) { | ^~~~~ src/Qt/babel/babel.cpp: In function 'const unsigned int unsignize(int)': src/Qt/babel/babel.cpp:88:16: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 88 | return (const unsigned int)X; | ^~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp: At global scope: src/Qt/babel/babel.cpp:143:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 143 | const bbl_code operator[](int index) const { | ^~~~~ src/Qt/babel/babel.cpp: In member function 'virtual void babel::unicode_to_utf8_engine::translate()': src/Qt/babel/babel.cpp:1478:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1478 | utf8[j++] = 0x80 | 0x3F & current_wchar; | ~~~~~^~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1482:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1482 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 6); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1483:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1483 | utf8[j++] = 0x80 | 0x3F & current_wchar; | ~~~~~^~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1487:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1487 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 12); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1488:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1488 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 6); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1489:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1489 | utf8[j++] = 0x80 | 0x3F & current_wchar; | ~~~~~^~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1494:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1494 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 18); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1495:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1495 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 12); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1496:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1496 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 6); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1497:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1497 | utf8[j++] = 0x80 | 0x3F & current_wchar; | ~~~~~^~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1502:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1502 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 24); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1503:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1503 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 18); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1504:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1504 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 12); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1505:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1505 | utf8[j++] = 0x80 | 0x3F & (current_wchar >> 6); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/Qt/babel/babel.cpp:1506:57: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1506 | utf8[j++] = 0x80 | 0x3F & current_wchar; | ~~~~~^~~~~~~~~~~~~~~ --- renderview.o --- compiling --- osdQt.o --- src/Qt/babel/babel.h: In member function 'void babel::bbl_smart_base::inc_ref() volatile': src/Qt/babel/babel.h:774:17: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 774 | if (NULL != this) { | ^~ src/Qt/babel/babel.h: In member function 'void babel::bbl_smart_base::dec_ref() volatile': src/Qt/babel/babel.h:779:17: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 779 | if (NULL != this) { | ^~ --- simplevirtualkeyboardscene.o --- compiling --- virtualkeyboardscene.o --- compiling --- virtualkeyboardview.o --- compiling --- virtualkeyitem.o --- compiling --- virtualstickitem.o --- compiling --- breakpoint.o --- compiling --- common.o --- --- config.o --- --- common.o --- compiling --- config.o --- compiling --- console.o --- compiling --- cpum.o --- compiling --- cpus.o --- compiling --- csemaphore.o --- compiling --- d88.o --- compiling --- debug.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:44: warning: 'void* std::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:17: note: in expansion of macro 'ZeroMemory' 132 | ZeroMemory( &secinfo, sizeof(D88SECTOR) ); | ^~~~~~~~~~ In file included from src/d88.cpp:6: src/d88.h:62:16: note: 'struct cD88::D88SECTOR' declared here 62 | struct D88SECTOR { | ^~~~~~~~~ src/d88.cpp: In member function 'bool cD88::Seek(int, int)': src/typedef.h:134:44: warning: 'void* std::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:9: note: in expansion of macro 'ZeroMemory' 261 | ZeroMemory( &secinfo, sizeof(D88SECTOR) ); | ^~~~~~~~~~ src/d88.h:62:16: note: 'struct cD88::D88SECTOR' declared here 62 | struct D88SECTOR { | ^~~~~~~~~ --- device.o --- compiling --- ay8910.o --- compiling --- fmgen.o --- compiling --- fmtimer.o --- compiling --- opm.o --- compiling --- opna.o --- compiling --- psg.o --- compiling --- mc6847.o --- compiling --- 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 --- 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:44: warning: 'void* std::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:9: 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 { | ^~~~~~ src/disk.cpp: In member function 'virtual void DSK66::Reset()': src/typedef.h:134:44: warning: 'void* std::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:9: note: in expansion of macro 'ZeroMemory' 1205 | ZeroMemory( &CmdIn, sizeof( CmdBuffer ) ); | ^~~~~~~~~~ src/disk.h:274:16: note: 'struct DSK66::CmdBuffer' declared here 274 | struct CmdBuffer { | ^~~~~~~~~ src/typedef.h:134:44: warning: 'void* std::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:9: note: in expansion of macro 'ZeroMemory' 1206 | ZeroMemory( &CmdOut, sizeof( CmdBuffer ) ); | ^~~~~~~~~~ src/disk.h:274:16: note: 'struct DSK66::CmdBuffer' declared here 274 | struct CmdBuffer { | ^~~~~~~~~ src/disk.cpp: In member function 'virtual bool DSK66::DokoLoad(cIni*)': src/disk.cpp:2153:92: 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] ); // このキャスト危険? | ~~~~~~~~~~~~~^ --- intr.o --- compiling --- io.o --- compiling --- joystick.o --- compiling --- keyboard.o --- compiling --- memblk.o --- compiling --- memory.o --- compiling --- movie.o --- compiling --- p6el.o --- compiling --- movie.o --- src/movie.cpp: In function 'bool AddStream(OutputStream&, AVFormatContext*, const AVCodec*&, AVCodecID, int, int, double)': src/movie.cpp:160:41: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ In file included from /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/avcodec.h:41, from src/movie.cpp:12: /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:160:41: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:160:41: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:160:62: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:160:62: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:160:62: warning: 'AVCodec::sample_fmts' is deprecated [-Wdeprecated-declarations] 160 | c->sample_fmt = codec->sample_fmts ? codec->sample_fmts[0] : AV_SAMPLE_FMT_FLTP; | ^~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:219:32: note: declared here 219 | const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~ src/movie.cpp:163:28: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 163 | if( codec->supported_samplerates ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:163:28: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 163 | if( codec->supported_samplerates ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:163:28: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 163 | if( codec->supported_samplerates ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:164:49: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 164 | c->sample_rate = codec->supported_samplerates[0]; | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:164:49: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 164 | c->sample_rate = codec->supported_samplerates[0]; | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:164:49: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 164 | c->sample_rate = codec->supported_samplerates[0]; | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:165:48: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 165 | for( int i = 0; codec->supported_samplerates[i]; i++ ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:165:48: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 165 | for( int i = 0; codec->supported_samplerates[i]; i++ ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:165:48: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 165 | for( int i = 0; codec->supported_samplerates[i]; i++ ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:166:44: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 166 | if( codec->supported_samplerates[i] == rate ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:166:44: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 166 | if( codec->supported_samplerates[i] == rate ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:166:44: warning: 'AVCodec::supported_samplerates' is deprecated [-Wdeprecated-declarations] 166 | if( codec->supported_samplerates[i] == rate ){ | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg7/libavcodec/codec.h:217:16: note: declared here 217 | const int *supported_samplerates; ///< @deprecated use avcodec_get_supported_config() | ^~~~~~~~~~~~~~~~~~~~~ --- p6t2.o --- compiling --- p6vm.o --- compiling --- pio.o --- compiling --- psgfm.o --- compiling --- replay.o --- compiling --- romaji.o --- compiling --- schedule.o --- compiling --- psgfm.o --- src/psgfm.cpp: In member function 'virtual bool OPN64::DokoLoad(cIni*)': src/psgfm.cpp:956:131: 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:131: 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_ ); | ~~~~~~~~~~~~~~~~^~~~~~~~~ --- sound.o --- compiling --- 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_en.qm --- lrelease src/Qt/translation/PC6001VX_en.ts --- .qm/PC6001VX_ru.qm --- lrelease src/Qt/translation/PC6001VX_ru.ts --- .qm/PC6001VX_en.qm --- 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. Updating '.qm/PC6001VX_en.qm'... Generated 268 translation(s) (268 finished and 0 unfinished) --- moc_predefs.h --- generating ./moc_predefs.h --- systeminfodialog.o --- compiling --- .qm/PC6001VX_ru.qm --- 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. Updating '.qm/PC6001VX_ru.qm'... Generated 251 translation(s) (250 finished and 1 unfinished) Ignored 17 untranslated source text(s) --- virtualkeytabwidget.o --- compiling --- configdialog.o --- compiling --- qrc_pc6001vx.o --- compiling --- moc_singleapplication.cpp --- moc src/Qt/SingleApplication/singleapplication.h --- moc_singleapplication_p.cpp --- moc src/Qt/SingleApplication/singleapplication_p.h --- moc_audiooutputwrapper.cpp --- moc src/Qt/audiooutputwrapper.h --- moc_colorbutton.cpp --- moc src/Qt/colorbutton.h --- moc_configdialog.cpp --- moc src/Qt/configdialog.h --- moc_emulationadaptor.cpp --- moc src/Qt/emulationadaptor.h --- moc_keypanel.cpp --- moc src/Qt/keypanel.h --- moc_keypanelbutton.cpp --- moc src/Qt/keypanelbutton.h --- moc_keystatewatcher.cpp --- moc src/Qt/keystatewatcher.h --- moc_mainwidget.cpp --- moc src/Qt/mainwidget.h --- moc_normalvirtualkeyboardscene.cpp --- moc src/Qt/normalvirtualkeyboardscene.h --- moc_p6vxapp.cpp --- moc src/Qt/p6vxapp.h --- moc_qtel6.cpp --- moc src/Qt/qtel6.h --- moc_renderview.cpp --- moc src/Qt/renderview.h --- moc_simplevirtualkeyboardscene.cpp --- moc src/Qt/simplevirtualkeyboardscene.h --- moc_systeminfodialog.cpp --- moc src/Qt/systeminfodialog.h --- moc_virtualkeyboardscene.cpp --- moc src/Qt/virtualkeyboardscene.h --- moc_virtualkeyitem.cpp --- moc src/Qt/virtualkeyitem.h --- moc_virtualkeytabwidget.cpp --- moc src/Qt/virtualkeytabwidget.h --- moc_virtualstickitem.cpp --- moc src/Qt/virtualstickitem.h --- qrc_qmake_qmake_qm_files.cpp --- rcc qmake_qmake_qm_files.qrc --- moc_singleapplication.o --- compiling --- qrc_qmake_qmake_qm_files.cpp --- 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. --- moc_singleapplication_p.o --- compiling --- moc_audiooutputwrapper.o --- compiling --- moc_colorbutton.o --- compiling --- moc_configdialog.o --- compiling --- moc_emulationadaptor.o --- compiling --- moc_keypanel.o --- compiling --- moc_keystatewatcher.o --- compiling --- moc_keypanelbutton.o --- compiling --- moc_mainwidget.o --- compiling --- moc_normalvirtualkeyboardscene.o --- compiling --- moc_p6vxapp.o --- compiling --- moc_qtel6.o --- compiling --- moc_renderview.o --- compiling --- moc_simplevirtualkeyboardscene.o --- compiling --- moc_systeminfodialog.o --- compiling --- moc_virtualkeyboardscene.o --- compiling --- moc_virtualkeyitem.o --- compiling --- moc_virtualkeytabwidget.o --- compiling --- qrc_qmake_qmake_qm_files.o --- compiling --- moc_virtualstickitem.o --- compiling --- PC6001VX --- linking PC6001VX ld: fatal: unrecognized option '-O' ld: fatal: unrecognized option '-1' ld: fatal: use the -z help option for usage information collect2: error: ld returned 1 exit status *** [PC6001VX] Error code 1 bmake: stopped making "all" in /home/pbulk/build/emulators/PC6001VX/work/PC6001VX_4.2.12_src bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/emulators/PC6001VX/work/PC6001VX_4.2.12_src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/PC6001VX *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/PC6001VX