+ 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/cmus-2.7.1nb5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cmus-2.7.1nb5/work.log ===> Building for cmus-2.7.1nb5 In function 'print_str', inlined from 'format_parse' at format_print.c:541:6: format_print.c:196:45: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized] 196 | if (u_char_width(u) == 2) { | ^~~~~~~~~~~~~~~ format_print.c: In function 'format_parse': format_print.c:187:39: note: 'u' was declared here 187 | uchar u; | ^ GEN .version track.c: In function 'shuffle_list_get_next': track.c:90:23: warning: declaration of 'filter' shadows a global declaration [-Wshadow] 90 | int (*filter)(const struct simple_track *)) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from search_mode.h:26, from track.c:21: /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/ncurses.h:668:29: note: shadowed declaration is here 668 | extern NCURSES_EXPORT(void) filter (void); /* implemented */ | ^~~~~~ track.c: In function 'shuffle_list_get_prev': track.c:116:23: warning: declaration of 'filter' shadows a global declaration [-Wshadow] 116 | int (*filter)(const struct simple_track *)) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/ncurses.h:668:29: note: shadowed declaration is here 668 | extern NCURSES_EXPORT(void) filter (void); /* implemented */ | ^~~~~~ track.c: In function 'simple_list_get_next': track.c:142:23: warning: declaration of 'filter' shadows a global declaration [-Wshadow] 142 | int (*filter)(const struct simple_track *)) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/ncurses.h:668:29: note: shadowed declaration is here 668 | extern NCURSES_EXPORT(void) filter (void); /* implemented */ | ^~~~~~ track.c: In function 'simple_list_get_prev': track.c:165:23: warning: declaration of 'filter' shadows a global declaration [-Wshadow] 165 | int (*filter)(const struct simple_track *)) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/ncurses.h:668:29: note: shadowed declaration is here 668 | extern NCURSES_EXPORT(void) filter (void); /* implemented */ | ^~~~~~ In file included from track.h:23, from track.c:19: In function 'rb_set_parent', inlined from 'simple_track_init' at track.c:34:2, inlined from 'simple_track_new' at track.c:42:2: rbtree.h:126:34: warning: '*(struct rb_node *)((char *)ptr + 16).rb_parent_color' may be used uninitialized [-Wmaybe-uninitialized] 126 | rb->rb_parent_color = (rb->rb_parent_color & 3) | (unsigned long)p; | ~~^~~~~~~~~~~~~~~~~ ui_curses.c:357:12: warning: 'last_mevent' defined but not used [-Wunused-variable] 357 | static int last_mevent = 0; | ^~~~~~~~~~~ ui_curses.c: In function 'update_browser_window': ui_curses.c:1084:51: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 502 [-Wformat-truncation=] 1084 | snprintf(title, sizeof(title), "Browser - %s", dirname); | ^~ ui_curses.c:1084:9: note: 'snprintf' output between 11 and 522 bytes into a destination of size 512 1084 | snprintf(title, sizeof(title), "Browser - %s", dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_curses.c: In function 'update_editable_window': ui_curses.c:1037:50: warning: ' - ' directive output may be truncated writing 3 bytes into a region of size between 0 and 511 [-Wformat-truncation=] 1037 | snprintf(buf, sizeof(buf), "%s %s - %d tracks", title, | ^~~ ui_curses.c:1037:44: note: using the range [-2147483648, 2147483647] for directive argument 1037 | snprintf(buf, sizeof(buf), "%s %s - %d tracks", title, | ^~~~~~~~~~~~~~~~~~~ ui_curses.c:1037:17: note: 'snprintf' output 13 or more bytes (assuming 524) into a destination of size 512 1037 | snprintf(buf, sizeof(buf), "%s %s - %d tracks", title, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1038 | pretty(filename), e->nr_tracks); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_curses.c: In function 'print_filter': ui_curses.c:903:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 236 [-Wformat-truncation=] 903 | snprintf(buf, sizeof(buf), "%c%c%c%-15s %s", ch1, ch2, ch3, e->name, e_filter); | ^~ ui_curses.c:903:9: note: 'snprintf' output 21 or more bytes (assuming 532) into a destination of size 256 903 | snprintf(buf, sizeof(buf), "%c%c%c%-15s %s", ch1, ch2, ch3, e->name, e_filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_curses.c: In function 'ui_curses_notify': ui_curses.c:2094:13: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized] 2094 | if (write(notify_in, &c, 1) == -1) { | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from utils.h:32, from ui_curses.c:31: /usr/include/unistd.h:568:16: note: by argument 2 of type 'const void *' to 'write' declared here 568 | extern ssize_t write(int, const void *, size_t); | ^~~~~ ui_curses.c:2093:14: note: 'c' declared here 2093 | char c; | ^ In file included from vorbis.c:31: /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/vorbis/vorbisfile.h:95:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable] 95 | static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/vorbis/vorbisfile.h:88:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable] 88 | static ov_callbacks OV_CALLBACKS_STREAMONLY = { | ^~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/vorbis/vorbisfile.h:81:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable] 81 | static ov_callbacks OV_CALLBACKS_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/audio/cmus-legacy/work/.buildlink/include/vorbis/vorbisfile.h:74:21: warning: 'OV_CALLBACKS_DEFAULT' defined but not used [-Wunused-variable] 74 | static ov_callbacks OV_CALLBACKS_DEFAULT = { | ^~~~~~~~~~~~~~~~~~~~ wavpack.c: In function 'wavpack_open': wavpack.c:214:5: warning: "CUR_STREAM_VERS" is not defined, evaluates to 0 [-Wundef] 214 | #if CUR_STREAM_VERS > 0x404 | ^~~~~~~~~~~~~~~ mixer_sun.c:109:12: warning: 'min_delta' defined but not used [-Wunused-function] 109 | static int min_delta(int oval, int nval, int delta) | ^~~~~~~~~ mixer_sun.c:37:12: warning: 'sun_mixer_volume_delta' defined but not used [-Wunused-variable] 37 | static int sun_mixer_volume_delta = -1; | ^~~~~~~~~~~~~~~~~~~~~~ mixer_sun.c:36:12: warning: 'sun_mixer_channels' defined but not used [-Wunused-variable] 36 | static int sun_mixer_channels = -1; | ^~~~~~~~~~~~~~~~~~ mixer_sun.c:35:12: warning: 'sun_mixer_device_id' defined but not used [-Wunused-variable] 35 | static int sun_mixer_device_id = -1; | ^~~~~~~~~~~~~~~~~~~ *** Please use pkgtools/verifypc to sanity check dependencies.