=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for mgetty-1.1.37nb21 cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -DVARRUNDIR=\"/var/run\" -c mgetty.c distcc[1174] (dcc_select_for_write) ERROR: IO timeout distcc[1174] ERROR: timeout while connecting to 10.0.20.122:3760 distcc[1174] Warning: failed to distribute mgetty.c to 10.0.20.122:3760, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c logfile.c -o logfile.o distcc[6887] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from logfile.c:9: logfile.c: In function 'lprintf': logfile.c:307:21: warning: array subscript has type 'char' [-Wchar-subscripts] 307 | if ( ! isprint(*p) ) *p='_'; | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c do_chat.c -o do_chat.o distcc[14816] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c locks.c -o locks.o distcc[17467] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c utmp.c -o utmp.o distcc[21919] (dcc_build_somewhere) Warning: failed to distribute, running locally instead utmp.c: In function 'make_utmp_wtmp': utmp.c:155:8: warning: implicit declaration of function 'getpid'; did you mean 'getutid'? [-Wimplicit-function-declaration] 155 | pid = getpid(); | ^~~~~~ | getutid utmp.c:131:8: warning: unused variable 'fp' [-Wunused-variable] 131 | FILE * fp; | ^~ In file included from /usr/include/string.h:127, from utmp.c:17: utmp.c:144:2: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 144 | strncpy( ut.ut_id, id, sizeof( ut.ut_id ) ); | ^~~~~~~ utmp.c:145:2: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 145 | strncpy( ut.ut_line, line, sizeof( ut.ut_line ) ); | ^~~~~~~ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c logname.c -o logname.o distcc[1272] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from logname.c:28: logname.c: In function 'ln_escape_prompt': logname.c:188:17: warning: array subscript has type 'char' [-Wchar-subscripts] 188 | if ( isdigit( *ep ) ) /* "\01234" */ | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -DCONFDIR=\"/usr/pkg/etc/mgetty+sendfax\" -c login.c distcc[5052] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from login.c:14: login.c: In function 'login_dispatch': login.c:199:23: warning: array subscript has type 'char' [-Wchar-subscripts] 199 | char cbq = toupper( *(line++) ); | ^ login.c:208:28: warning: array subscript has type 'char' [-Wchar-subscripts] 208 | while( *line && !isspace(*line) ) line++; | ^ login.c:209:18: warning: array subscript has type 'char' [-Wchar-subscripts] 209 | while( isspace(*line) ) line++; | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c mg_m_init.c -o mg_m_init.o distcc[606] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c modem.c -o modem.o distcc[24734] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c faxrec.c -o faxrec.o distcc[1524] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c ring.c -o ring.o distcc[13305] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from ring.c:20: ring.c: In function 'ring_handle_ELSA': ring.c:87:40: warning: array subscript has type 'char' [-Wchar-subscripts] 87 | while( *string != '\0' && !isdigit(*string) ) string++; | ^ ring.c:91:20: warning: array subscript has type 'char' [-Wchar-subscripts] 91 | while( isdigit(*p) ) p++; | ^ ring.c:108:32: warning: array subscript has type 'char' [-Wchar-subscripts] 108 | while( *p != '\0' && !isdigit(*p) ) p++; | ^ ring.c: In function 'ring_handle_ZoomMX': ring.c:122:20: warning: array subscript has type 'char' [-Wchar-subscripts] 122 | while( isdigit(*p) ) p++; | ^ ring.c: In function 'ring_handle_ZyXEL': ring.c:145:17: warning: array subscript has type 'char' [-Wchar-subscripts] 145 | while( isspace(*string) ) { string++; } | ^ ring.c:148:17: warning: array subscript has type 'char' [-Wchar-subscripts] 148 | while( isdigit(*p) ) p++; | ^ ring.c:152:17: warning: array subscript has type 'char' [-Wchar-subscripts] 152 | while( isspace(*p) ) p++; | ^ ring.c:167:17: warning: array subscript has type 'char' [-Wchar-subscripts] 167 | while( isspace(*string) ) { string++; } | ^ ring.c: In function 'ring_handle_DROx': ring.c:198:20: warning: array subscript has type 'char' [-Wchar-subscripts] 198 | while( isspace(*p) || *p == '=' ) { p++; } | ^ ring.c: In function 'wait_for_ring': ring.c:347:17: warning: array subscript has type 'char' [-Wchar-subscripts] 347 | while( isspace(*p) ) p++; | ^ ring.c:361:16: warning: array subscript has type 'char' [-Wchar-subscripts] 361 | if ( isdigit( *p ) ) /* RING 1 */ | ^ ring.c:364:16: warning: array subscript has type 'char' [-Wchar-subscripts] 364 | if ( isalpha( *p ) ) /* RING A */ | ^ ring.c:365:36: warning: array subscript has type 'char' [-Wchar-subscripts] 365 | { *dist_ring_number = tolower(*p)-'a' +1; break; } | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c faxlib.c -o faxlib.o distcc[28563] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from faxlib.c:33: faxlib.c: In function 'fwf_copy_remote_id': faxlib.c:70:21: warning: array subscript has type 'char' [-Wchar-subscripts] 70 | while ( isspace(*id) || *id == '"' ) id++; /* skip leading whitespace */ | ^ faxlib.c:79:41: warning: array subscript has type 'char' [-Wchar-subscripts] 79 | while ( w>0 && isspace(fax_remote_id[w-1]) ) w--; | ^ faxlib.c: In function 'fax2_incoming_nsf': faxlib.c:546:37: warning: array subscript has type 'char' [-Wchar-subscripts] 546 | while( *p != '\0' && ! isxdigit(*p) ) p++; | ^ faxlib.c:548:44: warning: array subscript has type 'char' [-Wchar-subscripts] 548 | while( len= str && isspace(*p)) | ^ cnd.c:128:18: warning: array subscript has type 'char' [-Wchar-subscripts] 128 | if ( isdigit(*str) ) | ^ cnd.c:131:17: warning: array subscript has type 'char' [-Wchar-subscripts] 131 | while( isdigit(*p) ) p++; | ^ cnd.c:169:49: warning: array subscript has type 'char' [-Wchar-subscripts] 169 | if ( *p == '\'' || *p == '\"' || !isprint(*p) ) *p = ' '; | ^ cnd.c: In function 'cndlookup': cnd.c:245:16: warning: array subscript has type 'char' [-Wchar-subscripts] 245 | while(isspace(*p)) p++; | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c getdisk.c -o getdisk.o distcc[20541] (dcc_build_somewhere) Warning: failed to distribute, running locally instead cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c goodies.c -o goodies.o distcc[28461] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from goodies.c:13: goodies.c: In function 'get_ugid': goodies.c:65:16: warning: array subscript has type 'char' [-Wchar-subscripts] 65 | if ( isdigit( *(char*)(user->d.p) )) /* numeric */ | ^ goodies.c:86:16: warning: array subscript has type 'char' [-Wchar-subscripts] 86 | if ( isdigit( *(char*)(group->d.p) )) /* numeric */ | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -c config.c -o config.o distcc[6015] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from config.c:13: config.c: In function 'mgetty_fgetline': config.c:94:22: warning: array subscript has type 'char' [-Wchar-subscripts] 94 | while( isspace( *sp ) ) sp++; /* skip whitespace */ | ^ config.c: In function 'norm_line': config.c:122:16: warning: array subscript has type 'char' [-Wchar-subscripts] 122 | if ( isspace( *r ) ) | ^ config.c: In function 'get_config': config.c:369:22: warning: array subscript has type 'char' [-Wchar-subscripts] 369 | if ( isdigit( line[0] ) || | ^ config.c:370:42: warning: array subscript has type 'char' [-Wchar-subscripts] 370 | ( line[0] == '-' && isdigit( line[1] ) ) ) | ^ config.c:387:21: warning: array subscript has type 'char' [-Wchar-subscripts] 387 | tolower(line[0]) == 'y' || | ^ config.c:388:21: warning: array subscript has type 'char' [-Wchar-subscripts] 388 | tolower(line[0]) == 't' || | ^ cc -O2 -DDEVICE_GROUP=\"wheel\" -O2 -Wall -pipe -DPREFIX=\"/usr/pkg\" -DVARBASE=/var -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" -DCONFDIR=\"/usr/pkg/etc/mgetty+sendfax\" -c conf_mg.c distcc[28059] (dcc_build_somewhere) Warning: failed to distribute, running locally instead conf_mg.c:62:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 62 | { "port-owner", {(p_int) DEVICE_OWNER}, CT_STRING, C_PRESET }, | ^ conf_mg.c:62:19: error: initializer element is not constant conf_mg.c:62:19: note: (near initialization for 'c.port_owner.d.i') conf_mg.c:64:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 64 | { "port-group", {(p_int) DEVICE_GROUP}, CT_STRING, C_PRESET }, | ^ conf_mg.c:64:19: error: initializer element is not constant conf_mg.c:64:19: note: (near initialization for 'c.port_group.d.i') conf_mg.c:75:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 75 | { "modem-type", {(p_int) DEFAULT_MODEMTYPE}, CT_STRING, C_PRESET }, | ^ conf_mg.c:75:19: error: initializer element is not constant conf_mg.c:75:19: note: (near initialization for 'c.modem_type.d.i') conf_mg.c:86:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 86 | { "msn-list", {(p_int) NULL}, CT_CHAT, C_EMPTY }, | ^ conf_mg.c:88:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 88 | { "cnd-program", {(p_int) NULL}, CT_STRING, C_EMPTY }, | ^ conf_mg.c:97:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 97 | { "issue-file", {(p_int)"/etc/issue"}, CT_STRING, C_PRESET }, | ^ conf_mg.c:97:19: error: initializer element is not constant conf_mg.c:97:19: note: (near initialization for 'c.issue_file.d.i') conf_mg.c:99:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 99 | { "login-prompt", {(p_int) LOGIN_PROMPT}, CT_STRING, C_PRESET }, | ^ conf_mg.c:99:21: error: initializer element is not constant conf_mg.c:99:21: note: (near initialization for 'c.login_prompt.d.i') conf_mg.c:109:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 109 | { "login-conf-file", {(p_int) LOGIN_CFG_FILE}, CT_STRING, C_PRESET }, | ^ conf_mg.c:109:24: error: initializer element is not constant conf_mg.c:109:24: note: (near initialization for 'c.login_config.d.i') conf_mg.c:114:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 114 | { "fax-id", {(p_int)FAX_STATION_ID}, CT_STRING, C_PRESET }, | ^ conf_mg.c:114:15: error: initializer element is not constant conf_mg.c:114:15: note: (near initialization for 'c.station_id.d.i') conf_mg.c:120:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 120 | { "notify", {(p_int)MAIL_TO}, CT_STRING, C_PRESET }, | ^ conf_mg.c:120:15: error: initializer element is not constant conf_mg.c:120:15: note: (near initialization for 'c.notify_mail.d.i') conf_mg.c:124:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 124 | { "fax-owner", {(p_int)FAX_IN_OWNER}, CT_STRING, C_PRESET }, | ^ conf_mg.c:124:18: error: initializer element is not constant conf_mg.c:124:18: note: (near initialization for 'c.fax_owner.d.i') conf_mg.c:132:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 132 | { "fax-spool-in", {(p_int) FAX_SPOOL_IN ":/tmp"}, CT_STRING, C_PRESET }, | ^ conf_mg.c:132:21: error: initializer element is not constant conf_mg.c:132:21: note: (near initialization for 'c.fax_spool_in.d.i') conf_mg.c:141:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 141 | { "gettydefs", {(p_int)GETTYDEFS_DEFAULT_TAG}, CT_STRING, C_PRESET }, | ^ conf_mg.c:141:18: error: initializer element is not constant conf_mg.c:141:18: note: (near initialization for 'c.gettydefs_tag.d.i') distcc[28059] ERROR: compile conf_mg.c on localhost failed *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/comms/mgetty+sendfax/work.aarch64eb/mgetty-1.1.37 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/comms/mgetty+sendfax *** Error code 1 Stop. make: stopped in /usr/pkgsrc/comms/mgetty+sendfax