==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: enigma 1.04-7 (Fri Jul 10 06:47:56 2020)
==> Retrieving sources...
  -> Found enigma-1.04.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    enigma-1.04.tar.gz ... Passed
==> Making package: enigma 1.04-7 (Fri 10 Jul 2020 06:48:11 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found enigma-1.04.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting enigma-1.04.tar.gz with bsdtar
==> Starting build()...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... nroff
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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 for size_t... yes
checking for strcspn... yes
checking for strspn... yes
checking for initscr in -lncurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for attr_t in ncurses.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o main.o main.c
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o screen.o screen.c
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o engine.o engine.c
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o memory.o memory.c
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o levelfile.o levelfile.c
memory.c: In function 'dupstr':
memory.c:38:33: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
memory.c:38:33: warning: incompatible implicit declaration of built-in function 'strlen'
memory.c:17:1: note: include '<string.h>' or provide a declaration of 'strlen'
memory.c:39:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
memory.c:39:5: warning: incompatible implicit declaration of built-in function 'strcpy'
memory.c:39:5: note: include '<string.h>' or provide a declaration of 'strcpy'
memory.c: In function 'gamestate_copy':
memory.c:66:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
memory.c:66:5: warning: incompatible implicit declaration of built-in function 'memcpy'
memory.c:55:1: note: include '<string.h>' or provide a declaration of 'memcpy'
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o misc.o misc.c
main.c: In function 'main':
main.c:148:38: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
main.c:148:38: warning: incompatible implicit declaration of built-in function 'strlen'
main.c:94:1: note: include '<string.h>' or provide a declaration of 'strlen'
main.c:134:8: warning: variable 'nframes' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
gcc -c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -I. -I. -DLEVELDIR=\"/usr/share/enigma/\" -DSAVEDIR=\"/var/enigma/\" -DCURSES_HDR="<ncurses.h>" -DHAS_ATTR_T -o savefile.o savefile.c
screen.c: In function 'screen_level_display':
screen.c:160:26: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
screen.c:160:26: warning: incompatible implicit declaration of built-in function 'strlen'
screen.c:148:1: note: include '<string.h>' or provide a declaration of 'strlen'
screen.c:202:27: warning: incompatible implicit declaration of built-in function 'strlen'
screen.c:164:1: note: include '<string.h>' or provide a declaration of 'strlen'
screen.c:215:22: warning: incompatible implicit declaration of built-in function 'strlen'
screen.c:215:22: note: include '<string.h>' or provide a declaration of 'strlen'
screen.c: In function 'screen_main_menu':
screen.c:380:15: warning: incompatible implicit declaration of built-in function 'strlen'
screen.c:366:1: note: include '<string.h>' or provide a declaration of 'strlen'
screen.c: In function 'screen_ask_movefile':
screen.c:538:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
screen.c:538:5: warning: incompatible implicit declaration of built-in function 'strcpy'
screen.c:535:1: note: include '<string.h>' or provide a declaration of 'strcpy'
screen.c: In function 'screen_error_box':
screen.c:543:21: warning: incompatible implicit declaration of built-in function 'strlen'
screen.c:543:21: note: include '<string.h>' or provide a declaration of 'strlen'
screen.c:547:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
engine.c: In function 'make_move':
engine.c:184:9: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
savefile.c: In function 'savepos_load':
savefile.c:38:5: warning: 'strncpy' output may be truncated copying between 1 and 4096 bytes from a string of length 4105 [-Wstringop-truncation]
savefile.c: In function 'savepos_del':
savefile.c:148:5: warning: 'strncpy' output may be truncated copying between 1 and 4096 bytes from a string of length 4105 [-Wstringop-truncation]
savefile.c: In function 'savepos_save':
savefile.c:168:5: warning: 'strncpy' output may be truncated copying between 1 and 4096 bytes from a string of length 4105 [-Wstringop-truncation]
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o enigma main.o screen.o engine.o memory.o levelfile.o misc.o savefile.o -lncurses 
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c enigma /build/enigma/pkg/enigma/usr/bin/enigma
chown root.root /build/enigma/pkg/enigma/usr/bin/enigma && chmod 2755 /build/enigma/pkg/enigma/usr/bin/enigma
#/usr/bin/install -c -m 644 ./enigma.1 /build/enigma/pkg/enigma/usr/share/man/man1/enigma.1
mkdir -p /build/enigma/pkg/enigma/usr/share/enigma
for i in ./levels/*.set ./levels/*.level; do \
	/usr/bin/install -c -m 644 $i /build/enigma/pkg/enigma/usr/share/enigma; \
done
mkdir -p /build/enigma/pkg/enigma/var/enigma
chown root.root /build/enigma/pkg/enigma/var/enigma && chmod 2770 /build/enigma/pkg/enigma/var/enigma
==> 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 "enigma"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: enigma 1.04-7 (Fri 10 Jul 2020 06:48:21 AM UTC)
==> Cleaning up...