Sun Aug 21 00:31:01 CDT 2022 KB: 3740504 / patching file src/Makefile Hunk #2 succeeded at 211 (offset 2 lines). Hunk #3 succeeded at 236 (offset 2 lines). make[1]: Entering directory '/sources/sysvinit-3.04' make VERSION=3.04 -C man all make[2]: Entering directory '/sources/sysvinit-3.04/man' sed --in-place=.orig --separate 's/\@VERSION\@/3.04/g' bootlogd.8 fstab-decode.8 halt.8 init.8 initctl.5 initscript.5 inittab.5 killall5.8 last.1 lastb.1 logsave.8 mesg.1 mountpoint.1 pidof.8 poweroff.8 readbootlog.1 reboot.8 runlevel.8 shutdown.8 sulogin.8 telinit.8 utmpdump.1 wall.1 make[2]: Leaving directory '/sources/sysvinit-3.04/man' make VERSION=3.04 -C src all make[2]: Entering directory '/sources/sysvinit-3.04/src' cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o init.o init.c init.c: In function 'read_inittab': init.c:1396:41: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 1396 | strncpy(id, dev, sizeof(id)); | ^ init.c:1394:41: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 28 [-Wstringop-truncation] 1394 | strncpy(id, dev+3, sizeof(id)); | ^ cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -DINIT_MAIN -c -o init_utmp.o utmp.c cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o runlevellog.o runlevellog.c cc init.o init_utmp.o runlevellog.o -o init cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o halt.o halt.c cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o ifdown.o ifdown.c cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o hddown.o hddown.c cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o utmp.o utmp.c cc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o shutdown.o shutdown.c cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o dowall.o dowall.c In file included from /usr/include/string.h:535, from dowall.c:30: In function 'strncat', inlined from 'wall' at dowall.c:227:4: /usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' argument 2 declared attribute 'nonstring' [-Wstringop-overread] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from dowall.c:34: /usr/include/bits/utmp.h: In function 'wall': /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ cc shutdown.o dowall.o utmp.o -o shutdown cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o runlevel.o runlevel.c cc runlevel.o runlevellog.o -o runlevel cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" killall5.c -o killall5 killall5.c: In function 'check4nfs': killall5.c:442:12: warning: '__builtin_strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 442 | strncpy(real, curr, PATH_MAX); | ^ cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o fstab-decode.o fstab-decode.c cc fstab-decode.o -o fstab-decode cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"3.04\" -c -o bootlogd.o bootlogd.c cc bootlogd.o -lutil -o bootlogd make[2]: Leaving directory '/sources/sysvinit-3.04/src' make[1]: Leaving directory '/sources/sysvinit-3.04' make[1]: Entering directory '/sources/sysvinit-3.04' make VERSION=3.04 -C man install make[2]: Entering directory '/sources/sysvinit-3.04/man' sed --in-place=.orig --separate 's/\@VERSION\@/3.04/g' bootlogd.8 fstab-decode.8 halt.8 init.8 initctl.5 initscript.5 inittab.5 killall5.8 last.1 lastb.1 logsave.8 mesg.1 mountpoint.1 pidof.8 poweroff.8 readbootlog.1 reboot.8 runlevel.8 shutdown.8 sulogin.8 telinit.8 utmpdump.1 wall.1 make[2]: Leaving directory '/sources/sysvinit-3.04/man' make VERSION=3.04 -C src install make[2]: Entering directory '/sources/sysvinit-3.04/src' install -m 755 -d /bin/ /sbin/ install -m 755 -d /usr/bin/ for i in ; do \ install -o root -g root -m 755 $i /bin/ ; \ done for i in init halt shutdown runlevel killall5 fstab-decode bootlogd; do \ install -o root -g root -m 755 $i /sbin/ ; \ done for i in ; do \ install -o root -g root -m 755 $i /usr/bin/ ; \ done # install -m 755 -d /etc/ install -m 755 -d /etc/inittab.d # install -o root -g root -m 755 ../doc/initscript.sample /etc/ ln -sf halt /sbin/reboot ln -sf halt /sbin/poweroff ln -sf init /sbin/telinit #ln -sf /sbin/killall5 /bin/pidof #if [ ! -f /usr/bin/lastb ]; then \ # ln -sf last /usr/bin/lastb; \ #fi install -m 755 -d /usr/include/ install -o root -g root -m 644 initreq.h /usr/include/ install -m 755 -d /usr/share/man/man1/ install -m 755 -d /usr/share/man/man5/ install -m 755 -d /usr/share/man/man8/ for man in ; do \ install -o root -g root -m 644 ../man/$man /usr/share/man/man1/; \ sed -i "1{ s@^\('\\\\\"\)[^\*-]*-\*- coding: [^[:blank:]]\+ -\*-@\1@; }" /usr/share/man/man1/$man ; \ done for man in initscript.5 inittab.5 initctl.5; do \ install -o root -g root -m 644 ../man/$man /usr/share/man/man5/; \ sed -i "1{ s@^\('\\\\\"\)[^\*-]*-\*- coding: [^[:blank:]]\+ -\*-@\1@; }" /usr/share/man/man5/$man ; \ done for man in halt.8 init.8 killall5.8 poweroff.8 reboot.8 runlevel.8 shutdown.8 telinit.8 fstab-decode.8 bootlogd.8; do \ install -o root -g root -m 644 ../man/$man /usr/share/man/man8/; \ sed -i "1{ s@^\('\\\\\"\)[^\*-]*-\*- coding: [^[:blank:]]\+ -\*-@\1@; }" /usr/share/man/man8/$man ; \ done # # This part is skipped on Debian systems, the # debian.preinst script takes care of it. #@if [ ! -p /run/initctl ]; then \ #echo "Creating /run/initctl"; \ #rm -f /run/initctl; \ #mknod -m 600 /run/initctl p; fi make[2]: Leaving directory '/sources/sysvinit-3.04/src' make[1]: Leaving directory '/sources/sysvinit-3.04' Totalseconds: 1 KB: 3743256 /