==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: mmsrip 0.7.0-8 (Sat Jul 13 16:42:53 2024)
==> Retrieving sources...
  -> Found mmsrip-0.7.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    mmsrip-0.7.0.tar.gz ... Passed
==> Making package: mmsrip 0.7.0-8 (Sat Jul 13 16:43:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mmsrip-0.7.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting mmsrip-0.7.0.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strerror... yes
checking for strrchr... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for getopt_long... yes
checking for socket... (cached) yes
checking for gethostbyname... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0'
Making all in src
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -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 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -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 -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -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 -MT mms.o -MD -MP -MF ".deps/mms.Tpo" -c -o mms.o mms.c; \
then mv -f ".deps/mms.Tpo" ".deps/mms.Po"; else rm -f ".deps/mms.Tpo"; exit 1; fi
mms.c: In function 'mms_disconnect':
mms.c:1211:3: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
mms.c:225:1: note: by argument 6 of type 'const uint8_t *' {aka 'const unsigned char *'} to 'mms_send_packet.isra' declared here
mms.c:1206:11: note: 'data' declared here
gcc  -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 -o mmsrip  main.o error.o mms.o  
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/src'
Making all in doc
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0'
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0'
make[1]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/src'
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/src'
test -z "/usr/bin" || mkdir -p -- "/build/mmsrip/pkg/mmsrip/usr/bin"
make[2]: Nothing to be done for 'install-data-am'.
  /usr/bin/install -c 'mmsrip' '/build/mmsrip/pkg/mmsrip/usr/bin/mmsrip'
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/src'
make[1]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/src'
Making install in doc
make[1]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/man/man1" || mkdir -p -- "/build/mmsrip/pkg/mmsrip/usr/share/man/man1"
 /usr/bin/install -c -m 644 './mmsrip.1' '/build/mmsrip/pkg/mmsrip/usr/share/man/man1/mmsrip.1'
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[1]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0/doc'
make[1]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0'
make[2]: Entering directory '/build/mmsrip/src/mmsrip-0.7.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0'
make[1]: Leaving directory '/build/mmsrip/src/mmsrip-0.7.0'
==> 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 "mmsrip"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mmsrip 0.7.0-8 (Sat Jul 13 16:43:36 2024)
==> Cleaning up...