From https://github.com/archlinux/svntogit-packages * branch packages/mkinitcpio-nfs-utils -> FETCH_HEAD * [new branch] packages/mkinitcpio-nfs-utils -> packages/packages/mkinitcpio-nfs-utils Cloning into 'mkinitcpio-nfs-utils'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 134k 100 134k 0 0 397k 0 --:--:-- --:--:-- --:--:-- 398k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 8493k 4 344k 0 0 289k 0 0:00:29 0:00:01 0:00:28 289k 39 8493k 39 3383k 0 0 1533k 0 0:00:05 0:00:02 0:00:03 1533k 78 8493k 78 6627k 0 0 2055k 0 0:00:04 0:00:03 0:00:01 2054k 100 8493k 100 8493k 0 0 2271k 0 0:00:03 0:00:03 --:--:-- 2271k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 100 141k 0 0 819k 0 --:--:-- --:--:-- --:--:-- 820k :: Starting full system upgrade... there is nothing to do ==> Making package: mkinitcpio-nfs-utils 0.3-7 (Sat Aug 3 15:15:53 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading mkinitcpio-nfs-utils-0.3.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33159 100 33159 0 0 46911 0 --:--:-- --:--:-- --:--:-- 46967 -> 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 ==> 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 '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' cc -c bootp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/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 portmap.c -D_GNU_SOURCE -Wall -Os cc -c packet.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing cc -c sunrpc.c -D_GNU_SOURCE -Wall -Os packet.c: In function 'packet_send': packet.c:159:58: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member] 159 | ipudp_hdrs.ip.check = ip_checksum((uint16_t *) &ipudp_hdrs.ip, | ^~~~~~~~~~~~~~ sunrpc.c: In function 'tcp_client': sunrpc.c:169:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 169 | memset(clnt, 0, sizeof(clnt)); | ^ sunrpc.c: In function 'udp_client': sunrpc.c:214:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 214 | memset(clnt, 0, sizeof(clnt)); | ^ 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:29: 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] 194 | rpc.reply = (struct rpc_reply *)&mnt_reply; | ^~~~~~~~~ mount.c:60:8: note: defined here 60 | struct mount_reply { | ^~~~~~~~~~~ In file included from mount.c:29: sunrpc.h:91:8: note: defined here 91 | struct rpc_reply { | ^~~~~~~~~ dummypmap.c: In function 'dummy_portmap.isra': dummypmap.c:191:33: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 191 | if (rpc->hdr.udp.msg_type != htonl(RPC_CALL)) | ~~~~~~~~~~~~^~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:196:52: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 196 | rply.rpc.hdr.udp.xid = rpc->hdr.udp.xid; | ~~~~~~~~~~~~^~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:200:24: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 200 | if (rpc->rpc_vers != htonl(2)) { | ~~~^~~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:203:31: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 203 | } else if (rpc->program != htonl(PORTMAP_PROGRAM)) { | ~~~^~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:205:31: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 205 | } else if (rpc->prog_vers != htonl(2)) { | ~~~^~~~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ cc -D_GNU_SOURCE -Wall -Os -o nfsmount dummypmap.o main.o mount.o portmap.o sunrpc.o make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' cc -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing -o ipconfig bootp_proto.o dhcp_proto.o main.o netdev.o packet.o make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3' make -C ipconfig install make -C nfsmount install make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' install -Dm755 ipconfig /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' install -Dm755 nfsmount /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' install -Dm644 net_install /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/install/net install -Dm644 net_hook /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/hooks/net make: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/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-7 (Sat Aug 3 15:15:57 2024)