==> Retrieving sources... -> Found nipper-0.11.7.tgz ==> Generating checksums for source files... ==> Making package: nipper 0.11.7-4 (Thu 21 Nov 2024 11:17:19 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found nipper-0.11.7.tgz ==> Validating source files with sha512sums... nipper-0.11.7.tgz ... Passed ==> Extracting sources... -> Extracting nipper-0.11.7.tgz with bsdtar ==> Starting build()... gcc -o nipper nipper.c -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -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/nipper/src=/usr/src/debug/nipper -flto=auto In file included from nipper.c:74: common/nipper-common.c: In function ‘readLine’: common/nipper-common.c:62:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 62 | fgets(lineFromFile, maxLength, input); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from nipper.c:78: common/nipper-remote-snmp.c: In function ‘getRemoteConfig’: common/nipper-remote-snmp.c:49:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 49 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:53:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 53 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:63:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 63 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:75:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 75 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:79:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 79 | system("sleep 3"); | ^~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:92:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 92 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ common/nipper-remote-snmp.c:111:33: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 111 | system(tempCommand); | ^~~~~~~~~~~~~~~~~~~ In file included from nipper.c:140: common/nipper-input.c: In function ‘processInput’: common/nipper-input.c:391:25: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 391 | fread(buffer, 1, fileStats->st_size, tempFile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "nipper"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "nipper-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: nipper 0.11.7-4 (Thu 21 Nov 2024 11:17:31 AM UTC) ==> Cleaning up...