=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/pianobar", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for pianobar-2022.04.01nb11 CC src/main.c CC src/debug.c CC src/player.c src/player.c: In function 'openStream': src/player.c:238:35: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 238 | AVCodec * const decoder = avcodec_find_decoder (cp->codec_id); | ^~~~~~~~~~~~~~~~~~~~ src/player.c: In function 'openFilter': src/player.c:289:25: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 289 | cp->channel_layout); | ^~ In file included from /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavcodec/avcodec.h:53, from src/player.c:48: /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavcodec/codec_par.h:160:14: note: declared here 160 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ src/player.c: In function 'openDevice': src/player.c:343:9: warning: 'channels' is deprecated [-Wdeprecated-declarations] 343 | aoFmt.channels = cp->channels; | ^~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavcodec/codec_par.h:166:14: note: declared here 166 | int channels; | ^~~~~~~~ src/player.c: In function 'BarAoPlayThread': src/player.c:586:17: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations] 586 | const int numChannels = av_get_channel_layout_nb_channels ( | ^~~~~ In file included from /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavcodec/avcodec.h:34: /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavutil/channel_layout.h:498:5: note: declared here 498 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/player.c:587:33: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 587 | filteredFrame->channel_layout); | ^~~~~~~~~~~~~ In file included from /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavcodec/avcodec.h:36: /tmp/work/audio/pianobar/work/.buildlink/include/ffmpeg6/libavutil/frame.h:575:14: note: declared here 575 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ CC src/settings.c CC src/terminal.c CC src/ui_act.c CC src/ui.c src/ui.c: In function 'BarPianoHttpRequest': src/ui.c:227:9: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 227 | setAndCheck (CURLOPT_PROGRESSFUNCTION, progressCb); | ^~~~~~~~~~~ In file included from src/main.h:26, from src/ui.h:32, from src/ui.c:42: /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:1347:21: note: declared here 1347 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:1133:44: note: in definition of macro 'CURLOPTDEPRECATED' 1133 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:55:7: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 55 | _Pragma("GCC diagnostic pop") | ^~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/typecheck-gcc.h:47:7: note: in expansion of macro 'CURL_IGNORE_DEPRECATION' 47 | CURL_IGNORE_DEPRECATION( \ | ^~~~~~~~~~~~~~~~~~~~~~~ src/ui.c:196:19: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:227:9: note: in expansion of macro 'setAndCheck' 227 | setAndCheck (CURLOPT_PROGRESSFUNCTION, progressCb); | ^~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:1347:21: note: declared here 1347 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:1133:44: note: in definition of macro 'CURLOPTDEPRECATED' 1133 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ In function 'BarPianoHttpRequest', inlined from 'BarUiPianoCall' at src/ui.c:314:15: /tmp/work/audio/pianobar/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ src/ui.c:196:19: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:229:9: note: in expansion of macro 'setAndCheck' 229 | setAndCheck (CURLOPT_NOPROGRESS, 0); | ^~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ src/ui.c:196:19: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:230:9: note: in expansion of macro 'setAndCheck' 230 | setAndCheck (CURLOPT_POST, 1); | ^~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/pianobar/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ src/ui.c:196:19: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:231:9: note: in expansion of macro 'setAndCheck' 231 | setAndCheck (CURLOPT_TIMEOUT, settings->timeout); | ^~~~~~~~~~~ CC src/ui_readline.c CC src/ui_dispatch.c CC src/libpiano/crypt.c CC src/libpiano/piano.c CC src/libpiano/request.c CC src/libpiano/response.c CC src/libpiano/list.c LINK pianobar *** Please use pkgtools/verifypc to sanity check dependencies.