+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/PC6001VX-4.2.4nb4/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/PC6001VX-4.2.4nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for PC6001VX-4.2.4nb4 uic src/Qt/configdialog.ui 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. uic src/Qt/systeminfodialog.ui 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. uic src/Qt/virtualkeytabwidget.ui 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. compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling 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 { | ^~~~~~~~~ compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling 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] ); // このキャスト危険? | ~~~~~~~~~~~~~^ compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling src/movie.cpp: In function 'bool AddStream(OutputStream&, AVFormatContext*, const AVCodec*&, AVCodecID, int, int, double)': src/movie.cpp:171:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ In file included from src/movie.cpp:12: /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:171:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:171:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:171:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:171:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:171:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:171:70: warning: 'int av_get_channel_layout_nb_channels(uint64_t)' is deprecated [-Wdeprecated-declarations] 171 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/frame.h:33, from /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:35: /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/channel_layout.h:449:5: note: declared here 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/movie.cpp:172:20: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 172 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:172:20: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 172 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:172:20: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 172 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:173:28: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 173 | if( codec->channel_layouts ){ | ^~~~~~~~~~~~~~~ In file included from /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:40: /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:173:28: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 173 | if( codec->channel_layouts ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:173:28: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 173 | if( codec->channel_layouts ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:174:28: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:174:28: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:174:28: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:174:52: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:174:52: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:174:52: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 174 | c->channel_layout = codec->channel_layouts[0]; | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:175:48: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 175 | for( int i = 0; codec->channel_layouts[i]; i++ ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:175:48: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 175 | for( int i = 0; codec->channel_layouts[i]; i++ ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:175:48: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 175 | for( int i = 0; codec->channel_layouts[i]; i++ ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:176:44: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 176 | if( codec->channel_layouts[i] == AV_CH_LAYOUT_STEREO ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:176:44: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 176 | if( codec->channel_layouts[i] == AV_CH_LAYOUT_STEREO ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:176:44: warning: 'AVCodec::channel_layouts' is deprecated [-Wdeprecated-declarations] 176 | if( codec->channel_layouts[i] == AV_CH_LAYOUT_STEREO ){ | ^~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/codec.h:226:21: note: declared here 226 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 | ^~~~~~~~~~~~~~~ src/movie.cpp:177:44: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 177 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:177:44: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 177 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:177:44: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 177 | c->channel_layout = AV_CH_LAYOUT_STEREO; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:181:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:181:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:181:20: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:181:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:181:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:181:75: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:181:70: warning: 'int av_get_channel_layout_nb_channels(uint64_t)' is deprecated [-Wdeprecated-declarations] 181 | c->channels = av_get_channel_layout_nb_channels( c->channel_layout ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/channel_layout.h:449:5: note: declared here 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/movie.cpp: In function 'AVFrame* AllocAudioFrame(AVSampleFormat, uint64_t, int, int)': src/movie.cpp:232:16: warning: 'AVFrame::channel_layout' is deprecated [-Wdeprecated-declarations] 232 | frame->channel_layout = channel_layout; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:232:16: warning: 'AVFrame::channel_layout' is deprecated [-Wdeprecated-declarations] 232 | frame->channel_layout = channel_layout; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:232:16: warning: 'AVFrame::channel_layout' is deprecated [-Wdeprecated-declarations] 232 | frame->channel_layout = channel_layout; | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp: In function 'bool OpenAudio(OutputStream&, int)': src/movie.cpp:251:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 251 | ost.frame = AllocAudioFrame( c->sample_fmt, c->channel_layout, c->sample_rate, nb_samples ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:251:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 251 | ost.frame = AllocAudioFrame( c->sample_fmt, c->channel_layout, c->sample_rate, nb_samples ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:251:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 251 | ost.frame = AllocAudioFrame( c->sample_fmt, c->channel_layout, c->sample_rate, nb_samples ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:252:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 252 | ost.tmp_frame = AllocAudioFrame( AV_SAMPLE_FMT_S16, c->channel_layout, sample_rate, nb_samples / (c->sample_rate / sample_rate) ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:252:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 252 | ost.tmp_frame = AllocAudioFrame( AV_SAMPLE_FMT_S16, c->channel_layout, sample_rate, nb_samples / (c->sample_rate / sample_rate) ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:252:64: warning: 'AVCodecContext::channel_layout' is deprecated [-Wdeprecated-declarations] 252 | ost.tmp_frame = AllocAudioFrame( AV_SAMPLE_FMT_S16, c->channel_layout, sample_rate, nb_samples / (c->sample_rate / sample_rate) ); | ^~~~~~~~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1060:14: note: declared here 1060 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/movie.cpp:265:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 265 | av_opt_set_int ( ost.swr_ctx, "in_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:265:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 265 | av_opt_set_int ( ost.swr_ctx, "in_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:265:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 265 | av_opt_set_int ( ost.swr_ctx, "in_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:268:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 268 | av_opt_set_int ( ost.swr_ctx, "out_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:268:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 268 | av_opt_set_int ( ost.swr_ctx, "out_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:268:69: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 268 | av_opt_set_int ( ost.swr_ctx, "out_channel_count", c->channels, 0 ); | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp: In function 'AVFrame* GetAudioFrame(OutputStream&, AVI6*)': src/movie.cpp:295:46: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 295 | for( int i = 0; i < ost.enc->channels; i++ ){ | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:295:46: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 295 | for( int i = 0; i < ost.enc->channels; i++ ){ | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ src/movie.cpp:295:46: warning: 'AVCodecContext::channels' is deprecated [-Wdeprecated-declarations] 295 | for( int i = 0; i < ost.enc->channels; i++ ){ | ^~~~~~~~ /home/pbulk/build/emulators/PC6001VX/work/.buildlink/include/ffmpeg5/libavcodec/avcodec.h:1006:9: note: declared here 1006 | int channels; | ^~~~~~~~ compiling compiling compiling compiling compiling 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_ ); | ~~~~~~~~~~~~~~~~^~~~~~~~~ compiling compiling compiling compiling compiling compiling compiling compiling compiling 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. generating ./moc_predefs.h compiling compiling compiling compiling moc src/Qt/SingleApplication/singleapplication.h moc src/Qt/SingleApplication/singleapplication_p.h moc src/Qt/audiooutputwrapper.h moc src/Qt/colorbutton.h moc src/Qt/configdialog.h moc src/Qt/emulationadaptor.h moc src/Qt/keypanel.h moc src/Qt/keypanelbutton.h moc src/Qt/keystatewatcher.h moc src/Qt/mainwidget.h moc src/Qt/normalvirtualkeyboardscene.h moc src/Qt/p6vxapp.h moc src/Qt/qtel6.h moc src/Qt/renderview.h moc src/Qt/simplevirtualkeyboardscene.h moc src/Qt/systeminfodialog.h moc src/Qt/virtualkeyboardscene.h moc src/Qt/virtualkeyitem.h moc src/Qt/virtualkeytabwidget.h moc src/Qt/virtualstickitem.h compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling compiling 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 in /home/pbulk/build/emulators/PC6001VX/work/PC6001VX_4.2.4_src 1 error bmake: stopped in /home/pbulk/build/emulators/PC6001VX/work/PC6001VX_4.2.4_src *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/emulators/PC6001VX *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/emulators/PC6001VX