Wed Feb 12 23:41:11 CST 2020 KB: 4588396 / make[1]: Entering directory '/sources/sysklogd-1.5.1' gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF -DNO_SCCS -DFSSTND -DSYSLOGD_PIDNAME=\"syslogd.pid\" -c syslogd.c syslogd.c: In function 'fprintlog': syslogd.c:2227:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~ syslogd.c:2227:10: note: 'snprintf' output 12 or more bytes (assuming 211) into a destination of size 100 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2225:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~ syslogd.c:2225:10: note: 'snprintf' output between 10 and 209 bytes into a destination of size 100 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2227:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~ syslogd.c:2227:10: note: 'snprintf' output 12 or more bytes (assuming 211) into a destination of size 100 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2225:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~ syslogd.c:2225:10: note: 'snprintf' output between 10 and 209 bytes into a destination of size 100 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c: In function 'cfline': syslogd.c:2664:67: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 177 [-Wformat-truncation=] 2664 | (void) snprintf(xbuf, sizeof(xbuf), "unknown facility name \"%s\"", buf); | ^~ ~~~ syslogd.c:2664:13: note: 'snprintf' output between 25 and 1048 bytes into a destination of size 200 2664 | (void) snprintf(xbuf, sizeof(xbuf), "unknown facility name \"%s\"", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2227:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~ ...... 2665 | logerror(xbuf); | ~~~~ syslogd.c:2227:10: note: 'snprintf' output 12 or more bytes (assuming 211) into a destination of size 100 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2225:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~ ...... 2665 | logerror(xbuf); | ~~~~ syslogd.c:2225:10: note: 'snprintf' output between 10 and 209 bytes into a destination of size 100 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2617:65: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 177 [-Wformat-truncation=] 2617 | (void) snprintf(xbuf, sizeof(xbuf), "unknown priority name \"%s\"", buf); | ^~ ~~~ syslogd.c:2617:11: note: 'snprintf' output between 25 and 1048 bytes into a destination of size 200 2617 | (void) snprintf(xbuf, sizeof(xbuf), "unknown priority name \"%s\"", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2227:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~ ...... 2618 | logerror(xbuf); | ~~~~ syslogd.c:2227:10: note: 'snprintf' output 12 or more bytes (assuming 211) into a destination of size 100 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2225:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size 91 [-Wformat-truncation=] 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~ ...... 2618 | logerror(xbuf); | ~~~~ syslogd.c:2225:10: note: 'snprintf' output between 10 and 209 bytes into a destination of size 100 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c: In function 'init': syslogd.c:2227:47: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 91 [-Wformat-truncation=] 1268 | logerror(line); | ~~~~ ...... 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~ syslogd.c:2227:10: note: 'snprintf' output 12 or more bytes (assuming 1036) into a destination of size 100 2227 | (void) snprintf(buf, sizeof(buf), "syslogd: %s: %s", type, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syslogd.c:2225:47: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 91 [-Wformat-truncation=] 1268 | logerror(line); | ~~~~ ...... 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~ syslogd.c:2225:10: note: 'snprintf' output between 10 and 1034 bytes into a destination of size 100 2225 | (void) snprintf(buf, sizeof(buf), "syslogd: %s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'create_unix_socket', inlined from 'init' at syslogd.c:2452:19: syslogd.c:1262:9: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 1262 | (void) strncpy(sunx.sun_path, path, sizeof(sunx.sun_path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o pidfile.o pidfile.c gcc -s -o syslogd syslogd.o pidfile.o gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c klogd.c gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DALLOW_KERNEL_LOGGING -c syslog.c gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksym.c ksym.c: In function 'ExpandKadds': ksym.c:769:12: warning: variable 'dlm' set but not used [-Wunused-but-set-variable] 769 | auto char dlm, | ^~~ gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksym_mod.c gcc -s -o klogd klogd.o syslog.o pidfile.o ksym.o \ ksym_mod.o make[1]: Leaving directory '/sources/sysklogd-1.5.1' make[1]: Entering directory '/sources/sysklogd-1.5.1' /usr/bin/install -o root -g root -m 644 sysklogd.8 /usr/share/man/man8/sysklogd.8 /usr/bin/install -o root -g root -m 644 syslogd.8 /usr/share/man/man8/syslogd.8 /usr/bin/install -o root -g root -m 644 syslog.conf.5 /usr/share/man/man5/syslog.conf.5 /usr/bin/install -o root -g root -m 644 klogd.8 /usr/share/man/man8/klogd.8 /usr/bin/install -m 500 -s syslogd /sbin/syslogd /usr/bin/install -m 500 -s klogd /sbin/klogd make[1]: Leaving directory '/sources/sysklogd-1.5.1' Totalseconds: 1 KB: 4589060 /