==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: pptpclient 1.10.0-3 (Thu Jan 26 12:40:57 2023)
==> Retrieving sources...
  -> Found pptp-1.10.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    pptp-1.10.0.tar.gz ... Passed
==> Making package: pptpclient 1.10.0-3 (Thu Jan 26 12:41:17 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) dbus-1.14.4-1  iptables-1:1.8.8-3  libbpf-1.0.1-1  libmnl-1.0.5-1
              libnetfilter_conntrack-1.0.9-1  libnfnetlink-1.0.2-1
              libnftnl-1.2.4-1  libnl-3.7.0-1  libpcap-1.10.3-1
              iproute2-6.1.0-3  ppp-2.4.9-3

Total Download Size:    2.06 MiB
Total Installed Size:  10.28 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 iproute2-6.1.0-3-armv7h downloading...
 ppp-2.4.9-3-armv7h downloading...
 iptables-1:1.8.8-3-armv7h downloading...
 libbpf-1.0.1-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing dbus...
installing libpcap...
installing ppp...
installing libmnl...
installing libnftnl...
installing libnfnetlink...
installing libnetfilter_conntrack...
installing iptables...
installing libbpf...
installing iproute2...
Optional dependencies for iproute2
    db5.3: userspace arp daemon [installed]
    libcap: tipc [installed]
    linux-atm: ATM support
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found pptp-1.10.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pptp-1.10.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
( \
echo "/* text added by Makefile target config.h */"; \
echo "#define PPTP_LINUX_VERSION \"1.10.0\""; \
echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \
echo "#define IP_BINARY \"/bin/ip\"" \
) > config.h
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp_gre.o pptp_gre.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o ppp_fcs.o ppp_fcs.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp_ctrl.o pptp_ctrl.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o dirutil.o dirutil.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o vector.o vector.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o util.o util.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o version.o version.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o test-redirections.o test-redirections.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp_quirks.o pptp_quirks.c
util.c: In function 'sigpipe_handler':
util.c:121:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
util.c: In function 'sigpipe_read':
util.c:145:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
util.c: In function '_log':
util.c:47:80: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:894,
                 from util.c:7:
In function 'snprintf',
    inlined from '_log' at util.c:47:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 267) into a destination of size 256
   71 | 
      |          ^
   72 | #endif
      | ~~~~~~    
   73 | 
      |                                 
util.c: In function '_warn':
util.c:54:80: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 244 [-Wformat-truncation=]
In function 'snprintf',
    inlined from '_warn' at util.c:54:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 268) into a destination of size 256
   71 | 
      |          ^
   72 | #endif
      | ~~~~~~    
   73 | 
      |                                 
util.c: In function '_fatal':
util.c:62:80: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 243 [-Wformat-truncation=]
In function 'snprintf',
    inlined from '_fatal' at util.c:62:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256
   71 | 
      |          ^
   72 | #endif
      | ~~~~~~    
   73 | 
      |                                 
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o orckit_quirks.o orckit_quirks.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pqueue.o pqueue.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp_callmgr.o pptp_callmgr.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o routing.o routing.c
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp_compat.o pptp_compat.c
pod2man --section=8 pptpsetup > pptpsetup.8
routing.c: In function 'routing_init':
routing.c:121:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection   -c -o pptp.o pptp.c
pptp_callmgr.c: In function 'call_callback':
pptp_callmgr.c:76:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
pptp_callmgr.c: In function 'callmgr_main':
pptp_callmgr.c:225:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
pptp_callmgr.c:226:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
pptp_ctrl.c: In function 'randci':
pptp_ctrl.c:336:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o util.o version.o test-redirections.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lutil
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /build/pptpclient/pkg/pptpclient/usr/bin
install -o root -m 555 pptp /build/pptpclient/pkg/pptpclient/usr/bin
install -o root -m 555 pptpsetup /build/pptpclient/pkg/pptpclient/usr/bin
mkdir -p /build/pptpclient/pkg/pptpclient/usr/share/man/man8
install -m 644 pptp.8 /build/pptpclient/pkg/pptpclient/usr/share/man/man8
install -m 644 pptpsetup.8 /build/pptpclient/pkg/pptpclient/usr/share/man/man8
mkdir -p /build/pptpclient/pkg/pptpclient/etc/ppp
install -m 644 options.pptp /build/pptpclient/pkg/pptpclient/etc/ppp
==> 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 "pptpclient"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pptpclient 1.10.0-3 (Thu Jan 26 12:41:26 2023)
==> Cleaning up...