==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: unhide 20220611-3 (Sat Jul 13 22:28:40 2024)
==> Retrieving sources...
  -> Found unhide-20220611.tar.gz
  -> Found Makefile
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    unhide-20220611.tar.gz ... Passed
    Makefile ... Passed
==> Validating source files with sha256sums...
    unhide-20220611.tar.gz ... Passed
    Makefile ... Passed
==> Making package: unhide 20220611-3 (Sat Jul 13 22:29:02 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
:: There are 2 providers available for libxtables.so=12-32:
:: Repository core
   1) iptables  2) iptables-nft

Enter a number (default=1): 
looking for conflicting packages...

Packages (14) dbus-1.14.10-2  iptables-1:1.8.10-2  libbpf-1.4.3-1
              libmnl-1.0.5-2  libnetfilter_conntrack-1.0.9-2
              libnfnetlink-1.0.2-2  libnftnl-1.2.6-1  libnl-3.9.0-1
              libpcap-1.10.4-1  iproute2-6.9.0-2  lsof-4.99.3-2
              net-tools-2.10-2  procps-ng-4.0.4-3  psmisc-23.7-1

Total Download Size:    0.37 MiB
Total Installed Size:  12.72 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 psmisc-23.7-1-armv7h downloading...
 lsof-4.99.3-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libmnl...
installing libnftnl...
installing libnl...
installing dbus...
installing libpcap...
installing libnfnetlink...
installing libnetfilter_conntrack...
installing iptables...
installing libbpf...
installing iproute2...
Optional dependencies for iproute2
    db5.3: userspace arp daemon [installed]
    linux-atm: ATM support
    python: for routel [installed]
installing lsof...
installing psmisc...
installing net-tools...
installing procps-ng...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found unhide-20220611.tar.gz
  -> Found Makefile
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting unhide-20220611.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pthread  unhide-linux.c unhide-linux-bruteforce.c unhide-linux-compound.c unhide-linux-procfs.c unhide-linux-syscall.c unhide-output.c   -o unhide-linux
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  unhide_rb.c   -o unhide_rb
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  unhide-tcp.c unhide-tcp-fast.c unhide-output.c   -o unhide-tcp
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  unhide-posix.c   -o unhide-posix
unhide-posix.c: In function ‘checkps’:
unhide-posix.c:89:13: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   89 |             fgets(pids, 30, fich_tmp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
unhide-posix.c:111:15: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  111 |               fgets (cmdcont, 1000, cmdfile);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unhide-linux-procfs.c: In function ‘checkchdir’:
unhide-linux-procfs.c:186:45: warning: %s’ directive writing up to 122 bytes into a region of size 94 [-Wformat-overflow=]
  186 |                sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ;
      |                                             ^~
unhide-linux-procfs.c:186:38: note: directive argument in the range [1, 2147483647]
  186 |                sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ;
      |                                      ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:980,
                 from unhide-linux-procfs.c:28:
In function ‘sprintf’,
    inlined from ‘checkchdir’ at unhide-linux-procfs.c:186:16:
/usr/include/bits/stdio2.h:30:10: note: __builtin___sprintf_chk’ output between 14 and 145 bytes into a destination of size 100
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
unhide-linux-procfs.c: In function ‘checkopendir’:
unhide-linux-procfs.c:319:45: warning: %s’ directive writing up to 122 bytes into a region of size 94 [-Wformat-overflow=]
  319 |                sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ;
      |                                             ^~
unhide-linux-procfs.c:319:38: note: directive argument in the range [1, 2147483647]
  319 |                sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ;
      |                                      ^~~~~~~~~~~~~~~~~~
In function ‘sprintf’,
    inlined from ‘checkopendir’ at unhide-linux-procfs.c:319:16:
/usr/include/bits/stdio2.h:30:10: note: __builtin___sprintf_chk’ output between 14 and 145 bytes into a destination of size 100
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
install -d -m 755 '/build/unhide/pkg/unhide/usr'/bin
for bin in unhide-linux unhide_rb unhide-tcp unhide-posix; do \
    install -m 755 $bin '/build/unhide/pkg/unhide/usr'/bin/$bin; \
done
for man in man/*.8 man/*/*.8; do \
    lang=${man%/*}; \
    lang=${lang#man}; \
    manfile=${man##*/}; \
    install -d -m 755 '/build/unhide/pkg/unhide/usr'/share/man/$lang/man8; \
    install -m 644 $man '/build/unhide/pkg/unhide/usr'/share/man/$lang/man8/$manfile; \
done
==> 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 "unhide"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: unhide 20220611-3 (Sat Jul 13 22:29:15 2024)
==> Cleaning up...