==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: tetrinet 0.11-10 (Sat Jul 13 20:32:57 2024) ==> Retrieving sources... -> Found tetrinet-0.11.tar.bz2 -> Found tetrinet-build.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... tetrinet-0.11.tar.bz2 ... Passed tetrinet-build.patch ... Passed ==> Making package: tetrinet 0.11-10 (Sat Jul 13 20:33:17 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found tetrinet-0.11.tar.bz2 -> Found tetrinet-build.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting tetrinet-0.11.tar.bz2 with bsdtar ==> Starting prepare()... patching file Makefile patching file sockets.c patching file tetrinet.c patching file tetrinet.h ==> 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -c sockets.c 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -c tetrinet.c 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -c tetris.c 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -c tty.c 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -c xwin.c 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 -fcommon -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o tetrinet-server -DSERVER_ONLY server.c sockets.c tetrinet.c tetris.c tetrinet.c: In function 'init': tetrinet.c:640:44: warning: pointer targets in passing argument 3 of 'conn' differ in signedness [-Wpointer-sign] In file included from tetrinet.c:17: sockets.h:15:50: note: expected 'char *' but argument is of type 'unsigned char *' xwin.c: In function 'draw_attdef': xwin.c:802:12: warning: variable 'width' set but not used [-Wunused-but-set-variable] tty.c: In function 'setup_fields': tty.c:561:31: warning: comparison between pointer and zero character constant [-Wpointer-compare] tty.c:561:9: note: did you mean to dereference the pointer? tty.c:597:18: warning: comparison between pointer and zero character constant [-Wpointer-compare] tty.c:597:7: note: did you mean to dereference the pointer? tty.c:610:16: warning: comparison between pointer and zero character constant [-Wpointer-compare] tty.c:610:7: note: did you mean to dereference the pointer? tty.c: In function 'draw_attdef': tty.c:862:12: warning: variable 'width' set but not used [-Wunused-but-set-variable] cc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o tetrinet sockets.o tetrinet.o tetris.o tty.o xwin.o -lncursesw server.c: In function ‘check_sockets’: server.c:843:59: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign]8;;] 843 | fd = accept(listen_sock, (struct sockaddr *)&sin, &len); | ^~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from server.c:14: /usr/include/sys/socket.h:307:42: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 307 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ server.c:861:61: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign]8;;] 861 | fd = accept(listen_sock6, (struct sockaddr *)&sin6, &len); | ^~~~ | | | int * /usr/include/sys/socket.h:307:42: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 307 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ tetris.c:42:12: warning: ‘last_special’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable]8;;] 42 | static int last_special; /* Last line for which we added a special */ | ^~~~~~~~~~~~ tetris.c:40:12: warning: ‘piece_waiting’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable]8;;] 40 | static int piece_waiting; /* Are we waiting for a new piece to start? */ | ^~~~~~~~~~~~~ tetris.c:35:23: warning: ‘timeout’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable]8;;] 35 | static struct timeval timeout; /* Time of next action */ | ^~~~~~~ ==> 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 "tetrinet"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: tetrinet 0.11-10 (Sat Jul 13 20:33:26 2024) ==> Cleaning up...