------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> udptunnel-1.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> udptunnel-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by udptunnel-1.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> udptunnel-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by udptunnel-1.1_1 for building => SHA256 Checksum OK for udptunnel-1.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> udptunnel-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by udptunnel-1.1_1 for building ===> Extracting for udptunnel-1.1_1 => SHA256 Checksum OK for udptunnel-1.1.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for udptunnel-1.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for udptunnel-1.1_1 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... 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... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether make sets ${MAKE}... (cached) yes checking for gethostname in -lnsl... no checking for socket in -lsocket... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking size of short... 2 checking for select... (cached) yes checking for socket... yes checking for strtol... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for udptunnel-1.1_1 --- udptunnel.o --- --- host2ip.o --- --- udptunnel.o --- cc -DPACKAGE=\"udptunnel\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_SHORT=2 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOL=1 -I. -I. -pipe -O2 -fno-strict-aliasing -Wall -c udptunnel.c --- host2ip.o --- cc -DPACKAGE=\"udptunnel\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_SHORT=2 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOL=1 -I. -I. -pipe -O2 -fno-strict-aliasing -Wall -c host2ip.c host2ip.c: In function 'host2ip': host2ip.c:47:48: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (yp_match(domain, "hosts.byname", host, strlen(host), &value, &value_len) == 0) { ^~~~~~ host2ip.c:47:48: warning: incompatible implicit declaration of built-in function 'strlen' host2ip.c:47:48: note: include '' or provide a declaration of 'strlen' host2ip.c:11:1: +#include host2ip.c:47:48: if (yp_match(domain, "hosts.byname", host, strlen(host), &value, &value_len) == 0) { ^~~~~~ At top level: host2ip.c:12:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: host2ip.c,v 1.1 1996/09/20 12:49:19 sho Exp $"; ^~~~~ --- udptunnel.o --- udptunnel.c: In function 'await_incoming_connections': udptunnel.c:430:55: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] (struct sockaddr *) &client_addr, &addrlen)) < 0) { ^~~~~~~~ In file included from udptunnel.c:14: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ udptunnel.c: In function 'udp_to_tcp': udptunnel.c:485:26: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] &addrlen)) <= 0) { ^~~~~~~~ In file included from udptunnel.c:14: /usr/include/sys/socket.h:497:9: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' ssize_t recvfrom(int, void * __restrict, size_t, int, ^~~~~~~~ udptunnel.c: In function 'tcp_to_udp': udptunnel.c:564:36: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] (void *)&err, &len) < 0) { ^~~~ In file included from udptunnel.c:14: /usr/include/sys/socket.h:494:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^~~~~~~~~~ --- udptunnel --- cc -pipe -O2 -fno-strict-aliasing -Wall -o udptunnel udptunnel.o host2ip.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for udptunnel-1.1_1 ===> Generating temporary packing list /bin/sh ./mkinstalldirs /construction/net/udptunnel/stage/usr/local/bin install -s -m 555 udptunnel /construction/net/udptunnel/stage/usr/local/bin/udptunnel ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for udptunnel-1.1_1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04