>>> Building on exopi-1 under net/httptunnel DIST = [net/httptunnel:httptunnel-3.3.tar.gz] FULLPKGNAME = httptunnel-3.3p0 distfiles size=262749 >>> Running build in net/httptunnel at 1713317253.08 ===> net/httptunnel ===> Building from scratch httptunnel-3.3p0 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for httptunnel-3.3p0 `/exopi-cvs/ports/distfiles/httptunnel-3.3.tar.gz' is up to date. >> (SHA256) httptunnel-3.3.tar.gz: OK ===> Extracting for httptunnel-3.3p0 ===> Patching for httptunnel-3.3p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for httptunnel-3.3p0 ===> Configuring for httptunnel-3.3p0 Using /exopi-obj/pobj/httptunnel-3.3/config.site (generated) loading site script /exopi-obj/pobj/httptunnel-3.3/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/httptunnel-3.3/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for mawk... (cached) awk checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for a BSD compatible install... /exopi-obj/pobj/httptunnel-3.3/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for gethostent... (cached) yes checking for setsockopt... (cached) yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for syslog.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/poll.h... (cached) yes checking for working const... (cached) yes checking for inline... inline checking for size_t... (cached) yes checking for socklen_t... yes checking whether INADDR_NONE is defined... yes checking size of char... (cached) 1 checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking size of long long... (cached) 8 checking for 8-bit clean memcmp... (cached) yes checking return type of signal handlers... (cached) void checking for vprintf... (cached) yes checking for socket... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for daemon... (cached) yes checking for vsyslog... (cached) yes checking for poll... (cached) yes checking for select... (cached) yes checking for endprotoent... (cached) yes checking for vsnprintf... (cached) yes checking for syslog... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating port/Makefile creating port/sys/Makefile creating config.h ===> Building for httptunnel-3.3p0 /usr/bin/make all-recursive Making all in port Making all in sys cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/poll.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/daemon.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/vsyslog.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/endprotoent.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:394:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (argc, argv, optstring) ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:407:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.c:116: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ 7 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt1.c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt1.c:70:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt1.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -I.. -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/vsnprintf.c rm -f libport.a ar cru libport.a poll.o daemon.o vsyslog.o endprotoent.o getopt.o getopt1.o vsnprintf.o ranlib libport.a cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:18: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:446:64: warning: too many arguments in call to 'log_debug' log_debug ("server_socket (%d) = %d", arg.forward_port, s); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:446:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("server_socket (%d) = %d", arg.forward_port, s); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:467:58: warning: too many arguments in call to 'log_debug' log_debug ("open_device (\"%s\") = %d", arg.device, fd); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:467:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("open_device (\"%s\") = %d", arg.device, fd); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:487:68: warning: too many arguments in call to 'log_debug' log_debug ("waiting for connection on port %d", arg.forward_port); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:487:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("waiting for connection on port %d", arg.forward_port); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:489:63: warning: too many arguments in call to 'log_debug' log_debug ("wait_for_connection_on_socket (%d) = %d", s, fd); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:489:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("wait_for_connection_on_socket (%d) = %d", s, fd); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:507:34: warning: too many arguments in call to 'log_debug' log_debug ("using stdin as fd"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:507:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("using stdin as fd"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:518:41: warning: too many arguments in call to 'log_debug' log_debug ("creating a new tunnel"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:518:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("creating a new tunnel"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:531:22: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:530:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt strict_content_length error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:535:67: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_setopt keep_alive error: %s", strerror (errno)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:535:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt keep_alive error: %s", strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:540:22: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:539:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt max_connection_age error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:623:31: warning: too many arguments in call to 'log_annoying' log_annoying ("poll () ..."); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:623:17: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("poll () ..."); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:625:31: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:625:17: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:633:39: warning: too many arguments in call to 'log_verbose' log_verbose ("poll() timed out"); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:633:20: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("poll() timed out"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:656:37: warning: too many arguments in call to 'log_debug' log_debug ("destroying tunnel"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:656:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("destroying tunnel"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:670:37: warning: too many arguments in call to 'log_debug' log_debug ("closing server socket"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.c:670:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("closing server socket"); ^ 39 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:20: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:20: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:173:64: warning: too many arguments in call to 'log_annoying' log_annoying ("set_address: gethostbyname (\"%s\")", host); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:173:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("set_address: gethostbyname (\"%s\")", host); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:175:49: warning: too many arguments in call to 'log_annoying' log_annoying ("set_address: ent = %p", ent); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:175:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("set_address: ent = %p", ent); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:185:32: warning: too many arguments in call to 'log_annoying' ntohl (ip) & 0xff); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:181:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("set_address: host = %d.%d.%d.%d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:272:72: warning: too many arguments in call to 'log_annoying' log_annoying ("tunnel_write (%p, %p, %d) = %d", tunnel, buf, n, m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:272:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("tunnel_write (%p, %p, %d) = %d", tunnel, buf, n, m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:302:61: warning: too many arguments in call to 'log_annoying' log_annoying ("handle_tunnel_input: tunnel_read() = %d\n", n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:302:14: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("handle_tunnel_input: tunnel_read() = %d\n", n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:318:74: warning: too many arguments in call to 'log_annoying' log_annoying ("write_all (%d, %p, %d) = %d", fd ? fd : 1, buf, n, m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.c:318:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write_all (%d, %p, %d) = %d", fd ? fd : 1, buf, n, m); ^ 23 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:21: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:21: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:157:24: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:156:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_in_setsockopts: non-fatal SO_RCVLOWAT error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:165:62: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_setsockopts: SO_RCVLOWAT: %d", i); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:165:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: SO_RCVLOWAT: %d", i); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:191:26: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:189:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: " ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:199:67: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_setsockopts: non-fatal SO_SNDLOWAT: %d", i); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:199:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: non-fatal SO_SNDLOWAT: %d", i); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:218:22: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:217:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: non-fatal SO_LINGER error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:227:30: warning: too many arguments in call to 'log_debug' l.l_onoff, l.l_linger); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:226:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: SO_LINGER: onoff=%d linger=%d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:247:26: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:245:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: " ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:255:67: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_setsockopts: non-fatal TCP_NODELAY: %d", i); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:255:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: non-fatal TCP_NODELAY: %d", i); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:296:22: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:295:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: non-fatal SO_KEEPALIVE error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:304:61: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_setsockopts: SO_KEEPALIVE: %d", i); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:304:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_setsockopts: SO_KEEPALIVE: %d", i); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:331:58: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_disconnect: output disconnected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:331:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_disconnect: output disconnected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:343:56: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_in_disconnect: input disconnected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:343:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_in_disconnect: input disconnected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:353:57: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_connect: already connected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:353:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_connect: already connected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:394:52: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_out_connect: output connected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:394:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_out_connect: output connected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:405:37: warning: too many arguments in call to 'log_verbose' log_verbose ("tunnel_in_connect()"); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:405:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_in_connect()"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:476:50: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_in_connect: input connected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:476:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_in_connect: input connected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:512:32: warning: too many arguments in call to 'log_debug' tunnel->max_connection_age); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:511:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_write_request: connection > %d seconds old", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:519:52: warning: too many arguments in call to 'log_debug' tunnel->content_length - tunnel->bytes - 1); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:518:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_write_request: write padding (%d bytes)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:547:59: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_write_request: closing old connection"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:547:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_write_request: closing old connection"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:624:39: warning: too many arguments in call to 'log_verbose' REQ_TO_STRING (request), length); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:623:14: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_write_request: %s (%d)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:627:39: warning: too many arguments in call to 'log_debug' REQ_TO_STRING (request), length); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:626:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_write_request: %s (%d)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:632:69: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_write_request: %s", REQ_TO_STRING (request)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:632:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_write_request: %s", REQ_TO_STRING (request)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:636:24: warning: too many arguments in call to 'log_annoying' tunnel->out_total_raw); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:635:16: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("tunnel_write_data: out_total_raw = %u", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:662:34: warning: too many arguments in call to 'log_verbose' log_verbose ("tunnel_connect()"); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:662:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_connect()"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:727:75: warning: too many arguments in call to 'log_verbose' log_verbose ("tunnel_write: out_total_data = %u", tunnel->out_total_data); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:727:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_write: out_total_data = %u", tunnel->out_total_data); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:756:46: warning: too many arguments in call to 'log_debug' tunnel->content_length - tunnel->bytes - 1); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:755:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_close: write padding (%d bytes)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:760:56: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_close: write TUNNEL_CLOSE request"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:760:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_close: write TUNNEL_CLOSE request"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:765:66: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_close: reading trailing data from input ..."); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:765:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_close: reading trailing data from input ..."); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:776:41: warning: too many arguments in call to 'log_annoying' tunnel->in_fd, buf, sizeof buf, n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:775:21: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:782:64: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_close: ... error: %s", strerror (errno)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:782:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_close: ... error: %s", strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:784:57: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_close: ... done (tunnel closed)"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:784:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_close: ... done (tunnel closed)"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:787:22: warning: too many arguments in call to 'log_debug' log_debug ("POLLHUP"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:787:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("POLLHUP"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:789:22: warning: too many arguments in call to 'log_debug' log_debug ("POLLERR"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:789:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("POLLERR"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:791:23: warning: too many arguments in call to 'log_debug' log_debug ("POLLNVAL"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:791:12: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("POLLNVAL"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:814:64: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", tunnel->in_fd, &req, 1); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:814:16: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", tunnel->in_fd, &req, 1); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:816:30: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:816:16: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:826:66: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_read_request: connection closed by peer"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:826:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_read_request: connection closed by peer"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:838:64: warning: too many arguments in call to 'log_annoying' log_annoying ("request = 0x%x (%s)", req, REQ_TO_STRING (req)); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:838:16: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("request = 0x%x (%s)", req, REQ_TO_STRING (req)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:843:27: warning: too many arguments in call to 'log_annoying' tunnel->in_total_raw); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:842:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("tunnel_read_request: in_total_raw = %u", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:844:65: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_read_request: %s", REQ_TO_STRING (req)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:844:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_read_request: %s", REQ_TO_STRING (req)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:861:35: warning: too many arguments in call to 'log_annoying' log_annoying ("length = %d", len); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:861:16: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("length = %d", len); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:876:27: warning: too many arguments in call to 'log_annoying' tunnel->in_total_raw); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:875:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("tunnel_read_request: in_total_raw = %u", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:881:28: warning: too many arguments in call to 'log_verbose' REQ_TO_STRING (req), len); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:880:17: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_read_request: %s (%d)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:884:33: warning: too many arguments in call to 'log_debug' REQ_TO_STRING (req), len); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:883:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_read_request: %s (%d)", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:936:64: warning: too many arguments in call to 'log_annoying' log_annoying ("tunnel_read_request returned <= 0, returning -1"); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:936:14: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("tunnel_read_request returned <= 0, returning -1"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:950:76: warning: too many arguments in call to 'log_verbose' log_verbose ("tunnel_read: in_total_data = %u", tunnel->in_total_data); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:950:19: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_read: in_total_data = %u", tunnel->in_total_data); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:998:29: warning: too many arguments in call to 'log_verbose' tunnel->server_socket); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:997:14: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_pollin_fd: in_fd = -1; returning server_socket = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1001:29: warning: too many arguments in call to 'log_verbose' tunnel->server_socket); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1000:14: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_pollin_fd: out_fd = -1; returning server_socket = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1085:61: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_accept: tunnel already established"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1085:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_accept: tunnel already established"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1158:51: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_accept: input connected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1158:18: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_accept: input connected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1191:10: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] tunnel->content_length + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1209:49: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_accept: output connected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1209:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_accept: output connected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1222:50: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_accept: closing connection"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1222:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_accept: closing connection"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1237:53: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_accept: input disconnected"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1237:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_accept: input disconnected"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1312:23: warning: too many arguments in call to 'log_verbose' content_length); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/tunnel.c:1310:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("tunnel_new_client (\"%s\", %d, \"%s\", %d, %d)", ^ 120 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:15: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:15: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:34:45: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] sprintf (str + n, "/index.html?crap=%ld", time (NULL)); ~~~ ^~~~~~~~~~~ %lld /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:45:27: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat] sprintf (str, "%d", length); ~~ ^~~~~~ %zd /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:350:56: warning: too many arguments in call to 'log_verbose' log_verbose ("parse_header: %s:%s", h->name, h->value); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:350:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("parse_header: %s:%s", h->name, h->value); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:508:32: warning: too many arguments in call to 'log_verbose' response->major_version); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:507:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_response: major version = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:521:32: warning: too many arguments in call to 'log_verbose' response->minor_version); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:520:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_response: minor version = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:534:30: warning: too many arguments in call to 'log_verbose' response->status_code); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:533:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_response: status code = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:547:33: warning: too many arguments in call to 'log_verbose' response->status_message); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:546:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_response: status message = \"%s\"", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:663:59: warning: too many arguments in call to 'log_verbose' log_verbose ("http_parse_request: method = \"%s\"", data); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:663:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_request: method = \"%s\"", data); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:676:64: warning: too many arguments in call to 'log_verbose' log_verbose ("http_parse_request: uri = \"%s\"", request->uri); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:676:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_request: uri = \"%s\"", request->uri); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:703:31: warning: too many arguments in call to 'log_verbose' request->major_version); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:702:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_request: major version = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:716:31: warning: too many arguments in call to 'log_verbose' request->minor_version); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:715:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_parse_request: minor version = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:760:45: warning: too many arguments in call to 'log_verbose' log_verbose ("http_write_request: %s", str); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/http.c:760:15: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("http_write_request: %s", str); ^ 33 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/base64.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/base64.c:11: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/base64.c:11: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ 11 warnings generated. cc -O2 -pipe -o htc htc.o common.o tunnel.o http.o base64.o -Lport -lport http.c(http.o:(http_method)): warning: sprintf() is often misused, please use snprintf() htc.c(htc.o:(main)): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3 -I. -I/exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port -O2 -pipe -c /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:17: In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:18: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/port/getopt.h:110:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ In file included from /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:17: /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:67: warning: too many arguments in call to 'log_annoying' log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:81:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("read (%d, %p, %d) ...", fd, rbuf + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:83:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:69: warning: too many arguments in call to 'log_annoying' log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:113:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("write (%d, %p, %d) ...", fd, wdata + n, len - n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:34: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", m); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:115:20: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", m); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:34: warning: too many arguments in call to 'log_debug' log_debug ("%s closed", type); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/common.h:162:16: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("%s closed", type); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:321:25: warning: too many arguments in call to 'log_debug' strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:320:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt strict_content_length error: %s", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:325:70: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_setopt keep_alive error: %s", strerror (errno)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:325:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt keep_alive error: %s", strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:329:78: warning: too many arguments in call to 'log_debug' log_debug ("tunnel_setopt max_connection_age error: %s", strerror (errno)); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:329:15: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("tunnel_setopt max_connection_age error: %s", strerror (errno)); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:360:49: warning: too many arguments in call to 'log_debug' log_debug ("waiting for tunnel connection"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:360:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("waiting for tunnel connection"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:365:58: warning: too many arguments in call to 'log_debug' log_debug ("open_device (\"%s\") = %d", arg.device, fd); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:365:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("open_device (\"%s\") = %d", arg.device, fd); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:383:34: warning: too many arguments in call to 'log_debug' log_debug ("using stdin as fd"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:383:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("using stdin as fd"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:413:42: warning: too many arguments in call to 'log_debug' arg.forward_host, arg.forward_port, fd); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:412:14: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("do_connect (\"%s:%d\") = %d", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:451:31: warning: too many arguments in call to 'log_annoying' log_annoying ("poll () ..."); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:451:17: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("poll () ..."); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:453:31: warning: too many arguments in call to 'log_annoying' log_annoying ("... = %d", n); ~~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:453:17: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("... = %d", n); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:461:39: warning: too many arguments in call to 'log_verbose' log_verbose ("poll() timed out"); ~~~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:461:20: warning: passing arguments to 'log_verbose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_verbose ("poll() timed out"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:468:48: warning: too many arguments in call to 'log_annoying' pollfd[0].revents, pollfd[1].revents, POLLIN); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:467:17: warning: passing arguments to 'log_annoying' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_annoying ("revents[0] = %x, revents[1] = %x, POLLIN = %x", ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:478:34: warning: too many arguments in call to 'log_debug' log_debug ("closing tunnel"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:478:17: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("closing tunnel"); ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:487:33: warning: too many arguments in call to 'log_debug' log_debug ("destroying tunnel"); ~~~~~~~~~ ^ /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.c:487:13: warning: passing arguments to 'log_debug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] log_debug ("destroying tunnel"); ^ 37 warnings generated. cc -O2 -pipe -o hts hts.o common.o tunnel.o http.o -Lport -lport tunnel.c(tunnel.o:(tunnel_accept)): warning: sprintf() is often misused, please use snprintf() >>> Running package in net/httptunnel at 1713317262.11 ===> net/httptunnel ===> Faking installation for httptunnel-3.3p0 Making install in port Making install in sys /bin/sh /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/mkinstalldirs /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/bin /exopi-obj/pobj/httptunnel-3.3/bin/install -c -s -m 755 htc /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/bin/htc /exopi-obj/pobj/httptunnel-3.3/bin/install -c -s -m 755 hts /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/bin/hts /usr/bin/make install-man1 /bin/sh /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/mkinstalldirs /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/httptunnel-3.3/bin/install -c -m 644 /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/hts.1 /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/man/man1/hts.1 /exopi-obj/pobj/httptunnel-3.3/bin/install -c -m 644 /exopi-obj/pobj/httptunnel-3.3/httptunnel-3.3/htc.1 /exopi-obj/pobj/httptunnel-3.3/fake-amd64/usr/local/man/man1/htc.1 ===> Building package for httptunnel-3.3p0 Create /exopi-cvs/ports/packages/amd64/all/httptunnel-3.3p0.tgz Creating package httptunnel-3.3p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|******************************** | 51% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/httptunnel-3.3p0 was updated @wantlib c.99.0 -> @wantlib c.100.0 Link to /exopi-cvs/ports/packages/amd64/ftp/httptunnel-3.3p0.tgz >>> Running clean in net/httptunnel at 1713317265.63 ===> net/httptunnel ===> Cleaning for httptunnel-3.3p0 >>> Ended at 1713317267.71 max_stuck=0.00/build=8.98/package=2.51/clean=3.22