Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 909049 Details for
Bug 943787
net-proxy/dante-1.4.3 - [meson] [libtool] [gcc-15] upnp.c: error: too few arguments to function UPNP_GetValidIGD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-proxy:dante-1.4.3:20241118-052314.log
net-proxy:dante-1.4.3:20241118-052314.log (text/plain), 138.72 KB, created by
Toralf Förster
on 2024-11-18 18:50:10 UTC
(
hide
)
Description:
net-proxy:dante-1.4.3:20241118-052314.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-18 18:50:10 UTC
Size:
138.72 KB
patch
obsolete
> * Package: net-proxy/dante-1.4.3:0 > * Repository: gentoo > * Maintainer: robbat2@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pam upnp > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking dante-1.4.3.tar.gz to /var/tmp/portage/net-proxy/dante-1.4.3/work >>>> Unpacking dante_1.4.3+dfsg-2.debian.tar.xz to /var/tmp/portage/net-proxy/dante-1.4.3/work >>>> Source unpacked in /var/tmp/portage/net-proxy/dante-1.4.3/work >>>> Preparing source in /var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3 ... > * Applying dante-1.4.0-socksify.patch ... > [ ok ] > * Applying dante-1.4.0-osdep-format-macro.patch ... > [ ok ] > * Applying dante-1.4.2-cflags.patch ... > [ ok ] > * Applying dante-1.4.3-osdep-debug.patch ... > [ ok ] > * Applying dante-1.4.3-gai-symbol.patch ... > [ ok ] > * Applying rename-library.patch ... > [ ok ] > * Applying rename-programs.patch ... > [ ok ] > * Applying configure.patch ... > [ ok ] > * Applying readme-functions.patch ... > [ ok ] > * Applying config-users.patch ... > [ ok ] > * Applying linux-eccentricities.patch ... > [ ok ] > * Applying man-errors.patch ... > [ ok ] > * Applying sa_siginfo.patch ... > [ ok ] > * Applying cppcheck.patch ... > [ ok ] > * Applying dante-client-multiarch.patch ... >patching file bin/socksify.in >Hunk #1 succeeded at 72 with fuzz 1. >patching file dlib/Makefile.am > [ ok ] > * Applying standards.patch ... > [ ok ] > * Applying typos.patch ... > [ ok ] > * Applying sendbuf-ioctl.patch ... > [ ok ] > * Applying signal-names.patch ... > [ ok ] > * Applying path-max.patch ... > [ ok ] > * Applying implicit.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3' ... > * Running 'libtoolize --install --copy --force --automake' ... > [ ok ] > * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/net-proxy/dante-1.4.3/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running 'automake --add-missing --copy --foreign --force-missing' ... > [ ok ] > * Running elibtoolize in: dante-1.4.3/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying verbose-pic/2.4.7 patch ... > * Applying clang-runtime-ltmain/2.4.7 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3 ... > * econf: updating dante-1.4.3/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating dante-1.4.3/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/dante-1.4.3 --htmldir=/usr/share/doc/dante-1.4.3/html --with-sysroot=/ --libdir=/usr/lib64 -C --with-socks-conf=/etc/socks/socks.conf --with-sockd-conf=/etc/socks/sockd.conf --enable-preload --enable-clientdl --enable-serverdl --enable-drt-fallback --with-libc=libc.so.6 --disable-debug --without-gssapi --with-pam --with-upnp --disable-static --without-libwrap >configure: creating cache config.cache >Configuring Dante 1.4.3: >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking whether make supports the include directive... yes (GNU style) >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for a sed that does not truncate output... /usr/bin/sed >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for fgrep... /usr/bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for file... file >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... x86_64-pc-linux-gnu-dlltool >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... / >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-pc-linux-gnu-mt... no >checking for mt... mt >checking if mt is a manifest tool... no >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for sys/time.h... yes >checking for utime.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/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... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >sed: character class syntax is [[:space:]], not [:space:] >checking for bison... bison -y >checking for gawk... (cached) gawk >checking for flex... flex >checking for lex output file root... lex.yy >checking for lex library... none needed >checking for library containing yywrap... -lfl >checking whether yytext is a pointer... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for compiler type... gcc >checking for preprocessor flags... none >checking for compiler flags... none >checking for support for -pipe compiler flag... yes >checking for support for -Wbounded compiler flag... no >checking whether compiler supports _Pragma()... yes >checking for __attribute__ support... yes >checking for constructor __attribute__ support... yes >checking for __attribute__ nonnull support... no >checking for __printf__ format attribute support... yes >checking for compilation with debugging... disabled >checking for live debugging... disabled >checking whether compiling using -g works with gcc... yes >checking for warning flags... none >checking whether compilation with FORTIFY_SOURCE works... yes >checking for compliation with DIAGNOSTIC... no >checking for moncontrol... yes >checking whether profiled compilation requested... no >checking whether coverage requested... no >checking whether linting requested... no >checking size of char... 1 >checking size of short... 2 >checking size of int... 4 >checking size of long... 8 >checking for sys/wait.h that is POSIX.1 compatible... yes >checking for fcntl.h... yes >checking for limits.h... yes >checking for malloc.h... yes >checking for paths.h... yes >checking for strings.h... (cached) yes >checking for syslog.h... yes >checking for unistd.h... (cached) yes >checking for crypt.h... yes >checking for stddef.h... yes >checking for sys/file.h... yes >checking for sys/ioctl.h... yes >checking for sys/time.h... (cached) yes >checking for shadow.h... yes >checking for ifaddrs.h... yes >checking for sys/sem.h... yes >checking for netinet/in.h... yes >checking for rpc/rpc.h... no >checking for sys/ipc.h... yes >checking for arpa/nameser.h... yes >checking for net/if_dl.h... no >checking for execinfo.h... yes >checking for sys/pstat.h... no >checking for sys/shm.h... yes >checking for valgrind/valgrind.h... no >checking for netinet/tcp_fsm.h... no >checking for netinet/ip.h... yes >checking for netinet/ip_var.h... no >checking for resolv.h... yes >checking for sys/sockio.h... no >checking whether <sys/types.h> defines const... checking for egrep -e... (cached) /usr/bin/grep -E >no >checking for an ANSI C-conforming const... yes >checking for supported routing socket communication... yes >checking for struct ip_opts in <netinet/in.h>... no >checking for struct tcp_info in <netinet/tcp.h>... yes >checking for tcp_info value tcpi_rcv_rtt... yes >checking for tcp_info value tcpi_rcv_space... yes >checking for tcp_info value tcpi_total_retrans... yes >checking for tcp_info value tcpi_advmss... yes >checking for tcp_info value tcpi_ato... yes >checking for tcp_info value tcpi_backoff... yes >checking for tcp_info value tcpi_ca_state... yes >checking for tcp_info value tcpi_fackets... yes >checking for tcp_info value tcpi_last_ack_recv... yes >checking for tcp_info value tcpi_last_ack_sent... yes >checking for tcp_info value tcpi_last_data_recv... yes >checking for tcp_info value tcpi_last_data_sent... yes >checking for tcp_info value tcpi_lost... yes >checking for tcp_info value tcpi_pmtu... yes >checking for tcp_info value tcpi_probes... yes >checking for tcp_info value tcpi_rcv_rtt... yes >checking for tcp_info value tcpi_rcv_ssthresh... yes >checking for tcp_info value tcpi_reordering... yes >checking for tcp_info value tcpi_retrans... yes >checking for tcp_info value tcpi_retransmits... yes >checking for tcp_info value tcpi_sacked... yes >checking for tcp_info value tcpi_unacked... yes >checking whether <sys/types.h> defines inline... no >checking for inline... inline >checking for uid_t... yes >checking for gid_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for x86_64-pc-linux-gnu-gcc option to enable large file support... none needed >checking for in6_addr... yes >checking to see if openlog accepts LOG_PERROR... yes >checking to see if stdlib.h defines EXIT_FAILURE... yes >checking whether <sys/socket.h> uses AF_UNIX... no >checking for SIGINFO... no >checking to see if MSG_WAITALL exists... yes >checking whether realloc with a NULL pointer calls malloc... yes >checking if getsockopt needs cast... no >checking to see if SV_INTERRUPT should be used... no >checking if cmsghdr exists in <sys/socket.h>... yes >checking for CMSG_SPACE in sys/socket.h... yes >checking for CMSG_LEN in sys/socket.h... yes >checking for sa_len in sockaddr... no >checking for sockaddr_storage ss_len in sockaddr... no >checking for __res_state options type... yes >checking if sys/select.h is needed... no >checking to see if malloc_options exists... no >checking to see if __progname exists... yes >checking for library containing crypt... -lcrypt >checking for library containing getspnam... none required >checking for library containing setproctitle... no >checking for expected select behaviour... yes >checking for socklen_t... yes >checking for sig_atomic_t in <signal.h>... yes >checking for number of valid signal values... setting to 128 >checking for int8_t... yes >checking for int16_t... yes >checking for int32_t... yes >checking for uint8_t... yes >checking for uint16_t... yes >checking for uint32_t... yes >checking for in_port_t... yes >checking for in_addr_t... yes >checking for ssize_t... yes >checking for working memcmp... yes >checking return type of signal handlers... void >checking for strftime... yes >checking whether utime accepts a null argument... yes >checking for vprintf... yes >checking for library containing inet_addr... none required >checking for library containing getsockopt... none required >checking for getprpwnam... no >checking for getspnam... yes >checking for getpwnam_shadow... no >checking for bindresvport... yes >checking for getpass... yes >checking for system V getpwnam... yes >checking read/send-side pipe system... sendbased >checking for errorless select behavior with high timeouts... yes >checking for errno symbol E2BIG... OK >checking for errno symbol EACCES... OK >checking for errno symbol EADDRINUSE... OK >checking for errno symbol EADDRNOTAVAIL... OK >checking for errno symbol EADV... OK >checking for errno symbol EAFNOSUPPORT... OK >checking for errno symbol EAGAIN... OK >checking for errno symbol EALREADY... OK >checking for errno symbol EAUTH... no >checking for errno symbol EBADARCH... no >checking for errno symbol EBADE... OK >checking for errno symbol EBADEXEC... no >checking for errno symbol EBADF... OK >checking for errno symbol EBADFD... OK >checking for errno symbol EBADMACHO... no >checking for errno symbol EBADMSG... OK >checking for errno symbol EBADR... OK >checking for errno symbol EBADRPC... no >checking for errno symbol EBADRQC... OK >checking for errno symbol EBADSLT... OK >checking for errno symbol EBFONT... OK >checking for errno symbol EBUSY... OK >checking for errno symbol ECANCELED... OK >checking for errno symbol ECAPMODE... no >checking for errno symbol ECHILD... OK >checking for errno symbol ECHRNG... OK >checking for errno symbol ECOMM... OK >checking for errno symbol ECONNABORTED... OK >checking for errno symbol ECONNREFUSED... OK >checking for errno symbol ECONNRESET... OK >checking for errno symbol EDEADLK... OK >checking for errno symbol EDEADLOCK... OK >checking for errno symbol EDESTADDRREQ... OK >checking for errno symbol EDEVERR... no >checking for errno symbol EDIRIOCTL... no >checking for errno symbol EDOM... OK >checking for errno symbol EDOOFUS... no >checking for errno symbol EDQUOT... OK >checking for errno symbol EEXIST... OK >checking for errno symbol EFAULT... OK >checking for errno symbol EFBIG... OK >checking for errno symbol EFTYPE... no >checking for errno symbol EHOSTDOWN... OK >checking for errno symbol EHOSTUNREACH... OK >checking for errno symbol EIDRM... OK >checking for errno symbol EILSEQ... OK >checking for errno symbol EINPROGRESS... OK >checking for errno symbol EINTR... OK >checking for errno symbol EINVAL... OK >checking for errno symbol EIO... OK >checking for errno symbol EIPSEC... no >checking for errno symbol EISCONN... OK >checking for errno symbol EISDIR... OK >checking for errno symbol EJUSTRETURN... no >checking for errno symbol EL2HLT... OK >checking for errno symbol EL2NSYNC... OK >checking for errno symbol EL3HLT... OK >checking for errno symbol EL3RST... OK >checking for errno symbol ELAST... no >checking for errno symbol ELIBACC... OK >checking for errno symbol ELIBBAD... OK >checking for errno symbol ELIBEXEC... OK >checking for errno symbol ELIBMAX... OK >checking for errno symbol ELIBSCN... OK >checking for errno symbol ELNRNG... OK >checking for errno symbol ELOCKUNMAPPED... no >checking for errno symbol ELOOP... OK >checking for errno symbol EMEDIUMTYPE... OK >checking for errno symbol EMFILE... OK >checking for errno symbol EMLINK... OK >checking for errno symbol EMSGSIZE... OK >checking for errno symbol EMULTIHOP... OK >checking for errno symbol ENAMETOOLONG... OK >checking for errno symbol ENEEDAUTH... no >checking for errno symbol ENETDOWN... OK >checking for errno symbol ENETRESET... OK >checking for errno symbol ENETUNREACH... OK >checking for errno symbol ENFILE... OK >checking for errno symbol ENOANO... OK >checking for errno symbol ENOATTR... no >checking for errno symbol ENOBUFS... OK >checking for errno symbol ENOCSI... OK >checking for errno symbol ENODATA... OK >checking for errno symbol ENODEV... OK >checking for errno symbol ENOENT... OK >checking for errno symbol ENOEXEC... OK >checking for errno symbol ENOIOCTL... no >checking for errno symbol ENOLCK... OK >checking for errno symbol ENOLINK... OK >checking for errno symbol ENOMEDIUM... OK >checking for errno symbol ENOMEM... OK >checking for errno symbol ENOMSG... OK >checking for errno symbol ENONET... OK >checking for errno symbol ENOPKG... OK >checking for errno symbol ENOPOLICY... no >checking for errno symbol ENOPROTOOPT... OK >checking for errno symbol ENOSPC... OK >checking for errno symbol ENOSR... OK >checking for errno symbol ENOSTR... OK >checking for errno symbol ENOSYS... OK >checking for errno symbol ENOTACTIVE... no >checking for errno symbol ENOTBLK... OK >checking for errno symbol ENOTCAPABLE... no >checking for errno symbol ENOTCONN... OK >checking for errno symbol ENOTDIR... OK >checking for errno symbol ENOTEMPTY... OK >checking for errno symbol ENOTRECOVERABLE... OK >checking for errno symbol ENOTSOCK... OK >checking for errno symbol ENOTSUP... OK >checking for errno symbol ENOTTY... OK >checking for errno symbol ENOTUNIQ... OK >checking for errno symbol ENXIO... OK >checking for errno symbol EOPNOTSUPP... OK >checking for errno symbol EOVERFLOW... OK >checking for errno symbol EOWNERDEAD... OK >checking for errno symbol EPERM... OK >checking for errno symbol EPFNOSUPPORT... OK >checking for errno symbol EPIPE... OK >checking for errno symbol EPROCLIM... no >checking for errno symbol EPROCUNAVAIL... no >checking for errno symbol EPROGMISMATCH... no >checking for errno symbol EPROGUNAVAIL... no >checking for errno symbol EPROTO... OK >checking for errno symbol EPROTONOSUPPORT... OK >checking for errno symbol EPROTOTYPE... OK >checking for errno symbol EPWROFF... no >checking for errno symbol ERANGE... OK >checking for errno symbol EREMCHG... OK >checking for errno symbol EREMOTE... OK >checking for errno symbol ERESTART... OK >checking for errno symbol EROFS... OK >checking for errno symbol ERPCMISMATCH... no >checking for errno symbol ESHLIBVERS... no >checking for errno symbol ESHUTDOWN... OK >checking for errno symbol ESOCKTNOSUPPORT... OK >checking for errno symbol ESPIPE... OK >checking for errno symbol ESRCH... OK >checking for errno symbol ESRMNT... OK >checking for errno symbol ESTALE... OK >checking for errno symbol ESTRPIPE... OK >checking for errno symbol ETIME... OK >checking for errno symbol ETIMEDOUT... OK >checking for errno symbol ETOOMANYREFS... OK >checking for errno symbol ETXTBSY... OK >checking for errno symbol EUNATCH... OK >checking for errno symbol EUSERS... OK >checking for errno symbol EWOULDBLOCK... OK >checking for errno symbol EXDEV... OK >checking for errno symbol EXFULL... OK >checking for errno symbol ECLONEME... no >checking for errno symbol ECORRUPT... no >checking for errno symbol EDESTADDREQ... no >checking for errno symbol EDIST... no >checking for errno symbol EFORMAT... no >checking for errno symbol EMEDIA... no >checking for errno symbol ENOCONNECT... no >checking for errno symbol ENOTEMPTY... OK >checking for errno symbol ENOTREADY... no >checking for errno symbol ENOTRUST... no >checking for errno symbol ESAD... no >checking for errno symbol ESOFT... no >checking for errno symbol ESYSERROR... no >checking for errno symbol EWOULDBLOCK... OK >checking for errno symbol EWRPROTECT... no >checking errno symbols... unique symbols: 124, unique values: 122 >checking for getaddrinfo() error EAI_ADDRFAMILY... no >checking for getaddrinfo() error EAI_AGAIN... OK >checking for getaddrinfo() error EAI_BADFLAGS... OK >checking for getaddrinfo() error EAI_BADHINTS... no >checking for getaddrinfo() error EAI_FAIL... OK >checking for getaddrinfo() error EAI_FAMILY... OK >checking for getaddrinfo() error EAI_MEMORY... OK >checking for getaddrinfo() error EAI_NODATA... no >checking for getaddrinfo() error EAI_NONAME... OK >checking for getaddrinfo() error EAI_OVERFLOW... OK >checking for getaddrinfo() error EAI_PROTOCOL... no >checking for getaddrinfo() error EAI_SERVICE... OK >checking for getaddrinfo() error EAI_SOCKTYPE... OK >checking for getaddrinfo() error EAI_SYSTEM... OK >checking for getaddrinfo() error EAI_ALLDONE... no >checking for getaddrinfo() error EAI_CANCELED... no >checking for getaddrinfo() error EAI_IDN_ENCODE... no >checking for getaddrinfo() error EAI_INPROGRESS... no >checking for getaddrinfo() error EAI_INTR... no >checking for getaddrinfo() error EAI_NOTCANCELED... no >checking for getaddrinfo() error EAI_BADEXTFLAGS... no >checking getaddrinfo() error symbols... unique symbols: 10, unique values: 10 >checking for timer macros... yes >checking for SIOCGIFHWADDR... no >checking for fd_mask... yes >checking for CPU_EQUAL... yes >checking for processor_bind... no >checking for sched_setscheduler... yes >checking for sched.h... yes >checking for getpassphrase... no >checking for sched_setaffinity... yes >checking for ifaddrs.h... (cached) yes >checking for daemon... yes >checking for difftime... yes >checking for getifaddrs... yes >checking for freeifaddrs... yes >checking for hstrerror... yes >checking for inet_pton... yes >checking for issetugid... no >checking for memmove... yes >checking for seteuid... yes >checking for setegid... yes >checking for setproctitle... no >checking for strvis... no >checking for vsyslog... yes >checking for bzero... yes >checking for strlcpy... yes >checking for backtrace... yes >checking for incorrect inet_ntoa behaviour... no >checking for working pselect()... yes >checking for working sockatmark... yes >checking for __libc_enable_secure... yes >checking for FIONREAD socket support... yes >checking for FIONWRITE socket support... no >checking for TIOCOUTQ socket support... yes >checking for sufficiently unified buffer cache... yes >checking for library containing clock_gettime... none required >checking for CLOCK_MONOTONIC clock_gettime() support... yes >configure: WARNING: unknown --enable/disable keyword 'pic' >configure: WARNING: unknown --enable/disable keyword 'aix_soname' >configure: WARNING: unknown --enable/disable keyword 'year2038' >configure: WARNING: unknown --enable/disable keyword 'year2038' >configure: WARNING: unknown --with/without keyword 'aix_soname' >configure: WARNING: unknown --with/without keyword 'aix_soname' >checking whether client compilation should be disabled... yes >checking whether server compilation should be disabled... yes >checking for client configuration file location... /etc/socks/socks.conf >checking for server configuration file location... /etc/socks/sockd.conf >checking for bsd_auth.h... no >checking for auth_userokay... no >checking for bsd authentication... no, usable bsd_auth.h not found >checking full environment usage... yes >checking direct route fallback in client enabled... yes >configure: updating cache config.cache >checking for RES_INIT in resolv.h... yes >checking for dlfcn.h... (cached) yes >checking whether all interposition usage should be disabled... no >checking whether interposition in the client should be disabled... no >checking whether interposition in the server should be disabled... no >checking for DL_LAZY... no >checking for RTLD_MEMBER... no >checking to see if dlopen param has DL_ and not RTLD_ prefix... yes >checking for __fprintf_chk... yes >checking for __vfprintf_chk... yes >checking for __read_chk... yes >checking for _IO_getc... yes >checking for _IO_putc... yes >checking for library containing getaddrinfo... none required >checking for library containing getnameinfo... none required >checking for gethostbyname2... yes >checking for getaddrinfo... yes >checking for getnameinfo... yes >checking for freeaddrinfo... yes >checking for getipnodebyname... no >checking prototypes for accept... ok >checking prototypes for bind... ok >checking prototypes for connect... ok >checking prototypes for gethostbyaddr... ok >checking prototypes for getnameinfo... ok >checking prototypes for getpeername... ok >checking prototypes for getsockname... ok >checking prototypes for getsockopt... ok >checking prototypes for listen... ok >checking prototypes for read... ok >checking prototypes for readv... ok >checking prototypes for recv... ok >checking prototypes for recvfrom... ok >checking prototypes for recvmsg... ok >checking prototypes for send... ok >checking prototypes for sendmsg... ok >checking prototypes for sendto... ok >checking prototypes for write... ok >checking prototypes for writev... ok >checking prototypes for getc... ok >checking prototypes for fgetc... ok >checking prototypes for gets... ok >checking prototypes for fgets... ok >checking prototypes for putc... ok >checking prototypes for fputc... ok >checking prototypes for puts... ok >checking prototypes for fputs... ok >checking prototypes for fflush... ok >checking prototypes for fclose... ok >checking prototypes for fprintf... ok >checking prototypes for vfprintf... ok >checking prototypes for printf... ok >checking prototypes for vprintf... ok >checking prototypes for fwrite... ok >checking prototypes for fread... ok >checking prototypes for _IO_getc... ok >checking prototypes for _IO_putc... ok >checking prototypes for _read_chk... ok >checking for library containing bindresvport... none required >checking for pthread.h... yes >checking for library containing pthread_mutexattr_init... none required >checking whether compilation with pthread.h works... yes >checking for library containing connect... none required >checking for library containing inet_aton... none required >checking for library containing res_9_init... no >checking for library containing dlopen... none required >checking for rresvport... yes >checking for libc name... libc.so.6 >checking for symbol lookup without underscore... yes >checking for working dlsym... yes >checking for working RTLD_NEXT... yes >checking libc preload blocking... no >checking for x86_64-pc-linux-gnu-gcc options needed to detect all undeclared functions... (cached) none needed >checking whether _IO_getc is declared... no >checking whether _IO_putc is declared... no >checking whether gets is declared... no >configure: WARNING: ldap disabled: working GSSAPI installation required >checking for miniupnpc headers... yes >checking for library containing UPNP_GetValidIGD... -lminiupnpc >checking for miniupnpc version >= 1.7... yes >checking for miniupnpc version >= 1.4... no >checking whether to use server pidfile... yes >checking for pid file location... /var/run/sockd.pid >checking for SOCKD_IOMAX value... default >checking for SOCKD_NEGOTIATEMAX value... default >checking for SOCKD_BUFSIZE value... default >checking for lround in -lm... yes >checking for libwrap... disabled >checking for security/pam_appl.h... yes >checking for library containing pam_start... -lpam >checking for pam... yes >checking whether libcfail should be enabled... no >checking for SOL_SOCKET socket option SO_BINDANY... no >checking for SOL_SOCKET socket option SO_BROADCAST... yes >checking for SOL_SOCKET socket option SO_DEBUG... yes >checking for SOL_SOCKET socket option SO_DONTROUTE... yes >checking for SOL_SOCKET socket option SO_JUMBO... no >checking for SOL_SOCKET socket option SO_KEEPALIVE... yes >checking for SOL_SOCKET socket option SO_LINGER... yes >checking for SOL_SOCKET socket option SO_OOBINLINE... yes >checking for SOL_SOCKET socket option SO_PRIORITY... yes >checking for SOL_SOCKET socket option SO_RCVBUF... yes >checking for SOL_SOCKET socket option SO_RCVBUFFORCE... yes >checking for SOL_SOCKET socket option SO_RCVLOWAT... yes >checking for SOL_SOCKET socket option SO_RCVTIMEO... yes >checking for SOL_SOCKET socket option SO_SNDBUF... yes >checking for SOL_SOCKET socket option SO_SNDBUFFORCE... yes >checking for SOL_SOCKET socket option SO_SNDLOWAT... yes >checking for SOL_SOCKET socket option SO_SNDTIMEO... yes >checking for SOL_SOCKET socket option SO_TIMESTAMP... yes >checking for SOL_SOCKET socket option SO_USELOOPBACK... no >checking for SOL_SOCKET socket option SO_AUDIT... no >checking for SOL_SOCKET socket option SO_CKSUMRECV... no >checking for SOL_SOCKET socket option SO_NOMULTIPATH... no >checking for SOL_SOCKET socket option SO_NOREUSEADDR... no >checking for IPPROTO_TCP socket option TCP_CORK... yes >checking for IPPROTO_TCP socket option TCP_CWND... no >checking for IPPROTO_TCP socket option TCP_INIT_CWND... no >checking for IPPROTO_TCP socket option TCP_KEEPCNT... yes >checking for IPPROTO_TCP socket option TCP_KEEPIDLE... yes >checking for IPPROTO_TCP socket option TCP_KEEPINTVL... yes >checking for IPPROTO_TCP socket option TCP_LINGER2... yes >checking for IPPROTO_TCP socket option TCP_MAXRT... no >checking for IPPROTO_TCP socket option TCP_MAXSEG... yes >checking for IPPROTO_TCP socket option TCP_MD5SIG... yes >checking for IPPROTO_TCP socket option TCP_NODELAY... yes >checking for IPPROTO_TCP socket option TCP_NOOPT... no >checking for IPPROTO_TCP socket option TCP_NOPUSH... no >checking for IPPROTO_TCP socket option TCP_SACK_ENABLE... no >checking for IPPROTO_TCP socket option TCP_STDURG... no >checking for IPPROTO_TCP socket option TCP_SYNCNT... yes >checking for IPPROTO_TCP socket option TCP_WINDOW_CLAMP... yes >checking for IPPROTO_TCP socket option TCP_RFC1323... no >checking for IPPROTO_TCP socket option TCP_NODELAYACK... no >checking for IPPROTO_TCP socket option TCP_CWND_IF... no >checking for IPPROTO_TCP socket option TCP_CWND_DF... no >checking for IPPROTO_TCP socket option TCP_NOTENTER_SSTART... no >checking for IPPROTO_TCP socket option TCP_NOREDUCE_CWND_IN_FRXMT... no >checking for IPPROTO_TCP socket option TCP_NOREDUCE_CWND_EXIT_FRXMT... no >checking for IPPROTO_UDP socket option UDP_CORK... yes >checking for IPPROTO_IP socket option IP_AUTH_LEVEL... no >checking for IPPROTO_IP socket option IP_DONTFRAG... no >checking for IPPROTO_IP socket option IP_ESP_NETWORK_LEVEL... no >checking for IPPROTO_IP socket option IP_ESP_TRANS_LEVEL... no >checking for IPPROTO_IP socket option IP_FREEBIND... yes >checking for IPPROTO_IP socket option IP_IPCOMP_LEVEL... no >checking for IPPROTO_IP socket option IP_MINTTL... yes >checking for IPPROTO_IP socket option IP_MTU_DISCOVER... yes >checking for IPPROTO_IP socket option IP_PORTRANGE... no >checking for IPPROTO_IP socket option IP_TOS... yes >checking for IPPROTO_IP socket option IP_TTL... yes >checking for IPPROTO_IP socket option IP_TRANSPARENT... yes >checking for IPPROTO_IP socket option IP_UNICAST_HOPS... no >checking for IPPROTO_IP socket option IP_BROADCAST_IF... no >checking for IPPROTO_IPV6 socket option IPV6_ADDRFORM... yes >checking for IPPROTO_IPV6 socket option IPV6_UNICAST_HOPS... yes >checking for IPPROTO_IPV6 socket option IPV6_2292DSTOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_2292HOPLIMIT... yes >checking for IPPROTO_IPV6 socket option IPV6_2292HOPOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_2292PKTINFO... yes >checking for IPPROTO_IPV6 socket option IPV6_2292PKTOPTIONS... yes >checking for IPPROTO_IPV6 socket option IPV6_2292RTHDR... yes >checking for IPPROTO_IPV6 socket option IPV6_ADDRFORM... yes >checking for IPPROTO_IPV6 socket option IPV6_ADDR_PREFERENCES... yes >checking for IPPROTO_IPV6 socket option IPV6_AUTHHDR... yes >checking for IPPROTO_IPV6 socket option IPV6_AUTH_LEVEL... no >checking for IPPROTO_IPV6 socket option IPV6_AUTOFLOWLABEL... yes >checking for IPPROTO_IPV6 socket option IPV6_CHECKSUM... yes >checking for IPPROTO_IPV6 socket option IPV6_DONTFRAG... yes >checking for IPPROTO_IPV6 socket option IPV6_DSTOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_DSTOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_ESP_NETWORK_LEVEL... no >checking for IPPROTO_IPV6 socket option IPV6_ESP_TRANS_LEVEL... no >checking for IPPROTO_IPV6 socket option IPV6_FLOWINFO... no >checking for IPPROTO_IPV6 socket option IPV6_FLOWINFO_SEND... no >checking for IPPROTO_IPV6 socket option IPV6_FLOWLABEL_MGR... no >checking for IPPROTO_IPV6 socket option IPV6_HOPLIMIT... yes >checking for IPPROTO_IPV6 socket option IPV6_HOPLIMIT... yes >checking for IPPROTO_IPV6 socket option IPV6_HOPOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_HOPOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_IPCOMP_LEVEL... no >checking for IPPROTO_IPV6 socket option IPV6_IPSEC_POLICY... yes >checking for IPPROTO_IPV6 socket option IPV6_JOIN_ANYCAST... yes >checking for IPPROTO_IPV6 socket option IPV6_JOIN_GROUP... yes >checking for IPPROTO_IPV6 socket option IPV6_LEAVE_ANYCAST... yes >checking for IPPROTO_IPV6 socket option IPV6_LEAVE_GROUP... yes >checking for IPPROTO_IPV6 socket option IPV6_MINHOPCOUNT... yes >checking for IPPROTO_IPV6 socket option IPV6_MTU... yes >checking for IPPROTO_IPV6 socket option IPV6_MTU_DISCOVER... yes >checking for IPPROTO_IPV6 socket option IPV6_NEXTHOP... yes >checking for IPPROTO_IPV6 socket option IPV6_ORIGDSTADDR... yes >checking for IPPROTO_IPV6 socket option IPV6_PATHMTU... yes >checking for IPPROTO_IPV6 socket option IPV6_PIPEX... no >checking for IPPROTO_IPV6 socket option IPV6_PKTINFO... yes >checking for IPPROTO_IPV6 socket option IPV6_PORTRANGE... no >checking for IPPROTO_IPV6 socket option IPV6_RETOPTS... no >checking for IPPROTO_IPV6 socket option IPV6_ROUTER_ALERT... yes >checking for IPPROTO_IPV6 socket option IPV6_RTHDR... yes >checking for IPPROTO_IPV6 socket option IPV6_RTHDRDSTOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_TCLASS... yes >checking for IPPROTO_IPV6 socket option IPV6_TRANSPARENT... yes >checking for IPPROTO_IPV6 socket option IPV6_UNICAST_HOPS... yes >checking for IPPROTO_IPV6 socket option IPV6_USE_MIN_MTU... no >checking for IPPROTO_IPV6 socket option IPV6_V6ONLY... yes >checking for IPPROTO_IPV6 socket option IPV6_XFRM_POLICY... yes >checking for IPPROTO_IPV6 socket option IPV6_MIPDSTOPTS... no >checking for IPPROTO_IPV6 socket option IPV6_AIXRAWSOCKET... no >checking for linux/bbkernel.h... no >checking for SOL_SOCKET socket option SO_ERROR... yes >checking for SOL_SOCKET socket option SO_REUSEADDR... yes >checking for SOL_SOCKET socket option SO_REUSEPORT... yes >checking for SOL_SOCKET socket option SO_ACCEPTCONN... yes >checking for SOL_SOCKET socket option SO_KERNACCEPT... no >checking for SOL_SOCKET socket option SO_PEERID... no >checking for SOL_SOCKET socket option SO_TYPE... yes >checking for SOL_SOCKET socket option SO_USE_IFBUFS... no >checking for IPPROTO_IP socket option IP_ADDRFORM... no >checking for IPPROTO_IP socket option IP_ADD_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_ADD_SOURCE_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_BLOCK_SOURCE... yes >checking for IPPROTO_IP socket option IP_DHCPMODE... no >checking for IPPROTO_IP socket option IP_DROP_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_DROP_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_DROP_SOURCE_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_DROP_SOURCE_MEMBERSHIP... yes >checking for IPPROTO_IP socket option IP_FINDPMTU... no >checking for IPPROTO_IP socket option IP_HDRINCL... yes >checking for IPPROTO_IP socket option IP_HDRINCL... yes >checking for IPPROTO_IP socket option IP_MULTICAST_HOPS... no >checking for IPPROTO_IP socket option IP_MULTICAST_IF... yes >checking for IPPROTO_IP socket option IP_MULTICAST_LOOP... yes >checking for IPPROTO_IP socket option IP_MULTICAST_TTL... yes >checking for IPPROTO_IP socket option IP_OPTIONS... yes >checking for IPPROTO_IP socket option IP_PMTUAGE... no >checking for IPPROTO_IP socket option IP_RECVDSTADDR... no >checking for IPPROTO_IP socket option IP_RECVIF... no >checking for IPPROTO_IP socket option IP_RECVIFINFO... no >checking for IPPROTO_IP socket option IP_RECVINTERFACE... no >checking for IPPROTO_IP socket option IP_RECVMACHDR... no >checking for IPPROTO_IP socket option IP_RECVTOS... yes >checking for IPPROTO_IP socket option IP_RECVTTL... yes >checking for IPPROTO_IP socket option IP_RECVTTL... yes >checking for IPPROTO_IP socket option IP_SOURCE_FILTER... no >checking for IPPROTO_IP socket option IP_UNBLOCK_SOURCE... yes >checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_HOPS... yes >checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_IF... yes >checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_LOOP... yes >checking for IPPROTO_IPV6 socket option IPV6_AIXRAWSOCKET... no >checking for IPPROTO_IPV6 socket option IPV6_NOPROBE... no >checking for IPPROTO_IPV6 socket option IPV6_PKTOPTIONS... no >checking for IPPROTO_IPV6 socket option IPV6_RECVHOPS... no >checking for IPPROTO_IPV6 socket option IPV6_RECVIF... no >checking for IPPROTO_IPV6 socket option IPV6_RECVSRCRT... no >checking for IPPROTO_IPV6 socket option IPV6_SENDIF... no >checking for IPPROTO_IPV6 socket option IPV6_ADD_MEMBERSHIP... yes >checking for IPPROTO_IPV6 socket option IPV6_DROP_MEMBERSHIP... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVDSTADDR... no >checking for IPPROTO_IPV6 socket option IPV6_RECVDSTOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVERR... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVHOPLIMIT... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVHOPOPTS... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVOPTS... no >checking for IPPROTO_IPV6 socket option IPV6_RECVORIGDSTADDR... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVPATHMTU... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVPKTINFO... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVRETOPTS... no >checking for IPPROTO_IPV6 socket option IPV6_RECVRTHDR... yes >checking for IPPROTO_IPV6 socket option IPV6_RECVTCLASS... yes >checking for supported hostid type... no >checking for module bandwidth... no >checking for module redirect... no >checking for module ldap... no >checking for module pac... no >checking for module checkmodule... no >checking for module convert_sid... no >flags: '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--datarootdir=/usr/share' '--disable-dependency-tracking' '--disable-silent-rules' '--docdir=/usr/share/doc/dante-1.4.3' '--htmldir=/usr/share/doc/dante-1.4.3/html' '--with-sysroot=/' '--libdir=/usr/lib64' '-C' '--with-socks-conf=/etc/socks/socks.conf' '--with-sockd-conf=/etc/socks/sockd.conf' '--enable-preload' '--enable-clientdl' '--enable-serverdl' '--enable-drt-fallback' '--with-libc=libc.so.6' '--disable-debug' '--without-gssapi' '--with-pam' '--with-upnp' '--disable-static' '--without-libwrap' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 ' >CC: x86_64-pc-linux-gnu-gcc >CFLAGS: -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe (-O2 -pipe -march=native -fno-diagnostics-color) >CPP: x86_64-pc-linux-gnu-gcc -E >CPPFLAGS: -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 >LDFLAGS: -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 (-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 ) >LD_LIBRARY_PATH: >LIBS: -lpam -lcrypt >DLIBDEPS: -lminiupnpc -lcrypt >SOCKDDEPS: -lminiupnpc -lcrypt -lm >compiler flags: -pipe >warning flags: >FEATURES: upnp pam sess2 mon-data mon-disconnect preload >compat: issetugid setproctitle strvis >socket options (socket level): SO_BROADCAST SO_DEBUG SO_DONTROUTE SO_KEEPALIVE SO_LINGER SO_OOBINLINE SO_PRIORITY SO_RCVBUF SO_RCVBUFFORCE SO_RCVLOWAT SO_RCVTIMEO SO_SNDBUF SO_SNDBUFFORCE SO_SNDLOWAT SO_SNDTIMEO SO_TIMESTAMP >socket options (ipv4 level): IP_FREEBIND IP_MINTTL IP_MTU_DISCOVER IP_TOS IP_TTL IP_TRANSPARENT >socket options (ipv6 level): IPV6_ADDRFORM IPV6_UNICAST_HOPS IPV6_2292DSTOPTS IPV6_2292HOPLIMIT IPV6_2292HOPOPTS IPV6_2292PKTINFO IPV6_2292PKTOPTIONS IPV6_2292RTHDR IPV6_ADDRFORM IPV6_ADDR_PREFERENCES IPV6_AUTHHDR IPV6_AUTOFLOWLABEL IPV6_CHECKSUM IPV6_DONTFRAG IPV6_DSTOPTS IPV6_DSTOPTS IPV6_HOPLIMIT IPV6_HOPLIMIT IPV6_HOPOPTS IPV6_HOPOPTS IPV6_IPSEC_POLICY IPV6_JOIN_ANYCAST IPV6_JOIN_GROUP IPV6_LEAVE_ANYCAST IPV6_LEAVE_GROUP IPV6_MINHOPCOUNT IPV6_MTU IPV6_MTU_DISCOVER IPV6_NEXTHOP IPV6_ORIGDSTADDR IPV6_PATHMTU IPV6_PKTINFO IPV6_ROUTER_ALERT IPV6_RTHDR IPV6_RTHDRDSTOPTS IPV6_TCLASS IPV6_TRANSPARENT IPV6_UNICAST_HOPS IPV6_V6ONLY IPV6_XFRM_POLICY >socket options (tcp level): TCP_CORK TCP_KEEPCNT TCP_KEEPIDLE TCP_KEEPINTVL TCP_LINGER2 TCP_MAXSEG TCP_MD5SIG TCP_NODELAY TCP_SYNCNT TCP_WINDOW_CLAMP >socket options (udp level): UDP_CORK >socket option arguments: IP_TOS.DSCP(AF11 AF12 AF13 AF21 AF22 AF23 AF31 AF32 AF33 AF41 AF42 AF43 CS0 CS1 CS2 CS3 CS4 CS5 CS6 CS7 EF) IP_TOS.PREC(NETCONTROL INTERNETCONTROL CRITIC_ECP FLASHOVERRIDE FLASH IMMEDIATE PRIORITY ROUTINE) IP_TOS.TOS(LOWDELAY THROUGHPUT RELIABILITY) >configure: updating cache config.cache >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating bin/socksify >config.status: creating capi/socks.h >config.status: creating sockd/Makefile >config.status: creating include/Makefile >config.status: creating lib/Makefile >config.status: creating dlib/Makefile >config.status: creating Makefile >config.status: creating example/Makefile >config.status: creating doc/Makefile >config.status: creating bin/Makefile >config.status: creating capi/Makefile >config.status: creating SPECS/Makefile >config.status: creating SPECS/dante.spec >config.status: creating libscompat/Makefile >config.status: creating contrib/Makefile >config.status: creating unlicensed/Makefile >config.status: creating VERSION >config.status: creating dlib64/Makefile >config.status: creating include/autoconf.h >config.status: linking unlicensed/bandwidth.c to sockd/bandwidth.c >config.status: linking unlicensed/bandwidth_key.c to sockd/bandwidth_key.c >config.status: linking unlicensed/redirect.c to sockd/redirect.c >config.status: linking unlicensed/redirect_key.c to sockd/redirect_key.c >config.status: linking unlicensed/ldap.c to sockd/ldap.c >config.status: linking unlicensed/ldap_key.c to sockd/ldap_key.c >config.status: linking unlicensed/pac.c to sockd/pac.c >config.status: linking unlicensed/pac_key.c to sockd/pac_key.c >config.status: linking unlicensed/checkmodule.c to sockd/checkmodule.c >config.status: linking unlicensed/convert_sid.c to bin/convert_sid.c >config.status: executing depfiles commands >config.status: executing libtool commands > > Configure status: > >Client: Enabled >Server: Enabled >Preloading: Enabled >Libwrap: Disabled, using --without-libwrap >BSD Auth: Disabled, usable bsd_auth.h not found >PAM: Enabled >GSSAPI: Not found/disabled >KRB5: Not found/disabled >SASL: Not found/disabled >UPNP: Enabled >Compatibility: issetugid setproctitle strvis > > Modules: > >redirect: Not found >bandwidth: Not found >ldap: Not found >pac: Not found > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3 ... >make -O -j4 >Making all in include >make all-am >make[2]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/include' >sh ../include/redefgen.sh ../include >make[2]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/include' >Making all in lib >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rbind.lo Rbind.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rbind.c -fPIC -DPIC -o .libs/Rbind.o >Rbind.c: In function 'Rbind': >Rbind.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | Rbind(s, _name, namelen) > | ^~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Raccept.lo Raccept.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Raccept.c -fPIC -DPIC -o .libs/Raccept.o >Raccept.c: In function 'Raccept': >Raccept.c:65:1: warning: old-style function definition [-Wold-style-definition] > 65 | Raccept(s, addr, addrlen) > | ^~~~~~~ >Raccept.c: In function 'addforwarded': >Raccept.c:406:1: warning: old-style function definition [-Wold-style-definition] > 406 | addforwarded(local, remote, remoteaddr, virtualremoteaddr) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rbindresvport.lo Rbindresvport.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rbindresvport.c -fPIC -DPIC -o .libs/Rbindresvport.o >Rbindresvport.c: In function 'Rbindresvport': >Rbindresvport.c:55:1: warning: old-style function definition [-Wold-style-definition] > 55 | Rbindresvport(s, _sin) > | ^~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rcompat.lo Rcompat.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rcompat.c -fPIC -DPIC -o .libs/Rcompat.o >Rcompat.c: In function 'Rselect': >Rcompat.c:55:1: warning: old-style function definition [-Wold-style-definition] > 55 | Rselect(nfds, readfds, writefds, exceptfds, timeout) > | ^~~~~~~ >Rcompat.c: In function 'Rwrite': >Rcompat.c:66:1: warning: old-style function definition [-Wold-style-definition] > 66 | Rwrite(d, buf, nbytes) > | ^~~~~~ >Rcompat.c: In function 'Rwritev': >Rcompat.c:81:1: warning: old-style function definition [-Wold-style-definition] > 81 | Rwritev(d, iov, iovcnt) > | ^~~~~~~ >Rcompat.c:94:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > 94 | msg.msg_iov = iov; > | ^ >Rcompat.c: In function 'Rsend': >Rcompat.c:101:1: warning: old-style function definition [-Wold-style-definition] > 101 | Rsend(s, msg, len, flags) > | ^~~~~ >Rcompat.c:110:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > 110 | struct iovec iov = { msg, len }; > | ^~~ >Rcompat.c: In function 'Rsendmsg': >Rcompat.c:125:1: warning: old-style function definition [-Wold-style-definition] > 125 | Rsendmsg(s, msg, flags) > | ^~~~~~~~ >Rcompat.c: In function 'Rread': >Rcompat.c:184:1: warning: old-style function definition [-Wold-style-definition] > 184 | Rread(d, buf, nbytes) > | ^~~~~ >Rcompat.c: In function 'Rreadv': >Rcompat.c:200:1: warning: old-style function definition [-Wold-style-definition] > 200 | Rreadv(d, _iov, iovcnt) > | ^~~~~~ >Rcompat.c: In function 'Rrecv': >Rcompat.c:222:1: warning: old-style function definition [-Wold-style-definition] > 222 | Rrecv(s, msg, len, flags) > | ^~~~~ >Rcompat.c: In function 'Rrecvmsg': >Rcompat.c:250:1: warning: old-style function definition [-Wold-style-definition] > 250 | Rrecvmsg(s, msg, flags) > | ^~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rconnect.lo Rconnect.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rconnect.c -fPIC -DPIC -o .libs/Rconnect.o >Rconnect.c: In function 'Rconnect': >Rconnect.c:53:1: warning: old-style function definition [-Wold-style-definition] > 53 | Rconnect(s, _name, namelen) > | ^~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o config_parse.lo config_parse.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c config_parse.c -fPIC -DPIC -o .libs/config_parse.o >config_parse.y: In function 'parseconfig': >config_parse.y:3422:1: warning: old-style function definition [-Wold-style-definition] > 3422 | parseconfig(filename) > | ^~~~~~~~~~~ >config_parse.y: In function 'ipaddr_requires_netmask': >config_parse.y:3607:1: warning: old-style function definition [-Wold-style-definition] > 3607 | ipaddr_requires_netmask(context, objecttype) > | ^~~~~~~~~~~~~~~~~~~~~~~ >config_parse.y: In function 'addnumber': >config_parse.y:3661:1: warning: old-style function definition [-Wold-style-definition] > 3661 | addnumber(numberc, numberv, number) > | ^~~~~~~~~ >config_parse.y: In function 'addrinit': >config_parse.y:3680:1: warning: old-style function definition [-Wold-style-definition] > 3680 | addrinit(addr, _netmask_required) > | ^~~~~~~~ >config_parse.y: In function 'gwaddrinit': >config_parse.y:3715:1: warning: old-style function definition [-Wold-style-definition] > 3715 | gwaddrinit(addr) > | ^~~~~~~~~~ >config_parse.y: In function 'routeinit': >config_parse.y:3736:1: warning: old-style function definition [-Wold-style-definition] > 3736 | routeinit(route) > | ^~~~~~~~~ >config_parse.y: In function 'parseclientenv': >config_parse.y:3773:1: warning: old-style function definition [-Wold-style-definition] > 3773 | parseclientenv(haveproxyserver) > | ^~~~~~~~~~~~~~ >config_parse.y: In function 'serverstring2gwstring': >config_parse.y:4013:1: warning: old-style function definition [-Wold-style-definition] > 4013 | serverstring2gwstring(serverstring, version, gw, gwsize) > | ^~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rgethostbyname.lo Rgethostbyname.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rgethostbyname.c -fPIC -DPIC -o .libs/Rgethostbyname.o >Rgethostbyname.c: In function 'Rgethostbyname2': >Rgethostbyname.c:56:1: warning: old-style function definition [-Wold-style-definition] > 56 | Rgethostbyname2(name, af) > | ^~~~~~~~~~~~~~~ >Rgethostbyname.c: In function 'Rgethostbyname': >Rgethostbyname.c:155:1: warning: old-style function definition [-Wold-style-definition] > 155 | Rgethostbyname(name) > | ^~~~~~~~~~~~~~ >Rgethostbyname.c: In function 'Rgetaddrinfo': >Rgethostbyname.c:164:1: warning: old-style function definition [-Wold-style-definition] > 164 | Rgetaddrinfo(nodename, servname, hints, res) > | ^~~~~~~~~~~~ >Rgethostbyname.c: In function 'Rgetnameinfo': >Rgethostbyname.c:582:1: warning: old-style function definition [-Wold-style-definition] > 582 | Rgetnameinfo(sa, salen, host, hostlen, serv, servlen, flags) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rgetpeername.lo Rgetpeername.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rgetpeername.c -fPIC -DPIC -o .libs/Rgetpeername.o >Rgetpeername.c: In function 'Rgetpeername': >Rgetpeername.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | Rgetpeername(s, name, namelen) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rgetsockname.lo Rgetsockname.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rgetsockname.c -fPIC -DPIC -o .libs/Rgetsockname.o >Rgetsockname.c: In function 'Rgetsockname': >Rgetsockname.c:53:1: warning: old-style function definition [-Wold-style-definition] > 53 | Rgetsockname(s, name, namelen) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rgetsockopt.lo Rgetsockopt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rgetsockopt.c -fPIC -DPIC -o .libs/Rgetsockopt.o >Rgetsockopt.c: In function 'Rgetsockopt': >Rgetsockopt.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | Rgetsockopt(s, level, optname, optval, optlen) > | ^~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rlisten.lo Rlisten.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rlisten.c -fPIC -DPIC -o .libs/Rlisten.o >Rlisten.c: In function 'Rlisten': >Rlisten.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | Rlisten(s, backlog) > | ^~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o Rrresvport.lo Rrresvport.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c Rrresvport.c -fPIC -DPIC -o .libs/Rrresvport.o >Rrresvport.c: In function 'Rrresvport': >Rrresvport.c:55:1: warning: old-style function definition [-Wold-style-definition] > 55 | Rrresvport(port) > | ^~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o authneg.lo authneg.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c authneg.c -fPIC -DPIC -o .libs/authneg.o >authneg.c: In function 'negotiate_method': >authneg.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | negotiate_method(s, packet, route, emsg, emsglen) > | ^~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o addressmatch.lo addressmatch.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c addressmatch.c -fPIC -DPIC -o .libs/addressmatch.o >addressmatch.c: In function 'addrmatch': >addressmatch.c:84:1: warning: old-style function definition [-Wold-style-definition] > 84 | addrmatch(rule, addr, addrmatched, protocol, alias) > | ^~~~~~~~~ >addressmatch.c: In function 'ipv4_addrisinlist': >addressmatch.c:852:1: warning: old-style function definition [-Wold-style-definition] > 852 | ipv4_addrisinlist(addr, mask, ailist) > | ^~~~~~~~~~~~~~~~~ >addressmatch.c: In function 'ipv6_addrisinlist': >addressmatch.c:873:1: warning: old-style function definition [-Wold-style-definition] > 873 | ipv6_addrisinlist(addr, maskbits, ailist) > | ^~~~~~~~~~~~~~~~~ >addressmatch.c: In function 'ipv4_addrareeq': >addressmatch.c:895:1: warning: old-style function definition [-Wold-style-definition] > 895 | ipv4_addrareeq(a, b, mask) > | ^~~~~~~~~~~~~~ >addressmatch.c: In function 'ipv6_addrareeq': >addressmatch.c:905:1: warning: old-style function definition [-Wold-style-definition] > 905 | ipv6_addrareeq(a, b, maskbits) > | ^~~~~~~~~~~~~~ >addressmatch.c: In function 'hostareeq': >addressmatch.c:959:1: warning: old-style function definition [-Wold-style-definition] > 959 | hostareeq(ruledomain, addrdomain) > | ^~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o broken.lo broken.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c broken.c -fPIC -DPIC -o .libs/broken.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o client.lo client.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c client.c -fPIC -DPIC -o .libs/client.o >client.c: In function 'SOCKSinit': >client.c:56:1: warning: old-style function definition [-Wold-style-definition] > 56 | SOCKSinit(progname) > | ^~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o address.lo address.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c address.c -fPIC -DPIC -o .libs/address.o >address.c: In function 'socks_addaddr': >address.c:154:1: warning: old-style function definition [-Wold-style-definition] > 154 | socks_addaddr(clientfd, socksfd, takelock) > | ^~~~~~~~~~~~~ >address.c: In function 'socks_getaddr': >address.c:258:1: warning: old-style function definition [-Wold-style-definition] > 258 | socks_getaddr(d, socksfd, takelock) > | ^~~~~~~~~~~~~ >address.c: In function 'socks_rmaddr': >address.c:332:1: warning: old-style function definition [-Wold-style-definition] > 332 | socks_rmaddr(d, takelock) > | ^~~~~~~~~~~~ >address.c: In function 'socks_isaddr': >address.c:450:1: warning: old-style function definition [-Wold-style-definition] > 450 | socks_isaddr(d, takelock) > | ^~~~~~~~~~~~ >address.c: In function 'socks_addrisours': >address.c:462:1: warning: old-style function definition [-Wold-style-definition] > 462 | socks_addrisours(s, socksfdmatch, takelock) > | ^~~~~~~~~~~~~~~~ >address.c: In function 'socks_addrcontrol': >address.c:670:1: warning: old-style function definition [-Wold-style-definition] > 670 | socks_addrcontrol(controlsent, controlinuse, takelock) > | ^~~~~~~~~~~~~~~~~ >address.c: In function 'socks_addrmatch': >address.c:729:1: warning: old-style function definition [-Wold-style-definition] > 729 | socks_addrmatch(local, remote, state, takelock) > | ^~~~~~~~~~~~~~~ >address.c: In function 'socks_addrdup': >address.c:812:1: warning: old-style function definition [-Wold-style-definition] > 812 | socks_addrdup(old, new) > | ^~~~~~~~~~~~~ >address.c: In function 'socks_addrlock': >address.c:839:1: warning: old-style function definition [-Wold-style-definition] > 839 | socks_addrlock(locktype, lock) > | ^~~~~~~~~~~~~~ >address.c: In function 'socks_addrunlock': >address.c:862:1: warning: old-style function definition [-Wold-style-definition] > 862 | socks_addrunlock(lock) > | ^~~~~~~~~~~~~~~~ >address.c: In function 'socks_addfakeip': >address.c:875:1: warning: old-style function definition [-Wold-style-definition] > 875 | socks_addfakeip(host) > | ^~~~~~~~~~~~~~~ >address.c: In function 'socks_getfakehost': >address.c:927:1: warning: old-style function definition [-Wold-style-definition] > 927 | socks_getfakehost(addr) > | ^~~~~~~~~~~~~~~~~ >address.c: In function 'socks_getfakeip': >address.c:955:1: warning: old-style function definition [-Wold-style-definition] > 955 | socks_getfakeip(host, addr) > | ^~~~~~~~~~~~~~~ >address.c: In function 'fakesockaddr2sockshost': >address.c:979:1: warning: old-style function definition [-Wold-style-definition] > 979 | fakesockaddr2sockshost(_addr, host) > | ^~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'int_fakesockshost2sockaddr': >address.c:1015:1: warning: old-style function definition [-Wold-style-definition] > 1015 | int_fakesockshost2sockaddr(host, _addr, _addrlen) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'socks_addfd': >address.c:1051:1: warning: old-style function definition [-Wold-style-definition] > 1051 | socks_addfd(d) > | ^~~~~~~~~~~ >address.c: In function 'socks_isfd': >address.c:1088:1: warning: old-style function definition [-Wold-style-definition] > 1088 | socks_isfd(d) > | ^~~~~~~~~~ >address.c: In function 'socks_rmfd': >address.c:1097:1: warning: old-style function definition [-Wold-style-definition] > 1097 | socks_rmfd(d) > | ^~~~~~~~~~ >address.c: In function 'socks_whoami': >address.c:1270:1: warning: old-style function definition [-Wold-style-definition] > 1270 | socks_whoami(id) > | ^~~~~~~~~~~~ >address.c: In function 'socks_pthread_mutex_init': >address.c:1292:1: warning: old-style function definition [-Wold-style-definition] > 1292 | socks_pthread_mutex_init(mutex, attr) > | ^~~~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'socks_pthread_mutexattr_init': >address.c:1303:1: warning: old-style function definition [-Wold-style-definition] > 1303 | socks_pthread_mutexattr_init(attr) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'socks_pthread_mutexattr_settype': >address.c:1313:1: warning: old-style function definition [-Wold-style-definition] > 1313 | socks_pthread_mutexattr_settype(attr, type) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'socks_pthread_mutex_lock': >address.c:1324:1: warning: old-style function definition [-Wold-style-definition] > 1324 | socks_pthread_mutex_lock(mutex) > | ^~~~~~~~~~~~~~~~~~~~~~~~ >address.c: In function 'socks_pthread_mutex_unlock': >address.c:1334:1: warning: old-style function definition [-Wold-style-definition] > 1334 | socks_pthread_mutex_unlock(mutex) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o clientconfig.lo clientconfig.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c clientconfig.c -fPIC -DPIC -o .libs/clientconfig.o >clientconfig.c: In function 'resetconfig': >clientconfig.c:53:1: warning: old-style function definition [-Wold-style-definition] > 53 | resetconfig(config, exiting) > | ^~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o config_scan.lo config_scan.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c config_scan.c -fPIC -DPIC -o .libs/config_scan.o >config_scan.l: In function 'shouldresetstate': >config_scan.l:1850:1: warning: old-style function definition [-Wold-style-definition] > 1850 | const int current_state; > | ^ ~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o debug.lo debug.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c debug.c -fPIC -DPIC -o .libs/debug.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o clientprotocol.lo clientprotocol.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c clientprotocol.c -fPIC -DPIC -o .libs/clientprotocol.o >clientprotocol.c: In function 'socks_sendrequest': >clientprotocol.c:73:1: warning: old-style function definition [-Wold-style-definition] > 73 | socks_sendrequest(s, request, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~ >clientprotocol.c: In function 'socks_recvresponse': >clientprotocol.c:166:1: warning: old-style function definition [-Wold-style-definition] > 166 | socks_recvresponse(s, response, version, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~~ >clientprotocol.c: In function 'socks_negotiate': >clientprotocol.c:291:1: warning: old-style function definition [-Wold-style-definition] > 291 | socks_negotiate(s, control, packet, route, emsg, emsglen) > | ^~~~~~~~~~~~~~~ >clientprotocol.c: In function 'update_after_negotiate': >clientprotocol.c:543:1: warning: old-style function definition [-Wold-style-definition] > 543 | update_after_negotiate(packet, socksfd) > | ^~~~~~~~~~~~~~~~~~~~~~ >clientprotocol.c: In function 'recv_sockshost': >clientprotocol.c:556:1: warning: old-style function definition [-Wold-style-definition] > 556 | recv_sockshost(s, host, version, auth, emsg, emsglen) > | ^~~~~~~~~~~~~~ >clientprotocol.c: In function 'serverreplyisok': >clientprotocol.c:732:1: warning: old-style function definition [-Wold-style-definition] > 732 | serverreplyisok(version, command, reply, route, emsg, emsglen) > | ^~~~~~~~~~~~~~~ >clientprotocol.c: In function 'clientmethod_uname': >clientprotocol.c:919:1: warning: old-style function definition [-Wold-style-definition] > 919 | clientmethod_uname(s, host, version, name, password, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o fmt.lo fmt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c fmt.c -fPIC -DPIC -o .libs/fmt.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o fmt_customer.lo fmt_customer.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c fmt_customer.c -fPIC -DPIC -o .libs/fmt_customer.o >fmt_customer.c: In function 'log_connectfailed': >fmt_customer.c:54:1: warning: old-style function definition [-Wold-style-definition] > 54 | log_connectfailed(side, dststr) > | ^~~~~~~~~~~~~~~~~ >fmt_customer.c: In function 'log_writefailed': >fmt_customer.c:70:1: warning: old-style function definition [-Wold-style-definition] > 70 | log_writefailed(side, s, dst) > | ^~~~~~~~~~~~~~~ >fmt_customer.c: In function 'log_resolvefailed': >fmt_customer.c:101:1: warning: old-style function definition [-Wold-style-definition] > 101 | log_resolvefailed(hostname, side, gaierr) > | ^~~~~~~~~~~~~~~~~ >fmt_customer.c: In function 'log_reversemapfailed': >fmt_customer.c:115:1: warning: old-style function definition [-Wold-style-definition] > 115 | log_reversemapfailed(addr, side, gaierr) > | ^~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o fmt_protocol.lo fmt_protocol.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c fmt_protocol.c -fPIC -DPIC -o .libs/fmt_protocol.o >fmt_protocol.c: In function 'fmtresponseerror': >fmt_protocol.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | fmtresponseerror(received, expected, emsg, emsglen) > | ^~~~~~~~~~~~~~~~ >fmt_protocol.c: In function 'fmtversionerror': >fmt_protocol.c:78:1: warning: old-style function definition [-Wold-style-definition] > 78 | fmtversionerror(expected, received, emsg, emsglen) > | ^~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o config.lo config.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c config.c -fPIC -DPIC -o .libs/config.o >config.c: In function 'socks_addroute': >config.c:244:1: warning: old-style function definition [-Wold-style-definition] > 244 | socks_addroute(newroute, last) > | ^~~~~~~~~~~~~~ >config.c: In function 'socks_autoadd_directroute': >config.c:802:1: warning: old-style function definition [-Wold-style-definition] > 802 | socks_autoadd_directroute(command, protocol, saddr, netmask) > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >config.c: In function 'socks_getroute': >config.c:836:1: warning: old-style function definition [-Wold-style-definition] > 836 | socks_getroute(req, src, dst) > | ^~~~~~~~~~~~~~ >config.c: In function 'socks_routesetup': >config.c:1130:1: warning: old-style function definition [-Wold-style-definition] > 1130 | socks_routesetup(control, data, route, emsg, emsglen) > | ^~~~~~~~~~~~~~~~ >config.c: In function 'socks_connectroute': >config.c:1245:1: warning: old-style function definition [-Wold-style-definition] > 1245 | socks_connectroute(s, packet, src, dst, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~~ >config.c: In function 'socks_clearblacklist': >config.c:1412:1: warning: old-style function definition [-Wold-style-definition] > 1412 | socks_clearblacklist(route) > | ^~~~~~~~~~~~~~~~~~~~ >config.c: In function 'socks_blacklist': >config.c:1421:1: warning: old-style function definition [-Wold-style-definition] > 1421 | socks_blacklist(route, reason) > | ^~~~~~~~~~~~~~~ >config.c: In function 'socks_requestpolish': >config.c:1446:1: warning: old-style function definition [-Wold-style-definition] > 1446 | socks_requestpolish(req, src, dst) > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o gssapi.lo gssapi.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c gssapi.c -fPIC -DPIC -o .libs/gssapi.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o hostid.lo hostid.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c hostid.c -fPIC -DPIC -o .libs/hostid.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o hostcache.lo hostcache.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c hostcache.c -fPIC -DPIC -o .libs/hostcache.o >hostcache.c: In function 'cgetaddrinfo': >hostcache.c:201:1: warning: old-style function definition [-Wold-style-definition] > 201 | cgetaddrinfo(name, service, hints, res, resmem) > | ^~~~~~~~~~~~ >hostcache.c: In function 'addrinfo_issupported': >hostcache.c:790:1: warning: old-style function definition [-Wold-style-definition] > 790 | addrinfo_issupported(ai) > | ^~~~~~~~~~~~~~~~~~~~ >hostcache.c: In function 'addrinfocopy': >hostcache.c:821:1: warning: old-style function definition [-Wold-style-definition] > 821 | addrinfocopy(to, from, hints) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o connectchild.lo connectchild.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c connectchild.c -fPIC -DPIC -o .libs/connectchild.o >connectchild.c: In function 'socks_nbconnectroute': >connectchild.c:87:1: warning: old-style function definition [-Wold-style-definition] > 87 | socks_nbconnectroute(s, control, packet, src, dst, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~~~~ >connectchild.c: In function 'run_connectchild': >connectchild.c:690:1: warning: old-style function definition [-Wold-style-definition] > 690 | run_connectchild(mother_data, mother_ack) > | ^~~~~~~~~~~~~~~~ >connectchild.c: In function 'sigio': >connectchild.c:1215:1: warning: old-style function definition [-Wold-style-definition] > 1215 | sigio(sig, sip, scp) > | ^~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o httpproxy.lo httpproxy.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c httpproxy.c -fPIC -DPIC -o .libs/httpproxy.o >httpproxy.c: In function 'httpproxy_negotiate': >httpproxy.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | httpproxy_negotiate(s, packet, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o iface.lo iface.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c iface.c -fPIC -DPIC -o .libs/iface.o >iface.c: In function 'socks_getifaddrs': >iface.c:77:1: warning: old-style function definition [-Wold-style-definition] > 77 | socks_getifaddrs(ifap) > | ^~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o hw.lo hw.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c hw.c -fPIC -DPIC -o .libs/hw.o >hw.c: In function 'minvalueoftype': >hw.c:91:1: warning: old-style function definition [-Wold-style-definition] > 91 | minvalueoftype(typelen) > | ^~~~~~~~~~~~~~ >hw.c: In function 'maxvalueoftype': >hw.c:101:1: warning: old-style function definition [-Wold-style-definition] > 101 | maxvalueoftype(typelen) > | ^~~~~~~~~~~~~~ >hw.c: In function 'uminvalueoftype': >hw.c:112:1: warning: old-style function definition [-Wold-style-definition] > 112 | uminvalueoftype(typelen) > | ^~~~~~~~~~~~~~~ >hw.c: In function 'umaxvalueoftype': >hw.c:122:1: warning: old-style function definition [-Wold-style-definition] > 122 | umaxvalueoftype(typelen) > | ^~~~~~~~~~~~~~~ >hw.c: In function 'minmaxvalueoftype': >hw.c:132:1: warning: old-style function definition [-Wold-style-definition] > 132 | minmaxvalueoftype(typelen, min, max) > | ^~~~~~~~~~~~~~~~~ >hw.c: In function 'uminmaxvalueoftype': >hw.c:169:1: warning: old-style function definition [-Wold-style-definition] > 169 | uminmaxvalueoftype(typelen, min, max) > | ^~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o ipv6.lo ipv6.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c ipv6.c -fPIC -DPIC -o .libs/ipv6.o >ipv6.c: In function 'socks_inet_pton': >ipv6.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | socks_inet_pton(af, src, dst, dstscope) > | ^~~~~~~~~~~~~~~ >ipv6.c: In function 'set_hints_ai_family': >ipv6.c:105:1: warning: old-style function definition [-Wold-style-definition] > 105 | set_hints_ai_family(ai_family) > | ^~~~~~~~~~~~~~~~~~~ >ipv6.c: In function 'socks_gai_strerror': >ipv6.c:159:1: warning: old-style function definition [-Wold-style-definition] > 159 | socks_gai_strerror(errcode) > | ^~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o io.lo io.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c io.c -fPIC -DPIC -o .libs/io.o >io.c: In function 'socks_recvfromn': >io.c:57:1: warning: old-style function definition [-Wold-style-definition] > 57 | socks_recvfromn(s, buf, len, minread, flags, from, fromlen, recvflags, auth) > | ^~~~~~~~~~~~~~~ >io.c: In function 'socks_sendton': >io.c:173:1: warning: old-style function definition [-Wold-style-definition] > 173 | socks_sendton(s, buf, len, minwrite, flags, to, tolen, sendtoflags, auth) > | ^~~~~~~~~~~~~ >io.c: In function 'socks_recvfrom': >io.c:236:1: warning: old-style function definition [-Wold-style-definition] > 236 | socks_recvfrom(s, buf, len, flags, from, fromlen, recvflags, auth) > | ^~~~~~~~~~~~~~ >io.c: In function 'socks_sendto': >io.c:561:1: warning: old-style function definition [-Wold-style-definition] > 561 | socks_sendto(s, msg, len, flags, to, tolen, sendtoflags, auth) > | ^~~~~~~~~~~~ >io.c: In function 'recvmsgn': >io.c:774:1: warning: old-style function definition [-Wold-style-definition] > 774 | recvmsgn(s, msg, flags) > | ^~~~~~~~ >io.c: In function 'sendmsgn': >io.c:866:1: warning: old-style function definition [-Wold-style-definition] > 866 | sendmsgn(s, msg, flags, timeoutms) > | ^~~~~~~~ >io.c: In function 'selectn': >io.c:1030:1: warning: old-style function definition [-Wold-style-definition] > 1030 | selectn(nfds, rset, bufrset, buffwset, wset, xset, _timeout) > | ^~~~~~~ >io.c: In function 'print_selectfds': >io.c:1361:1: warning: old-style function definition [-Wold-style-definition] > 1361 | print_selectfds(preamble, docheck, > | ^~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o method.lo method.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c method.c -fPIC -DPIC -o .libs/method.o >method.c: In function 'methodisvalid': >method.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | methodisvalid(method, ruletype) > | ^~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o iobuf.lo iobuf.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c iobuf.c -fPIC -DPIC -o .libs/iobuf.o >iobuf.c: In function 'socks_setbuffer': >iobuf.c:76:1: warning: old-style function definition [-Wold-style-definition] > 76 | socks_setbuffer(iobuf, mode, size) > | ^~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_setbufferfd': >iobuf.c:96:1: warning: old-style function definition [-Wold-style-definition] > 96 | socks_setbufferfd(s, mode, size) > | ^~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_flushbuffer': >iobuf.c:113:1: warning: old-style function definition [-Wold-style-definition] > 113 | socks_flushbuffer(s, len, sendtoflags) > | ^~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_getbuffer': >iobuf.c:370:1: warning: old-style function definition [-Wold-style-definition] > 370 | socks_getbuffer(s) > | ^~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_clearbuffer': >iobuf.c:387:1: warning: old-style function definition [-Wold-style-definition] > 387 | socks_clearbuffer(s, which) > | ^~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_allocbuffer': >iobuf.c:405:1: warning: old-style function definition [-Wold-style-definition] > 405 | socks_allocbuffer(s, stype) > | ^~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_initbuffer': >iobuf.c:471:1: warning: old-style function definition [-Wold-style-definition] > 471 | socks_initbuffer(fd, stype, iobuf) > | ^~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_reallocbuffer': >iobuf.c:487:1: warning: old-style function definition [-Wold-style-definition] > 487 | socks_reallocbuffer(old, new) > | ^~~~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_freebuffer': >iobuf.c:502:1: warning: old-style function definition [-Wold-style-definition] > 502 | socks_freebuffer(s) > | ^~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_addtobuffer': >iobuf.c:536:1: warning: old-style function definition [-Wold-style-definition] > 536 | socks_addtobuffer(s, which, encoded, data, datalen) > | ^~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_bytesinbuffer': >iobuf.c:622:1: warning: old-style function definition [-Wold-style-definition] > 622 | socks_bytesinbuffer(s, which, encoded) > | ^~~~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_buffersize': >iobuf.c:643:1: warning: old-style function definition [-Wold-style-definition] > 643 | socks_buffersize(s, which) > | ^~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_bufferhasbytes': >iobuf.c:657:1: warning: old-style function definition [-Wold-style-definition] > 657 | socks_bufferhasbytes(s, which) > | ^~~~~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_freeinbuffer': >iobuf.c:671:1: warning: old-style function definition [-Wold-style-definition] > 671 | socks_freeinbuffer(s, which) > | ^~~~~~~~~~~~~~~~~~ >iobuf.c: In function 'socks_getfrombuffer': >iobuf.c:695:1: warning: old-style function definition [-Wold-style-definition] > 695 | socks_getfrombuffer(s, flags, which, encoded, data, datalen) > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o serr.lo serr.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c serr.c -fPIC -DPIC -o .libs/serr.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o log.lo log.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c log.c -fPIC -DPIC -o .libs/log.o >log.c: In function 'socks_addlogfile': >log.c:634:1: warning: old-style function definition [-Wold-style-definition] > 634 | socks_addlogfile(logcf, logfile) > | ^~~~~~~~~~~~~~~~ >log.c: At top level: >log.c:817:4: warning: 'format' attribute cannot be applied to a function that does not take variable arguments [-Wattributes] > 817 | int priority; > | ^~~ >log.c: In function 'vslog': >log.c:816:1: warning: old-style function definition [-Wold-style-definition] > 816 | vslog(priority, message, ap, apcopy) > | ^~~~~ >log.c: In function 'signalslog': >log.c:987:1: warning: old-style function definition [-Wold-style-definition] > 987 | signalslog(priority, msgv) > | ^~~~~~~~~~ >log.c: In function 'dolog': >log.c:1045:1: warning: old-style function definition [-Wold-style-definition] > 1045 | dolog(priority, buf, prefixlen, messagelen) > | ^~~~~ >log.c: In function 'openlogfile': >log.c:1190:1: warning: old-style function definition [-Wold-style-definition] > 1190 | openlogfile(logfile, wecreated) > | ^~~~~~~~~~~ >log.c: In function 'getlogprefix': >log.c:1246:1: warning: old-style function definition [-Wold-style-definition] > 1246 | getlogprefix(priority, buf, buflen) > | ^~~~~~~~~~~~ >log.c: In function 'socks_logmatch': >log.c:1414:1: warning: old-style function definition [-Wold-style-definition] > 1414 | socks_logmatch(d, log) > | ^~~~~~~~~~~~~~ >log.c: In function 'loglevel': >log.c:1457:1: warning: old-style function definition [-Wold-style-definition] > 1457 | loglevel(name) > | ^~~~~~~~ >log.c: In function 'syslogfacility': >log.c:1486:1: warning: old-style function definition [-Wold-style-definition] > 1486 | syslogfacility(name) > | ^~~~~~~~~~~~~~ >log.c: In function 'dolog': >log.c:1178:19: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] > 1178 | (void)write(fileno(stderr), buf, prefixlen + messagelen); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o parse_util.lo parse_util.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c parse_util.c -fPIC -DPIC -o .libs/parse_util.o >parse_util.c: In function 'yyerrorx_nolib': >parse_util.c:209:1: warning: old-style function definition [-Wold-style-definition] > 209 | yyerrorx_nolib(library) > | ^~~~~~~~~~~~~~ >parse_util.c: In function 'yywarnx_deprecated': >parse_util.c:230:1: warning: old-style function definition [-Wold-style-definition] > 230 | yywarnx_deprecated(oldkeyword, newkeyword) > | ^~~~~~~~~~~~~~~~~~ >parse_util.c: In function 'getparsingerror': >parse_util.c:251:1: warning: old-style function definition [-Wold-style-definition] > 251 | getparsingerror(buf, buflen) > | ^~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o protocol.lo protocol.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c protocol.c -fPIC -DPIC -o .libs/protocol.o >protocol.c: In function 'sockshost2mem': >protocol.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | sockshost2mem(host, mem, version) > | ^~~~~~~~~~~~~ >protocol.c: In function 'mem2sockshost': >protocol.c:115:1: warning: old-style function definition [-Wold-style-definition] > 115 | mem2sockshost(host, mem, len, version) > | ^~~~~~~~~~~~~ >protocol.c: In function 'socks_set_responsevalue': >protocol.c:199:1: warning: old-style function definition [-Wold-style-definition] > 199 | socks_set_responsevalue(response, value) > | ^~~~~~~~~~~~~~~~~~~~~~~ >protocol.c: In function 'socks_get_responsevalue': >protocol.c:225:1: warning: old-style function definition [-Wold-style-definition] > 225 | socks_get_responsevalue(response) > | ^~~~~~~~~~~~~~~~~~~~~~~ >protocol.c: In function 'proxyprotocolisknown': >protocol.c:249:1: warning: old-style function definition [-Wold-style-definition] > 249 | proxyprotocolisknown(version) > | ^~~~~~~~~~~~~~~~~~~~ >protocol.c: In function 'authmethodisknown': >protocol.c:268:1: warning: old-style function definition [-Wold-style-definition] > 268 | authmethodisknown(method) > | ^~~~~~~~~~~~~~~~~ >protocol.c: In function 'charmethod2intmethod': >protocol.c:294:1: warning: old-style function definition [-Wold-style-definition] > 294 | charmethod2intmethod(methodc, charmethodv, intmethodv) > | ^~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o showconfig.lo showconfig.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c showconfig.c -fPIC -DPIC -o .libs/showconfig.o >showconfig.c: In function 'showtimeout': >showconfig.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | showtimeout(timeout) > | ^~~~~~~~~~~ >showconfig.c: In function 'showstate': >showconfig.c:75:1: warning: old-style function definition [-Wold-style-definition] > 75 | showstate(state) > | ^~~~~~~~~ >showconfig.c: In function 'showmethod': >showconfig.c:125:1: warning: old-style function definition [-Wold-style-definition] > 125 | showmethod(type, methodc, methodv) > | ^~~~~~~~~~ >showconfig.c: In function 'showconfig': >showconfig.c:138:1: warning: old-style function definition [-Wold-style-definition] > 138 | showconfig(sockscf) > | ^~~~~~~~~~ >showconfig.c: In function 'socks_showroute': >showconfig.c:467:1: warning: old-style function definition [-Wold-style-definition] > 467 | socks_showroute(route) > | ^~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o sockaddr.lo sockaddr.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c sockaddr.c -fPIC -DPIC -o .libs/sockaddr.o >sockaddr.c: In function 'sockaddrareeq': >sockaddr.c:55:1: warning: old-style function definition [-Wold-style-definition] > 55 | sockaddrareeq(a, b, nocompare) > | ^~~~~~~~~~~~~ >sockaddr.c: In function 'sockaddrcpy': >sockaddr.c:105:1: warning: old-style function definition [-Wold-style-definition] > 105 | sockaddrcpy(dst, src, dstlen) > | ^~~~~~~~~~~ >sockaddr.c: In function 'usrsockaddrcpy': >sockaddr.c:131:1: warning: old-style function definition [-Wold-style-definition] > 131 | usrsockaddrcpy(dst, src, dstlen) > | ^~~~~~~~~~~~~~ >sockaddr.c: In function 'salen': >sockaddr.c:159:1: warning: old-style function definition [-Wold-style-definition] > 159 | salen(family) > | ^~~~~ >sockaddr.c: In function 'inaddrlen': >sockaddr.c:193:1: warning: old-style function definition [-Wold-style-definition] > 193 | inaddrlen(family) > | ^~~~~~~~~ >sockaddr.c: In function 'safamily_issupported': >sockaddr.c:215:1: warning: old-style function definition [-Wold-style-definition] > 215 | safamily_issupported(family) > | ^~~~~~~~~~~~~~~~~~~~ >sockaddr.c: In function 'atype2safamily': >sockaddr.c:233:1: warning: old-style function definition [-Wold-style-definition] > 233 | atype2safamily(atype) > | ^~~~~~~~~~~~~~ >sockaddr.c: In function 'safamily2atype': >sockaddr.c:249:1: warning: old-style function definition [-Wold-style-definition] > 249 | safamily2atype(safamily) > | ^~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o socketopt.lo socketopt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c socketopt.c -fPIC -DPIC -o .libs/socketopt.o >socketopt.c: In function 'addedsocketoption': >socketopt.c:79:1: warning: old-style function definition [-Wold-style-definition] > 79 | addedsocketoption(optc, optv, newoption) > | ^~~~~~~~~~~~~~~~~ >socketopt.c: In function 'setconfsockoptions': >socketopt.c:112:1: warning: old-style function definition [-Wold-style-definition] > 112 | setconfsockoptions(target, in, protocol, isclientside, optc, optv, > | ^~~~~~~~~~~~~~~~~~ >socketopt.c: In function 'setconfsockoption': >socketopt.c:187:1: warning: old-style function definition [-Wold-style-definition] > 187 | setconfsockoption(target, in, safamily, protocol, isclientside, whichtime, opt) > | ^~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o time.lo time.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c time.c -fPIC -DPIC -o .libs/time.o >time.c: In function 'time_monotonic': >time.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | time_monotonic(tloc) > | ^~~~~~~~~~~~~~ >time.c: In function 'gettimeofday_monotonic': >time.c:64:1: warning: old-style function definition [-Wold-style-definition] > 64 | gettimeofday_monotonic(tv) > | ^~~~~~~~~~~~~~~~~~~~~~ >time.c: In function 'tv2us': >time.c:120:1: warning: old-style function definition [-Wold-style-definition] > 120 | tv2us(tv) > | ^~~~~ >time.c: In function 'us2tv': >time.c:128:1: warning: old-style function definition [-Wold-style-definition] > 128 | us2tv(us, tv) > | ^~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o sockopt.lo sockopt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c sockopt.c -fPIC -DPIC -o .libs/sockopt.o >sockopt.c: In function 'socketoptdup': >sockopt.c:62:1: warning: old-style function definition [-Wold-style-definition] > 62 | socketoptdup(s, new_s) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o udp_util.lo udp_util.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c udp_util.c -fPIC -DPIC -o .libs/udp_util.o >udp_util.c: In function 'udpheader_add': >udp_util.c:50:1: warning: old-style function definition [-Wold-style-definition] > 50 | udpheader_add(host, msg, len, msgsize) > | ^~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o socket.lo socket.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c socket.c -fPIC -DPIC -o .libs/socket.o >socket.c: In function 'socks_connecthost': >socket.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | socks_connecthost(s, > | ^~~~~~~~~~~~~~~~~ >socket.c: In function 'socks_socket': >socket.c:532:1: warning: old-style function definition [-Wold-style-definition] > 532 | socks_socket(domain, type, protocol) > | ^~~~~~~~~~~~ >socket.c: In function 'acceptn': >socket.c:561:1: warning: old-style function definition [-Wold-style-definition] > 561 | acceptn(s, addr, addrlen) > | ^~~~~~~ >socket.c: In function 'setnonblocking': >socket.c:642:1: warning: old-style function definition [-Wold-style-definition] > 642 | setnonblocking(fd, ctx) > | ^~~~~~~~~~~~~~ >socket.c: In function 'setblocking': >socket.c:663:1: warning: old-style function definition [-Wold-style-definition] > 663 | setblocking(fd, ctx) > | ^~~~~~~~~~~ >socket.c: In function 'socks_socketisforlan': >socket.c:684:1: warning: old-style function definition [-Wold-style-definition] > 684 | socks_socketisforlan(s) > | ^~~~~~~~~~~~~~~~~~~~ >socket.c: In function 'socketisconnected': >socket.c:722:1: warning: old-style function definition [-Wold-style-definition] > 722 | socketisconnected(s, addr, addrlen) > | ^~~~~~~~~~~~~~~~~ >socket.c: In function 'socks_rebind': >socket.c:756:1: warning: old-style function definition [-Wold-style-definition] > 756 | socks_rebind(s, protocol, from, to, emsg, emsglen) > | ^~~~~~~~~~~~ >socket.c: In function 'socks_bindinrange': >socket.c:903:1: warning: old-style function definition [-Wold-style-definition] > 903 | socks_bindinrange(s, addr, first, last, op) > | ^~~~~~~~~~~~~~~~~ >socket.c: In function 'socks_bind': >socket.c:1015:1: warning: old-style function definition [-Wold-style-definition] > 1015 | socks_bind(s, addr, retries) > | ^~~~~~~~~~ >socket.c: In function 'fdisdup': >socket.c:1077:1: warning: old-style function definition [-Wold-style-definition] > 1077 | fdisdup(fd1, fd2) > | ^~~~~~~ >socket.c: In function 'makedummyfd': >socket.c:1282:1: warning: old-style function definition [-Wold-style-definition] > 1282 | makedummyfd(_safamily, _socktype) > | ^~~~~~~~~~~ >socket.c: In function 'fd_is_network_socket': >socket.c:1354:1: warning: old-style function definition [-Wold-style-definition] > 1354 | fd_is_network_socket(fd) > | ^~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o upnp.lo upnp.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c upnp.c -fPIC -DPIC -o .libs/upnp.o >upnp.c: In function 'socks_initupnp': >upnp.c:62:1: warning: old-style function definition [-Wold-style-definition] > 62 | socks_initupnp(gw, emsg, emsglen) > | ^~~~~~~~~~~~~~ >upnp.c:211:17: error: too few arguments to function 'UPNP_GetValidIGD' > 211 | devtype = UPNP_GetValidIGD(dev, &url, &data, myaddr, sizeof(myaddr)); > | ^~~~~~~~~~~~~~~~ >In file included from ../include/upnp.h:47, > from upnp.c:49: >/usr/include/miniupnpc/miniupnpc.h:122:1: note: declared here > 122 | UPNP_GetValidIGD(struct UPNPDev * devlist, > | ^~~~~~~~~~~~~~~~ >upnp.c: In function 'upnp_negotiate': >upnp.c:310:1: warning: old-style function definition [-Wold-style-definition] > 310 | upnp_negotiate(s, packet, gw, emsg, emsglen) > | ^~~~~~~~~~~~~~ >upnp.c: In function 'sighandler': >upnp.c:833:1: warning: old-style function definition [-Wold-style-definition] > 833 | sighandler(sig) > | ^~~~~~~~~~ >upnp.c: In function 'upnpcleanup': >upnp.c:852:1: warning: old-style function definition [-Wold-style-definition] > 852 | upnpcleanup(s) > | ^~~~~~~~~~~ >make[1]: *** [Makefile:624: upnp.lo] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o userio.lo userio.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c userio.c -fPIC -DPIC -o .libs/userio.o >userio.c: In function 'socks_getusername': >userio.c:51:1: warning: old-style function definition [-Wold-style-definition] > 51 | socks_getusername(host, buf, buflen) > | ^~~~~~~~~~~~~~~~~ >userio.c: In function 'socks_getpassword': >userio.c:89:1: warning: old-style function definition [-Wold-style-definition] > 89 | socks_getpassword(host, user, buf, buflen) > | ^~~~~~~~~~~~~~~~~ >userio.c: In function 'socks_getenv': >userio.c:140:1: warning: old-style function definition [-Wold-style-definition] > 140 | socks_getenv(name, value) > | ^~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o udp.lo udp.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c udp.c -fPIC -DPIC -o .libs/udp.o >udp.c: In function 'Rsendto': >udp.c:52:1: warning: old-style function definition [-Wold-style-definition] > 52 | Rsendto(s, msg, len, flags, _to, tolen) > | ^~~~~~~ >udp.c: In function 'Rrecvfrom': >udp.c:327:1: warning: old-style function definition [-Wold-style-definition] > 327 | Rrecvfrom(s, buf, len, flags, from, fromlen) > | ^~~~~~~~~ >udp.c: In function 'udpsetup': >udp.c:659:1: warning: old-style function definition [-Wold-style-definition] > 659 | udpsetup(s, to, type, shouldconnect, emsg, emsglen) > | ^~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make[1]: Entering directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c -o tostring.lo tostring.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../libscompat -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0 -DSOCKSLIBRARY_DYNAMIC=0 -DSTANDALONE_UNIT_TEST=0 -O2 -pipe -march=native -fno-diagnostics-color -g -O2 -ggdb -pipe -c tostring.c -fPIC -DPIC -o .libs/tostring.o >tostring.c: In function 'aihints2string': >tostring.c:54:1: warning: old-style function definition [-Wold-style-definition] > 54 | aihints2string(hints, buf, buflen) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'fdset2string': >tostring.c:79:1: warning: old-style function definition [-Wold-style-definition] > 79 | fdset2string(nfds, set, docheck, buf, buflen) > | ^~~~~~~~~~~~ >tostring.c: In function 'string2portnumber': >tostring.c:115:1: warning: old-style function definition [-Wold-style-definition] > 115 | string2portnumber(string, emsg, emsglen) > | ^~~~~~~~~~~~~~~~~ >tostring.c: In function 'proxyprotocols2string': >tostring.c:155:1: warning: old-style function definition [-Wold-style-definition] > 155 | proxyprotocols2string(proxyprotocols, str, strsize) > | ^~~~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'protocols2string': >tostring.c:197:1: warning: old-style function definition [-Wold-style-definition] > 197 | protocols2string(protocols, str, strsize) > | ^~~~~~~~~~~~~~~~ >tostring.c: In function 'socks_packet2string': >tostring.c:227:1: warning: old-style function definition [-Wold-style-definition] > 227 | socks_packet2string(packet, isrequest) > | ^~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'string2operator': >tostring.c:311:1: warning: old-style function definition [-Wold-style-definition] > 311 | string2operator(string) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'operator2string': >tostring.c:340:1: warning: old-style function definition [-Wold-style-definition] > 340 | operator2string(operator) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'ruleaddr2string': >tostring.c:377:1: warning: old-style function definition [-Wold-style-definition] > 377 | ruleaddr2string(address, includeinfo, string, len) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'protocol2string': >tostring.c:497:1: warning: old-style function definition [-Wold-style-definition] > 497 | protocol2string(protocol) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'resolveprotocol2string': >tostring.c:516:1: warning: old-style function definition [-Wold-style-definition] > 516 | resolveprotocol2string(resolveprotocol) > | ^~~~~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'command2string': >tostring.c:537:1: warning: old-style function definition [-Wold-style-definition] > 537 | command2string(command) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'commands2string': >tostring.c:581:1: warning: old-style function definition [-Wold-style-definition] > 581 | commands2string(command, str, strsize) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'method2string': >tostring.c:623:1: warning: old-style function definition [-Wold-style-definition] > 623 | method2string(method) > | ^~~~~~~~~~~~~ >tostring.c: In function 'proxyprotocol2string': >tostring.c:669:1: warning: old-style function definition [-Wold-style-definition] > 669 | proxyprotocol2string(version) > | ^~~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'methods2string': >tostring.c:700:1: warning: old-style function definition [-Wold-style-definition] > 700 | methods2string(methodc, methodv, str, strsize) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'string2method': >tostring.c:728:1: warning: old-style function definition [-Wold-style-definition] > 728 | string2method(methodname) > | ^~~~~~~~~~~~~ >tostring.c: In function 'sockshost2string2': >tostring.c:755:1: warning: old-style function definition [-Wold-style-definition] > 755 | sockshost2string2(host, includeinfo, string, len) > | ^~~~~~~~~~~~~~~~~ >tostring.c: In function 'sockshost2string': >tostring.c:841:1: warning: old-style function definition [-Wold-style-definition] > 841 | sockshost2string(host, string, len) > | ^~~~~~~~~~~~~~~~ >tostring.c: In function 'sockaddr2string': >tostring.c:851:1: warning: old-style function definition [-Wold-style-definition] > 851 | sockaddr2string(addr, string, len) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'sockaddr2string2': >tostring.c:869:1: warning: old-style function definition [-Wold-style-definition] > 869 | sockaddr2string2(addr, includeinfo, string, len) > | ^~~~~~~~~~~~~~~~ >tostring.c: In function 'addr2hexstring': >tostring.c:949:1: warning: old-style function definition [-Wold-style-definition] > 949 | addr2hexstring(addr, safamily, string, len) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'string2udpheader': >tostring.c:981:1: warning: old-style function definition [-Wold-style-definition] > 981 | string2udpheader(data, len, header) > | ^~~~~~~~~~~~~~~~ >tostring.c: In function 'extensions2string': >tostring.c:1018:1: warning: old-style function definition [-Wold-style-definition] > 1018 | extensions2string(extensions, str, strsize) > | ^~~~~~~~~~~~~~~~~ >tostring.c: In function 'str2upper': >tostring.c:1044:1: warning: old-style function definition [-Wold-style-definition] > 1044 | str2upper(string) > | ^~~~~~~~~ >tostring.c: In function 'sockname2string': >tostring.c:1057:1: warning: old-style function definition [-Wold-style-definition] > 1057 | sockname2string(s, buf, buflen) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'peername2string': >tostring.c:1090:1: warning: old-style function definition [-Wold-style-definition] > 1090 | peername2string(s, buf, buflen) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'socket2string': >tostring.c:1123:1: warning: old-style function definition [-Wold-style-definition] > 1123 | socket2string(s, buf, buflen) > | ^~~~~~~~~~~~~ >tostring.c: In function 'atype2string': >tostring.c:1175:1: warning: old-style function definition [-Wold-style-definition] > 1175 | atype2string(atype) > | ^~~~~~~~~~~~ >tostring.c: In function 'safamily2string': >tostring.c:1206:1: warning: old-style function definition [-Wold-style-definition] > 1206 | safamily2string(af) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'socktype2string': >tostring.c:1235:1: warning: old-style function definition [-Wold-style-definition] > 1235 | socktype2string(socktype) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'ltoa': >tostring.c:1254:1: warning: old-style function definition [-Wold-style-definition] > 1254 | ltoa(l, buf, buflen) > | ^~~~ >tostring.c: In function 'routeoptions2string': >tostring.c:1336:1: warning: old-style function definition [-Wold-style-definition] > 1336 | routeoptions2string(options, str, strsize) > | ^~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'logtypes2string': >tostring.c:1365:1: warning: old-style function definition [-Wold-style-definition] > 1365 | logtypes2string(logtypes, str, strsize) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'loglevel2string': >tostring.c:1397:1: warning: old-style function definition [-Wold-style-definition] > 1397 | loglevel2string(loglevel) > | ^~~~~~~~~~~~~~~ >tostring.c: In function 'signal2string': >tostring.c:1433:1: warning: old-style function definition [-Wold-style-definition] > 1433 | signal2string(sig) > | ^~~~~~~~~~~~~ >tostring.c: In function 'socks_strerror': >tostring.c:1675:1: warning: old-style function definition [-Wold-style-definition] > 1675 | socks_strerror(err) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'sockoptval2string': >tostring.c:1701:1: warning: old-style function definition [-Wold-style-definition] > 1701 | sockoptval2string(value, type, str, strsize) > | ^~~~~~~~~~~~~~~~~ >tostring.c: In function 'sockoptlevel2string': >tostring.c:1752:1: warning: old-style function definition [-Wold-style-definition] > 1752 | sockoptlevel2string(level) > | ^~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'sockoptvaltype2string': >tostring.c:1785:1: warning: old-style function definition [-Wold-style-definition] > 1785 | sockoptvaltype2string(type) > | ^~~~~~~~~~~~~~~~~~~~~ >tostring.c: In function 'sockopt2string': >tostring.c:1823:1: warning: old-style function definition [-Wold-style-definition] > 1823 | sockopt2string(opt, str, strsize) > | ^~~~~~~~~~~~~~ >tostring.c: In function 'socketsettime2string': >tostring.c:1862:1: warning: old-style function definition [-Wold-style-definition] > 1862 | socketsettime2string(whichtime) > | ^~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3/lib' >make: *** [Makefile:435: all-recursive] Error 1 > * ERROR: net-proxy/dante-1.4.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-proxy/dante-1.4.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-proxy/dante-1.4.3::gentoo'`. > * The complete build log is located at '/var/log/portage/net-proxy:dante-1.4.3:20241118-052314.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-proxy/dante-1.4.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-proxy/dante-1.4.3/temp/environment'. > * Working directory: '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3' > * S: '/var/tmp/portage/net-proxy/dante-1.4.3/work/dante-1.4.3' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 943787
:
909043
|
909044
|
909045
|
909046
|
909047
|
909048
| 909049 |
909050
|
909051
|
916426