==> Retrieving sources... -> Found netkit-rwho_0.17.orig.tar.gz -> Found netkit-rwho_0.17-15.debian.tar.xz -> Found rwhod.conf -> Found rwhod.service -> Found rwhod.cron ==> Generating checksums for source files... ==> Making package: netkit-rwho 0.17-2 (Thu 21 Nov 2024 09:15:09 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found netkit-rwho_0.17.orig.tar.gz -> Found netkit-rwho_0.17-15.debian.tar.xz -> Found rwhod.conf -> Found rwhod.service -> Found rwhod.cron ==> Validating source files with sha512sums... netkit-rwho_0.17.orig.tar.gz ... Passed netkit-rwho_0.17-15.debian.tar.xz ... Passed rwhod.conf ... Passed rwhod.service ... Passed rwhod.cron ... Passed ==> Extracting sources... -> Extracting netkit-rwho_0.17.orig.tar.gz with bsdtar -> Extracting netkit-rwho_0.17-15.debian.tar.xz with bsdtar ==> Starting build()... patching file ruptime/ruptime.c patching file rwhod/rwhod.8 patching file rwhod/rwhod.c patching file rwhod/rwhod.c patching file CMakeLists.txt patching file ruptime/CMakeLists.txt patching file rwho/CMakeLists.txt patching file rwhod/CMakeLists.txt Directories: /usr/bin /usr/sbin /usr/man Installing in chroot tree rooted at /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho Looking for a C compiler... gcc Checking if gcc accepts gcc warnings... yes Checking if gcc accepts -O2... yes Checking for BSD signal semantics... yes Checking for snprintf declaration... ok Checking for snprintf implementation... ok Generating MCONFIG... (cd rwho && make) (cd rwhod && make) (cd ruptime && make) make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwho' gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/netkit-rwho/src=/usr/src/debug/netkit-rwho -flto=auto -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../include rwho.c -c make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwhod' gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/netkit-rwho/src=/usr/src/debug/netkit-rwho -flto=auto -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../include rwhod.c -c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/netkit-rwho/src=/usr/src/debug/netkit-rwho -flto=auto -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../include daemon.c -c make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/ruptime' gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/netkit-rwho/src=/usr/src/debug/netkit-rwho -flto=auto -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../include ruptime.c -c daemon.c: In function ‘daemon’: daemon.c:60:23: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | if (!nochdir) chdir("/"); | ^~~~~~~~~~ rwho.c: In function ‘main’: rwho.c:184:39: warning: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess] 184 | sizeof(we->we_utmp.out_line)); | ^ rwho.c:187:39: warning: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess] 187 | sizeof(we->we_utmp.out_name)); | ^ rwhod.c: In function ‘main’: rwhod.c:263:9: warning: ignoring return value of ‘daemon’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 263 | daemon(1, 0); | ^~~~~~~~~~~~ rwhod.c:385:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 385 | write(whod, &wd, cc); | ^~~~~~~~~~~~~~~~~~~~ rwhod.c:387:25: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 387 | ftruncate(whod, cc); | ^~~~~~~~~~~~~~~~~~~ rwhod.c: In function ‘getboottime’: rwhod.c:611:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 611 | fscanf(fp, "%ld", &uptime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc rwho.o -o rwho gcc ruptime.o -o ruptime gcc rwhod.o daemon.o -o rwhod make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwho' make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/ruptime' make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwhod' ==> Entering fakeroot environment... ==> Starting package()... (cd rwho && make install) (cd rwhod && make install) (cd ruptime && make install) make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwho' install -s -m755 rwho /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/bin make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/ruptime' install -s -m755 ruptime /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/bin make[1]: Entering directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwhod' install -s -m755 rwhod /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/sbin install -m644 rwho.1 /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/man/man1/ install -m644 ruptime.1 /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/man/man1/ make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwho' install -m644 rwhod.8 /src/packages/pentesting/netkit-rwho/pkg/netkit-rwho/usr/man/man8/ make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/ruptime' make[1]: Leaving directory '/src/packages/pentesting/netkit-rwho/src/netkit-rwho-0.17/rwhod' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... libfakeroot internal error: payload not recognized! -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "netkit-rwho"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "netkit-rwho-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: netkit-rwho 0.17-2 (Thu 21 Nov 2024 09:15:13 AM UTC) ==> Cleaning up...