==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: mkinitcpio-nfs-utils 0.3-8 (Sat Jun  3 15:30:07 2023)
==> Retrieving sources...
  -> Found mkinitcpio-nfs-utils-0.3.tar.xz
  -> Found nfsmount-fix-wrong-umount-path.patch
  -> Found initcpio-install-net
  -> Found initcpio-hook-net
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    mkinitcpio-nfs-utils-0.3.tar.xz ... Passed
    nfsmount-fix-wrong-umount-path.patch ... Passed
    initcpio-install-net ... Passed
    initcpio-hook-net ... Passed
==> Making package: mkinitcpio-nfs-utils 0.3-8 (Sat 03 Jun 2023 03:30:13 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mkinitcpio-nfs-utils-0.3.tar.xz
  -> Found nfsmount-fix-wrong-umount-path.patch
  -> Found initcpio-install-net
  -> Found initcpio-hook-net
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting mkinitcpio-nfs-utils-0.3.tar.xz with bsdtar
==> Starting build()...
patching file nfsmount/mount.c
make -C ipconfig
make -C nfsmount
make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'
cc -c bootp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing
make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'
cc -c dummypmap.c -D_GNU_SOURCE -Wall -Os
cc -c dhcp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing
cc -c main.c -D_GNU_SOURCE -Wall -Os
cc -c main.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing
cc -c mount.c -D_GNU_SOURCE -Wall -Os
cc -c netdev.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing
cc -c packet.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing
cc -c portmap.c -D_GNU_SOURCE -Wall -Os
In file included from netdev.c:16:
netdev.h:65: warning: "IFF_RUNNING" redefined
   65 | #define IFF_RUNNING     0x40    /* interface RFC2863 OPER_UP */
      | 
In file included from /usr/include/linux/route.h:27,
                 from netdev.c:13:
/usr/include/linux/if.h:116: note: this is the location of the previous definition
  116 | #define IFF_RUNNING                     IFF_RUNNING
      | 
netdev.h:66: warning: "IFF_BROADCAST" redefined
   66 | #define IFF_BROADCAST   0x2     /* broadcast address valid */
      | 
/usr/include/linux/if.h:111: note: this is the location of the previous definition
  111 | #define IFF_BROADCAST                   IFF_BROADCAST
      | 
netdev.h:67: warning: "IFF_LOOPBACK" redefined
   67 | #define IFF_LOOPBACK    0x8     /* is a loopback net */
      | 
/usr/include/linux/if.h:113: note: this is the location of the previous definition
  113 | #define IFF_LOOPBACK                    IFF_LOOPBACK
      | 
netdev.h:68: warning: "IFF_POINTOPOINT" redefined
   68 | #define IFF_POINTOPOINT 0x10    /* interface is has p-p link */
      | 
/usr/include/linux/if.h:114: note: this is the location of the previous definition
  114 | #define IFF_POINTOPOINT                 IFF_POINTOPOINT
      | 
mount.c: In function 'mount_call':
mount.c:194:22: warning: converting a packed 'struct mount_reply' pointer (alignment 1) to a 'struct rpc_reply' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
mount.c:60:8: note: defined here
In file included from mount.c:29:
sunrpc.h:91:8: note: defined here
cc -c sunrpc.c -D_GNU_SOURCE -Wall -Os
dummypmap.c: In function 'dummy_portmap.isra':
dummypmap.c:191:19: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds]
dummypmap.c:167:16: note: at offset -4 into object 'pkt' of size 65536
dummypmap.c:196:38: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds]
dummypmap.c:167:16: note: at offset -4 into object 'pkt' of size 65536
dummypmap.c:200:10: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds]
dummypmap.c:167:16: note: at offset -4 into object 'pkt' of size 65536
dummypmap.c:203:17: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds]
dummypmap.c:167:16: note: at offset -4 into object 'pkt' of size 65536
dummypmap.c:205:17: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds]
dummypmap.c:167:16: note: at offset -4 into object 'pkt' of size 65536
packet.c: In function 'packet_send':
packet.c:159:49: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member]
cc -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing -o ipconfig bootp_proto.o dhcp_proto.o main.o netdev.o packet.o
sunrpc.c: In function 'tcp_client':
sunrpc.c:169:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
sunrpc.c: In function 'udp_client':
sunrpc.c:214:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
cc -D_GNU_SOURCE -Wall -Os -o nfsmount dummypmap.o main.o mount.o portmap.o sunrpc.o
make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'
make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'
make -C ipconfig  install
make -C nfsmount  install
make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'
install -Dm755 ipconfig /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig
make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'
install -Dm755 nfsmount /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount
make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'
make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'
install -Dm644 net_install /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/install/net
install -Dm644 net_hook /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/hooks/net
make: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'
==> 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 "mkinitcpio-nfs-utils"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mkinitcpio-nfs-utils 0.3-8 (Sat 03 Jun 2023 03:30:18 PM MDT)
==> Cleaning up...