Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvpn: update to 2.5.1.
@ 2021-04-06 15:32 glaulher
  2021-04-06 16:08 ` [PR PATCH] [Updated] " glaulher
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 15:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

There is a new pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages openvpn
https://github.com/void-linux/void-packages/pull/30045

openvpn: update to 2.5.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30045.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-30045.patch --]
[-- Type: text/x-diff, Size: 1135 bytes --]

From 465da1a86aa6e8de30cf3675addb0bfde902e103 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 6 Apr 2021 12:29:54 -0300
Subject: [PATCH] openvpn: update to 2.5.1.

---
 srcpkgs/openvpn/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 29c0f10ddea8..65d43e4a37e6 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.0
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=029a426e44d656cb4e1189319c95fe6fc9864247724f5599d99df9c4c3478fbd
+checksum=40930489c837c05f6153f38e1ebaec244431ef1a034e4846ff732d71d59ff194
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
@ 2021-04-06 16:08 ` glaulher
  2021-04-06 16:46 ` glaulher
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 16:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages openvpn
https://github.com/void-linux/void-packages/pull/30045

openvpn: update to 2.5.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30045.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-30045.patch --]
[-- Type: text/x-diff, Size: 1454 bytes --]

From 4375d1ba7c70f86097f84dc511a3d44237fdd967 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 6 Apr 2021 13:08:22 -0300
Subject: [PATCH] openvpn: update to 2.5.1.

---
 srcpkgs/openvpn/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 29c0f10ddea8..bd8dec5fc813 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.0
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=029a426e44d656cb4e1189319c95fe6fc9864247724f5599d99df9c4c3478fbd
+checksum=40930489c837c05f6153f38e1ebaec244431ef1a034e4846ff732d71d59ff194
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -21,6 +21,9 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
+# broken tests
+make_check=no
+
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
  2021-04-06 16:08 ` [PR PATCH] [Updated] " glaulher
@ 2021-04-06 16:46 ` glaulher
  2021-04-06 16:47 ` glaulher
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 16:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176381 bytes --]

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#issuecomment-814270084

Comment:
on my computer the tests passed:


glaulher in void-packages on  openvpn [$!] took 51s
❯ ./xbps-src -Q pkg openvpn
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: the following build options are set:
   pkcs11: Enable support for PKCS#11 (ON)
   mbedtls: Build with mbedtls support (OFF)
