vtun.h:234:13: warning: inline function ‘clear_nat_hack_flags’ declared but never defined 234 | inline void clear_nat_hack_flags(int svr); | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -lbsd -lz -lcrypto /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lfd_legacy_encrypt.o:(.bss+0x0): multiple definition of `enc_buf'; lfd_encrypt.o:(.bss+0x78): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lfd_legacy_encrypt.o:(.bss+0x20): multiple definition of `key'; lfd_encrypt.o:(.bss+0x80): first defined here ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-20200129-211601 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.1 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.41.0 * java-config: The following VMs are available for generation-2: 1) IcedTea JDK 3.15.0 [icedtea-8] *) IcedTea JDK 3.14.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] icedtea-bin-8 system-vm ghc: The Glorious Glasgow Haskell Compilation System, version 8.0.2 repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Tue, 04 Feb 2020 22:07:07 +0000 emerge -qpvO net-vpn/vtun [ebuild N ] net-vpn/vtun-3.0.3-r1 USE="ssl zlib -lzo -socks5"
Created attachment 611830 [details] emerge-info.txt
Created attachment 611832 [details] emerge-history.txt
Created attachment 611834 [details] environment
Created attachment 611836 [details] etc.portage.tbz2
Created attachment 611838 [details] logs.tbz2
Created attachment 611840 [details] net-vpn:vtun-3.0.3-r1:20200204-232936.log
Created attachment 611842 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3fa62844449e6a4c6d013aa06abf609f628a10 commit fe3fa62844449e6a4c6d013aa06abf609f628a10 Author: Jakov Smolic <jakov.smolic@sartura.hr> AuthorDate: 2021-01-12 10:48:46 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2021-01-12 10:48:46 +0000 net-vpn/vtun: Port to EAPI 7 Closes: https://bugs.gentoo.org/708372 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> .../vtun-3.0.2-remove-config-presence-check.patch | 4 +- net-vpn/vtun/files/vtun-3.0.3-C99-inline.patch | 49 +++ net-vpn/vtun/files/vtun-3.0.3-fno-common.patch | 25 ++ net-vpn/vtun/files/vtun-3.0.3-gcc5.patch | 6 +- net-vpn/vtun/files/vtun-3.0.3-includes.patch | 24 +- net-vpn/vtun/files/vtun-libssl-1.1.patch | 458 ++++++++++----------- .../{vtun-3.0.3-r1.ebuild => vtun-3.0.3-r2.ebuild} | 44 +- 7 files changed, 342 insertions(+), 268 deletions(-)