=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 mbmon-205nb1 --- sensors.o --- --- getMBinfo.o --- --- tyan_tiger.o --- --- pci_pm.o --- --- getMBinfo.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD getMBinfo.c --- sensors.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sensors.c --- tyan_tiger.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD tyan_tiger.c --- pci_pm.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD pci_pm.c --- getMB-via.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD getMB-via.c --- getMB-smb.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD getMB-smb.c --- getMB-isa.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD getMB-isa.c --- smbuses.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smbuses.c --- smbus_piix4.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smbus_piix4.c --- smbus_amd.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smbus_amd.c --- smbus_ali.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smbus_ali.c --- smbus_amd8.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smbus_amd8.c --- sens_winbond.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_winbond.c --- sens_via686.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_via686.c --- sens_it87.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_it87.c --- sens_gl52.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_gl52.c --- sens_lm85.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_lm85.c sens_lm85.c: In function 'lm85_fanrpm': sens_lm85.c:288:13: warning: variable 'ppr' set but not used [-Wunused-but-set-variable] static int ppr[4] = {2,2,2,2}, div[2] = {1,1}; ^~~ --- sens_lm80.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_lm80.c --- sens_lm90.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_lm90.c --- sens_lm75.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_lm75.c --- sens_lm90.o --- sens_lm90.c: In function 'lm90_ident': sens_lm90.c:134:22: warning: comparison of constant '48' with boolean expression is always false [-Wbool-compare] if ((revd && 0xF0) == 0x30) ^~ --- sens_wl784.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD sens_wl784.c --- smb_extemp.o --- gcc -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD smb_extemp.c smb_extemp.c: In function 'smb_ExtraTemp': smb_extemp.c:47:17: warning: variable 'offset' set but not used [-Wunused-but-set-variable] float f = 0.0, offset = 0.0; ^~~~~~ --- mbmon --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H -Wall -DNETBSD -Wl,-zrelro -Wl,-R/usr/pkg/lib -s -o mbmon mbmon.c getMBinfo.o tyan_tiger.o pci_pm.o sensors.o getMB-via.o getMB-smb.o getMB-isa.o smbuses.o smbus_piix4.o smbus_amd.o smbus_ali.o smbus_amd8.o sens_winbond.o sens_via686.o sens_it87.o sens_gl52.o sens_lm85.o sens_lm80.o sens_lm90.o sens_lm75.o sens_wl784.o smb_extemp.o -lx86_64 -lm mbmon.c: In function 'main': mbmon.c:501:48: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] c = accept (fd, (struct sockaddr *) &client, &len); ^ In file included from mbmon.c:29:0: /usr/include/sys/socket.h:620:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ mbmon.c:292:8: warning: variable 'name' set but not used [-Wunused-but-set-variable] char *name; ^~~~