=> openvpn-2.5.1_1: building [gnu-configure] for x86_64...
   [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] openssl-devel-1.1.1k_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] lzo-devel-2.10_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pam-devel-1.5.1_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pkcs11-helper-devel-1.25.1_6: found (https://alpha.de.repo.voidlinux.org/current)
   [target] cmocka-devel-1.1.5_1: found (https://alpha.de.repo.voidlinux.org/current)
=> openvpn-2.5.1_1: installing host dependencies: pkg-config-0.29.2_2 ...
=> openvpn-2.5.1_1: installing target dependencies: openssl-devel-1.1.1k_1 lzo-devel-2.10_2 pam-devel-1.5.1_1 pkcs11-helper-devel-1.25.1_6 cmocka-devel-1.1.5_1 ...
=> openvpn-2.5.1_1: running do-fetch hook: 00-distfiles ...
=> openvpn-2.5.1_1: running do-extract hook: 00-distfiles ...
=> openvpn-2.5.1_1: extracting distfile(s), please wait...
=> openvpn-2.5.1_1: running do-patch hook: 00-patches ...
=> openvpn-2.5.1_1: running pre-configure hook: 00-gnu-configure-asneeded ...
=> openvpn-2.5.1_1: running pre-configure hook: 01-override-config ...
=> openvpn-2.5.1_1: running pre-configure hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_configure ...
checking for a BSD-compatible install... /builddir/.xbps-openvpn/wrappers/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnu-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... cpp
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for ifconfig... no
checking for route... no
checking for ip... no
checking for systemd-ask-password... no
checking for netstat... no
checking for git... no
checking for rst2man... no
checking for rst2html... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnu-strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking return type of signal handlers... void
checking for ISO C 1999 vararg macro support... yes
checking for GNU GCC vararg macro support... yes
checking for socklen_t... yes
checking for C compiler empty array size... 0
checking size of unsigned int... 4
checking size of unsigned long... 8
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking versionhelpers.h usability... no
checking versionhelpers.h presence... no
checking for versionhelpers.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for net/if.h... yes
checking for netinet/ip.h... yes
checking for resolv.h... yes
checking for sys/un.h... yes
checking for net/if_utun.h... no
checking for sys/kern_control.h... no
checking for in_addr_t... yes
checking for in_port_t... yes
checking for struct iphdr... yes
checking for struct sock_extended_err... no
checking for struct msghdr... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... yes
checking for sa_family_t... yes
checking for struct in_pktinfo.ipi_spec_dst... yes
checking for struct sockaddr_in6... yes
checking whether SO_MARK is declared... yes
configure: checking anonymous union support...
yes
checking linker supports --wrap... yes
checking whether SIGHUP is declared... yes
checking whether SIGINT is declared... yes
checking whether SIGUSR1 is declared... yes
checking whether SIGUSR2 is declared... yes
checking whether SIGTERM is declared... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for daemon... yes
checking for chroot... yes
checking for getpwnam... yes
checking for setuid... yes
checking for nice... yes
checking for system... yes
checking for getpid... yes
checking for dup... yes
checking for dup2... yes
checking for getpass... yes
checking for syslog... yes
checking for openlog... yes
checking for mlockall... yes
checking for getgrnam... yes
checking for setgid... yes
checking for setgroups... yes
checking for stat... yes
checking for flock... yes
checking for readv... yes
checking for writev... yes
checking for time... yes
checking for gettimeofday... yes
checking for ctime... yes
checking for memset... yes
checking for vsnprintf... yes
checking for strdup... yes
checking for setsid... yes
checking for chdir... yes
checking for putenv... yes
checking for getpeername... yes
checking for unlink... yes
checking for chsize... no
checking for ftruncate... yes
checking for execve... yes
checking for getpeereid... no
checking for umask... yes
checking for basename... yes
checking for dirname... yes
checking for access... yes
checking for epoll_create... yes
checking for strsep... yes
checking for dlopen in -ldl... yes
checking for inet_ntoa in -lnsl... no
checking for socket in -lsocket... no
checking for gethostbyname in -lresolv... yes
checking for sendmsg... yes
checking for recvmsg... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for socket... yes
checking for recv... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for listen... yes
checking for accept... yes
checking for connect... yes
checking for bind... yes
checking for select... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for getsockname... yes
checking for poll... yes
checking for library containing __res_init... none required
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking net/tun/if_tun.h usability... no
checking net/tun/if_tun.h presence... no
checking for net/tun/if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking tap-windows.h usability... no
checking tap-windows.h presence... no
checking for tap-windows.h... no
checking whether TUNSETPERSIST is declared... yes
checking for setcon in -lselinux... no
checking for pam_start in -lpam... yes
checking for PKCS11_HELPER... yes
checking for OPENSSL... yes
checking for SSL_CTX_new... yes
checking for EVP_CIPHER_CTX_set_key_length... yes
checking for ENGINE_load_builtin_engines... yes
checking for ENGINE_register_all_complete... yes
checking for ENGINE_cleanup... no
checking whether ENGINE_cleanup is declared... yes
checking for EVP_aes_256_gcm... yes
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for HMAC_CTX_reset... yes
checking for EVP_MD_CTX_new... yes
checking for EVP_MD_CTX_free... yes
checking for EVP_MD_CTX_reset... yes
checking for EVP_CIPHER_CTX_reset... yes
checking for OpenSSL_version... yes
checking for SSL_CTX_get_default_passwd_cb... yes
checking for SSL_CTX_get_default_passwd_cb_userdata... yes
checking for SSL_CTX_set1_groups... no
checking for SSL_CTX_set_security_level... yes
checking for X509_get0_notBefore... yes
checking for X509_get0_notAfter... yes
checking for X509_get0_pubkey... yes
checking for X509_STORE_get0_objects... yes
checking for X509_OBJECT_free... yes
checking for X509_OBJECT_get_type... yes
checking for EVP_PKEY_get0_RSA... yes
checking for EVP_PKEY_get0_DSA... yes
checking for EVP_PKEY_get0_EC_KEY... yes
checking for RSA_set_flags... yes
checking for RSA_bits... yes
checking for RSA_get0_key... yes
checking for RSA_set0_key... yes
checking for DSA_get0_pqg... yes
checking for DSA_bits... yes
checking for RSA_meth_new... yes
checking for RSA_meth_free... yes
checking for RSA_meth_set_pub_enc... yes
checking for RSA_meth_set_pub_dec... yes
checking for RSA_meth_set_priv_enc... yes
checking for RSA_meth_set_priv_dec... yes
checking for RSA_meth_set_init... yes
checking for RSA_meth_set_sign... yes
checking for RSA_meth_set_finish... yes
checking for RSA_meth_set0_app_data... yes
checking for RSA_meth_get0_app_data... yes
checking for EC_GROUP_order_bits... yes
checking for lzo1x_1_15_compress in -llzo2... yes
checking lzo/lzoutil.h usability... yes
checking lzo/lzoutil.h presence... yes
checking for lzo/lzoutil.h... yes
checking lzo/lzo1x.h usability... yes
checking lzo/lzo1x.h presence... yes
checking for lzo/lzo1x.h... yes
checking for LZ4... no
checking lz4.h usability... no
checking lz4.h presence... no
checking for lz4.h... no
                usable LZ4 library or header not found, using version in src/compat/compat-lz4.*
checking git checkout... no
checking for P11KIT... no
checking whether the compiler accepts -Wno-stringop-truncation... yes
checking whether the compiler accepts -Wno-unused-function... yes
checking whether the compiler accepts -Wno-unused-parameter... yes
checking whether the compiler accepts -Wall... yes
checking for CMOCKA... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating version.sh
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/msvc/Makefile
config.status: creating build/msvc/msvc-generate/Makefile
config.status: creating distro/Makefile
config.status: creating distro/systemd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/openvpn.doxyfile
config.status: creating include/Makefile
config.status: creating sample/sample-plugins/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/openvpn/Makefile
config.status: creating src/openvpnmsica/Makefile
config.status: creating src/openvpnserv/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/auth-pam/Makefile
config.status: creating src/plugins/down-root/Makefile
config.status: creating src/tapctl/Makefile
config.status: creating tests/Makefile
config.status: creating tests/unit_tests/Makefile
config.status: creating tests/unit_tests/example_test/Makefile
config.status: creating tests/unit_tests/openvpn/Makefile
config.status: creating tests/unit_tests/plugins/Makefile
config.status: creating tests/unit_tests/plugins/auth-pam/Makefile
config.status: creating tests/unit_tests/engine-key/Makefile
config.status: creating sample/Makefile
config.status: creating tests/t_client.sh
config.status: creating config.h
config.status: creating include/openvpn-plugin.h
config.status: include/openvpn-plugin.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=> openvpn-2.5.1_1: running pre-build hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making all in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making all in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making all in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making all in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making all in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making all in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make  all-am
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making all in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making all in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c -o compat-dirname.lo compat-dirname.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c  -fPIC -DPIC -o .libs/compat-dirname.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1
mv -f .deps/compat-dirname.Tpo .deps/compat-dirname.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c -o compat-basename.lo compat-basename.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c  -fPIC -DPIC -o .libs/compat-basename.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c -o compat-basename.o >/dev/null 2>&1
mv -f .deps/compat-basename.Tpo .deps/compat-basename.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c -o compat-gettimeofday.lo compat-gettimeofday.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c  -fPIC -DPIC -o .libs/compat-gettimeofday.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1
mv -f .deps/compat-gettimeofday.Tpo .deps/compat-gettimeofday.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c -o compat-daemon.lo compat-daemon.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c  -fPIC -DPIC -o .libs/compat-daemon.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1
mv -f .deps/compat-daemon.Tpo .deps/compat-daemon.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c -o compat-inet_ntop.lo compat-inet_ntop.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c  -fPIC -DPIC -o .libs/compat-inet_ntop.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c -o compat-inet_ntop.o >/dev/null 2>&1
mv -f .deps/compat-inet_ntop.Tpo .deps/compat-inet_ntop.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c -o compat-inet_pton.lo compat-inet_pton.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c  -fPIC -DPIC -o .libs/compat-inet_pton.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c -o compat-inet_pton.o >/dev/null 2>&1
mv -f .deps/compat-inet_pton.Tpo .deps/compat-inet_pton.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c -o compat-lz4.lo compat-lz4.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c  -fPIC -DPIC -o .libs/compat-lz4.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c -o compat-lz4.o >/dev/null 2>&1
mv -f .deps/compat-lz4.Tpo .deps/compat-lz4.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c -o compat-strsep.lo compat-strsep.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c  -fPIC -DPIC -o .libs/compat-strsep.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c -o compat-strsep.o >/dev/null 2>&1
mv -f .deps/compat-strsep.Tpo .deps/compat-strsep.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libcompat.la  compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo compat-lz4.lo compat-strsep.lo
libtool: link: ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o .libs/compat-lz4.o .libs/compat-strsep.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making all in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o argv.c
mv -f .deps/argv.Tpo .deps/argv.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token.o -MD -MP -MF .deps/auth_token.Tpo -c -o auth_token.o auth_token.c
mv -f .deps/auth_token.Tpo .deps/auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
mv -f .deps/buffer.Tpo .deps/buffer.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT clinat.o -MD -MP -MF .deps/clinat.Tpo -c -o clinat.o clinat.c
mv -f .deps/clinat.Tpo .deps/clinat.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp.o -MD -MP -MF .deps/comp.Tpo -c -o comp.o comp.c
mv -f .deps/comp.Tpo .deps/comp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compstub.o -MD -MP -MF .deps/compstub.Tpo -c -o compstub.o compstub.c
mv -f .deps/compstub.Tpo .deps/compstub.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp-lz4.o -MD -MP -MF .deps/comp-lz4.Tpo -c -o comp-lz4.o comp-lz4.c
mv -f .deps/comp-lz4.Tpo .deps/comp-lz4.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto.o -MD -MP -MF .deps/crypto.Tpo -c -o crypto.o crypto.c
mv -f .deps/crypto.Tpo .deps/crypto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_openssl.o -MD -MP -MF .deps/crypto_openssl.Tpo -c -o crypto_openssl.o crypto_openssl.c
mv -f .deps/crypto_openssl.Tpo .deps/crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_mbedtls.o -MD -MP -MF .deps/crypto_mbedtls.Tpo -c -o crypto_mbedtls.o crypto_mbedtls.c
mv -f .deps/crypto_mbedtls.Tpo .deps/crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT dhcp.o -MD -MP -MF .deps/dhcp.Tpo -c -o dhcp.o dhcp.c
mv -f .deps/dhcp.Tpo .deps/dhcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT env_set.o -MD -MP -MF .deps/env_set.Tpo -c -o env_set.o env_set.c
mv -f .deps/env_set.Tpo .deps/env_set.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
mv -f .deps/error.Tpo .deps/error.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.c
mv -f .deps/event.Tpo .deps/event.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fdmisc.o -MD -MP -MF .deps/fdmisc.Tpo -c -o fdmisc.o fdmisc.c
mv -f .deps/fdmisc.Tpo .deps/fdmisc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT forward.o -MD -MP -MF .deps/forward.Tpo -c -o forward.o forward.c
mv -f .deps/forward.Tpo .deps/forward.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fragment.o -MD -MP -MF .deps/fragment.Tpo -c -o fragment.o fragment.c
mv -f .deps/fragment.Tpo .deps/fragment.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT gremlin.o -MD -MP -MF .deps/gremlin.Tpo -c -o gremlin.o gremlin.c
mv -f .deps/gremlin.Tpo .deps/gremlin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT helper.o -MD -MP -MF .deps/helper.Tpo -c -o helper.o helper.c
mv -f .deps/helper.Tpo .deps/helper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT httpdigest.o -MD -MP -MF .deps/httpdigest.Tpo -c -o httpdigest.o httpdigest.c
mv -f .deps/httpdigest.Tpo .deps/httpdigest.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lladdr.o -MD -MP -MF .deps/lladdr.Tpo -c -o lladdr.o lladdr.c
mv -f .deps/lladdr.Tpo .deps/lladdr.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
mv -f .deps/init.Tpo .deps/init.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT interval.o -MD -MP -MF .deps/interval.Tpo -c -o interval.o interval.c
mv -f .deps/interval.Tpo .deps/interval.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lzo.o -MD -MP -MF .deps/lzo.Tpo -c -o lzo.o lzo.c
mv -f .deps/lzo.Tpo .deps/lzo.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT manage.o -MD -MP -MF .deps/manage.Tpo -c -o manage.o manage.c
mv -f .deps/manage.Tpo .deps/manage.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mbuf.o -MD -MP -MF .deps/mbuf.Tpo -c -o mbuf.o mbuf.c
mv -f .deps/mbuf.Tpo .deps/mbuf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT platform.o -MD -MP -MF .deps/platform.Tpo -c -o platform.o platform.c
mv -f .deps/platform.Tpo .deps/platform.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
mv -f .deps/console.Tpo .deps/console.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_builtin.o -MD -MP -MF .deps/console_builtin.Tpo -c -o console_builtin.o console_builtin.c
mv -f .deps/console_builtin.Tpo .deps/console_builtin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_systemd.o -MD -MP -MF .deps/console_systemd.Tpo -c -o console_systemd.o console_systemd.c
mv -f .deps/console_systemd.Tpo .deps/console_systemd.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mroute.o -MD -MP -MF .deps/mroute.Tpo -c -o mroute.o mroute.c
mv -f .deps/mroute.Tpo .deps/mroute.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mss.o -MD -MP -MF .deps/mss.Tpo -c -o mss.o mss.c
mv -f .deps/mss.Tpo .deps/mss.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mstats.o -MD -MP -MF .deps/mstats.Tpo -c -o mstats.o mstats.c
mv -f .deps/mstats.Tpo .deps/mstats.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtcp.o -MD -MP -MF .deps/mtcp.Tpo -c -o mtcp.o mtcp.c
mv -f .deps/mtcp.Tpo .deps/mtcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtu.o -MD -MP -MF .deps/mtu.Tpo -c -o mtu.o mtu.c
mv -f .deps/mtu.Tpo .deps/mtu.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mudp.o -MD -MP -MF .deps/mudp.Tpo -c -o mudp.o mudp.c
mv -f .deps/mudp.Tpo .deps/mudp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT multi.o -MD -MP -MF .deps/multi.Tpo -c -o multi.o multi.c
mv -f .deps/multi.Tpo .deps/multi.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_iproute2.o -MD -MP -MF .deps/networking_iproute2.Tpo -c -o networking_iproute2.o networking_iproute2.c
mv -f .deps/networking_iproute2.Tpo .deps/networking_iproute2.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_sitnl.o -MD -MP -MF .deps/networking_sitnl.Tpo -c -o networking_sitnl.o networking_sitnl.c
mv -f .deps/networking_sitnl.Tpo .deps/networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ntlm.o -MD -MP -MF .deps/ntlm.Tpo -c -o ntlm.o ntlm.c
mv -f .deps/ntlm.Tpo .deps/ntlm.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT occ.o -MD -MP -MF .deps/occ.Tpo -c -o occ.o occ.c
mv -f .deps/occ.Tpo .deps/occ.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11.o -MD -MP -MF .deps/pkcs11.Tpo -c -o pkcs11.o pkcs11.c
mv -f .deps/pkcs11.Tpo .deps/pkcs11.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_openssl.o -MD -MP -MF .deps/pkcs11_openssl.Tpo -c -o pkcs11_openssl.o pkcs11_openssl.c
mv -f .deps/pkcs11_openssl.Tpo .deps/pkcs11_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_mbedtls.o -MD -MP -MF .deps/pkcs11_mbedtls.Tpo -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c
mv -f .deps/pkcs11_mbedtls.Tpo .deps/pkcs11_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT openvpn.o -MD -MP -MF .deps/openvpn.Tpo -c -o openvpn.o openvpn.c
mv -f .deps/openvpn.Tpo .deps/openvpn.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT otime.o -MD -MP -MF .deps/otime.Tpo -c -o otime.o otime.c
mv -f .deps/otime.Tpo .deps/otime.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id.o -MD -MP -MF .deps/packet_id.Tpo -c -o packet_id.o packet_id.c
mv -f .deps/packet_id.Tpo .deps/packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT perf.o -MD -MP -MF .deps/perf.Tpo -c -o perf.o perf.c
mv -f .deps/perf.Tpo .deps/perf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pf.o -MD -MP -MF .deps/pf.Tpo -c -o pf.o pf.c
mv -f .deps/pf.Tpo .deps/pf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ping.o -MD -MP -MF .deps/ping.Tpo -c -o ping.o ping.c
mv -f .deps/ping.Tpo .deps/ping.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
mv -f .deps/pool.Tpo .deps/pool.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proto.o -MD -MP -MF .deps/proto.Tpo -c -o proto.o proto.c
mv -f .deps/proto.Tpo .deps/proto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proxy.o -MD -MP -MF .deps/proxy.Tpo -c -o proxy.o proxy.c
mv -f .deps/proxy.Tpo .deps/proxy.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ps.o -MD -MP -MF .deps/ps.Tpo -c -o ps.o ps.c
mv -f .deps/ps.Tpo .deps/ps.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT push.o -MD -MP -MF .deps/push.Tpo -c -o push.o push.c
mv -f .deps/push.Tpo .deps/push.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT reliable.o -MD -MP -MF .deps/reliable.Tpo -c -o reliable.o reliable.c
mv -f .deps/reliable.Tpo .deps/reliable.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT route.o -MD -MP -MF .deps/route.Tpo -c -o route.o route.c
mv -f .deps/route.Tpo .deps/route.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT run_command.o -MD -MP -MF .deps/run_command.Tpo -c -o run_command.o run_command.c
mv -f .deps/run_command.Tpo .deps/run_command.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT schedule.o -MD -MP -MF .deps/schedule.Tpo -c -o schedule.o schedule.c
mv -f .deps/schedule.Tpo .deps/schedule.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT session_id.o -MD -MP -MF .deps/session_id.Tpo -c -o session_id.o session_id.c
mv -f .deps/session_id.Tpo .deps/session_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT shaper.o -MD -MP -MF .deps/shaper.Tpo -c -o shaper.o shaper.c
mv -f .deps/shaper.Tpo .deps/shaper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT sig.o -MD -MP -MF .deps/sig.Tpo -c -o sig.o sig.c
mv -f .deps/sig.Tpo .deps/sig.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
mv -f .deps/socket.Tpo .deps/socket.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socks.o -MD -MP -MF .deps/socks.Tpo -c -o socks.o socks.c
mv -f .deps/socks.Tpo .deps/socks.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.c
mv -f .deps/ssl.Tpo .deps/ssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_openssl.o -MD -MP -MF .deps/ssl_openssl.Tpo -c -o ssl_openssl.o ssl_openssl.c
mv -f .deps/ssl_openssl.Tpo .deps/ssl_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_mbedtls.o -MD -MP -MF .deps/ssl_mbedtls.Tpo -c -o ssl_mbedtls.o ssl_mbedtls.c
mv -f .deps/ssl_mbedtls.Tpo .deps/ssl_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_ncp.o -MD -MP -MF .deps/ssl_ncp.Tpo -c -o ssl_ncp.o ssl_ncp.c
mv -f .deps/ssl_ncp.Tpo .deps/ssl_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify.o -MD -MP -MF .deps/ssl_verify.Tpo -c -o ssl_verify.o ssl_verify.c
mv -f .deps/ssl_verify.Tpo .deps/ssl_verify.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_openssl.o -MD -MP -MF .deps/ssl_verify_openssl.Tpo -c -o ssl_verify_openssl.o ssl_verify_openssl.c
mv -f .deps/ssl_verify_openssl.Tpo .deps/ssl_verify_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_mbedtls.o -MD -MP -MF .deps/ssl_verify_mbedtls.Tpo -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c
mv -f .deps/ssl_verify_mbedtls.Tpo .deps/ssl_verify_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt.o -MD -MP -MF .deps/tls_crypt.Tpo -c -o tls_crypt.o tls_crypt.c
mv -f .deps/tls_crypt.Tpo .deps/tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tun.o -MD -MP -MF .deps/tun.Tpo -c -o tun.o tun.c
mv -f .deps/tun.Tpo .deps/tun.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT vlan.o -MD -MP -MF .deps/vlan.Tpo -c -o vlan.o vlan.c
mv -f .deps/vlan.Tpo .deps/vlan.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT win32.o -MD -MP -MF .deps/win32.Tpo -c -o win32.o win32.c
mv -f .deps/win32.Tpo .deps/win32.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT cryptoapi.o -MD -MP -MF .deps/cryptoapi.Tpo -c -o cryptoapi.o cryptoapi.c
mv -f .deps/cryptoapi.Tpo .deps/cryptoapi.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc       -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/libcompat.la -lresolv -llzo2  -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -lssl -lcrypto   -ldl
libtool: link: cc -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\" -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/.libs/libcompat.a -lresolv -llzo2 -L/usr/lib64 -lpthread -lpkcs11-helper -lssl -lcrypto -ldl
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making all in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making all in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making all in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c -o auth-pam.lo auth-pam.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c  -fPIC -DPIC -o .libs/auth-pam.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c -o auth-pam.o >/dev/null 2>&1
mv -f .deps/auth-pam.Tpo .deps/auth-pam.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c -o pamdl.lo pamdl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c  -fPIC -DPIC -o .libs/pamdl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c -o pamdl.o >/dev/null 2>&1
mv -f .deps/pamdl.Tpo .deps/pamdl.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./auth-pam.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-auth-pam.la -rpath /usr/lib64/openvpn/plugins utils.lo auth-pam.lo pamdl.lo -lpam
libtool: link: echo "{ global:" > .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cat ./auth-pam.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/utils.o .libs/auth-pam.o .libs/pamdl.o   -lpam  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-auth-pam.so -Wl,-version-script -Wl,.libs/openvpn-plugin-auth-pam.ver -o .libs/openvpn-plugin-auth-pam.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-auth-pam.la" && ln -s "../openvpn-plugin-auth-pam.la" "openvpn-plugin-auth-pam.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making all in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c -o down-root.lo down-root.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c  -fPIC -DPIC -o .libs/down-root.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c -o down-root.o >/dev/null 2>&1
mv -f .deps/down-root.Tpo .deps/down-root.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-down-root.la -rpath /usr/lib64/openvpn/plugins down-root.lo
libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver
libtool: link:  cat ./down-root.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/down-root.o    -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making all in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making all in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making all in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making all in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making all in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making all in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making all in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making all in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running do_check ...
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making check in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making check in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making check in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making check in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making check in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making check in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making check in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making check in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making check in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making check in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making check in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making check in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making check in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  example_testdriver example2_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example_testdriver-test.o -MD -MP -MF .deps/example_testdriver-test.Tpo -c -o example_testdriver-test.o `test -f 'test.c' || echo './'`test.c
mv -f .deps/example_testdriver-test.Tpo .deps/example_testdriver-test.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example_testdriver example_testdriver-test.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example_testdriver example_testdriver-test.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example2_testdriver-test2.o -MD -MP -MF .deps/example2_testdriver-test2.Tpo -c -o example2_testdriver-test2.o `test -f 'test2.c' || echo './'`test2.c
mv -f .deps/example2_testdriver-test2.Tpo .deps/example2_testdriver-test2.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example2_testdriver example2_testdriver-test2.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example2_testdriver example2_testdriver-test2.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
[==========] Running 2 test(s).
[ RUN      ] null_test_success
[       OK ] null_test_success
[ RUN      ] int_test_success
[       OK ] int_test_success
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: example_testdriver
[==========] Running 1 test(s).
[ RUN      ] test_true
[       OK ] test_true
[==========] 1 test(s) run.
[  PASSED  ] 1 test(s).
PASS: example2_testdriver
==================
All 2 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making check in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  argv_testdriver buffer_testdriver crypto_testdriver packet_id_testdriver auth_token_testdriver ncp_testdriver tls_crypt_testdriver networking_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-test_argv.o -MD -MP -MF .deps/argv_testdriver-test_argv.Tpo -c -o argv_testdriver-test_argv.o `test -f 'test_argv.c' || echo './'`test_argv.c
mv -f .deps/argv_testdriver-test_argv.Tpo .deps/argv_testdriver-test_argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_msg.o -MD -MP -MF .deps/argv_testdriver-mock_msg.Tpo -c -o argv_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/argv_testdriver-mock_msg.Tpo .deps/argv_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_get_random.o -MD -MP -MF .deps/argv_testdriver-mock_get_random.Tpo -c -o argv_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/argv_testdriver-mock_get_random.Tpo .deps/argv_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-platform.o -MD -MP -MF .deps/argv_testdriver-platform.Tpo -c -o argv_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/argv_testdriver-platform.Tpo .deps/argv_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-buffer.o -MD -MP -MF .deps/argv_testdriver-buffer.Tpo -c -o argv_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/argv_testdriver-buffer.Tpo .deps/argv_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-argv.o -MD -MP -MF .deps/argv_testdriver-argv.Tpo -c -o argv_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/argv_testdriver-argv.Tpo .deps/argv_testdriver-argv.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-test_buffer.o -MD -MP -MF .deps/buffer_testdriver-test_buffer.Tpo -c -o buffer_testdriver-test_buffer.o `test -f 'test_buffer.c' || echo './'`test_buffer.c
mv -f .deps/buffer_testdriver-test_buffer.Tpo .deps/buffer_testdriver-test_buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_msg.o -MD -MP -MF .deps/buffer_testdriver-mock_msg.Tpo -c -o buffer_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/buffer_testdriver-mock_msg.Tpo .deps/buffer_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_get_random.o -MD -MP -MF .deps/buffer_testdriver-mock_get_random.Tpo -c -o buffer_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/buffer_testdriver-mock_get_random.Tpo .deps/buffer_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-platform.o -MD -MP -MF .deps/buffer_testdriver-platform.Tpo -c -o buffer_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/buffer_testdriver-platform.Tpo .deps/buffer_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-test_crypto.o -MD -MP -MF .deps/crypto_testdriver-test_crypto.Tpo -c -o crypto_testdriver-test_crypto.o `test -f 'test_crypto.c' || echo './'`test_crypto.c
mv -f .deps/crypto_testdriver-test_crypto.Tpo .deps/crypto_testdriver-test_crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-mock_msg.o -MD -MP -MF .deps/crypto_testdriver-mock_msg.Tpo -c -o crypto_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/crypto_testdriver-mock_msg.Tpo .deps/crypto_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-buffer.o -MD -MP -MF .deps/crypto_testdriver-buffer.Tpo -c -o crypto_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/crypto_testdriver-buffer.Tpo .deps/crypto_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto.o -MD -MP -MF .deps/crypto_testdriver-crypto.Tpo -c -o crypto_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/crypto_testdriver-crypto.Tpo .deps/crypto_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/crypto_testdriver-crypto_mbedtls.Tpo -c -o crypto_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/crypto_testdriver-crypto_mbedtls.Tpo .deps/crypto_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_openssl.o -MD -MP -MF .deps/crypto_testdriver-crypto_openssl.Tpo -c -o crypto_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/crypto_testdriver-crypto_openssl.Tpo .deps/crypto_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-otime.o -MD -MP -MF .deps/crypto_testdriver-otime.Tpo -c -o crypto_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/crypto_testdriver-otime.Tpo .deps/crypto_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-packet_id.o -MD -MP -MF .deps/crypto_testdriver-packet_id.Tpo -c -o crypto_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/crypto_testdriver-packet_id.Tpo .deps/crypto_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-platform.o -MD -MP -MF .deps/crypto_testdriver-platform.Tpo -c -o crypto_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/crypto_testdriver-platform.Tpo .deps/crypto_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-test_packet_id.o -MD -MP -MF .deps/packet_id_testdriver-test_packet_id.Tpo -c -o packet_id_testdriver-test_packet_id.o `test -f 'test_packet_id.c' || echo './'`test_packet_id.c
mv -f .deps/packet_id_testdriver-test_packet_id.Tpo .deps/packet_id_testdriver-test_packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_msg.o -MD -MP -MF .deps/packet_id_testdriver-mock_msg.Tpo -c -o packet_id_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/packet_id_testdriver-mock_msg.Tpo .deps/packet_id_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_get_random.o -MD -MP -MF .deps/packet_id_testdriver-mock_get_random.Tpo -c -o packet_id_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/packet_id_testdriver-mock_get_random.Tpo .deps/packet_id_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-buffer.o -MD -MP -MF .deps/packet_id_testdriver-buffer.Tpo -c -o packet_id_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/packet_id_testdriver-buffer.Tpo .deps/packet_id_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-otime.o -MD -MP -MF .deps/packet_id_testdriver-otime.Tpo -c -o packet_id_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/packet_id_testdriver-otime.Tpo .deps/packet_id_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-packet_id.o -MD -MP -MF .deps/packet_id_testdriver-packet_id.Tpo -c -o packet_id_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/packet_id_testdriver-packet_id.Tpo .deps/packet_id_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-platform.o -MD -MP -MF .deps/packet_id_testdriver-platform.Tpo -c -o packet_id_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/packet_id_testdriver-platform.Tpo .deps/packet_id_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-test_auth_token.o -MD -MP -MF .deps/auth_token_testdriver-test_auth_token.Tpo -c -o auth_token_testdriver-test_auth_token.o `test -f 'test_auth_token.c' || echo './'`test_auth_token.c
mv -f .deps/auth_token_testdriver-test_auth_token.Tpo .deps/auth_token_testdriver-test_auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-mock_msg.o -MD -MP -MF .deps/auth_token_testdriver-mock_msg.Tpo -c -o auth_token_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/auth_token_testdriver-mock_msg.Tpo .deps/auth_token_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-buffer.o -MD -MP -MF .deps/auth_token_testdriver-buffer.Tpo -c -o auth_token_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/auth_token_testdriver-buffer.Tpo .deps/auth_token_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto.o -MD -MP -MF .deps/auth_token_testdriver-crypto.Tpo -c -o auth_token_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/auth_token_testdriver-crypto.Tpo .deps/auth_token_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/auth_token_testdriver-crypto_mbedtls.Tpo -c -o auth_token_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/auth_token_testdriver-crypto_mbedtls.Tpo .deps/auth_token_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_openssl.o -MD -MP -MF .deps/auth_token_testdriver-crypto_openssl.Tpo -c -o auth_token_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/auth_token_testdriver-crypto_openssl.Tpo .deps/auth_token_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-otime.o -MD -MP -MF .deps/auth_token_testdriver-otime.Tpo -c -o auth_token_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/auth_token_testdriver-otime.Tpo .deps/auth_token_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-packet_id.o -MD -MP -MF .deps/auth_token_testdriver-packet_id.Tpo -c -o auth_token_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/auth_token_testdriver-packet_id.Tpo .deps/auth_token_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-platform.o -MD -MP -MF .deps/auth_token_testdriver-platform.Tpo -c -o auth_token_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/auth_token_testdriver-platform.Tpo .deps/auth_token_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-base64.o -MD -MP -MF .deps/auth_token_testdriver-base64.Tpo -c -o auth_token_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/auth_token_testdriver-base64.Tpo .deps/auth_token_testdriver-base64.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-test_ncp.o -MD -MP -MF .deps/ncp_testdriver-test_ncp.Tpo -c -o ncp_testdriver-test_ncp.o `test -f 'test_ncp.c' || echo './'`test_ncp.c
mv -f .deps/ncp_testdriver-test_ncp.Tpo .deps/ncp_testdriver-test_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-mock_msg.o -MD -MP -MF .deps/ncp_testdriver-mock_msg.Tpo -c -o ncp_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/ncp_testdriver-mock_msg.Tpo .deps/ncp_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-buffer.o -MD -MP -MF .deps/ncp_testdriver-buffer.Tpo -c -o ncp_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/ncp_testdriver-buffer.Tpo .deps/ncp_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto.o -MD -MP -MF .deps/ncp_testdriver-crypto.Tpo -c -o ncp_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/ncp_testdriver-crypto.Tpo .deps/ncp_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/ncp_testdriver-crypto_mbedtls.Tpo -c -o ncp_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/ncp_testdriver-crypto_mbedtls.Tpo .deps/ncp_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_openssl.o -MD -MP -MF .deps/ncp_testdriver-crypto_openssl.Tpo -c -o ncp_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/ncp_testdriver-crypto_openssl.Tpo .deps/ncp_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-otime.o -MD -MP -MF .deps/ncp_testdriver-otime.Tpo -c -o ncp_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/ncp_testdriver-otime.Tpo .deps/ncp_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-packet_id.o -MD -MP -MF .deps/ncp_testdriver-packet_id.Tpo -c -o ncp_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/ncp_testdriver-packet_id.Tpo .deps/ncp_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-platform.o -MD -MP -MF .deps/ncp_testdriver-platform.Tpo -c -o ncp_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/ncp_testdriver-platform.Tpo .deps/ncp_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-test_tls_crypt.o -MD -MP -MF .deps/tls_crypt_testdriver-test_tls_crypt.Tpo -c -o tls_crypt_testdriver-test_tls_crypt.o `test -f 'test_tls_crypt.c' || echo './'`test_tls_crypt.c
mv -f .deps/tls_crypt_testdriver-test_tls_crypt.Tpo .deps/tls_crypt_testdriver-test_tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-mock_msg.o -MD -MP -MF .deps/tls_crypt_testdriver-mock_msg.Tpo -c -o tls_crypt_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/tls_crypt_testdriver-mock_msg.Tpo .deps/tls_crypt_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-argv.o -MD -MP -MF .deps/tls_crypt_testdriver-argv.Tpo -c -o tls_crypt_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/tls_crypt_testdriver-argv.Tpo .deps/tls_crypt_testdriver-argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-base64.o -MD -MP -MF .deps/tls_crypt_testdriver-base64.Tpo -c -o tls_crypt_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/tls_crypt_testdriver-base64.Tpo .deps/tls_crypt_testdriver-base64.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-buffer.o -MD -MP -MF .deps/tls_crypt_testdriver-buffer.Tpo -c -o tls_crypt_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/tls_crypt_testdriver-buffer.Tpo .deps/tls_crypt_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto.Tpo -c -o tls_crypt_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/tls_crypt_testdriver-crypto.Tpo .deps/tls_crypt_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo -c -o tls_crypt_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo .deps/tls_crypt_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_openssl.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_openssl.Tpo -c -o tls_crypt_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/tls_crypt_testdriver-crypto_openssl.Tpo .deps/tls_crypt_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-env_set.o -MD -MP -MF .deps/tls_crypt_testdriver-env_set.Tpo -c -o tls_crypt_testdriver-env_set.o `test -f '../../../src/openvpn/env_set.c' || echo './'`../../../src/openvpn/env_set.c
mv -f .deps/tls_crypt_testdriver-env_set.Tpo .deps/tls_crypt_testdriver-env_set.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-otime.o -MD -MP -MF .deps/tls_crypt_testdriver-otime.Tpo -c -o tls_crypt_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/tls_crypt_testdriver-otime.Tpo .deps/tls_crypt_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-packet_id.o -MD -MP -MF .deps/tls_crypt_testdriver-packet_id.Tpo -c -o tls_crypt_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/tls_crypt_testdriver-packet_id.Tpo .deps/tls_crypt_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-platform.o -MD -MP -MF .deps/tls_crypt_testdriver-platform.Tpo -c -o tls_crypt_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/tls_crypt_testdriver-platform.Tpo .deps/tls_crypt_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-run_command.o -MD -MP -MF .deps/tls_crypt_testdriver-run_command.Tpo -c -o tls_crypt_testdriver-run_command.o `test -f '../../../src/openvpn/run_command.c' || echo './'`../../../src/openvpn/run_command.c
mv -f .deps/tls_crypt_testdriver-run_command.Tpo .deps/tls_crypt_testdriver-run_command.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-test_networking.o -MD -MP -MF .deps/networking_testdriver-test_networking.Tpo -c -o networking_testdriver-test_networking.o `test -f 'test_networking.c' || echo './'`test_networking.c
mv -f .deps/networking_testdriver-test_networking.Tpo .deps/networking_testdriver-test_networking.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-mock_msg.o -MD -MP -MF .deps/networking_testdriver-mock_msg.Tpo -c -o networking_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/networking_testdriver-mock_msg.Tpo .deps/networking_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-networking_sitnl.o -MD -MP -MF .deps/networking_testdriver-networking_sitnl.Tpo -c -o networking_testdriver-networking_sitnl.o `test -f '../../../src/openvpn/networking_sitnl.c' || echo './'`../../../src/openvpn/networking_sitnl.c
mv -f .deps/networking_testdriver-networking_sitnl.Tpo .deps/networking_testdriver-networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-buffer.o -MD -MP -MF .deps/networking_testdriver-buffer.Tpo -c -o networking_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/networking_testdriver-buffer.Tpo .deps/networking_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto.o -MD -MP -MF .deps/networking_testdriver-crypto.Tpo -c -o networking_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/networking_testdriver-crypto.Tpo .deps/networking_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/networking_testdriver-crypto_mbedtls.Tpo -c -o networking_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/networking_testdriver-crypto_mbedtls.Tpo .deps/networking_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_openssl.o -MD -MP -MF .deps/networking_testdriver-crypto_openssl.Tpo -c -o networking_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/networking_testdriver-crypto_openssl.Tpo .deps/networking_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-otime.o -MD -MP -MF .deps/networking_testdriver-otime.Tpo -c -o networking_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/networking_testdriver-otime.Tpo .deps/networking_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-packet_id.o -MD -MP -MF .deps/networking_testdriver-packet_id.Tpo -c -o networking_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/networking_testdriver-packet_id.Tpo .deps/networking_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-platform.o -MD -MP -MF .deps/networking_testdriver-platform.Tpo -c -o networking_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/networking_testdriver-platform.Tpo .deps/networking_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
[==========] Running 13 test(s).
[ RUN      ] argv_printf__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf__embedded_format_directive__replaced_in_output
[       OK ] argv_printf__embedded_format_directive__replaced_in_output
[ RUN      ] argv_printf__group_sep_in_arg__fail_no_ouput
[       OK ] argv_printf__group_sep_in_arg__fail_no_ouput
[ RUN      ] argv_printf__combined_path_with_spaces__argc_correct
[       OK ] argv_printf__combined_path_with_spaces__argc_correct
[ RUN      ] argv_printf__empty_parameter__argc_correct
[       OK ] argv_printf__empty_parameter__argc_correct
[ RUN      ] argv_printf__long_args__data_correct
[       OK ] argv_printf__long_args__data_correct
[ RUN      ] argv_parse_cmd__command_string__argc_correct
[       OK ] argv_parse_cmd__command_string__argc_correct
[ RUN      ] argv_parse_cmd__command_and_extra_options__argc_correct
[       OK ] argv_parse_cmd__command_and_extra_options__argc_correct
[ RUN      ] argv_printf_cat__used_twice__argc_correct
[       OK ] argv_printf_cat__used_twice__argc_correct
[ RUN      ] argv_str__empty_argv__empty_output
[       OK ] argv_str__empty_argv__empty_output
[ RUN      ] argv_str__multiple_argv__correct_output
[       OK ] argv_str__multiple_argv__correct_output
[ RUN      ] argv_insert_head__non_empty_argv__head_added
[       OK ] argv_insert_head__non_empty_argv__head_added
[==========] 13 test(s) run.
[  PASSED  ] 13 test(s).
PASS: argv_testdriver
[==========] Running 11 test(s).
[ RUN      ] test_buffer_strprefix
[       OK ] test_buffer_strprefix
[ RUN      ] test_buffer_list_full
[       OK ] test_buffer_list_full
[ RUN      ] test_buffer_list_aggregate_separator_empty
[       OK ] test_buffer_list_aggregate_separator_empty
[ RUN      ] test_buffer_list_aggregate_separator_noop
[       OK ] test_buffer_list_aggregate_separator_noop
[ RUN      ] test_buffer_list_aggregate_separator_two
[       OK ] test_buffer_list_aggregate_separator_two
[ RUN      ] test_buffer_list_aggregate_separator_all
[       OK ] test_buffer_list_aggregate_separator_all
[ RUN      ] test_buffer_list_aggregate_separator_nosep
[       OK ] test_buffer_list_aggregate_separator_nosep
[ RUN      ] test_buffer_list_aggregate_separator_zerolen
[       OK ] test_buffer_list_aggregate_separator_zerolen
[ RUN      ] test_buffer_list_aggregate_separator_emptybuffers
[       OK ] test_buffer_list_aggregate_separator_emptybuffers
[ RUN      ] test_buffer_free_gc_one
[       OK ] test_buffer_free_gc_one
[ RUN      ] test_buffer_free_gc_two
[       OK ] test_buffer_free_gc_two
[==========] 11 test(s) run.
[  PASSED  ] 11 test(s).
PASS: buffer_testdriver
[==========] Running 2 test(s).
[ RUN      ] crypto_pem_encode_decode_loopback
[       OK ] crypto_pem_encode_decode_loopback
[ RUN      ] crypto_translate_cipher_names
[       OK ] crypto_translate_cipher_names
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: crypto_testdriver
[==========] Running 6 test(s).
[ RUN      ] test_packet_id_write_short
[       OK ] test_packet_id_write_short
[ RUN      ] test_packet_id_write_long
[       OK ] test_packet_id_write_long
[ RUN      ] test_packet_id_write_short_prepend
[       OK ] test_packet_id_write_short_prepend
[ RUN      ] test_packet_id_write_long_prepend
[       OK ] test_packet_id_write_long_prepend
[ RUN      ] test_packet_id_write_short_wrap
[       OK ] test_packet_id_write_short_wrap
[ RUN      ] test_packet_id_write_long_wrap
[       OK ] test_packet_id_write_long_wrap
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: packet_id_testdriver
[==========] Running 8 test(s).
[ RUN      ] auth_token_basic_test
[       OK ] auth_token_basic_test
[ RUN      ] auth_token_fail_invalid_key
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_fail_invalid_key
[ RUN      ] auth_token_test_known_keys
[       OK ] auth_token_test_known_keys
[ RUN      ] auth_token_test_empty_user
ERROR: --auth-token wrong size (21!=60)
[       OK ] auth_token_test_empty_user
[ RUN      ] auth_token_test_env
[       OK ] auth_token_test_env
[ RUN      ] auth_token_test_random_keys
[       OK ] auth_token_test_random_keys
[ RUN      ] auth_token_test_key_load
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_test_key_load
[ RUN      ] auth_token_test_timeout
[       OK ] auth_token_test_timeout
[==========] 8 test(s) run.
[  PASSED  ] 8 test(s).
PASS: auth_token_testdriver
[==========] Running 4 test(s).
[ RUN      ] test_check_ncp_ciphers_list
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Unsupported cipher in --data-ciphers: vollbit
Unsupported cipher in --data-ciphers: vollbit
Length of --data-ciphers is over the limit of 127 chars
[       OK ] test_check_ncp_ciphers_list
[ RUN      ] test_extract_client_ciphers
[       OK ] test_extract_client_ciphers
[ RUN      ] test_poor_man
[       OK ] test_poor_man
[ RUN      ] test_ncp_best
[       OK ] test_ncp_best
[==========] 4 test(s) run.
[  PASSED  ] 4 test(s).
PASS: ncp_testdriver
[==========] Running 15 test(s).
[ RUN      ] tls_crypt_loopback
[       OK ] tls_crypt_loopback
[ RUN      ] tls_crypt_loopback_zero_len
[       OK ] tls_crypt_loopback_zero_len
[ RUN      ] tls_crypt_loopback_max_len
[       OK ] tls_crypt_loopback_max_len
[ RUN      ] tls_crypt_fail_msg_too_long
[       OK ] tls_crypt_fail_msg_too_long
[ RUN      ] tls_crypt_fail_invalid_key
[       OK ] tls_crypt_fail_invalid_key
[ RUN      ] tls_crypt_fail_replay
[       OK ] tls_crypt_fail_replay
[ RUN      ] tls_crypt_ignore_replay
[       OK ] tls_crypt_ignore_replay
[ RUN      ] tls_crypt_v2_wrap_unwrap_no_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_no_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_max_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_max_metadata
[ RUN      ] tls_crypt_v2_wrap_too_long_metadata
ERROR: could not crypt: insufficient space in dst
[       OK ] tls_crypt_v2_wrap_too_long_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_wrong_key
[       OK ] tls_crypt_v2_wrap_unwrap_wrong_key
[ RUN      ] tls_crypt_v2_wrap_unwrap_dst_too_small
[       OK ] tls_crypt_v2_wrap_unwrap_dst_too_small
[ RUN      ] test_tls_crypt_v2_write_server_key_file
[       OK ] test_tls_crypt_v2_write_server_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file
[       OK ] test_tls_crypt_v2_write_client_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file_metadata
[       OK ] test_tls_crypt_v2_write_client_key_file_metadata
[==========] 15 test(s) run.
[  PASSED  ] 15 test(s).
PASS: tls_crypt_testdriver
==================
All 7 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making check in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  auth_pam_testdriver
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-test_search_and_replace.o -MD -MP -MF .deps/auth_pam_testdriver-test_search_and_replace.Tpo -c -o auth_pam_testdriver-test_search_and_replace.o `test -f 'test_search_and_replace.c' || echo './'`test_search_and_replace.c
mv -f .deps/auth_pam_testdriver-test_search_and_replace.Tpo .deps/auth_pam_testdriver-test_search_and_replace.Po
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-utils.o -MD -MP -MF .deps/auth_pam_testdriver-utils.Tpo -c -o auth_pam_testdriver-utils.o `test -f '../../../../src/plugins/auth-pam/utils.c' || echo './'`../../../../src/plugins/auth-pam/utils.c
mv -f .deps/auth_pam_testdriver-utils.Tpo .deps/auth_pam_testdriver-utils.Po
/bin/sh ../../../../libtool  --tag=CC   --mode=link cc -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o
libtool: link: cc -I../../../../include -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  check-TESTS
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
[==========] Running 6 test(s).
[ RUN      ] pass_any_null_param__returns_null
[       OK ] pass_any_null_param__returns_null
[ RUN      ] pass_any_empty_string__returns_null
[       OK ] pass_any_empty_string__returns_null
[ RUN      ] replace_single_char__one_time__match_is_replaced
[       OK ] replace_single_char__one_time__match_is_replaced
[ RUN      ] replace_single_char__multiple_times__match_all_matches_are_replaced
[       OK ] replace_single_char__multiple_times__match_all_matches_are_replaced
[ RUN      ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[       OK ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[ RUN      ] pattern_not_found__returns_original
[       OK ] pattern_not_found__returns_original
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: auth_pam_testdriver
=============
1 test passed
=============
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  libtestengine.la
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c -o libtestengine_la-libtestengine.lo `test -f 'libtestengine.c' || echo './'`libtestengine.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c  -fPIC -DPIC -o .libs/libtestengine_la-libtestengine.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c -o libtestengine_la-libtestengine.o >/dev/null 2>&1
mv -f .deps/libtestengine_la-libtestengine.Tpo .deps/libtestengine_la-libtestengine.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -rpath /lib -shrext .so -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libtestengine.la  libtestengine_la-libtestengine.lo
libtool: link: cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/libtestengine_la-libtestengine.o   -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libtestengine.so.0 -o .libs/libtestengine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libtestengine.so.0" && ln -s "libtestengine.so.0.0.0" "libtestengine.so.0")
libtool: link: (cd ".libs" && rm -f "libtestengine.so" && ln -s "libtestengine.so.0.0.0" "libtestengine.so")
libtool: link: ar cru .libs/libtestengine.a  libtestengine_la-libtestengine.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtestengine.a
libtool: link: ( cd ".libs" && rm -f "libtestengine.la" && ln -s "../libtestengine.la" "libtestengine.la" )
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
sed "s|ABSBUILDDIR|/builddir/openvpn-2.5.1/tests/unit_tests/engine-key|" < ./openssl.cnf.in > openssl.cnf
PASS: check_engine_keys.sh
=============
1 test passed
=============
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make  check-TESTS
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
./t_client.sh: cannot find 't_client.rc' in build dir ('..')
./t_client.sh: or source directory ('.'). SKIPPING TEST.
SKIP: t_client.sh
Testing cipher AES-128-CBC... OK
Testing cipher AES-128-CFB... OK
Testing cipher AES-128-CFB1... OK
Testing cipher AES-128-CFB8... OK
Testing cipher AES-128-GCM... OK
Testing cipher AES-128-OFB... OK
Testing cipher AES-192-CBC... OK
Testing cipher AES-192-CFB... OK
Testing cipher AES-192-CFB1... OK
Testing cipher AES-192-CFB8... OK
Testing cipher AES-192-GCM... OK
Testing cipher AES-192-OFB... OK
Testing cipher AES-256-CBC... OK
Testing cipher AES-256-CFB... OK
Testing cipher AES-256-CFB1... OK
Testing cipher AES-256-CFB8... OK
Testing cipher AES-256-GCM... OK
Testing cipher AES-256-OFB... OK
Testing cipher ARIA-128-CBC... OK
Testing cipher ARIA-128-CFB... OK
Testing cipher ARIA-128-CFB1... OK
Testing cipher ARIA-128-CFB8... OK
Testing cipher ARIA-128-OFB... OK
Testing cipher ARIA-192-CBC... OK
Testing cipher ARIA-192-CFB... OK
Testing cipher ARIA-192-CFB1... OK
Testing cipher ARIA-192-CFB8... OK
Testing cipher ARIA-192-OFB... OK
Testing cipher ARIA-256-CBC... OK
Testing cipher ARIA-256-CFB... OK
Testing cipher ARIA-256-CFB1... OK
Testing cipher ARIA-256-CFB8... OK
Testing cipher ARIA-256-OFB... OK
Testing cipher CAMELLIA-128-CBC... OK
Testing cipher CAMELLIA-128-CFB... OK
Testing cipher CAMELLIA-128-CFB1... OK
Testing cipher CAMELLIA-128-CFB8... OK
Testing cipher CAMELLIA-128-OFB... OK
Testing cipher CAMELLIA-192-CBC... OK
Testing cipher CAMELLIA-192-CFB... OK
Testing cipher CAMELLIA-192-CFB1... OK
Testing cipher CAMELLIA-192-CFB8... OK
Testing cipher CAMELLIA-192-OFB... OK
Testing cipher CAMELLIA-256-CBC... OK
Testing cipher CAMELLIA-256-CFB... OK
Testing cipher CAMELLIA-256-CFB1... OK
Testing cipher CAMELLIA-256-CFB8... OK
Testing cipher CAMELLIA-256-OFB... OK
Testing cipher CHACHA20-POLY1305... OK
Testing cipher SEED-CBC... OK
Testing cipher SEED-CFB... OK
Testing cipher SEED-OFB... OK
Testing cipher SM4-CBC... OK
Testing cipher SM4-CFB... OK
Testing cipher SM4-OFB... OK
Testing cipher BF-CBC... OK
Testing cipher BF-CFB... OK
Testing cipher BF-OFB... OK
Testing cipher CAST5-CBC... OK
Testing cipher CAST5-CFB... OK
Testing cipher CAST5-OFB... OK
Testing cipher DES-CBC... OK
Testing cipher DES-CFB... OK
Testing cipher DES-CFB8... OK
Testing cipher DES-EDE-CBC... OK
Testing cipher DES-EDE-CFB... OK
Testing cipher DES-EDE-OFB... OK
Testing cipher DES-EDE3-CBC... OK
Testing cipher DES-EDE3-CFB... OK
Testing cipher DES-EDE3-CFB8... OK
Testing cipher DES-EDE3-OFB... OK
Testing cipher DES-OFB... OK
Testing cipher DESX-CBC... OK
Testing cipher IDEA-CBC... OK
Testing cipher IDEA-CFB... OK
Testing cipher IDEA-OFB... OK
Testing cipher RC2-40-CBC... OK
Testing cipher RC2-64-CBC... OK
Testing cipher RC2-CBC... OK
Testing cipher RC2-CFB... OK
Testing cipher RC2-OFB... OK
Testing cipher none... OK
Testing tls-crypt-v2 server key generation... OK
Testing tls-crypt-v2 key generation (no metadata)... OK
Testing tls-crypt-v2 key generation (max length metadata)... OK
PASS: t_lpback.sh
The following test will take about two minutes.
If the addresses are in use, this test will retry up to two times.
PASS: t_cltsrv.sh
./t_net.sh: no RUN_SUDO=... in t_client.rc or environment, defaulting to 'sudo'.
      if that does not work, set RUN_SUDO= correctly for your system.
./t_net.sh: line 122: sudo: command not found
./t_net.sh: sudo ./unit_tests/openvpn/networking_testdriver failed, cannot go on. SKIP.
SKIP: t_net.sh
======================
All 2 tests passed
(2 tests were not run)
======================
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running pre-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running pre-install hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running pre-install hook: 98-fixup-gir-path ...
=> openvpn-2.5.1_1: running do_install ...
make  install-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making install in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making install in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making install in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making install in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making install in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making install in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/include'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/destdir//openvpn-2.5.1/usr/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making install in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making install in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making install in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/bin'
  /bin/sh ../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c openvpn '/destdir//openvpn-2.5.1/usr/bin'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c openvpn /destdir//openvpn-2.5.1/usr/bin/openvpn
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making install in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making install in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making install in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.auth-pam '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-auth-pam.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making install in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.down-root '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-down-root.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making install in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/sample'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making install in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making install in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 management-notes.txt gui-notes.txt '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/man/man8'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn.8 '/destdir//openvpn-2.5.1/usr/share/man/man8'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making install in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making install in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making install in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making install in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making install in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README README.IPv6 README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1'
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running post_install ...
=> openvpn-2.5.1_1: running post-install hook: 00-compress-info-files ...
=> openvpn-2.5.1_1: running post-install hook: 00-fixup-gir-path ...
=> openvpn-2.5.1_1: running post-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running post-install hook: 00-uncompress-manpages ...
=> openvpn-2.5.1_1: running post-install hook: 01-remove-misc ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-libtool-archives ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-perl-files ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-python-bytecode-files ...
=> openvpn-2.5.1_1: running post-install hook: 03-remove-empty-dirs ...
=> openvpn-2.5.1_1: running post-install hook: 04-create-xbps-metadata-scripts ...
=> openvpn-2.5.1_1: running post-install hook: 05-generate-gitrevs ...
=> openvpn-2.5.1_1: running post-install hook: 06-strip-and-debug-pkgs ...
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-down-root.so
   Stripped position-independent executable: /usr/bin/openvpn
=> openvpn-2.5.1_1: running post-install hook: 10-pkglint-devel-paths ...
=> openvpn-2.5.1_1: running post-install hook: 11-pkglint-elf-in-usrshare ...
=> openvpn-2.5.1_1: running post-install hook: 12-rename-python3-c-bindings ...
=> openvpn-2.5.1_1: running post-install hook: 13-pkg-config-clean-xbps-cross-base-ref ...
=> openvpn-2.5.1_1: running post-install hook: 99-pkglint-warn-cross-cruft ...
=> openvpn-2.5.1_1: running pre-pkg hook: 03-rewrite-python-shebang ...
=> openvpn-2.5.1_1: running pre-pkg hook: 04-generate-runtime-deps ...
   SONAME: libpam.so.0 <-> pam-libs>=1.1.6_3
   SONAME: libc.so.6 <-> glibc>=2.32_1
   SONAME: liblzo2.so.2 <-> lzo>=2.03_1
   SONAME: libpthread.so.0 <-> glibc>=2.32_1
   SONAME: libpkcs11-helper.so.1 <-> pkcs11-helper>=1.25.1_6
   SONAME: libssl.so.1.1 <-> libssl1.1>=1.1.1f_1
   SONAME: libcrypto.so.1.1 <-> libcrypto1.1>=1.1.1f_1
   SONAME: libdl.so.2 <-> glibc>=2.32_1
=> openvpn-2.5.1_1: running pre-pkg hook: 05-prepare-32bit ...
=> openvpn-2.5.1_1: running pre-pkg hook: 06-shlib-provides ...
=> openvpn-2.5.1_1: running pre-pkg hook: 90-set-timestamps ...
=> openvpn-2.5.1_1: setting mtimes to Tue Apr  6 02:41:50 PM UTC 2021
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint-subpkgs ...
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint ...
=> openvpn-2.5.1_1: running pre-pkg hook: 999-collected-rdeps ...
   pam-libs>=1.1.6_3 glibc>=2.32_1 lzo>=2.03_1 pkcs11-helper>=1.25.1_6 libssl1.1>=1.1.1f_1 libcrypto1.1>=1.1.1f_1
=> openvpn-2.5.1_1: running do-pkg hook: 00-gen-pkg ...
=> openvpn-2.5.1_1: skipping existing openvpn-2.5.1_1.x86_64.xbps pkg...
=> openvpn-2.5.1_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/openvpn
index: skipping `openvpn-2.5.1_1' (x86_64), already registered.
index: 1 packages registered.
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: cleaning build directory...
=> openvpn: removing files from destdir...

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
  2021-04-06 16:08 ` [PR PATCH] [Updated] " glaulher
  2021-04-06 16:46 ` glaulher
@ 2021-04-06 16:47 ` glaulher
  2021-04-06 17:06 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 16:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176379 bytes --]

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#issuecomment-814270084

Comment:
on my computer the tests passed:

glaulher in void-packages on  openvpn [$!] took 51s
❯ ./xbps-src -Q pkg openvpn
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: the following build options are set:
   pkcs11: Enable support for PKCS#11 (ON)
   mbedtls: Build with mbedtls support (OFF)
=> openvpn-2.5.1_1: building [gnu-configure] for x86_64...
   [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] openssl-devel-1.1.1k_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] lzo-devel-2.10_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pam-devel-1.5.1_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pkcs11-helper-devel-1.25.1_6: found (https://alpha.de.repo.voidlinux.org/current)
   [target] cmocka-devel-1.1.5_1: found (https://alpha.de.repo.voidlinux.org/current)
=> openvpn-2.5.1_1: installing host dependencies: pkg-config-0.29.2_2 ...
=> openvpn-2.5.1_1: installing target dependencies: openssl-devel-1.1.1k_1 lzo-devel-2.10_2 pam-devel-1.5.1_1 pkcs11-helper-devel-1.25.1_6 cmocka-devel-1.1.5_1 ...
=> openvpn-2.5.1_1: running do-fetch hook: 00-distfiles ...
=> openvpn-2.5.1_1: running do-extract hook: 00-distfiles ...
=> openvpn-2.5.1_1: extracting distfile(s), please wait...
=> openvpn-2.5.1_1: running do-patch hook: 00-patches ...
=> openvpn-2.5.1_1: running pre-configure hook: 00-gnu-configure-asneeded ...
=> openvpn-2.5.1_1: running pre-configure hook: 01-override-config ...
=> openvpn-2.5.1_1: running pre-configure hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_configure ...
checking for a BSD-compatible install... /builddir/.xbps-openvpn/wrappers/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnu-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... cpp
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for ifconfig... no
checking for route... no
checking for ip... no
checking for systemd-ask-password... no
checking for netstat... no
checking for git... no
checking for rst2man... no
checking for rst2html... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnu-strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking return type of signal handlers... void
checking for ISO C 1999 vararg macro support... yes
checking for GNU GCC vararg macro support... yes
checking for socklen_t... yes
checking for C compiler empty array size... 0
checking size of unsigned int... 4
checking size of unsigned long... 8
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking versionhelpers.h usability... no
checking versionhelpers.h presence... no
checking for versionhelpers.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for net/if.h... yes
checking for netinet/ip.h... yes
checking for resolv.h... yes
checking for sys/un.h... yes
checking for net/if_utun.h... no
checking for sys/kern_control.h... no
checking for in_addr_t... yes
checking for in_port_t... yes
checking for struct iphdr... yes
checking for struct sock_extended_err... no
checking for struct msghdr... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... yes
checking for sa_family_t... yes
checking for struct in_pktinfo.ipi_spec_dst... yes
checking for struct sockaddr_in6... yes
checking whether SO_MARK is declared... yes
configure: checking anonymous union support...
yes
checking linker supports --wrap... yes
checking whether SIGHUP is declared... yes
checking whether SIGINT is declared... yes
checking whether SIGUSR1 is declared... yes
checking whether SIGUSR2 is declared... yes
checking whether SIGTERM is declared... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for daemon... yes
checking for chroot... yes
checking for getpwnam... yes
checking for setuid... yes
checking for nice... yes
checking for system... yes
checking for getpid... yes
checking for dup... yes
checking for dup2... yes
checking for getpass... yes
checking for syslog... yes
checking for openlog... yes
checking for mlockall... yes
checking for getgrnam... yes
checking for setgid... yes
checking for setgroups... yes
checking for stat... yes
checking for flock... yes
checking for readv... yes
checking for writev... yes
checking for time... yes
checking for gettimeofday... yes
checking for ctime... yes
checking for memset... yes
checking for vsnprintf... yes
checking for strdup... yes
checking for setsid... yes
checking for chdir... yes
checking for putenv... yes
checking for getpeername... yes
checking for unlink... yes
checking for chsize... no
checking for ftruncate... yes
checking for execve... yes
checking for getpeereid... no
checking for umask... yes
checking for basename... yes
checking for dirname... yes
checking for access... yes
checking for epoll_create... yes
checking for strsep... yes
checking for dlopen in -ldl... yes
checking for inet_ntoa in -lnsl... no
checking for socket in -lsocket... no
checking for gethostbyname in -lresolv... yes
checking for sendmsg... yes
checking for recvmsg... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for socket... yes
checking for recv... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for listen... yes
checking for accept... yes
checking for connect... yes
checking for bind... yes
checking for select... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for getsockname... yes
checking for poll... yes
checking for library containing __res_init... none required
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking net/tun/if_tun.h usability... no
checking net/tun/if_tun.h presence... no
checking for net/tun/if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking tap-windows.h usability... no
checking tap-windows.h presence... no
checking for tap-windows.h... no
checking whether TUNSETPERSIST is declared... yes
checking for setcon in -lselinux... no
checking for pam_start in -lpam... yes
checking for PKCS11_HELPER... yes
checking for OPENSSL... yes
checking for SSL_CTX_new... yes
checking for EVP_CIPHER_CTX_set_key_length... yes
checking for ENGINE_load_builtin_engines... yes
checking for ENGINE_register_all_complete... yes
checking for ENGINE_cleanup... no
checking whether ENGINE_cleanup is declared... yes
checking for EVP_aes_256_gcm... yes
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for HMAC_CTX_reset... yes
checking for EVP_MD_CTX_new... yes
checking for EVP_MD_CTX_free... yes
checking for EVP_MD_CTX_reset... yes
checking for EVP_CIPHER_CTX_reset... yes
checking for OpenSSL_version... yes
checking for SSL_CTX_get_default_passwd_cb... yes
checking for SSL_CTX_get_default_passwd_cb_userdata... yes
checking for SSL_CTX_set1_groups... no
checking for SSL_CTX_set_security_level... yes
checking for X509_get0_notBefore... yes
checking for X509_get0_notAfter... yes
checking for X509_get0_pubkey... yes
checking for X509_STORE_get0_objects... yes
checking for X509_OBJECT_free... yes
checking for X509_OBJECT_get_type... yes
checking for EVP_PKEY_get0_RSA... yes
checking for EVP_PKEY_get0_DSA... yes
checking for EVP_PKEY_get0_EC_KEY... yes
checking for RSA_set_flags... yes
checking for RSA_bits... yes
checking for RSA_get0_key... yes
checking for RSA_set0_key... yes
checking for DSA_get0_pqg... yes
checking for DSA_bits... yes
checking for RSA_meth_new... yes
checking for RSA_meth_free... yes
checking for RSA_meth_set_pub_enc... yes
checking for RSA_meth_set_pub_dec... yes
checking for RSA_meth_set_priv_enc... yes
checking for RSA_meth_set_priv_dec... yes
checking for RSA_meth_set_init... yes
checking for RSA_meth_set_sign... yes
checking for RSA_meth_set_finish... yes
checking for RSA_meth_set0_app_data... yes
checking for RSA_meth_get0_app_data... yes
checking for EC_GROUP_order_bits... yes
checking for lzo1x_1_15_compress in -llzo2... yes
checking lzo/lzoutil.h usability... yes
checking lzo/lzoutil.h presence... yes
checking for lzo/lzoutil.h... yes
checking lzo/lzo1x.h usability... yes
checking lzo/lzo1x.h presence... yes
checking for lzo/lzo1x.h... yes
checking for LZ4... no
checking lz4.h usability... no
checking lz4.h presence... no
checking for lz4.h... no
                usable LZ4 library or header not found, using version in src/compat/compat-lz4.*
checking git checkout... no
checking for P11KIT... no
checking whether the compiler accepts -Wno-stringop-truncation... yes
checking whether the compiler accepts -Wno-unused-function... yes
checking whether the compiler accepts -Wno-unused-parameter... yes
checking whether the compiler accepts -Wall... yes
checking for CMOCKA... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating version.sh
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/msvc/Makefile
config.status: creating build/msvc/msvc-generate/Makefile
config.status: creating distro/Makefile
config.status: creating distro/systemd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/openvpn.doxyfile
config.status: creating include/Makefile
config.status: creating sample/sample-plugins/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/openvpn/Makefile
config.status: creating src/openvpnmsica/Makefile
config.status: creating src/openvpnserv/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/auth-pam/Makefile
config.status: creating src/plugins/down-root/Makefile
config.status: creating src/tapctl/Makefile
config.status: creating tests/Makefile
config.status: creating tests/unit_tests/Makefile
config.status: creating tests/unit_tests/example_test/Makefile
config.status: creating tests/unit_tests/openvpn/Makefile
config.status: creating tests/unit_tests/plugins/Makefile
config.status: creating tests/unit_tests/plugins/auth-pam/Makefile
config.status: creating tests/unit_tests/engine-key/Makefile
config.status: creating sample/Makefile
config.status: creating tests/t_client.sh
config.status: creating config.h
config.status: creating include/openvpn-plugin.h
config.status: include/openvpn-plugin.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=> openvpn-2.5.1_1: running pre-build hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making all in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making all in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making all in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making all in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making all in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making all in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make  all-am
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making all in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making all in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c -o compat-dirname.lo compat-dirname.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c  -fPIC -DPIC -o .libs/compat-dirname.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1
mv -f .deps/compat-dirname.Tpo .deps/compat-dirname.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c -o compat-basename.lo compat-basename.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c  -fPIC -DPIC -o .libs/compat-basename.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c -o compat-basename.o >/dev/null 2>&1
mv -f .deps/compat-basename.Tpo .deps/compat-basename.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c -o compat-gettimeofday.lo compat-gettimeofday.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c  -fPIC -DPIC -o .libs/compat-gettimeofday.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1
mv -f .deps/compat-gettimeofday.Tpo .deps/compat-gettimeofday.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c -o compat-daemon.lo compat-daemon.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c  -fPIC -DPIC -o .libs/compat-daemon.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1
mv -f .deps/compat-daemon.Tpo .deps/compat-daemon.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c -o compat-inet_ntop.lo compat-inet_ntop.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c  -fPIC -DPIC -o .libs/compat-inet_ntop.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c -o compat-inet_ntop.o >/dev/null 2>&1
mv -f .deps/compat-inet_ntop.Tpo .deps/compat-inet_ntop.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c -o compat-inet_pton.lo compat-inet_pton.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c  -fPIC -DPIC -o .libs/compat-inet_pton.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c -o compat-inet_pton.o >/dev/null 2>&1
mv -f .deps/compat-inet_pton.Tpo .deps/compat-inet_pton.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c -o compat-lz4.lo compat-lz4.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c  -fPIC -DPIC -o .libs/compat-lz4.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c -o compat-lz4.o >/dev/null 2>&1
mv -f .deps/compat-lz4.Tpo .deps/compat-lz4.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c -o compat-strsep.lo compat-strsep.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c  -fPIC -DPIC -o .libs/compat-strsep.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c -o compat-strsep.o >/dev/null 2>&1
mv -f .deps/compat-strsep.Tpo .deps/compat-strsep.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libcompat.la  compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo compat-lz4.lo compat-strsep.lo
libtool: link: ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o .libs/compat-lz4.o .libs/compat-strsep.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making all in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o argv.c
mv -f .deps/argv.Tpo .deps/argv.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token.o -MD -MP -MF .deps/auth_token.Tpo -c -o auth_token.o auth_token.c
mv -f .deps/auth_token.Tpo .deps/auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
mv -f .deps/buffer.Tpo .deps/buffer.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT clinat.o -MD -MP -MF .deps/clinat.Tpo -c -o clinat.o clinat.c
mv -f .deps/clinat.Tpo .deps/clinat.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp.o -MD -MP -MF .deps/comp.Tpo -c -o comp.o comp.c
mv -f .deps/comp.Tpo .deps/comp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compstub.o -MD -MP -MF .deps/compstub.Tpo -c -o compstub.o compstub.c
mv -f .deps/compstub.Tpo .deps/compstub.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp-lz4.o -MD -MP -MF .deps/comp-lz4.Tpo -c -o comp-lz4.o comp-lz4.c
mv -f .deps/comp-lz4.Tpo .deps/comp-lz4.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto.o -MD -MP -MF .deps/crypto.Tpo -c -o crypto.o crypto.c
mv -f .deps/crypto.Tpo .deps/crypto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_openssl.o -MD -MP -MF .deps/crypto_openssl.Tpo -c -o crypto_openssl.o crypto_openssl.c
mv -f .deps/crypto_openssl.Tpo .deps/crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_mbedtls.o -MD -MP -MF .deps/crypto_mbedtls.Tpo -c -o crypto_mbedtls.o crypto_mbedtls.c
mv -f .deps/crypto_mbedtls.Tpo .deps/crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT dhcp.o -MD -MP -MF .deps/dhcp.Tpo -c -o dhcp.o dhcp.c
mv -f .deps/dhcp.Tpo .deps/dhcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT env_set.o -MD -MP -MF .deps/env_set.Tpo -c -o env_set.o env_set.c
mv -f .deps/env_set.Tpo .deps/env_set.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
mv -f .deps/error.Tpo .deps/error.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.c
mv -f .deps/event.Tpo .deps/event.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fdmisc.o -MD -MP -MF .deps/fdmisc.Tpo -c -o fdmisc.o fdmisc.c
mv -f .deps/fdmisc.Tpo .deps/fdmisc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT forward.o -MD -MP -MF .deps/forward.Tpo -c -o forward.o forward.c
mv -f .deps/forward.Tpo .deps/forward.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fragment.o -MD -MP -MF .deps/fragment.Tpo -c -o fragment.o fragment.c
mv -f .deps/fragment.Tpo .deps/fragment.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT gremlin.o -MD -MP -MF .deps/gremlin.Tpo -c -o gremlin.o gremlin.c
mv -f .deps/gremlin.Tpo .deps/gremlin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT helper.o -MD -MP -MF .deps/helper.Tpo -c -o helper.o helper.c
mv -f .deps/helper.Tpo .deps/helper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT httpdigest.o -MD -MP -MF .deps/httpdigest.Tpo -c -o httpdigest.o httpdigest.c
mv -f .deps/httpdigest.Tpo .deps/httpdigest.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lladdr.o -MD -MP -MF .deps/lladdr.Tpo -c -o lladdr.o lladdr.c
mv -f .deps/lladdr.Tpo .deps/lladdr.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
mv -f .deps/init.Tpo .deps/init.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT interval.o -MD -MP -MF .deps/interval.Tpo -c -o interval.o interval.c
mv -f .deps/interval.Tpo .deps/interval.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lzo.o -MD -MP -MF .deps/lzo.Tpo -c -o lzo.o lzo.c
mv -f .deps/lzo.Tpo .deps/lzo.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT manage.o -MD -MP -MF .deps/manage.Tpo -c -o manage.o manage.c
mv -f .deps/manage.Tpo .deps/manage.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mbuf.o -MD -MP -MF .deps/mbuf.Tpo -c -o mbuf.o mbuf.c
mv -f .deps/mbuf.Tpo .deps/mbuf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT platform.o -MD -MP -MF .deps/platform.Tpo -c -o platform.o platform.c
mv -f .deps/platform.Tpo .deps/platform.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
mv -f .deps/console.Tpo .deps/console.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_builtin.o -MD -MP -MF .deps/console_builtin.Tpo -c -o console_builtin.o console_builtin.c
mv -f .deps/console_builtin.Tpo .deps/console_builtin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_systemd.o -MD -MP -MF .deps/console_systemd.Tpo -c -o console_systemd.o console_systemd.c
mv -f .deps/console_systemd.Tpo .deps/console_systemd.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mroute.o -MD -MP -MF .deps/mroute.Tpo -c -o mroute.o mroute.c
mv -f .deps/mroute.Tpo .deps/mroute.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mss.o -MD -MP -MF .deps/mss.Tpo -c -o mss.o mss.c
mv -f .deps/mss.Tpo .deps/mss.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mstats.o -MD -MP -MF .deps/mstats.Tpo -c -o mstats.o mstats.c
mv -f .deps/mstats.Tpo .deps/mstats.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtcp.o -MD -MP -MF .deps/mtcp.Tpo -c -o mtcp.o mtcp.c
mv -f .deps/mtcp.Tpo .deps/mtcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtu.o -MD -MP -MF .deps/mtu.Tpo -c -o mtu.o mtu.c
mv -f .deps/mtu.Tpo .deps/mtu.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mudp.o -MD -MP -MF .deps/mudp.Tpo -c -o mudp.o mudp.c
mv -f .deps/mudp.Tpo .deps/mudp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT multi.o -MD -MP -MF .deps/multi.Tpo -c -o multi.o multi.c
mv -f .deps/multi.Tpo .deps/multi.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_iproute2.o -MD -MP -MF .deps/networking_iproute2.Tpo -c -o networking_iproute2.o networking_iproute2.c
mv -f .deps/networking_iproute2.Tpo .deps/networking_iproute2.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_sitnl.o -MD -MP -MF .deps/networking_sitnl.Tpo -c -o networking_sitnl.o networking_sitnl.c
mv -f .deps/networking_sitnl.Tpo .deps/networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ntlm.o -MD -MP -MF .deps/ntlm.Tpo -c -o ntlm.o ntlm.c
mv -f .deps/ntlm.Tpo .deps/ntlm.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT occ.o -MD -MP -MF .deps/occ.Tpo -c -o occ.o occ.c
mv -f .deps/occ.Tpo .deps/occ.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11.o -MD -MP -MF .deps/pkcs11.Tpo -c -o pkcs11.o pkcs11.c
mv -f .deps/pkcs11.Tpo .deps/pkcs11.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_openssl.o -MD -MP -MF .deps/pkcs11_openssl.Tpo -c -o pkcs11_openssl.o pkcs11_openssl.c
mv -f .deps/pkcs11_openssl.Tpo .deps/pkcs11_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_mbedtls.o -MD -MP -MF .deps/pkcs11_mbedtls.Tpo -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c
mv -f .deps/pkcs11_mbedtls.Tpo .deps/pkcs11_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT openvpn.o -MD -MP -MF .deps/openvpn.Tpo -c -o openvpn.o openvpn.c
mv -f .deps/openvpn.Tpo .deps/openvpn.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT otime.o -MD -MP -MF .deps/otime.Tpo -c -o otime.o otime.c
mv -f .deps/otime.Tpo .deps/otime.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id.o -MD -MP -MF .deps/packet_id.Tpo -c -o packet_id.o packet_id.c
mv -f .deps/packet_id.Tpo .deps/packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT perf.o -MD -MP -MF .deps/perf.Tpo -c -o perf.o perf.c
mv -f .deps/perf.Tpo .deps/perf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pf.o -MD -MP -MF .deps/pf.Tpo -c -o pf.o pf.c
mv -f .deps/pf.Tpo .deps/pf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ping.o -MD -MP -MF .deps/ping.Tpo -c -o ping.o ping.c
mv -f .deps/ping.Tpo .deps/ping.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
mv -f .deps/pool.Tpo .deps/pool.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proto.o -MD -MP -MF .deps/proto.Tpo -c -o proto.o proto.c
mv -f .deps/proto.Tpo .deps/proto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proxy.o -MD -MP -MF .deps/proxy.Tpo -c -o proxy.o proxy.c
mv -f .deps/proxy.Tpo .deps/proxy.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ps.o -MD -MP -MF .deps/ps.Tpo -c -o ps.o ps.c
mv -f .deps/ps.Tpo .deps/ps.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT push.o -MD -MP -MF .deps/push.Tpo -c -o push.o push.c
mv -f .deps/push.Tpo .deps/push.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT reliable.o -MD -MP -MF .deps/reliable.Tpo -c -o reliable.o reliable.c
mv -f .deps/reliable.Tpo .deps/reliable.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT route.o -MD -MP -MF .deps/route.Tpo -c -o route.o route.c
mv -f .deps/route.Tpo .deps/route.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT run_command.o -MD -MP -MF .deps/run_command.Tpo -c -o run_command.o run_command.c
mv -f .deps/run_command.Tpo .deps/run_command.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT schedule.o -MD -MP -MF .deps/schedule.Tpo -c -o schedule.o schedule.c
mv -f .deps/schedule.Tpo .deps/schedule.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT session_id.o -MD -MP -MF .deps/session_id.Tpo -c -o session_id.o session_id.c
mv -f .deps/session_id.Tpo .deps/session_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT shaper.o -MD -MP -MF .deps/shaper.Tpo -c -o shaper.o shaper.c
mv -f .deps/shaper.Tpo .deps/shaper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT sig.o -MD -MP -MF .deps/sig.Tpo -c -o sig.o sig.c
mv -f .deps/sig.Tpo .deps/sig.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
mv -f .deps/socket.Tpo .deps/socket.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socks.o -MD -MP -MF .deps/socks.Tpo -c -o socks.o socks.c
mv -f .deps/socks.Tpo .deps/socks.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.c
mv -f .deps/ssl.Tpo .deps/ssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_openssl.o -MD -MP -MF .deps/ssl_openssl.Tpo -c -o ssl_openssl.o ssl_openssl.c
mv -f .deps/ssl_openssl.Tpo .deps/ssl_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_mbedtls.o -MD -MP -MF .deps/ssl_mbedtls.Tpo -c -o ssl_mbedtls.o ssl_mbedtls.c
mv -f .deps/ssl_mbedtls.Tpo .deps/ssl_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_ncp.o -MD -MP -MF .deps/ssl_ncp.Tpo -c -o ssl_ncp.o ssl_ncp.c
mv -f .deps/ssl_ncp.Tpo .deps/ssl_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify.o -MD -MP -MF .deps/ssl_verify.Tpo -c -o ssl_verify.o ssl_verify.c
mv -f .deps/ssl_verify.Tpo .deps/ssl_verify.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_openssl.o -MD -MP -MF .deps/ssl_verify_openssl.Tpo -c -o ssl_verify_openssl.o ssl_verify_openssl.c
mv -f .deps/ssl_verify_openssl.Tpo .deps/ssl_verify_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_mbedtls.o -MD -MP -MF .deps/ssl_verify_mbedtls.Tpo -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c
mv -f .deps/ssl_verify_mbedtls.Tpo .deps/ssl_verify_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt.o -MD -MP -MF .deps/tls_crypt.Tpo -c -o tls_crypt.o tls_crypt.c
mv -f .deps/tls_crypt.Tpo .deps/tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tun.o -MD -MP -MF .deps/tun.Tpo -c -o tun.o tun.c
mv -f .deps/tun.Tpo .deps/tun.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT vlan.o -MD -MP -MF .deps/vlan.Tpo -c -o vlan.o vlan.c
mv -f .deps/vlan.Tpo .deps/vlan.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT win32.o -MD -MP -MF .deps/win32.Tpo -c -o win32.o win32.c
mv -f .deps/win32.Tpo .deps/win32.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT cryptoapi.o -MD -MP -MF .deps/cryptoapi.Tpo -c -o cryptoapi.o cryptoapi.c
mv -f .deps/cryptoapi.Tpo .deps/cryptoapi.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc       -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/libcompat.la -lresolv -llzo2  -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -lssl -lcrypto   -ldl
libtool: link: cc -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\" -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/.libs/libcompat.a -lresolv -llzo2 -L/usr/lib64 -lpthread -lpkcs11-helper -lssl -lcrypto -ldl
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making all in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making all in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making all in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c -o auth-pam.lo auth-pam.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c  -fPIC -DPIC -o .libs/auth-pam.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c -o auth-pam.o >/dev/null 2>&1
mv -f .deps/auth-pam.Tpo .deps/auth-pam.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c -o pamdl.lo pamdl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c  -fPIC -DPIC -o .libs/pamdl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c -o pamdl.o >/dev/null 2>&1
mv -f .deps/pamdl.Tpo .deps/pamdl.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./auth-pam.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-auth-pam.la -rpath /usr/lib64/openvpn/plugins utils.lo auth-pam.lo pamdl.lo -lpam
libtool: link: echo "{ global:" > .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cat ./auth-pam.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/utils.o .libs/auth-pam.o .libs/pamdl.o   -lpam  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-auth-pam.so -Wl,-version-script -Wl,.libs/openvpn-plugin-auth-pam.ver -o .libs/openvpn-plugin-auth-pam.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-auth-pam.la" && ln -s "../openvpn-plugin-auth-pam.la" "openvpn-plugin-auth-pam.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making all in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c -o down-root.lo down-root.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c  -fPIC -DPIC -o .libs/down-root.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c -o down-root.o >/dev/null 2>&1
mv -f .deps/down-root.Tpo .deps/down-root.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-down-root.la -rpath /usr/lib64/openvpn/plugins down-root.lo
libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver
libtool: link:  cat ./down-root.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/down-root.o    -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making all in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making all in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making all in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making all in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making all in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making all in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making all in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making all in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running do_check ...
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making check in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making check in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making check in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making check in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making check in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making check in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making check in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making check in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making check in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making check in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making check in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making check in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making check in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  example_testdriver example2_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example_testdriver-test.o -MD -MP -MF .deps/example_testdriver-test.Tpo -c -o example_testdriver-test.o `test -f 'test.c' || echo './'`test.c
mv -f .deps/example_testdriver-test.Tpo .deps/example_testdriver-test.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example_testdriver example_testdriver-test.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example_testdriver example_testdriver-test.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example2_testdriver-test2.o -MD -MP -MF .deps/example2_testdriver-test2.Tpo -c -o example2_testdriver-test2.o `test -f 'test2.c' || echo './'`test2.c
mv -f .deps/example2_testdriver-test2.Tpo .deps/example2_testdriver-test2.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example2_testdriver example2_testdriver-test2.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example2_testdriver example2_testdriver-test2.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
[==========] Running 2 test(s).
[ RUN      ] null_test_success
[       OK ] null_test_success
[ RUN      ] int_test_success
[       OK ] int_test_success
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: example_testdriver
[==========] Running 1 test(s).
[ RUN      ] test_true
[       OK ] test_true
[==========] 1 test(s) run.
[  PASSED  ] 1 test(s).
PASS: example2_testdriver
==================
All 2 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making check in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  argv_testdriver buffer_testdriver crypto_testdriver packet_id_testdriver auth_token_testdriver ncp_testdriver tls_crypt_testdriver networking_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-test_argv.o -MD -MP -MF .deps/argv_testdriver-test_argv.Tpo -c -o argv_testdriver-test_argv.o `test -f 'test_argv.c' || echo './'`test_argv.c
mv -f .deps/argv_testdriver-test_argv.Tpo .deps/argv_testdriver-test_argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_msg.o -MD -MP -MF .deps/argv_testdriver-mock_msg.Tpo -c -o argv_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/argv_testdriver-mock_msg.Tpo .deps/argv_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_get_random.o -MD -MP -MF .deps/argv_testdriver-mock_get_random.Tpo -c -o argv_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/argv_testdriver-mock_get_random.Tpo .deps/argv_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-platform.o -MD -MP -MF .deps/argv_testdriver-platform.Tpo -c -o argv_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/argv_testdriver-platform.Tpo .deps/argv_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-buffer.o -MD -MP -MF .deps/argv_testdriver-buffer.Tpo -c -o argv_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/argv_testdriver-buffer.Tpo .deps/argv_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-argv.o -MD -MP -MF .deps/argv_testdriver-argv.Tpo -c -o argv_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/argv_testdriver-argv.Tpo .deps/argv_testdriver-argv.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-test_buffer.o -MD -MP -MF .deps/buffer_testdriver-test_buffer.Tpo -c -o buffer_testdriver-test_buffer.o `test -f 'test_buffer.c' || echo './'`test_buffer.c
mv -f .deps/buffer_testdriver-test_buffer.Tpo .deps/buffer_testdriver-test_buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_msg.o -MD -MP -MF .deps/buffer_testdriver-mock_msg.Tpo -c -o buffer_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/buffer_testdriver-mock_msg.Tpo .deps/buffer_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_get_random.o -MD -MP -MF .deps/buffer_testdriver-mock_get_random.Tpo -c -o buffer_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/buffer_testdriver-mock_get_random.Tpo .deps/buffer_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-platform.o -MD -MP -MF .deps/buffer_testdriver-platform.Tpo -c -o buffer_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/buffer_testdriver-platform.Tpo .deps/buffer_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-test_crypto.o -MD -MP -MF .deps/crypto_testdriver-test_crypto.Tpo -c -o crypto_testdriver-test_crypto.o `test -f 'test_crypto.c' || echo './'`test_crypto.c
mv -f .deps/crypto_testdriver-test_crypto.Tpo .deps/crypto_testdriver-test_crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-mock_msg.o -MD -MP -MF .deps/crypto_testdriver-mock_msg.Tpo -c -o crypto_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/crypto_testdriver-mock_msg.Tpo .deps/crypto_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-buffer.o -MD -MP -MF .deps/crypto_testdriver-buffer.Tpo -c -o crypto_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/crypto_testdriver-buffer.Tpo .deps/crypto_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto.o -MD -MP -MF .deps/crypto_testdriver-crypto.Tpo -c -o crypto_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/crypto_testdriver-crypto.Tpo .deps/crypto_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/crypto_testdriver-crypto_mbedtls.Tpo -c -o crypto_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/crypto_testdriver-crypto_mbedtls.Tpo .deps/crypto_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_openssl.o -MD -MP -MF .deps/crypto_testdriver-crypto_openssl.Tpo -c -o crypto_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/crypto_testdriver-crypto_openssl.Tpo .deps/crypto_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-otime.o -MD -MP -MF .deps/crypto_testdriver-otime.Tpo -c -o crypto_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/crypto_testdriver-otime.Tpo .deps/crypto_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-packet_id.o -MD -MP -MF .deps/crypto_testdriver-packet_id.Tpo -c -o crypto_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/crypto_testdriver-packet_id.Tpo .deps/crypto_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-platform.o -MD -MP -MF .deps/crypto_testdriver-platform.Tpo -c -o crypto_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/crypto_testdriver-platform.Tpo .deps/crypto_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-test_packet_id.o -MD -MP -MF .deps/packet_id_testdriver-test_packet_id.Tpo -c -o packet_id_testdriver-test_packet_id.o `test -f 'test_packet_id.c' || echo './'`test_packet_id.c
mv -f .deps/packet_id_testdriver-test_packet_id.Tpo .deps/packet_id_testdriver-test_packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_msg.o -MD -MP -MF .deps/packet_id_testdriver-mock_msg.Tpo -c -o packet_id_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/packet_id_testdriver-mock_msg.Tpo .deps/packet_id_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_get_random.o -MD -MP -MF .deps/packet_id_testdriver-mock_get_random.Tpo -c -o packet_id_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/packet_id_testdriver-mock_get_random.Tpo .deps/packet_id_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-buffer.o -MD -MP -MF .deps/packet_id_testdriver-buffer.Tpo -c -o packet_id_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/packet_id_testdriver-buffer.Tpo .deps/packet_id_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-otime.o -MD -MP -MF .deps/packet_id_testdriver-otime.Tpo -c -o packet_id_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/packet_id_testdriver-otime.Tpo .deps/packet_id_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-packet_id.o -MD -MP -MF .deps/packet_id_testdriver-packet_id.Tpo -c -o packet_id_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/packet_id_testdriver-packet_id.Tpo .deps/packet_id_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-platform.o -MD -MP -MF .deps/packet_id_testdriver-platform.Tpo -c -o packet_id_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/packet_id_testdriver-platform.Tpo .deps/packet_id_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-test_auth_token.o -MD -MP -MF .deps/auth_token_testdriver-test_auth_token.Tpo -c -o auth_token_testdriver-test_auth_token.o `test -f 'test_auth_token.c' || echo './'`test_auth_token.c
mv -f .deps/auth_token_testdriver-test_auth_token.Tpo .deps/auth_token_testdriver-test_auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-mock_msg.o -MD -MP -MF .deps/auth_token_testdriver-mock_msg.Tpo -c -o auth_token_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/auth_token_testdriver-mock_msg.Tpo .deps/auth_token_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-buffer.o -MD -MP -MF .deps/auth_token_testdriver-buffer.Tpo -c -o auth_token_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/auth_token_testdriver-buffer.Tpo .deps/auth_token_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto.o -MD -MP -MF .deps/auth_token_testdriver-crypto.Tpo -c -o auth_token_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/auth_token_testdriver-crypto.Tpo .deps/auth_token_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/auth_token_testdriver-crypto_mbedtls.Tpo -c -o auth_token_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/auth_token_testdriver-crypto_mbedtls.Tpo .deps/auth_token_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_openssl.o -MD -MP -MF .deps/auth_token_testdriver-crypto_openssl.Tpo -c -o auth_token_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/auth_token_testdriver-crypto_openssl.Tpo .deps/auth_token_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-otime.o -MD -MP -MF .deps/auth_token_testdriver-otime.Tpo -c -o auth_token_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/auth_token_testdriver-otime.Tpo .deps/auth_token_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-packet_id.o -MD -MP -MF .deps/auth_token_testdriver-packet_id.Tpo -c -o auth_token_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/auth_token_testdriver-packet_id.Tpo .deps/auth_token_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-platform.o -MD -MP -MF .deps/auth_token_testdriver-platform.Tpo -c -o auth_token_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/auth_token_testdriver-platform.Tpo .deps/auth_token_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-base64.o -MD -MP -MF .deps/auth_token_testdriver-base64.Tpo -c -o auth_token_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/auth_token_testdriver-base64.Tpo .deps/auth_token_testdriver-base64.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-test_ncp.o -MD -MP -MF .deps/ncp_testdriver-test_ncp.Tpo -c -o ncp_testdriver-test_ncp.o `test -f 'test_ncp.c' || echo './'`test_ncp.c
mv -f .deps/ncp_testdriver-test_ncp.Tpo .deps/ncp_testdriver-test_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-mock_msg.o -MD -MP -MF .deps/ncp_testdriver-mock_msg.Tpo -c -o ncp_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/ncp_testdriver-mock_msg.Tpo .deps/ncp_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-buffer.o -MD -MP -MF .deps/ncp_testdriver-buffer.Tpo -c -o ncp_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/ncp_testdriver-buffer.Tpo .deps/ncp_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto.o -MD -MP -MF .deps/ncp_testdriver-crypto.Tpo -c -o ncp_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/ncp_testdriver-crypto.Tpo .deps/ncp_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/ncp_testdriver-crypto_mbedtls.Tpo -c -o ncp_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/ncp_testdriver-crypto_mbedtls.Tpo .deps/ncp_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_openssl.o -MD -MP -MF .deps/ncp_testdriver-crypto_openssl.Tpo -c -o ncp_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/ncp_testdriver-crypto_openssl.Tpo .deps/ncp_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-otime.o -MD -MP -MF .deps/ncp_testdriver-otime.Tpo -c -o ncp_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/ncp_testdriver-otime.Tpo .deps/ncp_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-packet_id.o -MD -MP -MF .deps/ncp_testdriver-packet_id.Tpo -c -o ncp_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/ncp_testdriver-packet_id.Tpo .deps/ncp_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-platform.o -MD -MP -MF .deps/ncp_testdriver-platform.Tpo -c -o ncp_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/ncp_testdriver-platform.Tpo .deps/ncp_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-test_tls_crypt.o -MD -MP -MF .deps/tls_crypt_testdriver-test_tls_crypt.Tpo -c -o tls_crypt_testdriver-test_tls_crypt.o `test -f 'test_tls_crypt.c' || echo './'`test_tls_crypt.c
mv -f .deps/tls_crypt_testdriver-test_tls_crypt.Tpo .deps/tls_crypt_testdriver-test_tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-mock_msg.o -MD -MP -MF .deps/tls_crypt_testdriver-mock_msg.Tpo -c -o tls_crypt_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/tls_crypt_testdriver-mock_msg.Tpo .deps/tls_crypt_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-argv.o -MD -MP -MF .deps/tls_crypt_testdriver-argv.Tpo -c -o tls_crypt_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/tls_crypt_testdriver-argv.Tpo .deps/tls_crypt_testdriver-argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-base64.o -MD -MP -MF .deps/tls_crypt_testdriver-base64.Tpo -c -o tls_crypt_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/tls_crypt_testdriver-base64.Tpo .deps/tls_crypt_testdriver-base64.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-buffer.o -MD -MP -MF .deps/tls_crypt_testdriver-buffer.Tpo -c -o tls_crypt_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/tls_crypt_testdriver-buffer.Tpo .deps/tls_crypt_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto.Tpo -c -o tls_crypt_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/tls_crypt_testdriver-crypto.Tpo .deps/tls_crypt_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo -c -o tls_crypt_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo .deps/tls_crypt_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_openssl.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_openssl.Tpo -c -o tls_crypt_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/tls_crypt_testdriver-crypto_openssl.Tpo .deps/tls_crypt_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-env_set.o -MD -MP -MF .deps/tls_crypt_testdriver-env_set.Tpo -c -o tls_crypt_testdriver-env_set.o `test -f '../../../src/openvpn/env_set.c' || echo './'`../../../src/openvpn/env_set.c
mv -f .deps/tls_crypt_testdriver-env_set.Tpo .deps/tls_crypt_testdriver-env_set.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-otime.o -MD -MP -MF .deps/tls_crypt_testdriver-otime.Tpo -c -o tls_crypt_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/tls_crypt_testdriver-otime.Tpo .deps/tls_crypt_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-packet_id.o -MD -MP -MF .deps/tls_crypt_testdriver-packet_id.Tpo -c -o tls_crypt_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/tls_crypt_testdriver-packet_id.Tpo .deps/tls_crypt_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-platform.o -MD -MP -MF .deps/tls_crypt_testdriver-platform.Tpo -c -o tls_crypt_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/tls_crypt_testdriver-platform.Tpo .deps/tls_crypt_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-run_command.o -MD -MP -MF .deps/tls_crypt_testdriver-run_command.Tpo -c -o tls_crypt_testdriver-run_command.o `test -f '../../../src/openvpn/run_command.c' || echo './'`../../../src/openvpn/run_command.c
mv -f .deps/tls_crypt_testdriver-run_command.Tpo .deps/tls_crypt_testdriver-run_command.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-test_networking.o -MD -MP -MF .deps/networking_testdriver-test_networking.Tpo -c -o networking_testdriver-test_networking.o `test -f 'test_networking.c' || echo './'`test_networking.c
mv -f .deps/networking_testdriver-test_networking.Tpo .deps/networking_testdriver-test_networking.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-mock_msg.o -MD -MP -MF .deps/networking_testdriver-mock_msg.Tpo -c -o networking_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/networking_testdriver-mock_msg.Tpo .deps/networking_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-networking_sitnl.o -MD -MP -MF .deps/networking_testdriver-networking_sitnl.Tpo -c -o networking_testdriver-networking_sitnl.o `test -f '../../../src/openvpn/networking_sitnl.c' || echo './'`../../../src/openvpn/networking_sitnl.c
mv -f .deps/networking_testdriver-networking_sitnl.Tpo .deps/networking_testdriver-networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-buffer.o -MD -MP -MF .deps/networking_testdriver-buffer.Tpo -c -o networking_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/networking_testdriver-buffer.Tpo .deps/networking_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto.o -MD -MP -MF .deps/networking_testdriver-crypto.Tpo -c -o networking_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/networking_testdriver-crypto.Tpo .deps/networking_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/networking_testdriver-crypto_mbedtls.Tpo -c -o networking_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/networking_testdriver-crypto_mbedtls.Tpo .deps/networking_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_openssl.o -MD -MP -MF .deps/networking_testdriver-crypto_openssl.Tpo -c -o networking_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/networking_testdriver-crypto_openssl.Tpo .deps/networking_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-otime.o -MD -MP -MF .deps/networking_testdriver-otime.Tpo -c -o networking_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/networking_testdriver-otime.Tpo .deps/networking_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-packet_id.o -MD -MP -MF .deps/networking_testdriver-packet_id.Tpo -c -o networking_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/networking_testdriver-packet_id.Tpo .deps/networking_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-platform.o -MD -MP -MF .deps/networking_testdriver-platform.Tpo -c -o networking_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/networking_testdriver-platform.Tpo .deps/networking_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
[==========] Running 13 test(s).
[ RUN      ] argv_printf__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf__embedded_format_directive__replaced_in_output
[       OK ] argv_printf__embedded_format_directive__replaced_in_output
[ RUN      ] argv_printf__group_sep_in_arg__fail_no_ouput
[       OK ] argv_printf__group_sep_in_arg__fail_no_ouput
[ RUN      ] argv_printf__combined_path_with_spaces__argc_correct
[       OK ] argv_printf__combined_path_with_spaces__argc_correct
[ RUN      ] argv_printf__empty_parameter__argc_correct
[       OK ] argv_printf__empty_parameter__argc_correct
[ RUN      ] argv_printf__long_args__data_correct
[       OK ] argv_printf__long_args__data_correct
[ RUN      ] argv_parse_cmd__command_string__argc_correct
[       OK ] argv_parse_cmd__command_string__argc_correct
[ RUN      ] argv_parse_cmd__command_and_extra_options__argc_correct
[       OK ] argv_parse_cmd__command_and_extra_options__argc_correct
[ RUN      ] argv_printf_cat__used_twice__argc_correct
[       OK ] argv_printf_cat__used_twice__argc_correct
[ RUN      ] argv_str__empty_argv__empty_output
[       OK ] argv_str__empty_argv__empty_output
[ RUN      ] argv_str__multiple_argv__correct_output
[       OK ] argv_str__multiple_argv__correct_output
[ RUN      ] argv_insert_head__non_empty_argv__head_added
[       OK ] argv_insert_head__non_empty_argv__head_added
[==========] 13 test(s) run.
[  PASSED  ] 13 test(s).
PASS: argv_testdriver
[==========] Running 11 test(s).
[ RUN      ] test_buffer_strprefix
[       OK ] test_buffer_strprefix
[ RUN      ] test_buffer_list_full
[       OK ] test_buffer_list_full
[ RUN      ] test_buffer_list_aggregate_separator_empty
[       OK ] test_buffer_list_aggregate_separator_empty
[ RUN      ] test_buffer_list_aggregate_separator_noop
[       OK ] test_buffer_list_aggregate_separator_noop
[ RUN      ] test_buffer_list_aggregate_separator_two
[       OK ] test_buffer_list_aggregate_separator_two
[ RUN      ] test_buffer_list_aggregate_separator_all
[       OK ] test_buffer_list_aggregate_separator_all
[ RUN      ] test_buffer_list_aggregate_separator_nosep
[       OK ] test_buffer_list_aggregate_separator_nosep
[ RUN      ] test_buffer_list_aggregate_separator_zerolen
[       OK ] test_buffer_list_aggregate_separator_zerolen
[ RUN      ] test_buffer_list_aggregate_separator_emptybuffers
[       OK ] test_buffer_list_aggregate_separator_emptybuffers
[ RUN      ] test_buffer_free_gc_one
[       OK ] test_buffer_free_gc_one
[ RUN      ] test_buffer_free_gc_two
[       OK ] test_buffer_free_gc_two
[==========] 11 test(s) run.
[  PASSED  ] 11 test(s).
PASS: buffer_testdriver
[==========] Running 2 test(s).
[ RUN      ] crypto_pem_encode_decode_loopback
[       OK ] crypto_pem_encode_decode_loopback
[ RUN      ] crypto_translate_cipher_names
[       OK ] crypto_translate_cipher_names
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: crypto_testdriver
[==========] Running 6 test(s).
[ RUN      ] test_packet_id_write_short
[       OK ] test_packet_id_write_short
[ RUN      ] test_packet_id_write_long
[       OK ] test_packet_id_write_long
[ RUN      ] test_packet_id_write_short_prepend
[       OK ] test_packet_id_write_short_prepend
[ RUN      ] test_packet_id_write_long_prepend
[       OK ] test_packet_id_write_long_prepend
[ RUN      ] test_packet_id_write_short_wrap
[       OK ] test_packet_id_write_short_wrap
[ RUN      ] test_packet_id_write_long_wrap
[       OK ] test_packet_id_write_long_wrap
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: packet_id_testdriver
[==========] Running 8 test(s).
[ RUN      ] auth_token_basic_test
[       OK ] auth_token_basic_test
[ RUN      ] auth_token_fail_invalid_key
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_fail_invalid_key
[ RUN      ] auth_token_test_known_keys
[       OK ] auth_token_test_known_keys
[ RUN      ] auth_token_test_empty_user
ERROR: --auth-token wrong size (21!=60)
[       OK ] auth_token_test_empty_user
[ RUN      ] auth_token_test_env
[       OK ] auth_token_test_env
[ RUN      ] auth_token_test_random_keys
[       OK ] auth_token_test_random_keys
[ RUN      ] auth_token_test_key_load
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_test_key_load
[ RUN      ] auth_token_test_timeout
[       OK ] auth_token_test_timeout
[==========] 8 test(s) run.
[  PASSED  ] 8 test(s).
PASS: auth_token_testdriver
[==========] Running 4 test(s).
[ RUN      ] test_check_ncp_ciphers_list
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Unsupported cipher in --data-ciphers: vollbit
Unsupported cipher in --data-ciphers: vollbit
Length of --data-ciphers is over the limit of 127 chars
[       OK ] test_check_ncp_ciphers_list
[ RUN      ] test_extract_client_ciphers
[       OK ] test_extract_client_ciphers
[ RUN      ] test_poor_man
[       OK ] test_poor_man
[ RUN      ] test_ncp_best
[       OK ] test_ncp_best
[==========] 4 test(s) run.
[  PASSED  ] 4 test(s).
PASS: ncp_testdriver
[==========] Running 15 test(s).
[ RUN      ] tls_crypt_loopback
[       OK ] tls_crypt_loopback
[ RUN      ] tls_crypt_loopback_zero_len
[       OK ] tls_crypt_loopback_zero_len
[ RUN      ] tls_crypt_loopback_max_len
[       OK ] tls_crypt_loopback_max_len
[ RUN      ] tls_crypt_fail_msg_too_long
[       OK ] tls_crypt_fail_msg_too_long
[ RUN      ] tls_crypt_fail_invalid_key
[       OK ] tls_crypt_fail_invalid_key
[ RUN      ] tls_crypt_fail_replay
[       OK ] tls_crypt_fail_replay
[ RUN      ] tls_crypt_ignore_replay
[       OK ] tls_crypt_ignore_replay
[ RUN      ] tls_crypt_v2_wrap_unwrap_no_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_no_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_max_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_max_metadata
[ RUN      ] tls_crypt_v2_wrap_too_long_metadata
ERROR: could not crypt: insufficient space in dst
[       OK ] tls_crypt_v2_wrap_too_long_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_wrong_key
[       OK ] tls_crypt_v2_wrap_unwrap_wrong_key
[ RUN      ] tls_crypt_v2_wrap_unwrap_dst_too_small
[       OK ] tls_crypt_v2_wrap_unwrap_dst_too_small
[ RUN      ] test_tls_crypt_v2_write_server_key_file
[       OK ] test_tls_crypt_v2_write_server_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file
[       OK ] test_tls_crypt_v2_write_client_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file_metadata
[       OK ] test_tls_crypt_v2_write_client_key_file_metadata
[==========] 15 test(s) run.
[  PASSED  ] 15 test(s).
PASS: tls_crypt_testdriver
==================
All 7 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making check in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  auth_pam_testdriver
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-test_search_and_replace.o -MD -MP -MF .deps/auth_pam_testdriver-test_search_and_replace.Tpo -c -o auth_pam_testdriver-test_search_and_replace.o `test -f 'test_search_and_replace.c' || echo './'`test_search_and_replace.c
mv -f .deps/auth_pam_testdriver-test_search_and_replace.Tpo .deps/auth_pam_testdriver-test_search_and_replace.Po
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-utils.o -MD -MP -MF .deps/auth_pam_testdriver-utils.Tpo -c -o auth_pam_testdriver-utils.o `test -f '../../../../src/plugins/auth-pam/utils.c' || echo './'`../../../../src/plugins/auth-pam/utils.c
mv -f .deps/auth_pam_testdriver-utils.Tpo .deps/auth_pam_testdriver-utils.Po
/bin/sh ../../../../libtool  --tag=CC   --mode=link cc -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o
libtool: link: cc -I../../../../include -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  check-TESTS
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
[==========] Running 6 test(s).
[ RUN      ] pass_any_null_param__returns_null
[       OK ] pass_any_null_param__returns_null
[ RUN      ] pass_any_empty_string__returns_null
[       OK ] pass_any_empty_string__returns_null
[ RUN      ] replace_single_char__one_time__match_is_replaced
[       OK ] replace_single_char__one_time__match_is_replaced
[ RUN      ] replace_single_char__multiple_times__match_all_matches_are_replaced
[       OK ] replace_single_char__multiple_times__match_all_matches_are_replaced
[ RUN      ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[       OK ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[ RUN      ] pattern_not_found__returns_original
[       OK ] pattern_not_found__returns_original
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: auth_pam_testdriver
=============
1 test passed
=============
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  libtestengine.la
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c -o libtestengine_la-libtestengine.lo `test -f 'libtestengine.c' || echo './'`libtestengine.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c  -fPIC -DPIC -o .libs/libtestengine_la-libtestengine.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c -o libtestengine_la-libtestengine.o >/dev/null 2>&1
mv -f .deps/libtestengine_la-libtestengine.Tpo .deps/libtestengine_la-libtestengine.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -rpath /lib -shrext .so -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libtestengine.la  libtestengine_la-libtestengine.lo
libtool: link: cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/libtestengine_la-libtestengine.o   -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libtestengine.so.0 -o .libs/libtestengine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libtestengine.so.0" && ln -s "libtestengine.so.0.0.0" "libtestengine.so.0")
libtool: link: (cd ".libs" && rm -f "libtestengine.so" && ln -s "libtestengine.so.0.0.0" "libtestengine.so")
libtool: link: ar cru .libs/libtestengine.a  libtestengine_la-libtestengine.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtestengine.a
libtool: link: ( cd ".libs" && rm -f "libtestengine.la" && ln -s "../libtestengine.la" "libtestengine.la" )
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
sed "s|ABSBUILDDIR|/builddir/openvpn-2.5.1/tests/unit_tests/engine-key|" < ./openssl.cnf.in > openssl.cnf
PASS: check_engine_keys.sh
=============
1 test passed
=============
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make  check-TESTS
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
./t_client.sh: cannot find 't_client.rc' in build dir ('..')
./t_client.sh: or source directory ('.'). SKIPPING TEST.
SKIP: t_client.sh
Testing cipher AES-128-CBC... OK
Testing cipher AES-128-CFB... OK
Testing cipher AES-128-CFB1... OK
Testing cipher AES-128-CFB8... OK
Testing cipher AES-128-GCM... OK
Testing cipher AES-128-OFB... OK
Testing cipher AES-192-CBC... OK
Testing cipher AES-192-CFB... OK
Testing cipher AES-192-CFB1... OK
Testing cipher AES-192-CFB8... OK
Testing cipher AES-192-GCM... OK
Testing cipher AES-192-OFB... OK
Testing cipher AES-256-CBC... OK
Testing cipher AES-256-CFB... OK
Testing cipher AES-256-CFB1... OK
Testing cipher AES-256-CFB8... OK
Testing cipher AES-256-GCM... OK
Testing cipher AES-256-OFB... OK
Testing cipher ARIA-128-CBC... OK
Testing cipher ARIA-128-CFB... OK
Testing cipher ARIA-128-CFB1... OK
Testing cipher ARIA-128-CFB8... OK
Testing cipher ARIA-128-OFB... OK
Testing cipher ARIA-192-CBC... OK
Testing cipher ARIA-192-CFB... OK
Testing cipher ARIA-192-CFB1... OK
Testing cipher ARIA-192-CFB8... OK
Testing cipher ARIA-192-OFB... OK
Testing cipher ARIA-256-CBC... OK
Testing cipher ARIA-256-CFB... OK
Testing cipher ARIA-256-CFB1... OK
Testing cipher ARIA-256-CFB8... OK
Testing cipher ARIA-256-OFB... OK
Testing cipher CAMELLIA-128-CBC... OK
Testing cipher CAMELLIA-128-CFB... OK
Testing cipher CAMELLIA-128-CFB1... OK
Testing cipher CAMELLIA-128-CFB8... OK
Testing cipher CAMELLIA-128-OFB... OK
Testing cipher CAMELLIA-192-CBC... OK
Testing cipher CAMELLIA-192-CFB... OK
Testing cipher CAMELLIA-192-CFB1... OK
Testing cipher CAMELLIA-192-CFB8... OK
Testing cipher CAMELLIA-192-OFB... OK
Testing cipher CAMELLIA-256-CBC... OK
Testing cipher CAMELLIA-256-CFB... OK
Testing cipher CAMELLIA-256-CFB1... OK
Testing cipher CAMELLIA-256-CFB8... OK
Testing cipher CAMELLIA-256-OFB... OK
Testing cipher CHACHA20-POLY1305... OK
Testing cipher SEED-CBC... OK
Testing cipher SEED-CFB... OK
Testing cipher SEED-OFB... OK
Testing cipher SM4-CBC... OK
Testing cipher SM4-CFB... OK
Testing cipher SM4-OFB... OK
Testing cipher BF-CBC... OK
Testing cipher BF-CFB... OK
Testing cipher BF-OFB... OK
Testing cipher CAST5-CBC... OK
Testing cipher CAST5-CFB... OK
Testing cipher CAST5-OFB... OK
Testing cipher DES-CBC... OK
Testing cipher DES-CFB... OK
Testing cipher DES-CFB8... OK
Testing cipher DES-EDE-CBC... OK
Testing cipher DES-EDE-CFB... OK
Testing cipher DES-EDE-OFB... OK
Testing cipher DES-EDE3-CBC... OK
Testing cipher DES-EDE3-CFB... OK
Testing cipher DES-EDE3-CFB8... OK
Testing cipher DES-EDE3-OFB... OK
Testing cipher DES-OFB... OK
Testing cipher DESX-CBC... OK
Testing cipher IDEA-CBC... OK
Testing cipher IDEA-CFB... OK
Testing cipher IDEA-OFB... OK
Testing cipher RC2-40-CBC... OK
Testing cipher RC2-64-CBC... OK
Testing cipher RC2-CBC... OK
Testing cipher RC2-CFB... OK
Testing cipher RC2-OFB... OK
Testing cipher none... OK
Testing tls-crypt-v2 server key generation... OK
Testing tls-crypt-v2 key generation (no metadata)... OK
Testing tls-crypt-v2 key generation (max length metadata)... OK
PASS: t_lpback.sh
The following test will take about two minutes.
If the addresses are in use, this test will retry up to two times.
PASS: t_cltsrv.sh
./t_net.sh: no RUN_SUDO=... in t_client.rc or environment, defaulting to 'sudo'.
      if that does not work, set RUN_SUDO= correctly for your system.
./t_net.sh: line 122: sudo: command not found
./t_net.sh: sudo ./unit_tests/openvpn/networking_testdriver failed, cannot go on. SKIP.
SKIP: t_net.sh
======================
All 2 tests passed
(2 tests were not run)
======================
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running pre-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running pre-install hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running pre-install hook: 98-fixup-gir-path ...
=> openvpn-2.5.1_1: running do_install ...
make  install-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making install in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making install in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making install in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making install in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making install in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making install in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/include'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/destdir//openvpn-2.5.1/usr/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making install in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making install in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making install in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/bin'
  /bin/sh ../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c openvpn '/destdir//openvpn-2.5.1/usr/bin'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c openvpn /destdir//openvpn-2.5.1/usr/bin/openvpn
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making install in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making install in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making install in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.auth-pam '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-auth-pam.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making install in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.down-root '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-down-root.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making install in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/sample'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making install in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making install in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 management-notes.txt gui-notes.txt '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/man/man8'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn.8 '/destdir//openvpn-2.5.1/usr/share/man/man8'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making install in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making install in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making install in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making install in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making install in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README README.IPv6 README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1'
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running post_install ...
=> openvpn-2.5.1_1: running post-install hook: 00-compress-info-files ...
=> openvpn-2.5.1_1: running post-install hook: 00-fixup-gir-path ...
=> openvpn-2.5.1_1: running post-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running post-install hook: 00-uncompress-manpages ...
=> openvpn-2.5.1_1: running post-install hook: 01-remove-misc ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-libtool-archives ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-perl-files ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-python-bytecode-files ...
=> openvpn-2.5.1_1: running post-install hook: 03-remove-empty-dirs ...
=> openvpn-2.5.1_1: running post-install hook: 04-create-xbps-metadata-scripts ...
=> openvpn-2.5.1_1: running post-install hook: 05-generate-gitrevs ...
=> openvpn-2.5.1_1: running post-install hook: 06-strip-and-debug-pkgs ...
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-down-root.so
   Stripped position-independent executable: /usr/bin/openvpn
=> openvpn-2.5.1_1: running post-install hook: 10-pkglint-devel-paths ...
=> openvpn-2.5.1_1: running post-install hook: 11-pkglint-elf-in-usrshare ...
=> openvpn-2.5.1_1: running post-install hook: 12-rename-python3-c-bindings ...
=> openvpn-2.5.1_1: running post-install hook: 13-pkg-config-clean-xbps-cross-base-ref ...
=> openvpn-2.5.1_1: running post-install hook: 99-pkglint-warn-cross-cruft ...
=> openvpn-2.5.1_1: running pre-pkg hook: 03-rewrite-python-shebang ...
=> openvpn-2.5.1_1: running pre-pkg hook: 04-generate-runtime-deps ...
   SONAME: libpam.so.0 <-> pam-libs>=1.1.6_3
   SONAME: libc.so.6 <-> glibc>=2.32_1
   SONAME: liblzo2.so.2 <-> lzo>=2.03_1
   SONAME: libpthread.so.0 <-> glibc>=2.32_1
   SONAME: libpkcs11-helper.so.1 <-> pkcs11-helper>=1.25.1_6
   SONAME: libssl.so.1.1 <-> libssl1.1>=1.1.1f_1
   SONAME: libcrypto.so.1.1 <-> libcrypto1.1>=1.1.1f_1
   SONAME: libdl.so.2 <-> glibc>=2.32_1
=> openvpn-2.5.1_1: running pre-pkg hook: 05-prepare-32bit ...
=> openvpn-2.5.1_1: running pre-pkg hook: 06-shlib-provides ...
=> openvpn-2.5.1_1: running pre-pkg hook: 90-set-timestamps ...
=> openvpn-2.5.1_1: setting mtimes to Tue Apr  6 02:41:50 PM UTC 2021
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint-subpkgs ...
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint ...
=> openvpn-2.5.1_1: running pre-pkg hook: 999-collected-rdeps ...
   pam-libs>=1.1.6_3 glibc>=2.32_1 lzo>=2.03_1 pkcs11-helper>=1.25.1_6 libssl1.1>=1.1.1f_1 libcrypto1.1>=1.1.1f_1
=> openvpn-2.5.1_1: running do-pkg hook: 00-gen-pkg ...
=> openvpn-2.5.1_1: skipping existing openvpn-2.5.1_1.x86_64.xbps pkg...
=> openvpn-2.5.1_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/openvpn
index: skipping `openvpn-2.5.1_1' (x86_64), already registered.
index: 1 packages registered.
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: cleaning build directory...
=> openvpn: removing files from destdir...

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (2 preceding siblings ...)
  2021-04-06 16:47 ` glaulher
@ 2021-04-06 17:06 ` ericonr
  2021-04-06 17:08 ` [PR REVIEW] " ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-04-06 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176389 bytes --]

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#issuecomment-814270084

Comment:
on my computer the tests passed:

```
glaulher in void-packages on  openvpn [$!] took 51s
❯ ./xbps-src -Q pkg openvpn
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: the following build options are set:
   pkcs11: Enable support for PKCS#11 (ON)
   mbedtls: Build with mbedtls support (OFF)
=> openvpn-2.5.1_1: building [gnu-configure] for x86_64...
   [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] openssl-devel-1.1.1k_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] lzo-devel-2.10_2: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pam-devel-1.5.1_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] pkcs11-helper-devel-1.25.1_6: found (https://alpha.de.repo.voidlinux.org/current)
   [target] cmocka-devel-1.1.5_1: found (https://alpha.de.repo.voidlinux.org/current)
=> openvpn-2.5.1_1: installing host dependencies: pkg-config-0.29.2_2 ...
=> openvpn-2.5.1_1: installing target dependencies: openssl-devel-1.1.1k_1 lzo-devel-2.10_2 pam-devel-1.5.1_1 pkcs11-helper-devel-1.25.1_6 cmocka-devel-1.1.5_1 ...
=> openvpn-2.5.1_1: running do-fetch hook: 00-distfiles ...
=> openvpn-2.5.1_1: running do-extract hook: 00-distfiles ...
=> openvpn-2.5.1_1: extracting distfile(s), please wait...
=> openvpn-2.5.1_1: running do-patch hook: 00-patches ...
=> openvpn-2.5.1_1: running pre-configure hook: 00-gnu-configure-asneeded ...
=> openvpn-2.5.1_1: running pre-configure hook: 01-override-config ...
=> openvpn-2.5.1_1: running pre-configure hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_configure ...
checking for a BSD-compatible install... /builddir/.xbps-openvpn/wrappers/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnu-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... cpp
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for ifconfig... no
checking for route... no
checking for ip... no
checking for systemd-ask-password... no
checking for netstat... no
checking for git... no
checking for rst2man... no
checking for rst2html... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnu-strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking return type of signal handlers... void
checking for ISO C 1999 vararg macro support... yes
checking for GNU GCC vararg macro support... yes
checking for socklen_t... yes
checking for C compiler empty array size... 0
checking size of unsigned int... 4
checking size of unsigned long... 8
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking versionhelpers.h usability... no
checking versionhelpers.h presence... no
checking for versionhelpers.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for net/if.h... yes
checking for netinet/ip.h... yes
checking for resolv.h... yes
checking for sys/un.h... yes
checking for net/if_utun.h... no
checking for sys/kern_control.h... no
checking for in_addr_t... yes
checking for in_port_t... yes
checking for struct iphdr... yes
checking for struct sock_extended_err... no
checking for struct msghdr... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... yes
checking for sa_family_t... yes
checking for struct in_pktinfo.ipi_spec_dst... yes
checking for struct sockaddr_in6... yes
checking whether SO_MARK is declared... yes
configure: checking anonymous union support...
yes
checking linker supports --wrap... yes
checking whether SIGHUP is declared... yes
checking whether SIGINT is declared... yes
checking whether SIGUSR1 is declared... yes
checking whether SIGUSR2 is declared... yes
checking whether SIGTERM is declared... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for daemon... yes
checking for chroot... yes
checking for getpwnam... yes
checking for setuid... yes
checking for nice... yes
checking for system... yes
checking for getpid... yes
checking for dup... yes
checking for dup2... yes
checking for getpass... yes
checking for syslog... yes
checking for openlog... yes
checking for mlockall... yes
checking for getgrnam... yes
checking for setgid... yes
checking for setgroups... yes
checking for stat... yes
checking for flock... yes
checking for readv... yes
checking for writev... yes
checking for time... yes
checking for gettimeofday... yes
checking for ctime... yes
checking for memset... yes
checking for vsnprintf... yes
checking for strdup... yes
checking for setsid... yes
checking for chdir... yes
checking for putenv... yes
checking for getpeername... yes
checking for unlink... yes
checking for chsize... no
checking for ftruncate... yes
checking for execve... yes
checking for getpeereid... no
checking for umask... yes
checking for basename... yes
checking for dirname... yes
checking for access... yes
checking for epoll_create... yes
checking for strsep... yes
checking for dlopen in -ldl... yes
checking for inet_ntoa in -lnsl... no
checking for socket in -lsocket... no
checking for gethostbyname in -lresolv... yes
checking for sendmsg... yes
checking for recvmsg... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for socket... yes
checking for recv... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for listen... yes
checking for accept... yes
checking for connect... yes
checking for bind... yes
checking for select... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for getsockname... yes
checking for poll... yes
checking for library containing __res_init... none required
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking net/tun/if_tun.h usability... no
checking net/tun/if_tun.h presence... no
checking for net/tun/if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking tap-windows.h usability... no
checking tap-windows.h presence... no
checking for tap-windows.h... no
checking whether TUNSETPERSIST is declared... yes
checking for setcon in -lselinux... no
checking for pam_start in -lpam... yes
checking for PKCS11_HELPER... yes
checking for OPENSSL... yes
checking for SSL_CTX_new... yes
checking for EVP_CIPHER_CTX_set_key_length... yes
checking for ENGINE_load_builtin_engines... yes
checking for ENGINE_register_all_complete... yes
checking for ENGINE_cleanup... no
checking whether ENGINE_cleanup is declared... yes
checking for EVP_aes_256_gcm... yes
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for HMAC_CTX_reset... yes
checking for EVP_MD_CTX_new... yes
checking for EVP_MD_CTX_free... yes
checking for EVP_MD_CTX_reset... yes
checking for EVP_CIPHER_CTX_reset... yes
checking for OpenSSL_version... yes
checking for SSL_CTX_get_default_passwd_cb... yes
checking for SSL_CTX_get_default_passwd_cb_userdata... yes
checking for SSL_CTX_set1_groups... no
checking for SSL_CTX_set_security_level... yes
checking for X509_get0_notBefore... yes
checking for X509_get0_notAfter... yes
checking for X509_get0_pubkey... yes
checking for X509_STORE_get0_objects... yes
checking for X509_OBJECT_free... yes
checking for X509_OBJECT_get_type... yes
checking for EVP_PKEY_get0_RSA... yes
checking for EVP_PKEY_get0_DSA... yes
checking for EVP_PKEY_get0_EC_KEY... yes
checking for RSA_set_flags... yes
checking for RSA_bits... yes
checking for RSA_get0_key... yes
checking for RSA_set0_key... yes
checking for DSA_get0_pqg... yes
checking for DSA_bits... yes
checking for RSA_meth_new... yes
checking for RSA_meth_free... yes
checking for RSA_meth_set_pub_enc... yes
checking for RSA_meth_set_pub_dec... yes
checking for RSA_meth_set_priv_enc... yes
checking for RSA_meth_set_priv_dec... yes
checking for RSA_meth_set_init... yes
checking for RSA_meth_set_sign... yes
checking for RSA_meth_set_finish... yes
checking for RSA_meth_set0_app_data... yes
checking for RSA_meth_get0_app_data... yes
checking for EC_GROUP_order_bits... yes
checking for lzo1x_1_15_compress in -llzo2... yes
checking lzo/lzoutil.h usability... yes
checking lzo/lzoutil.h presence... yes
checking for lzo/lzoutil.h... yes
checking lzo/lzo1x.h usability... yes
checking lzo/lzo1x.h presence... yes
checking for lzo/lzo1x.h... yes
checking for LZ4... no
checking lz4.h usability... no
checking lz4.h presence... no
checking for lz4.h... no
                usable LZ4 library or header not found, using version in src/compat/compat-lz4.*
checking git checkout... no
checking for P11KIT... no
checking whether the compiler accepts -Wno-stringop-truncation... yes
checking whether the compiler accepts -Wno-unused-function... yes
checking whether the compiler accepts -Wno-unused-parameter... yes
checking whether the compiler accepts -Wall... yes
checking for CMOCKA... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating version.sh
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/msvc/Makefile
config.status: creating build/msvc/msvc-generate/Makefile
config.status: creating distro/Makefile
config.status: creating distro/systemd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/openvpn.doxyfile
config.status: creating include/Makefile
config.status: creating sample/sample-plugins/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/openvpn/Makefile
config.status: creating src/openvpnmsica/Makefile
config.status: creating src/openvpnserv/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/auth-pam/Makefile
config.status: creating src/plugins/down-root/Makefile
config.status: creating src/tapctl/Makefile
config.status: creating tests/Makefile
config.status: creating tests/unit_tests/Makefile
config.status: creating tests/unit_tests/example_test/Makefile
config.status: creating tests/unit_tests/openvpn/Makefile
config.status: creating tests/unit_tests/plugins/Makefile
config.status: creating tests/unit_tests/plugins/auth-pam/Makefile
config.status: creating tests/unit_tests/engine-key/Makefile
config.status: creating sample/Makefile
config.status: creating tests/t_client.sh
config.status: creating config.h
config.status: creating include/openvpn-plugin.h
config.status: include/openvpn-plugin.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=> openvpn-2.5.1_1: running pre-build hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making all in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making all in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making all in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making all in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making all in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making all in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make  all-am
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making all in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making all in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c -o compat-dirname.lo compat-dirname.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c  -fPIC -DPIC -o .libs/compat-dirname.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-dirname.lo -MD -MP -MF .deps/compat-dirname.Tpo -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1
mv -f .deps/compat-dirname.Tpo .deps/compat-dirname.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c -o compat-basename.lo compat-basename.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c  -fPIC -DPIC -o .libs/compat-basename.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-basename.lo -MD -MP -MF .deps/compat-basename.Tpo -c compat-basename.c -o compat-basename.o >/dev/null 2>&1
mv -f .deps/compat-basename.Tpo .deps/compat-basename.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c -o compat-gettimeofday.lo compat-gettimeofday.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c  -fPIC -DPIC -o .libs/compat-gettimeofday.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-gettimeofday.lo -MD -MP -MF .deps/compat-gettimeofday.Tpo -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1
mv -f .deps/compat-gettimeofday.Tpo .deps/compat-gettimeofday.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c -o compat-daemon.lo compat-daemon.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c  -fPIC -DPIC -o .libs/compat-daemon.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-daemon.lo -MD -MP -MF .deps/compat-daemon.Tpo -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1
mv -f .deps/compat-daemon.Tpo .deps/compat-daemon.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c -o compat-inet_ntop.lo compat-inet_ntop.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c  -fPIC -DPIC -o .libs/compat-inet_ntop.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_ntop.lo -MD -MP -MF .deps/compat-inet_ntop.Tpo -c compat-inet_ntop.c -o compat-inet_ntop.o >/dev/null 2>&1
mv -f .deps/compat-inet_ntop.Tpo .deps/compat-inet_ntop.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c -o compat-inet_pton.lo compat-inet_pton.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c  -fPIC -DPIC -o .libs/compat-inet_pton.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-inet_pton.lo -MD -MP -MF .deps/compat-inet_pton.Tpo -c compat-inet_pton.c -o compat-inet_pton.o >/dev/null 2>&1
mv -f .deps/compat-inet_pton.Tpo .deps/compat-inet_pton.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c -o compat-lz4.lo compat-lz4.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c  -fPIC -DPIC -o .libs/compat-lz4.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-lz4.lo -MD -MP -MF .deps/compat-lz4.Tpo -c compat-lz4.c -o compat-lz4.o >/dev/null 2>&1
mv -f .deps/compat-lz4.Tpo .deps/compat-lz4.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include     -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c -o compat-strsep.lo compat-strsep.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c  -fPIC -DPIC -o .libs/compat-strsep.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT compat-strsep.lo -MD -MP -MF .deps/compat-strsep.Tpo -c compat-strsep.c -o compat-strsep.o >/dev/null 2>&1
mv -f .deps/compat-strsep.Tpo .deps/compat-strsep.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libcompat.la  compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo compat-lz4.lo compat-strsep.lo
libtool: link: ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o .libs/compat-lz4.o .libs/compat-strsep.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making all in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o argv.c
mv -f .deps/argv.Tpo .deps/argv.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token.o -MD -MP -MF .deps/auth_token.Tpo -c -o auth_token.o auth_token.c
mv -f .deps/auth_token.Tpo .deps/auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
mv -f .deps/buffer.Tpo .deps/buffer.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT clinat.o -MD -MP -MF .deps/clinat.Tpo -c -o clinat.o clinat.c
mv -f .deps/clinat.Tpo .deps/clinat.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp.o -MD -MP -MF .deps/comp.Tpo -c -o comp.o comp.c
mv -f .deps/comp.Tpo .deps/comp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT compstub.o -MD -MP -MF .deps/compstub.Tpo -c -o compstub.o compstub.c
mv -f .deps/compstub.Tpo .deps/compstub.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT comp-lz4.o -MD -MP -MF .deps/comp-lz4.Tpo -c -o comp-lz4.o comp-lz4.c
mv -f .deps/comp-lz4.Tpo .deps/comp-lz4.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto.o -MD -MP -MF .deps/crypto.Tpo -c -o crypto.o crypto.c
mv -f .deps/crypto.Tpo .deps/crypto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_openssl.o -MD -MP -MF .deps/crypto_openssl.Tpo -c -o crypto_openssl.o crypto_openssl.c
mv -f .deps/crypto_openssl.Tpo .deps/crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_mbedtls.o -MD -MP -MF .deps/crypto_mbedtls.Tpo -c -o crypto_mbedtls.o crypto_mbedtls.c
mv -f .deps/crypto_mbedtls.Tpo .deps/crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT dhcp.o -MD -MP -MF .deps/dhcp.Tpo -c -o dhcp.o dhcp.c
mv -f .deps/dhcp.Tpo .deps/dhcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT env_set.o -MD -MP -MF .deps/env_set.Tpo -c -o env_set.o env_set.c
mv -f .deps/env_set.Tpo .deps/env_set.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
mv -f .deps/error.Tpo .deps/error.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.c
mv -f .deps/event.Tpo .deps/event.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fdmisc.o -MD -MP -MF .deps/fdmisc.Tpo -c -o fdmisc.o fdmisc.c
mv -f .deps/fdmisc.Tpo .deps/fdmisc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT forward.o -MD -MP -MF .deps/forward.Tpo -c -o forward.o forward.c
mv -f .deps/forward.Tpo .deps/forward.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT fragment.o -MD -MP -MF .deps/fragment.Tpo -c -o fragment.o fragment.c
mv -f .deps/fragment.Tpo .deps/fragment.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT gremlin.o -MD -MP -MF .deps/gremlin.Tpo -c -o gremlin.o gremlin.c
mv -f .deps/gremlin.Tpo .deps/gremlin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT helper.o -MD -MP -MF .deps/helper.Tpo -c -o helper.o helper.c
mv -f .deps/helper.Tpo .deps/helper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT httpdigest.o -MD -MP -MF .deps/httpdigest.Tpo -c -o httpdigest.o httpdigest.c
mv -f .deps/httpdigest.Tpo .deps/httpdigest.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lladdr.o -MD -MP -MF .deps/lladdr.Tpo -c -o lladdr.o lladdr.c
mv -f .deps/lladdr.Tpo .deps/lladdr.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
mv -f .deps/init.Tpo .deps/init.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT interval.o -MD -MP -MF .deps/interval.Tpo -c -o interval.o interval.c
mv -f .deps/interval.Tpo .deps/interval.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT lzo.o -MD -MP -MF .deps/lzo.Tpo -c -o lzo.o lzo.c
mv -f .deps/lzo.Tpo .deps/lzo.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT manage.o -MD -MP -MF .deps/manage.Tpo -c -o manage.o manage.c
mv -f .deps/manage.Tpo .deps/manage.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mbuf.o -MD -MP -MF .deps/mbuf.Tpo -c -o mbuf.o mbuf.c
mv -f .deps/mbuf.Tpo .deps/mbuf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT platform.o -MD -MP -MF .deps/platform.Tpo -c -o platform.o platform.c
mv -f .deps/platform.Tpo .deps/platform.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
mv -f .deps/console.Tpo .deps/console.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_builtin.o -MD -MP -MF .deps/console_builtin.Tpo -c -o console_builtin.o console_builtin.c
mv -f .deps/console_builtin.Tpo .deps/console_builtin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT console_systemd.o -MD -MP -MF .deps/console_systemd.Tpo -c -o console_systemd.o console_systemd.c
mv -f .deps/console_systemd.Tpo .deps/console_systemd.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mroute.o -MD -MP -MF .deps/mroute.Tpo -c -o mroute.o mroute.c
mv -f .deps/mroute.Tpo .deps/mroute.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mss.o -MD -MP -MF .deps/mss.Tpo -c -o mss.o mss.c
mv -f .deps/mss.Tpo .deps/mss.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mstats.o -MD -MP -MF .deps/mstats.Tpo -c -o mstats.o mstats.c
mv -f .deps/mstats.Tpo .deps/mstats.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtcp.o -MD -MP -MF .deps/mtcp.Tpo -c -o mtcp.o mtcp.c
mv -f .deps/mtcp.Tpo .deps/mtcp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mtu.o -MD -MP -MF .deps/mtu.Tpo -c -o mtu.o mtu.c
mv -f .deps/mtu.Tpo .deps/mtu.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT mudp.o -MD -MP -MF .deps/mudp.Tpo -c -o mudp.o mudp.c
mv -f .deps/mudp.Tpo .deps/mudp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT multi.o -MD -MP -MF .deps/multi.Tpo -c -o multi.o multi.c
mv -f .deps/multi.Tpo .deps/multi.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_iproute2.o -MD -MP -MF .deps/networking_iproute2.Tpo -c -o networking_iproute2.o networking_iproute2.c
mv -f .deps/networking_iproute2.Tpo .deps/networking_iproute2.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_sitnl.o -MD -MP -MF .deps/networking_sitnl.Tpo -c -o networking_sitnl.o networking_sitnl.c
mv -f .deps/networking_sitnl.Tpo .deps/networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ntlm.o -MD -MP -MF .deps/ntlm.Tpo -c -o ntlm.o ntlm.c
mv -f .deps/ntlm.Tpo .deps/ntlm.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT occ.o -MD -MP -MF .deps/occ.Tpo -c -o occ.o occ.c
mv -f .deps/occ.Tpo .deps/occ.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11.o -MD -MP -MF .deps/pkcs11.Tpo -c -o pkcs11.o pkcs11.c
mv -f .deps/pkcs11.Tpo .deps/pkcs11.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_openssl.o -MD -MP -MF .deps/pkcs11_openssl.Tpo -c -o pkcs11_openssl.o pkcs11_openssl.c
mv -f .deps/pkcs11_openssl.Tpo .deps/pkcs11_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pkcs11_mbedtls.o -MD -MP -MF .deps/pkcs11_mbedtls.Tpo -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c
mv -f .deps/pkcs11_mbedtls.Tpo .deps/pkcs11_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT openvpn.o -MD -MP -MF .deps/openvpn.Tpo -c -o openvpn.o openvpn.c
mv -f .deps/openvpn.Tpo .deps/openvpn.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT otime.o -MD -MP -MF .deps/otime.Tpo -c -o otime.o otime.c
mv -f .deps/otime.Tpo .deps/otime.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id.o -MD -MP -MF .deps/packet_id.Tpo -c -o packet_id.o packet_id.c
mv -f .deps/packet_id.Tpo .deps/packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT perf.o -MD -MP -MF .deps/perf.Tpo -c -o perf.o perf.c
mv -f .deps/perf.Tpo .deps/perf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pf.o -MD -MP -MF .deps/pf.Tpo -c -o pf.o pf.c
mv -f .deps/pf.Tpo .deps/pf.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ping.o -MD -MP -MF .deps/ping.Tpo -c -o ping.o ping.c
mv -f .deps/ping.Tpo .deps/ping.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
mv -f .deps/pool.Tpo .deps/pool.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proto.o -MD -MP -MF .deps/proto.Tpo -c -o proto.o proto.c
mv -f .deps/proto.Tpo .deps/proto.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT proxy.o -MD -MP -MF .deps/proxy.Tpo -c -o proxy.o proxy.c
mv -f .deps/proxy.Tpo .deps/proxy.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ps.o -MD -MP -MF .deps/ps.Tpo -c -o ps.o ps.c
mv -f .deps/ps.Tpo .deps/ps.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT push.o -MD -MP -MF .deps/push.Tpo -c -o push.o push.c
mv -f .deps/push.Tpo .deps/push.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT reliable.o -MD -MP -MF .deps/reliable.Tpo -c -o reliable.o reliable.c
mv -f .deps/reliable.Tpo .deps/reliable.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT route.o -MD -MP -MF .deps/route.Tpo -c -o route.o route.c
mv -f .deps/route.Tpo .deps/route.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT run_command.o -MD -MP -MF .deps/run_command.Tpo -c -o run_command.o run_command.c
mv -f .deps/run_command.Tpo .deps/run_command.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT schedule.o -MD -MP -MF .deps/schedule.Tpo -c -o schedule.o schedule.c
mv -f .deps/schedule.Tpo .deps/schedule.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT session_id.o -MD -MP -MF .deps/session_id.Tpo -c -o session_id.o session_id.c
mv -f .deps/session_id.Tpo .deps/session_id.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT shaper.o -MD -MP -MF .deps/shaper.Tpo -c -o shaper.o shaper.c
mv -f .deps/shaper.Tpo .deps/shaper.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT sig.o -MD -MP -MF .deps/sig.Tpo -c -o sig.o sig.c
mv -f .deps/sig.Tpo .deps/sig.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
mv -f .deps/socket.Tpo .deps/socket.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT socks.o -MD -MP -MF .deps/socks.Tpo -c -o socks.o socks.c
mv -f .deps/socks.Tpo .deps/socks.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.c
mv -f .deps/ssl.Tpo .deps/ssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_openssl.o -MD -MP -MF .deps/ssl_openssl.Tpo -c -o ssl_openssl.o ssl_openssl.c
mv -f .deps/ssl_openssl.Tpo .deps/ssl_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_mbedtls.o -MD -MP -MF .deps/ssl_mbedtls.Tpo -c -o ssl_mbedtls.o ssl_mbedtls.c
mv -f .deps/ssl_mbedtls.Tpo .deps/ssl_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_ncp.o -MD -MP -MF .deps/ssl_ncp.Tpo -c -o ssl_ncp.o ssl_ncp.c
mv -f .deps/ssl_ncp.Tpo .deps/ssl_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify.o -MD -MP -MF .deps/ssl_verify.Tpo -c -o ssl_verify.o ssl_verify.c
mv -f .deps/ssl_verify.Tpo .deps/ssl_verify.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_openssl.o -MD -MP -MF .deps/ssl_verify_openssl.Tpo -c -o ssl_verify_openssl.o ssl_verify_openssl.c
mv -f .deps/ssl_verify_openssl.Tpo .deps/ssl_verify_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ssl_verify_mbedtls.o -MD -MP -MF .deps/ssl_verify_mbedtls.Tpo -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c
mv -f .deps/ssl_verify_mbedtls.Tpo .deps/ssl_verify_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt.o -MD -MP -MF .deps/tls_crypt.Tpo -c -o tls_crypt.o tls_crypt.c
mv -f .deps/tls_crypt.Tpo .deps/tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tun.o -MD -MP -MF .deps/tun.Tpo -c -o tun.o tun.c
mv -f .deps/tun.Tpo .deps/tun.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT vlan.o -MD -MP -MF .deps/vlan.Tpo -c -o vlan.o vlan.c
mv -f .deps/vlan.Tpo .deps/vlan.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT win32.o -MD -MP -MF .deps/win32.Tpo -c -o win32.o win32.c
mv -f .deps/win32.Tpo .deps/win32.Po
cc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -I../../include -I../../src/compat        -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT cryptoapi.o -MD -MP -MF .deps/cryptoapi.Tpo -c -o cryptoapi.o cryptoapi.c
mv -f .deps/cryptoapi.Tpo .deps/cryptoapi.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc       -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\"  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/libcompat.la -lresolv -llzo2  -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -lssl -lcrypto   -ldl
libtool: link: cc -DPLUGIN_LIBDIR=\"/usr/lib64/openvpn/plugins\" -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o  ../../src/compat/.libs/libcompat.a -lresolv -llzo2 -L/usr/lib64 -lpthread -lpkcs11-helper -lssl -lcrypto -ldl
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making all in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making all in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making all in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c -o auth-pam.lo auth-pam.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c  -fPIC -DPIC -o .libs/auth-pam.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT auth-pam.lo -MD -MP -MF .deps/auth-pam.Tpo -c auth-pam.c -o auth-pam.o >/dev/null 2>&1
mv -f .deps/auth-pam.Tpo .deps/auth-pam.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c -o pamdl.lo pamdl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c  -fPIC -DPIC -o .libs/pamdl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT pamdl.lo -MD -MP -MF .deps/pamdl.Tpo -c pamdl.c -o pamdl.o >/dev/null 2>&1
mv -f .deps/pamdl.Tpo .deps/pamdl.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include   -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./auth-pam.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-auth-pam.la -rpath /usr/lib64/openvpn/plugins utils.lo auth-pam.lo pamdl.lo -lpam
libtool: link: echo "{ global:" > .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cat ./auth-pam.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-auth-pam.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/utils.o .libs/auth-pam.o .libs/pamdl.o   -lpam  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-auth-pam.so -Wl,-version-script -Wl,.libs/openvpn-plugin-auth-pam.ver -o .libs/openvpn-plugin-auth-pam.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-auth-pam.la" && ln -s "../openvpn-plugin-auth-pam.la" "openvpn-plugin-auth-pam.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making all in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c -o down-root.lo down-root.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c  -fPIC -DPIC -o .libs/down-root.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT down-root.lo -MD -MP -MF .deps/down-root.Tpo -c down-root.c -o down-root.o >/dev/null 2>&1
mv -f .deps/down-root.Tpo .deps/down-root.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99  -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o openvpn-plugin-down-root.la -rpath /usr/lib64/openvpn/plugins down-root.lo
libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver
libtool: link:  cat ./down-root.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver
libtool: link:  cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/down-root.o    -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so
libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" )
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making all in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making all in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making all in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making all in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making all in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making all in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making all in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making all in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making all in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making all in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running do_check ...
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
make  check-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making check in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making check in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making check in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making check in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making check in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making check in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making check in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making check in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making check in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making check in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making check in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making check in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making check in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making check in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making check in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making check in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making check in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making check in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making check in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making check in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  example_testdriver example2_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example_testdriver-test.o -MD -MP -MF .deps/example_testdriver-test.Tpo -c -o example_testdriver-test.o `test -f 'test.c' || echo './'`test.c
mv -f .deps/example_testdriver-test.Tpo .deps/example_testdriver-test.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example_testdriver example_testdriver-test.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example_testdriver example_testdriver-test.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT example2_testdriver-test2.o -MD -MP -MF .deps/example2_testdriver-test2.Tpo -c -o example2_testdriver-test2.o `test -f 'test2.c' || echo './'`test2.c
mv -f .deps/example2_testdriver-test2.Tpo .deps/example2_testdriver-test2.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o example2_testdriver example2_testdriver-test2.o
libtool: link: cc -I../../../include -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o example2_testdriver example2_testdriver-test2.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
[==========] Running 2 test(s).
[ RUN      ] null_test_success
[       OK ] null_test_success
[ RUN      ] int_test_success
[       OK ] int_test_success
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: example_testdriver
[==========] Running 1 test(s).
[ RUN      ] test_true
[       OK ] test_true
[==========] 1 test(s) run.
[  PASSED  ] 1 test(s).
PASS: example2_testdriver
==================
All 2 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making check in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  argv_testdriver buffer_testdriver crypto_testdriver packet_id_testdriver auth_token_testdriver ncp_testdriver tls_crypt_testdriver networking_testdriver
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-test_argv.o -MD -MP -MF .deps/argv_testdriver-test_argv.Tpo -c -o argv_testdriver-test_argv.o `test -f 'test_argv.c' || echo './'`test_argv.c
mv -f .deps/argv_testdriver-test_argv.Tpo .deps/argv_testdriver-test_argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_msg.o -MD -MP -MF .deps/argv_testdriver-mock_msg.Tpo -c -o argv_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/argv_testdriver-mock_msg.Tpo .deps/argv_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-mock_get_random.o -MD -MP -MF .deps/argv_testdriver-mock_get_random.Tpo -c -o argv_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/argv_testdriver-mock_get_random.Tpo .deps/argv_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-platform.o -MD -MP -MF .deps/argv_testdriver-platform.Tpo -c -o argv_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/argv_testdriver-platform.Tpo .deps/argv_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-buffer.o -MD -MP -MF .deps/argv_testdriver-buffer.Tpo -c -o argv_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/argv_testdriver-buffer.Tpo .deps/argv_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT argv_testdriver-argv.o -MD -MP -MF .deps/argv_testdriver-argv.Tpo -c -o argv_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/argv_testdriver-argv.Tpo .deps/argv_testdriver-argv.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o argv_testdriver argv_testdriver-test_argv.o argv_testdriver-mock_msg.o argv_testdriver-mock_get_random.o argv_testdriver-platform.o argv_testdriver-buffer.o argv_testdriver-argv.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-test_buffer.o -MD -MP -MF .deps/buffer_testdriver-test_buffer.Tpo -c -o buffer_testdriver-test_buffer.o `test -f 'test_buffer.c' || echo './'`test_buffer.c
mv -f .deps/buffer_testdriver-test_buffer.Tpo .deps/buffer_testdriver-test_buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_msg.o -MD -MP -MF .deps/buffer_testdriver-mock_msg.Tpo -c -o buffer_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/buffer_testdriver-mock_msg.Tpo .deps/buffer_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-mock_get_random.o -MD -MP -MF .deps/buffer_testdriver-mock_get_random.Tpo -c -o buffer_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/buffer_testdriver-mock_get_random.Tpo .deps/buffer_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT buffer_testdriver-platform.o -MD -MP -MF .deps/buffer_testdriver-platform.Tpo -c -o buffer_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/buffer_testdriver-platform.Tpo .deps/buffer_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -Wl,--wrap=parse_line -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../src/openvpn -I../../../src/compat -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=parse_line -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o buffer_testdriver buffer_testdriver-test_buffer.o buffer_testdriver-mock_msg.o buffer_testdriver-mock_get_random.o buffer_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-test_crypto.o -MD -MP -MF .deps/crypto_testdriver-test_crypto.Tpo -c -o crypto_testdriver-test_crypto.o `test -f 'test_crypto.c' || echo './'`test_crypto.c
mv -f .deps/crypto_testdriver-test_crypto.Tpo .deps/crypto_testdriver-test_crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-mock_msg.o -MD -MP -MF .deps/crypto_testdriver-mock_msg.Tpo -c -o crypto_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/crypto_testdriver-mock_msg.Tpo .deps/crypto_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-buffer.o -MD -MP -MF .deps/crypto_testdriver-buffer.Tpo -c -o crypto_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/crypto_testdriver-buffer.Tpo .deps/crypto_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto.o -MD -MP -MF .deps/crypto_testdriver-crypto.Tpo -c -o crypto_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/crypto_testdriver-crypto.Tpo .deps/crypto_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/crypto_testdriver-crypto_mbedtls.Tpo -c -o crypto_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/crypto_testdriver-crypto_mbedtls.Tpo .deps/crypto_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-crypto_openssl.o -MD -MP -MF .deps/crypto_testdriver-crypto_openssl.Tpo -c -o crypto_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/crypto_testdriver-crypto_openssl.Tpo .deps/crypto_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-otime.o -MD -MP -MF .deps/crypto_testdriver-otime.Tpo -c -o crypto_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/crypto_testdriver-otime.Tpo .deps/crypto_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-packet_id.o -MD -MP -MF .deps/crypto_testdriver-packet_id.Tpo -c -o crypto_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/crypto_testdriver-packet_id.Tpo .deps/crypto_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT crypto_testdriver-platform.o -MD -MP -MF .deps/crypto_testdriver-platform.Tpo -c -o crypto_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/crypto_testdriver-platform.Tpo .deps/crypto_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o crypto_testdriver crypto_testdriver-test_crypto.o crypto_testdriver-mock_msg.o crypto_testdriver-buffer.o crypto_testdriver-crypto.o crypto_testdriver-crypto_mbedtls.o crypto_testdriver-crypto_openssl.o crypto_testdriver-otime.o crypto_testdriver-packet_id.o crypto_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-test_packet_id.o -MD -MP -MF .deps/packet_id_testdriver-test_packet_id.Tpo -c -o packet_id_testdriver-test_packet_id.o `test -f 'test_packet_id.c' || echo './'`test_packet_id.c
mv -f .deps/packet_id_testdriver-test_packet_id.Tpo .deps/packet_id_testdriver-test_packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_msg.o -MD -MP -MF .deps/packet_id_testdriver-mock_msg.Tpo -c -o packet_id_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/packet_id_testdriver-mock_msg.Tpo .deps/packet_id_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-mock_get_random.o -MD -MP -MF .deps/packet_id_testdriver-mock_get_random.Tpo -c -o packet_id_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo './'`mock_get_random.c
mv -f .deps/packet_id_testdriver-mock_get_random.Tpo .deps/packet_id_testdriver-mock_get_random.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-buffer.o -MD -MP -MF .deps/packet_id_testdriver-buffer.Tpo -c -o packet_id_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/packet_id_testdriver-buffer.Tpo .deps/packet_id_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-otime.o -MD -MP -MF .deps/packet_id_testdriver-otime.Tpo -c -o packet_id_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/packet_id_testdriver-otime.Tpo .deps/packet_id_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-packet_id.o -MD -MP -MF .deps/packet_id_testdriver-packet_id.Tpo -c -o packet_id_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/packet_id_testdriver-packet_id.Tpo .deps/packet_id_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT packet_id_testdriver-platform.o -MD -MP -MF .deps/packet_id_testdriver-platform.Tpo -c -o packet_id_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/packet_id_testdriver-platform.Tpo .deps/packet_id_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o packet_id_testdriver packet_id_testdriver-test_packet_id.o packet_id_testdriver-mock_msg.o packet_id_testdriver-mock_get_random.o packet_id_testdriver-buffer.o packet_id_testdriver-otime.o packet_id_testdriver-packet_id.o packet_id_testdriver-platform.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-test_auth_token.o -MD -MP -MF .deps/auth_token_testdriver-test_auth_token.Tpo -c -o auth_token_testdriver-test_auth_token.o `test -f 'test_auth_token.c' || echo './'`test_auth_token.c
mv -f .deps/auth_token_testdriver-test_auth_token.Tpo .deps/auth_token_testdriver-test_auth_token.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-mock_msg.o -MD -MP -MF .deps/auth_token_testdriver-mock_msg.Tpo -c -o auth_token_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/auth_token_testdriver-mock_msg.Tpo .deps/auth_token_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-buffer.o -MD -MP -MF .deps/auth_token_testdriver-buffer.Tpo -c -o auth_token_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/auth_token_testdriver-buffer.Tpo .deps/auth_token_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto.o -MD -MP -MF .deps/auth_token_testdriver-crypto.Tpo -c -o auth_token_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/auth_token_testdriver-crypto.Tpo .deps/auth_token_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/auth_token_testdriver-crypto_mbedtls.Tpo -c -o auth_token_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/auth_token_testdriver-crypto_mbedtls.Tpo .deps/auth_token_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-crypto_openssl.o -MD -MP -MF .deps/auth_token_testdriver-crypto_openssl.Tpo -c -o auth_token_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/auth_token_testdriver-crypto_openssl.Tpo .deps/auth_token_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-otime.o -MD -MP -MF .deps/auth_token_testdriver-otime.Tpo -c -o auth_token_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/auth_token_testdriver-otime.Tpo .deps/auth_token_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-packet_id.o -MD -MP -MF .deps/auth_token_testdriver-packet_id.Tpo -c -o auth_token_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/auth_token_testdriver-packet_id.Tpo .deps/auth_token_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-platform.o -MD -MP -MF .deps/auth_token_testdriver-platform.Tpo -c -o auth_token_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/auth_token_testdriver-platform.Tpo .deps/auth_token_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_token_testdriver-base64.o -MD -MP -MF .deps/auth_token_testdriver-base64.Tpo -c -o auth_token_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/auth_token_testdriver-base64.Tpo .deps/auth_token_testdriver-base64.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_token_testdriver auth_token_testdriver-test_auth_token.o auth_token_testdriver-mock_msg.o auth_token_testdriver-buffer.o auth_token_testdriver-crypto.o auth_token_testdriver-crypto_mbedtls.o auth_token_testdriver-crypto_openssl.o auth_token_testdriver-otime.o auth_token_testdriver-packet_id.o auth_token_testdriver-platform.o auth_token_testdriver-base64.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-test_ncp.o -MD -MP -MF .deps/ncp_testdriver-test_ncp.Tpo -c -o ncp_testdriver-test_ncp.o `test -f 'test_ncp.c' || echo './'`test_ncp.c
mv -f .deps/ncp_testdriver-test_ncp.Tpo .deps/ncp_testdriver-test_ncp.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-mock_msg.o -MD -MP -MF .deps/ncp_testdriver-mock_msg.Tpo -c -o ncp_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/ncp_testdriver-mock_msg.Tpo .deps/ncp_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-buffer.o -MD -MP -MF .deps/ncp_testdriver-buffer.Tpo -c -o ncp_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/ncp_testdriver-buffer.Tpo .deps/ncp_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto.o -MD -MP -MF .deps/ncp_testdriver-crypto.Tpo -c -o ncp_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/ncp_testdriver-crypto.Tpo .deps/ncp_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/ncp_testdriver-crypto_mbedtls.Tpo -c -o ncp_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/ncp_testdriver-crypto_mbedtls.Tpo .deps/ncp_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-crypto_openssl.o -MD -MP -MF .deps/ncp_testdriver-crypto_openssl.Tpo -c -o ncp_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/ncp_testdriver-crypto_openssl.Tpo .deps/ncp_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-otime.o -MD -MP -MF .deps/ncp_testdriver-otime.Tpo -c -o ncp_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/ncp_testdriver-otime.Tpo .deps/ncp_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-packet_id.o -MD -MP -MF .deps/ncp_testdriver-packet_id.Tpo -c -o ncp_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/ncp_testdriver-packet_id.Tpo .deps/ncp_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT ncp_testdriver-platform.o -MD -MP -MF .deps/ncp_testdriver-platform.Tpo -c -o ncp_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/ncp_testdriver-platform.Tpo .deps/ncp_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o ncp_testdriver ncp_testdriver-test_ncp.o ncp_testdriver-mock_msg.o ncp_testdriver-buffer.o ncp_testdriver-crypto.o ncp_testdriver-crypto_mbedtls.o ncp_testdriver-crypto_openssl.o ncp_testdriver-otime.o ncp_testdriver-packet_id.o ncp_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -lssl -lcrypto
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-test_tls_crypt.o -MD -MP -MF .deps/tls_crypt_testdriver-test_tls_crypt.Tpo -c -o tls_crypt_testdriver-test_tls_crypt.o `test -f 'test_tls_crypt.c' || echo './'`test_tls_crypt.c
mv -f .deps/tls_crypt_testdriver-test_tls_crypt.Tpo .deps/tls_crypt_testdriver-test_tls_crypt.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-mock_msg.o -MD -MP -MF .deps/tls_crypt_testdriver-mock_msg.Tpo -c -o tls_crypt_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/tls_crypt_testdriver-mock_msg.Tpo .deps/tls_crypt_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-argv.o -MD -MP -MF .deps/tls_crypt_testdriver-argv.Tpo -c -o tls_crypt_testdriver-argv.o `test -f '../../../src/openvpn/argv.c' || echo './'`../../../src/openvpn/argv.c
mv -f .deps/tls_crypt_testdriver-argv.Tpo .deps/tls_crypt_testdriver-argv.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-base64.o -MD -MP -MF .deps/tls_crypt_testdriver-base64.Tpo -c -o tls_crypt_testdriver-base64.o `test -f '../../../src/openvpn/base64.c' || echo './'`../../../src/openvpn/base64.c
mv -f .deps/tls_crypt_testdriver-base64.Tpo .deps/tls_crypt_testdriver-base64.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-buffer.o -MD -MP -MF .deps/tls_crypt_testdriver-buffer.Tpo -c -o tls_crypt_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/tls_crypt_testdriver-buffer.Tpo .deps/tls_crypt_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto.Tpo -c -o tls_crypt_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/tls_crypt_testdriver-crypto.Tpo .deps/tls_crypt_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo -c -o tls_crypt_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/tls_crypt_testdriver-crypto_mbedtls.Tpo .deps/tls_crypt_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-crypto_openssl.o -MD -MP -MF .deps/tls_crypt_testdriver-crypto_openssl.Tpo -c -o tls_crypt_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/tls_crypt_testdriver-crypto_openssl.Tpo .deps/tls_crypt_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-env_set.o -MD -MP -MF .deps/tls_crypt_testdriver-env_set.Tpo -c -o tls_crypt_testdriver-env_set.o `test -f '../../../src/openvpn/env_set.c' || echo './'`../../../src/openvpn/env_set.c
mv -f .deps/tls_crypt_testdriver-env_set.Tpo .deps/tls_crypt_testdriver-env_set.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-otime.o -MD -MP -MF .deps/tls_crypt_testdriver-otime.Tpo -c -o tls_crypt_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/tls_crypt_testdriver-otime.Tpo .deps/tls_crypt_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-packet_id.o -MD -MP -MF .deps/tls_crypt_testdriver-packet_id.Tpo -c -o tls_crypt_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/tls_crypt_testdriver-packet_id.Tpo .deps/tls_crypt_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-platform.o -MD -MP -MF .deps/tls_crypt_testdriver-platform.Tpo -c -o tls_crypt_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/tls_crypt_testdriver-platform.Tpo .deps/tls_crypt_testdriver-platform.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT tls_crypt_testdriver-run_command.o -MD -MP -MF .deps/tls_crypt_testdriver-run_command.Tpo -c -o tls_crypt_testdriver-run_command.o `test -f '../../../src/openvpn/run_command.c' || echo './'`../../../src/openvpn/run_command.c
mv -f .deps/tls_crypt_testdriver-run_command.Tpo .deps/tls_crypt_testdriver-run_command.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,--wrap=buffer_read_from_file -Wl,--wrap=buffer_write_file -Wl,--wrap=parse_line -Wl,--wrap=rand_bytes -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o tls_crypt_testdriver tls_crypt_testdriver-test_tls_crypt.o tls_crypt_testdriver-mock_msg.o tls_crypt_testdriver-argv.o tls_crypt_testdriver-base64.o tls_crypt_testdriver-buffer.o tls_crypt_testdriver-crypto.o tls_crypt_testdriver-crypto_mbedtls.o tls_crypt_testdriver-crypto_openssl.o tls_crypt_testdriver-env_set.o tls_crypt_testdriver-otime.o tls_crypt_testdriver-packet_id.o tls_crypt_testdriver-platform.o tls_crypt_testdriver-run_command.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-test_networking.o -MD -MP -MF .deps/networking_testdriver-test_networking.Tpo -c -o networking_testdriver-test_networking.o `test -f 'test_networking.c' || echo './'`test_networking.c
mv -f .deps/networking_testdriver-test_networking.Tpo .deps/networking_testdriver-test_networking.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-mock_msg.o -MD -MP -MF .deps/networking_testdriver-mock_msg.Tpo -c -o networking_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo './'`mock_msg.c
mv -f .deps/networking_testdriver-mock_msg.Tpo .deps/networking_testdriver-mock_msg.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-networking_sitnl.o -MD -MP -MF .deps/networking_testdriver-networking_sitnl.Tpo -c -o networking_testdriver-networking_sitnl.o `test -f '../../../src/openvpn/networking_sitnl.c' || echo './'`../../../src/openvpn/networking_sitnl.c
mv -f .deps/networking_testdriver-networking_sitnl.Tpo .deps/networking_testdriver-networking_sitnl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-buffer.o -MD -MP -MF .deps/networking_testdriver-buffer.Tpo -c -o networking_testdriver-buffer.o `test -f '../../../src/openvpn/buffer.c' || echo './'`../../../src/openvpn/buffer.c
mv -f .deps/networking_testdriver-buffer.Tpo .deps/networking_testdriver-buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto.o -MD -MP -MF .deps/networking_testdriver-crypto.Tpo -c -o networking_testdriver-crypto.o `test -f '../../../src/openvpn/crypto.c' || echo './'`../../../src/openvpn/crypto.c
mv -f .deps/networking_testdriver-crypto.Tpo .deps/networking_testdriver-crypto.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_mbedtls.o -MD -MP -MF .deps/networking_testdriver-crypto_mbedtls.Tpo -c -o networking_testdriver-crypto_mbedtls.o `test -f '../../../src/openvpn/crypto_mbedtls.c' || echo './'`../../../src/openvpn/crypto_mbedtls.c
mv -f .deps/networking_testdriver-crypto_mbedtls.Tpo .deps/networking_testdriver-crypto_mbedtls.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-crypto_openssl.o -MD -MP -MF .deps/networking_testdriver-crypto_openssl.Tpo -c -o networking_testdriver-crypto_openssl.o `test -f '../../../src/openvpn/crypto_openssl.c' || echo './'`../../../src/openvpn/crypto_openssl.c
mv -f .deps/networking_testdriver-crypto_openssl.Tpo .deps/networking_testdriver-crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-otime.o -MD -MP -MF .deps/networking_testdriver-otime.Tpo -c -o networking_testdriver-otime.o `test -f '../../../src/openvpn/otime.c' || echo './'`../../../src/openvpn/otime.c
mv -f .deps/networking_testdriver-otime.Tpo .deps/networking_testdriver-otime.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-packet_id.o -MD -MP -MF .deps/networking_testdriver-packet_id.Tpo -c -o networking_testdriver-packet_id.o `test -f '../../../src/openvpn/packet_id.c' || echo './'`../../../src/openvpn/packet_id.c
mv -f .deps/networking_testdriver-packet_id.Tpo .deps/networking_testdriver-packet_id.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT networking_testdriver-platform.o -MD -MP -MF .deps/networking_testdriver-platform.Tpo -c -o networking_testdriver-platform.o `test -f '../../../src/openvpn/platform.c' || echo './'`../../../src/openvpn/platform.c
mv -f .deps/networking_testdriver-platform.Tpo .deps/networking_testdriver-platform.Po
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn  -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o
libtool: link: cc -I../../../include -I../../../include -I../../../src/compat -I../../../src/openvpn -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o networking_testdriver networking_testdriver-test_networking.o networking_testdriver-mock_msg.o networking_testdriver-networking_sitnl.o networking_testdriver-buffer.o networking_testdriver-crypto.o networking_testdriver-crypto_mbedtls.o networking_testdriver-crypto_openssl.o networking_testdriver-otime.o networking_testdriver-packet_id.o networking_testdriver-platform.o  -L/usr/lib64 -lpthread -ldl -lpkcs11-helper -llzo2 -lcmocka -L../../../src/openvpn -lssl -lcrypto
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
[==========] Running 13 test(s).
[ RUN      ] argv_printf__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[       OK ] argv_printf_cat__multiple_spaces_in_format__parsed_as_one
[ RUN      ] argv_printf__embedded_format_directive__replaced_in_output
[       OK ] argv_printf__embedded_format_directive__replaced_in_output
[ RUN      ] argv_printf__group_sep_in_arg__fail_no_ouput
[       OK ] argv_printf__group_sep_in_arg__fail_no_ouput
[ RUN      ] argv_printf__combined_path_with_spaces__argc_correct
[       OK ] argv_printf__combined_path_with_spaces__argc_correct
[ RUN      ] argv_printf__empty_parameter__argc_correct
[       OK ] argv_printf__empty_parameter__argc_correct
[ RUN      ] argv_printf__long_args__data_correct
[       OK ] argv_printf__long_args__data_correct
[ RUN      ] argv_parse_cmd__command_string__argc_correct
[       OK ] argv_parse_cmd__command_string__argc_correct
[ RUN      ] argv_parse_cmd__command_and_extra_options__argc_correct
[       OK ] argv_parse_cmd__command_and_extra_options__argc_correct
[ RUN      ] argv_printf_cat__used_twice__argc_correct
[       OK ] argv_printf_cat__used_twice__argc_correct
[ RUN      ] argv_str__empty_argv__empty_output
[       OK ] argv_str__empty_argv__empty_output
[ RUN      ] argv_str__multiple_argv__correct_output
[       OK ] argv_str__multiple_argv__correct_output
[ RUN      ] argv_insert_head__non_empty_argv__head_added
[       OK ] argv_insert_head__non_empty_argv__head_added
[==========] 13 test(s) run.
[  PASSED  ] 13 test(s).
PASS: argv_testdriver
[==========] Running 11 test(s).
[ RUN      ] test_buffer_strprefix
[       OK ] test_buffer_strprefix
[ RUN      ] test_buffer_list_full
[       OK ] test_buffer_list_full
[ RUN      ] test_buffer_list_aggregate_separator_empty
[       OK ] test_buffer_list_aggregate_separator_empty
[ RUN      ] test_buffer_list_aggregate_separator_noop
[       OK ] test_buffer_list_aggregate_separator_noop
[ RUN      ] test_buffer_list_aggregate_separator_two
[       OK ] test_buffer_list_aggregate_separator_two
[ RUN      ] test_buffer_list_aggregate_separator_all
[       OK ] test_buffer_list_aggregate_separator_all
[ RUN      ] test_buffer_list_aggregate_separator_nosep
[       OK ] test_buffer_list_aggregate_separator_nosep
[ RUN      ] test_buffer_list_aggregate_separator_zerolen
[       OK ] test_buffer_list_aggregate_separator_zerolen
[ RUN      ] test_buffer_list_aggregate_separator_emptybuffers
[       OK ] test_buffer_list_aggregate_separator_emptybuffers
[ RUN      ] test_buffer_free_gc_one
[       OK ] test_buffer_free_gc_one
[ RUN      ] test_buffer_free_gc_two
[       OK ] test_buffer_free_gc_two
[==========] 11 test(s) run.
[  PASSED  ] 11 test(s).
PASS: buffer_testdriver
[==========] Running 2 test(s).
[ RUN      ] crypto_pem_encode_decode_loopback
[       OK ] crypto_pem_encode_decode_loopback
[ RUN      ] crypto_translate_cipher_names
[       OK ] crypto_translate_cipher_names
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
PASS: crypto_testdriver
[==========] Running 6 test(s).
[ RUN      ] test_packet_id_write_short
[       OK ] test_packet_id_write_short
[ RUN      ] test_packet_id_write_long
[       OK ] test_packet_id_write_long
[ RUN      ] test_packet_id_write_short_prepend
[       OK ] test_packet_id_write_short_prepend
[ RUN      ] test_packet_id_write_long_prepend
[       OK ] test_packet_id_write_long_prepend
[ RUN      ] test_packet_id_write_short_wrap
[       OK ] test_packet_id_write_short_wrap
[ RUN      ] test_packet_id_write_long_wrap
[       OK ] test_packet_id_write_long_wrap
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: packet_id_testdriver
[==========] Running 8 test(s).
[ RUN      ] auth_token_basic_test
[       OK ] auth_token_basic_test
[ RUN      ] auth_token_fail_invalid_key
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_fail_invalid_key
[ RUN      ] auth_token_test_known_keys
[       OK ] auth_token_test_known_keys
[ RUN      ] auth_token_test_empty_user
ERROR: --auth-token wrong size (21!=60)
[       OK ] auth_token_test_empty_user
[ RUN      ] auth_token_test_env
[       OK ] auth_token_test_env
[ RUN      ] auth_token_test_random_keys
[       OK ] auth_token_test_random_keys
[ RUN      ] auth_token_test_key_load
--auth-token-gen: HMAC on token from client failed (test user name)
[       OK ] auth_token_test_key_load
[ RUN      ] auth_token_test_timeout
[       OK ] auth_token_test_timeout
[==========] 8 test(s) run.
[  PASSED  ] 8 test(s).
PASS: auth_token_testdriver
[==========] Running 4 test(s).
[ RUN      ] test_check_ncp_ciphers_list
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
WARNING: cipher 'none' specified for --data-ciphers. This allows negotiation of NO encryption and tunnelled data WILL then be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Unsupported cipher in --data-ciphers: vollbit
Unsupported cipher in --data-ciphers: vollbit
Length of --data-ciphers is over the limit of 127 chars
[       OK ] test_check_ncp_ciphers_list
[ RUN      ] test_extract_client_ciphers
[       OK ] test_extract_client_ciphers
[ RUN      ] test_poor_man
[       OK ] test_poor_man
[ RUN      ] test_ncp_best
[       OK ] test_ncp_best
[==========] 4 test(s) run.
[  PASSED  ] 4 test(s).
PASS: ncp_testdriver
[==========] Running 15 test(s).
[ RUN      ] tls_crypt_loopback
[       OK ] tls_crypt_loopback
[ RUN      ] tls_crypt_loopback_zero_len
[       OK ] tls_crypt_loopback_zero_len
[ RUN      ] tls_crypt_loopback_max_len
[       OK ] tls_crypt_loopback_max_len
[ RUN      ] tls_crypt_fail_msg_too_long
[       OK ] tls_crypt_fail_msg_too_long
[ RUN      ] tls_crypt_fail_invalid_key
[       OK ] tls_crypt_fail_invalid_key
[ RUN      ] tls_crypt_fail_replay
[       OK ] tls_crypt_fail_replay
[ RUN      ] tls_crypt_ignore_replay
[       OK ] tls_crypt_ignore_replay
[ RUN      ] tls_crypt_v2_wrap_unwrap_no_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_no_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_max_metadata
[       OK ] tls_crypt_v2_wrap_unwrap_max_metadata
[ RUN      ] tls_crypt_v2_wrap_too_long_metadata
ERROR: could not crypt: insufficient space in dst
[       OK ] tls_crypt_v2_wrap_too_long_metadata
[ RUN      ] tls_crypt_v2_wrap_unwrap_wrong_key
[       OK ] tls_crypt_v2_wrap_unwrap_wrong_key
[ RUN      ] tls_crypt_v2_wrap_unwrap_dst_too_small
[       OK ] tls_crypt_v2_wrap_unwrap_dst_too_small
[ RUN      ] test_tls_crypt_v2_write_server_key_file
[       OK ] test_tls_crypt_v2_write_server_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file
[       OK ] test_tls_crypt_v2_write_client_key_file
[ RUN      ] test_tls_crypt_v2_write_client_key_file_metadata
[       OK ] test_tls_crypt_v2_write_client_key_file_metadata
[==========] 15 test(s) run.
[  PASSED  ] 15 test(s).
PASS: tls_crypt_testdriver
==================
All 7 tests passed
==================
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making check in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  auth_pam_testdriver
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-test_search_and_replace.o -MD -MP -MF .deps/auth_pam_testdriver-test_search_and_replace.Tpo -c -o auth_pam_testdriver-test_search_and_replace.o `test -f 'test_search_and_replace.c' || echo './'`test_search_and_replace.c
mv -f .deps/auth_pam_testdriver-test_search_and_replace.Tpo .deps/auth_pam_testdriver-test_search_and_replace.Po
cc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include    -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT auth_pam_testdriver-utils.o -MD -MP -MF .deps/auth_pam_testdriver-utils.Tpo -c -o auth_pam_testdriver-utils.o `test -f '../../../../src/plugins/auth-pam/utils.c' || echo './'`../../../../src/plugins/auth-pam/utils.c
mv -f .deps/auth_pam_testdriver-utils.Tpo .deps/auth_pam_testdriver-utils.Po
/bin/sh ../../../../libtool  --tag=CC   --mode=link cc -I../../../../include  -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o
libtool: link: cc -I../../../../include -I../../../../src/plugins/auth-pam -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o auth_pam_testdriver auth_pam_testdriver-test_search_and_replace.o auth_pam_testdriver-utils.o  -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make  check-TESTS
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
[==========] Running 6 test(s).
[ RUN      ] pass_any_null_param__returns_null
[       OK ] pass_any_null_param__returns_null
[ RUN      ] pass_any_empty_string__returns_null
[       OK ] pass_any_empty_string__returns_null
[ RUN      ] replace_single_char__one_time__match_is_replaced
[       OK ] replace_single_char__one_time__match_is_replaced
[ RUN      ] replace_single_char__multiple_times__match_all_matches_are_replaced
[       OK ] replace_single_char__multiple_times__match_all_matches_are_replaced
[ RUN      ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[       OK ] replace_longer_text__multiple_times__match_all_matches_are_replaced
[ RUN      ] pattern_not_found__returns_original
[       OK ] pattern_not_found__returns_original
[==========] 6 test(s) run.
[  PASSED  ] 6 test(s).
PASS: auth_pam_testdriver
=============
1 test passed
=============
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making check in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  libtestengine.la
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
/bin/sh ../../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include    -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c -o libtestengine_la-libtestengine.lo `test -f 'libtestengine.c' || echo './'`libtestengine.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c  -fPIC -DPIC -o .libs/libtestengine_la-libtestengine.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -std=c99 -MT libtestengine_la-libtestengine.lo -MD -MP -MF .deps/libtestengine_la-libtestengine.Tpo -c libtestengine.c -o libtestengine_la-libtestengine.o >/dev/null 2>&1
mv -f .deps/libtestengine_la-libtestengine.Tpo .deps/libtestengine_la-libtestengine.Plo
/bin/sh ../../../libtool  --tag=CC   --mode=link cc -I../../../include  -I -I -Wall -Wno-unused-parameter -Wno-unused-function -Wno-stringop-truncation -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe    -std=c99 -lssl -lcrypto -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka -rpath /lib -shrext .so -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o libtestengine.la  libtestengine_la-libtestengine.lo
libtool: link: cc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/libtestengine_la-libtestengine.o   -lssl -L/usr/lib64 -lpthread -ldl -lcrypto -lpkcs11-helper -llzo2 -lcmocka  -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libtestengine.so.0 -o .libs/libtestengine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libtestengine.so.0" && ln -s "libtestengine.so.0.0.0" "libtestengine.so.0")
libtool: link: (cd ".libs" && rm -f "libtestengine.so" && ln -s "libtestengine.so.0.0.0" "libtestengine.so")
libtool: link: ar cru .libs/libtestengine.a  libtestengine_la-libtestengine.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtestengine.a
libtool: link: ( cd ".libs" && rm -f "libtestengine.la" && ln -s "../libtestengine.la" "libtestengine.la" )
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make  check-TESTS
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
sed "s|ABSBUILDDIR|/builddir/openvpn-2.5.1/tests/unit_tests/engine-key|" < ./openssl.cnf.in > openssl.cnf
PASS: check_engine_keys.sh
=============
1 test passed
=============
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make  check-TESTS
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
./t_client.sh: cannot find 't_client.rc' in build dir ('..')
./t_client.sh: or source directory ('.'). SKIPPING TEST.
SKIP: t_client.sh
Testing cipher AES-128-CBC... OK
Testing cipher AES-128-CFB... OK
Testing cipher AES-128-CFB1... OK
Testing cipher AES-128-CFB8... OK
Testing cipher AES-128-GCM... OK
Testing cipher AES-128-OFB... OK
Testing cipher AES-192-CBC... OK
Testing cipher AES-192-CFB... OK
Testing cipher AES-192-CFB1... OK
Testing cipher AES-192-CFB8... OK
Testing cipher AES-192-GCM... OK
Testing cipher AES-192-OFB... OK
Testing cipher AES-256-CBC... OK
Testing cipher AES-256-CFB... OK
Testing cipher AES-256-CFB1... OK
Testing cipher AES-256-CFB8... OK
Testing cipher AES-256-GCM... OK
Testing cipher AES-256-OFB... OK
Testing cipher ARIA-128-CBC... OK
Testing cipher ARIA-128-CFB... OK
Testing cipher ARIA-128-CFB1... OK
Testing cipher ARIA-128-CFB8... OK
Testing cipher ARIA-128-OFB... OK
Testing cipher ARIA-192-CBC... OK
Testing cipher ARIA-192-CFB... OK
Testing cipher ARIA-192-CFB1... OK
Testing cipher ARIA-192-CFB8... OK
Testing cipher ARIA-192-OFB... OK
Testing cipher ARIA-256-CBC... OK
Testing cipher ARIA-256-CFB... OK
Testing cipher ARIA-256-CFB1... OK
Testing cipher ARIA-256-CFB8... OK
Testing cipher ARIA-256-OFB... OK
Testing cipher CAMELLIA-128-CBC... OK
Testing cipher CAMELLIA-128-CFB... OK
Testing cipher CAMELLIA-128-CFB1... OK
Testing cipher CAMELLIA-128-CFB8... OK
Testing cipher CAMELLIA-128-OFB... OK
Testing cipher CAMELLIA-192-CBC... OK
Testing cipher CAMELLIA-192-CFB... OK
Testing cipher CAMELLIA-192-CFB1... OK
Testing cipher CAMELLIA-192-CFB8... OK
Testing cipher CAMELLIA-192-OFB... OK
Testing cipher CAMELLIA-256-CBC... OK
Testing cipher CAMELLIA-256-CFB... OK
Testing cipher CAMELLIA-256-CFB1... OK
Testing cipher CAMELLIA-256-CFB8... OK
Testing cipher CAMELLIA-256-OFB... OK
Testing cipher CHACHA20-POLY1305... OK
Testing cipher SEED-CBC... OK
Testing cipher SEED-CFB... OK
Testing cipher SEED-OFB... OK
Testing cipher SM4-CBC... OK
Testing cipher SM4-CFB... OK
Testing cipher SM4-OFB... OK
Testing cipher BF-CBC... OK
Testing cipher BF-CFB... OK
Testing cipher BF-OFB... OK
Testing cipher CAST5-CBC... OK
Testing cipher CAST5-CFB... OK
Testing cipher CAST5-OFB... OK
Testing cipher DES-CBC... OK
Testing cipher DES-CFB... OK
Testing cipher DES-CFB8... OK
Testing cipher DES-EDE-CBC... OK
Testing cipher DES-EDE-CFB... OK
Testing cipher DES-EDE-OFB... OK
Testing cipher DES-EDE3-CBC... OK
Testing cipher DES-EDE3-CFB... OK
Testing cipher DES-EDE3-CFB8... OK
Testing cipher DES-EDE3-OFB... OK
Testing cipher DES-OFB... OK
Testing cipher DESX-CBC... OK
Testing cipher IDEA-CBC... OK
Testing cipher IDEA-CFB... OK
Testing cipher IDEA-OFB... OK
Testing cipher RC2-40-CBC... OK
Testing cipher RC2-64-CBC... OK
Testing cipher RC2-CBC... OK
Testing cipher RC2-CFB... OK
Testing cipher RC2-OFB... OK
Testing cipher none... OK
Testing tls-crypt-v2 server key generation... OK
Testing tls-crypt-v2 key generation (no metadata)... OK
Testing tls-crypt-v2 key generation (max length metadata)... OK
PASS: t_lpback.sh
The following test will take about two minutes.
If the addresses are in use, this test will retry up to two times.
PASS: t_cltsrv.sh
./t_net.sh: no RUN_SUDO=... in t_client.rc or environment, defaulting to 'sudo'.
      if that does not work, set RUN_SUDO= correctly for your system.
./t_net.sh: line 122: sudo: command not found
./t_net.sh: sudo ./unit_tests/openvpn/networking_testdriver failed, cannot go on. SKIP.
SKIP: t_net.sh
======================
All 2 tests passed
(2 tests were not run)
======================
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running pre-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running pre-install hook: 02-script-wrapper ...
=> openvpn-2.5.1_1: running pre-install hook: 98-fixup-gir-path ...
=> openvpn-2.5.1_1: running do_install ...
make  install-recursive
make[1]: Entering directory '/builddir/openvpn-2.5.1'
Making install in build
make[2]: Entering directory '/builddir/openvpn-2.5.1/build'
Making install in msvc
make[3]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
Making install in msvc-generate
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc/msvc-generate'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Entering directory '/builddir/openvpn-2.5.1/build/msvc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build/msvc'
make[3]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Entering directory '/builddir/openvpn-2.5.1/build'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/build'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/build'
Making install in distro
make[2]: Entering directory '/builddir/openvpn-2.5.1/distro'
Making install in systemd
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/builddir/openvpn-2.5.1/distro/systemd'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro/systemd'
make[3]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Entering directory '/builddir/openvpn-2.5.1/distro'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/distro'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/distro'
Making install in include
make[2]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Entering directory '/builddir/openvpn-2.5.1/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/include'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/destdir//openvpn-2.5.1/usr/include'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/include'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/include'
Making install in src
make[2]: Entering directory '/builddir/openvpn-2.5.1/src'
Making install in compat
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/compat'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/compat'
Making install in openvpn
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/bin'
  /bin/sh ../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c openvpn '/destdir//openvpn-2.5.1/usr/bin'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c openvpn /destdir//openvpn-2.5.1/usr/bin/openvpn
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpn'
Making install in openvpnmsica
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnmsica'
Making install in openvpnserv
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/openvpnserv'
Making install in plugins
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in auth-pam
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.auth-pam '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-auth-pam.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-auth-pam.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-auth-pam.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/auth-pam'
Making install in down-root
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README.down-root '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
 /bin/sh ../../../libtool   --mode=install /builddir/.xbps-openvpn/wrappers/install -c   openvpn-plugin-down-root.la '/destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins'
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.so /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.so
libtool: install: /builddir/.xbps-openvpn/wrappers/install -c .libs/openvpn-plugin-down-root.lai /destdir//openvpn-2.5.1/usr/lib64/openvpn/plugins/openvpn-plugin-down-root.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/openvpn/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins/down-root'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Entering directory '/builddir/openvpn-2.5.1/src/plugins'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/plugins'
Making install in tapctl
make[3]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src/tapctl'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src/tapctl'
make[3]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Entering directory '/builddir/openvpn-2.5.1/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/src'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/src'
Making install in sample
make[2]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Entering directory '/builddir/openvpn-2.5.1/sample'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/builddir/openvpn-2.5.1/sample'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/sample'
Making install in doc
make[2]: Entering directory '/builddir/openvpn-2.5.1/doc'
Making install in doxygen
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc/doxygen'
make[3]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Entering directory '/builddir/openvpn-2.5.1/doc'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 management-notes.txt gui-notes.txt '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/man/man8'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 openvpn.8 '/destdir//openvpn-2.5.1/usr/share/man/man8'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/doc'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/doc'
Making install in tests
make[2]: Entering directory '/builddir/openvpn-2.5.1/tests'
Making install in unit_tests
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
Making install in example_test
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/example_test'
Making install in openvpn
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/openvpn'
Making install in plugins
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in auth-pam
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins/auth-pam'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/plugins'
Making install in engine-key
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests/engine-key'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Entering directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests/unit_tests'
make[3]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Entering directory '/builddir/openvpn-2.5.1/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[3]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Leaving directory '/builddir/openvpn-2.5.1/tests'
make[2]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Entering directory '/builddir/openvpn-2.5.1'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
 /builddir/.xbps-openvpn/wrappers/install -c -m 644 README README.IPv6 README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/destdir//openvpn-2.5.1/usr/share/doc/openvpn'
make[3]: Leaving directory '/builddir/openvpn-2.5.1'
make[2]: Leaving directory '/builddir/openvpn-2.5.1'
make[1]: Leaving directory '/builddir/openvpn-2.5.1'
=> openvpn-2.5.1_1: running post_install ...
=> openvpn-2.5.1_1: running post-install hook: 00-compress-info-files ...
=> openvpn-2.5.1_1: running post-install hook: 00-fixup-gir-path ...
=> openvpn-2.5.1_1: running post-install hook: 00-libdir ...
=> openvpn-2.5.1_1: running post-install hook: 00-uncompress-manpages ...
=> openvpn-2.5.1_1: running post-install hook: 01-remove-misc ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-libtool-archives ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-perl-files ...
=> openvpn-2.5.1_1: running post-install hook: 02-remove-python-bytecode-files ...
=> openvpn-2.5.1_1: running post-install hook: 03-remove-empty-dirs ...
=> openvpn-2.5.1_1: running post-install hook: 04-create-xbps-metadata-scripts ...
=> openvpn-2.5.1_1: running post-install hook: 05-generate-gitrevs ...
=> openvpn-2.5.1_1: running post-install hook: 06-strip-and-debug-pkgs ...
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so
   Stripped library: /usr/lib/openvpn/plugins/openvpn-plugin-down-root.so
   Stripped position-independent executable: /usr/bin/openvpn
=> openvpn-2.5.1_1: running post-install hook: 10-pkglint-devel-paths ...
=> openvpn-2.5.1_1: running post-install hook: 11-pkglint-elf-in-usrshare ...
=> openvpn-2.5.1_1: running post-install hook: 12-rename-python3-c-bindings ...
=> openvpn-2.5.1_1: running post-install hook: 13-pkg-config-clean-xbps-cross-base-ref ...
=> openvpn-2.5.1_1: running post-install hook: 99-pkglint-warn-cross-cruft ...
=> openvpn-2.5.1_1: running pre-pkg hook: 03-rewrite-python-shebang ...
=> openvpn-2.5.1_1: running pre-pkg hook: 04-generate-runtime-deps ...
   SONAME: libpam.so.0 <-> pam-libs>=1.1.6_3
   SONAME: libc.so.6 <-> glibc>=2.32_1
   SONAME: liblzo2.so.2 <-> lzo>=2.03_1
   SONAME: libpthread.so.0 <-> glibc>=2.32_1
   SONAME: libpkcs11-helper.so.1 <-> pkcs11-helper>=1.25.1_6
   SONAME: libssl.so.1.1 <-> libssl1.1>=1.1.1f_1
   SONAME: libcrypto.so.1.1 <-> libcrypto1.1>=1.1.1f_1
   SONAME: libdl.so.2 <-> glibc>=2.32_1
=> openvpn-2.5.1_1: running pre-pkg hook: 05-prepare-32bit ...
=> openvpn-2.5.1_1: running pre-pkg hook: 06-shlib-provides ...
=> openvpn-2.5.1_1: running pre-pkg hook: 90-set-timestamps ...
=> openvpn-2.5.1_1: setting mtimes to Tue Apr  6 02:41:50 PM UTC 2021
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint-subpkgs ...
=> openvpn-2.5.1_1: running pre-pkg hook: 99-pkglint ...
=> openvpn-2.5.1_1: running pre-pkg hook: 999-collected-rdeps ...
   pam-libs>=1.1.6_3 glibc>=2.32_1 lzo>=2.03_1 pkcs11-helper>=1.25.1_6 libssl1.1>=1.1.1f_1 libcrypto1.1>=1.1.1f_1
=> openvpn-2.5.1_1: running do-pkg hook: 00-gen-pkg ...
=> openvpn-2.5.1_1: skipping existing openvpn-2.5.1_1.x86_64.xbps pkg...
=> openvpn-2.5.1_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/openvpn
index: skipping `openvpn-2.5.1_1' (x86_64), already registered.
index: 1 packages registered.
=> openvpn-2.5.1_1: removing autodeps, please wait...
=> openvpn-2.5.1_1: cleaning build directory...
=> openvpn: removing files from destdir...
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (3 preceding siblings ...)
  2021-04-06 17:06 ` ericonr
@ 2021-04-06 17:08 ` ericonr
  2021-04-06 18:08 ` [PR PATCH] [Updated] " glaulher
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-04-06 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#discussion_r608032676

Comment:
```suggestion
# tests can't run in CI
make_check=extended
```

This way they can still be run locally with `./xbps-src -K pkg openvpn`

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (4 preceding siblings ...)
  2021-04-06 17:08 ` [PR REVIEW] " ericonr
@ 2021-04-06 18:08 ` glaulher
  2021-04-06 18:11 ` [PR PATCH] [Closed]: " glaulher
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 18:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages openvpn
https://github.com/void-linux/void-packages/pull/30045

openvpn: update to 2.5.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30045.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-30045.patch --]
[-- Type: text/x-diff, Size: 2393 bytes --]

From 4375d1ba7c70f86097f84dc511a3d44237fdd967 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 6 Apr 2021 13:08:22 -0300
Subject: [PATCH 1/2] openvpn: update to 2.5.1.

---
 srcpkgs/openvpn/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 29c0f10ddea8..bd8dec5fc813 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.0
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=029a426e44d656cb4e1189319c95fe6fc9864247724f5599d99df9c4c3478fbd
+checksum=40930489c837c05f6153f38e1ebaec244431ef1a034e4846ff732d71d59ff194
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -21,6 +21,9 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
+# broken tests
+make_check=no
+
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

From 27875aa616ce9cb54395c6ee2545be8f242ecb41 Mon Sep 17 00:00:00 2001
From: glaulher <53663328+glaulher@users.noreply.github.com>
Date: Tue, 6 Apr 2021 15:08:20 -0300
Subject: [PATCH 2/2] Update srcpkgs/openvpn/template
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Érico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>
---
 srcpkgs/openvpn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index bd8dec5fc813..cbad158b7c7f 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -21,8 +21,8 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
-# broken tests
-make_check=no
+# tests can't run in CI
+make_check=extended
 
 post_install() {
 	vmkdir usr/share/examples/${pkgname}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Closed]: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (5 preceding siblings ...)
  2021-04-06 18:08 ` [PR PATCH] [Updated] " glaulher
@ 2021-04-06 18:11 ` glaulher
  2021-04-06 18:11 ` [PR PATCH] [Updated] " glaulher
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 18:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

There's a closed pull request on the void-packages repository

openvpn: update to 2.5.1.
https://github.com/void-linux/void-packages/pull/30045

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (6 preceding siblings ...)
  2021-04-06 18:11 ` [PR PATCH] [Closed]: " glaulher
@ 2021-04-06 18:11 ` glaulher
  2021-04-06 18:21 ` ericonr
  2021-04-06 20:24 ` glaulher
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 18:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages openvpn
https://github.com/void-linux/void-packages/pull/30045

openvpn: update to 2.5.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30045.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-30045.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (7 preceding siblings ...)
  2021-04-06 18:11 ` [PR PATCH] [Updated] " glaulher
@ 2021-04-06 18:21 ` ericonr
  2021-04-06 20:24 ` glaulher
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-04-06 18:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#issuecomment-814339441

Comment:
Hi, why did you close this?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: openvpn: update to 2.5.1.
  2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
                   ` (8 preceding siblings ...)
  2021-04-06 18:21 ` ericonr
@ 2021-04-06 20:24 ` glaulher
  9 siblings, 0 replies; 11+ messages in thread
From: glaulher @ 2021-04-06 20:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/30045#issuecomment-814415535

Comment:
ericon I clicked on the suggested changes and the pr closed it, I even thought that everything had gone well, I will open another pr again.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-04-06 20:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 15:32 [PR PATCH] openvpn: update to 2.5.1 glaulher
2021-04-06 16:08 ` [PR PATCH] [Updated] " glaulher
2021-04-06 16:46 ` glaulher
2021-04-06 16:47 ` glaulher
2021-04-06 17:06 ` ericonr
2021-04-06 17:08 ` [PR REVIEW] " ericonr
2021-04-06 18:08 ` [PR PATCH] [Updated] " glaulher
2021-04-06 18:11 ` [PR PATCH] [Closed]: " glaulher
2021-04-06 18:11 ` [PR PATCH] [Updated] " glaulher
2021-04-06 18:21 ` ericonr
2021-04-06 20:24 ` glaulher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).