=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for torsmo-0.18nb3 --- netbsd.o --- --- ./stamp-h.in --- cd . && autoheader --- netbsd.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c netbsd.c --- ./stamp-h.in --- WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged --- config.h --- --- common.o --- --- fs.o --- --- mail.o --- --- mixer.o --- --- torsmo.o --- --- x11.o --- --- common.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c common.c --- mail.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c mail.c --- fs.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c fs.c --- mixer.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c mixer.c --- torsmo.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c torsmo.c --- x11.o --- clang -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid -Wall -W -c x11.c --- torsmo.o --- torsmo.c:96:27: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " CPU:$color ${i2c temp 1}C${color grey} - MB:$color ${i2c temp 2}C\n" ^~~~ ~~~~ torsmo.c:122:39: warning: passing 'const char *' to parameter of type 'const FcChar8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] XftTextExtents8(display, xftfont, s, l, &gi); ^ /data/scratch/sysutils/torsmo/work/.buildlink/include/X11/Xft/Xft.h:300:24: note: passing argument to parameter 'string' here _Xconst FcChar8 *string, ^ torsmo.c:553:14: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*arg)) arg++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ torsmo.c:838:18: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ torsmo.c:1199:12: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = toupper(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ torsmo.c:1815:5: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] a = a; /* to get rid of warning */ ~ ^ ~ --- netbsd.o --- netbsd.c:105:36: warning: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] if ((sysctl(mib, 2, &boottime, &size, NULL, 0) != -1) ^~~~~ /usr/include/sys/sysctl.h:1172:48: note: passing argument to parameter here int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); ^ netbsd.c:156:13: warning: missing field 'n_type' initializer [-Wmissing-field-initializers] { "_ifnet" }, ^ netbsd.c:157:9: warning: missing field 'n_type' initializer [-Wmissing-field-initializers] { NULL }, ^ netbsd.c:198:12: error: no member named 'if_ibytes' in 'struct ifnet' if (ifnet.if_ibytes < ns->last_read_recv) ~~~~~ ^ netbsd.c:200:9: error: no member named 'if_ibytes' in 'struct ifnet' ifnet.if_ibytes; ~~~~~ ^ netbsd.c:202:25: error: no member named 'if_ibytes' in 'struct ifnet' ns->recv += (ifnet.if_ibytes - ns->last_read_recv); ~~~~~ ^ netbsd.c:204:29: error: no member named 'if_ibytes' in 'struct ifnet' ns->last_read_recv = ifnet.if_ibytes; ~~~~~ ^ netbsd.c:206:12: error: no member named 'if_obytes' in 'struct ifnet' if (ifnet.if_obytes < ns->last_read_trans) ~~~~~ ^ netbsd.c:208:9: error: no member named 'if_obytes' in 'struct ifnet' ifnet.if_obytes; ~~~~~ ^ netbsd.c:210:26: error: no member named 'if_obytes' in 'struct ifnet' ns->trans += (ifnet.if_obytes - ns->last_read_trans); ~~~~~ ^ netbsd.c:212:30: error: no member named 'if_obytes' in 'struct ifnet' ns->last_read_trans = ifnet.if_obytes; ~~~~~ ^ netbsd.c:214:21: error: no member named 'if_ibytes' in 'struct ifnet' ns->recv += (ifnet.if_ibytes - ns->last_read_recv); ~~~~~ ^ netbsd.c:215:30: error: no member named 'if_ibytes' in 'struct ifnet' ns->last_read_recv = ifnet.if_ibytes; ~~~~~ ^ netbsd.c:216:22: error: no member named 'if_obytes' in 'struct ifnet' ns->trans += (ifnet.if_obytes - ns->last_read_trans); ~~~~~ ^ netbsd.c:217:30: error: no member named 'if_obytes' in 'struct ifnet' ns->last_read_trans = ifnet.if_obytes; ~~~~~ ^ 3 warnings and 12 errors generated. *** [netbsd.o] Error code 1 make: stopped in /data/scratch/sysutils/torsmo/work/torsmo-0.18 --- torsmo.o --- 6 warnings generated. 1 error make: stopped in /data/scratch/sysutils/torsmo/work/torsmo-0.18 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/torsmo *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/torsmo