==> Synchronizing chroot copy [/chroot/armv8/root] -> [build]...done
==> Making package: voipong 2.0-6 (Tue Dec 17 15:23:30 UTC 2019)
==> Retrieving sources...
  -> Found voipong-2.0.tar.gz
==> Validating source files with sha512sums...
    voipong-2.0.tar.gz ... Passed
Host and machine ids are equal (b6eac563832547c9ad9408127b1b4375): refusing to link journals
==> Making package: voipong 2.0-6 (Tue 17 Dec 2019 03:23:50 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found voipong-2.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting voipong-2.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
rm -f *~ *core* *pid
cc -fPIC -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -c modvocoder_pcmu.c
cc -shared -nostdlib -o modvocoder_pcmu.so modvocoder_pcmu.o
rm -f *~ *core* *pid
cc -fPIC -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -c modvocoder_pcma.c
cc -shared -nostdlib -o modvocoder_pcma.so modvocoder_pcma.o
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o miscutil.o miscutil.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o conf.o conf.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongglobals.o voipongglobals.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongsign.o voipongsign.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipong.o voipong.c
voipong.c: In function ‘daemon_init’:
voipong.c:107:2: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result]
  setuid(getuid());
  ^~~~~~~~~~~~~~~~
voipong.c:108:2: warning: ignoring return value of ‘setgid’, declared with attribute warn_unused_result [-Wunused-result]
  setgid(getgid());
  ^~~~~~~~~~~~~~~~
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongsock.o voipongsock.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongnet.o voipongnet.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongpcap.o voipongpcap.c
voipongpcap.c: In function ‘initpcap’:
voipongpcap.c:96:3: warning: ‘pcap_lookupdev’ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
   if ((dev = pcap_lookupdev(perrbuf)) == NULL) {
   ^~
In file included from /usr/include/pcap.h:43,
                 from voipongpcap.c:28:
/usr/include/pcap/pcap.h:328:16: note: declared here
 PCAP_API char *pcap_lookupdev(char *)
                ^~~~~~~~~~~~~~
voipongpcap.c: In function ‘peekpcap’:
voipongpcap.c:147:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  while (pcap_dispatch(pd, cnt, phandler, (u_char *)dllen) != 0)
                                          ^
voipongpcap.c: In function ‘packet_handler’:
voipongpcap.c:160:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int offset = (int)udata;
               ^
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongvoip.o voipongvoip.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongmgmt.o voipongmgmt.c
voipongmgmt.c: In function ‘accept_mgmt_client’:
voipongmgmt.c:299:38: warning: passing argument 3 of ‘accept’ from incompatible pointer type [-Wincompatible-pointer-types]
  if ((nsd = accept(fd, (void *)&cin, &len)) < 0) {
                                      ^~~~
In file included from /usr/include/netinet/in.h:23,
                 from /usr/include/netdb.h:27,
                 from voipongmgmt.c:26:
/usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘size_t *’ {aka ‘long unsigned int *’}
      socklen_t *__restrict __addr_len);
      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
voipongmgmt.c: In function ‘info’:
voipongmgmt.c:227:2: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  getcwd(tmp, sizeof(tmp) - 2);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongworker.o voipongworker.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongcdr.o voipongcdr.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongcodec.o voipongcodec.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voiponglfp.o voiponglfp.c
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipongfixed.o voipongfixed.c
rm -f *~ *core* *pid
cc -g -o voipong -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -Wl,-O1,--sort-common,--as-needed,-z,relro miscutil.o conf.o voipongglobals.o voipongsign.o voipong.o  voipongsock.o voipongnet.o voipongpcap.o voipongvoip.o voipongmgmt.o voipongworker.o voipongcdr.o voipongcodec.o voiponglfp.o voipongfixed.o  -lpcap -ldl
cc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector -D_FORTIFY_SOURCE=2  -c -o voipctl.o voipctl.c
rm -f *~ *core* *pid
cc -g -o voipctl voipctl.o voipongglobals.o conf.o miscutil.o -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Iinclude -fno-stack-protector 
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /build/voipong/pkg/voipong/etc/voipong
mkdir -p /build/voipong/pkg/voipong/etc/voipong/modules
cp voipong /build/voipong/pkg/voipong/usr/bin/
cp voipctl /build/voipong/pkg/voipong/usr/bin/
cp etc/voipong.conf /build/voipong/pkg/voipong/etc/voipong/
chmod 750 /build/voipong/pkg/voipong/usr/bin/voipong
chmod 750 /build/voipong/pkg/voipong/usr/bin/voipctl
chmod 600 /build/voipong/pkg/voipong/etc/voipong/voipong.conf
cp modvocoder_*.so /build/voipong/pkg/voipong/etc/voipong/modules/
chmod 500 /build/voipong/pkg/voipong/etc/voipong/modules/*
==> 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 "voipong"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: voipong 2.0-6 (Tue 17 Dec 2019 03:24:35 PM UTC)
==> Cleaning up...