+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pianobar-2022.04.01nb6/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pianobar-2022.04.01nb6/work.log ===> Building for pianobar-2022.04.01nb6 CC src/main.c CC src/debug.c CC src/player.c CC src/settings.c src/player.c: In function 'openStream': src/player.c:238:28: 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:4: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 289 | cp->channel_layout); | ^~ In file included from /usr/pkg/include/ffmpeg6/libavcodec/avcodec.h:53, from src/player.c:48: /usr/pkg/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:2: warning: 'channels' is deprecated [-Wdeprecated-declarations] 343 | aoFmt.channels = cp->channels; | ^~~~~ In file included from /usr/pkg/include/ffmpeg6/libavcodec/avcodec.h:53, from src/player.c:48: /usr/pkg/include/ffmpeg6/libavcodec/codec_par.h:166:14: note: declared here 166 | int channels; | ^~~~~~~~ src/player.c: In function 'BarAoPlayThread': src/player.c:586:3: 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 /usr/pkg/include/ffmpeg6/libavcodec/avcodec.h:34, from src/player.c:48: /usr/pkg/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:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 587 | filteredFrame->channel_layout); | ^~~~~~~~~~~~~ In file included from /usr/pkg/include/ffmpeg6/libavcodec/avcodec.h:36, from src/player.c:48: /usr/pkg/include/ffmpeg6/libavutil/frame.h:575:14: note: declared here 575 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ CC src/terminal.c CC src/ui_act.c CC src/ui.c In file included from src/main.h:26, from src/ui.h:32, from src/ui.c:42: In function 'BarPianoHttpRequest', inlined from 'BarUiPianoCall' at src/ui.c:314:15: /usr/pkg/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | _curl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkg/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 59 | #define CURL_IGNORE_DEPRECATION(statements) statements | ^~~~~~~~~~ src/ui.c:196:12: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:229:2: note: in expansion of macro 'setAndCheck' 229 | setAndCheck (CURLOPT_NOPROGRESS, 0); | ^~~~~~~~~~~ /usr/pkg/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | _curl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkg/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 59 | #define CURL_IGNORE_DEPRECATION(statements) statements | ^~~~~~~~~~ src/ui.c:196:12: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:230:2: note: in expansion of macro 'setAndCheck' 230 | setAndCheck (CURLOPT_POST, 1); | ^~~~~~~~~~~ /usr/pkg/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | _curl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkg/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 59 | #define CURL_IGNORE_DEPRECATION(statements) statements | ^~~~~~~~~~ src/ui.c:196:12: note: in expansion of macro 'curl_easy_setopt' 196 | httpret = curl_easy_setopt (http, k, v); \ | ^~~~~~~~~~~~~~~~ src/ui.c:231:2: 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 ld: src/main.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE ld: src/player.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/settings.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/terminal.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE ld: src/ui_act.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/ui.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE ld: src/ui_readline.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE ld: src/ui_dispatch.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE ld: src/libpiano/crypt.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/libpiano/piano.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/libpiano/request.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE ld: src/libpiano/response.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE ld: src/libpiano/list.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE gmake: *** [Makefile:90: pianobar] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/audio/pianobar *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/audio/pianobar