------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.1_2.txz SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.5 for building => SHA256 Checksum OK for troglobit-mcjoin-v2.5_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.5 for building ===> Extracting for mcjoin-2.5 => SHA256 Checksum OK for troglobit-mcjoin-v2.5_GH0.tar.gz. Extracted Memory Use: 0.10M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mcjoin-2.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on package: autoconf>=2.69 - found ===> mcjoin-2.5 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mcjoin-2.5 depends on package: autoconf>=2.69 - found ===> mcjoin-2.5 depends on package: automake>=1.16.1 - found ===> Configuring for mcjoin-2.5 configure.ac:8: installing './compile' configure.ac:2: installing './install-sh' configure.ac:2: installing './missing' Makefile.am: installing './depcomp' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for struct sockaddr_storage.ss_len... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mcjoin-2.5 --- all --- /usr/bin/make all-am --- mcjoin-mcjoin.o --- --- mcjoin-addr.o --- --- mcjoin-mcjoin.o --- cc -DHAVE_CONFIG_H -I. -W -Wall -Wextra -std=gnu99 -pipe -O2 -fno-strict-aliasing -MT mcjoin-mcjoin.o -MD -MP -MF .deps/mcjoin-mcjoin.Tpo -c -o mcjoin-mcjoin.o `test -f 'mcjoin.c' || echo './'`mcjoin.c --- mcjoin-addr.o --- cc -DHAVE_CONFIG_H -I. -W -Wall -Wextra -std=gnu99 -pipe -O2 -fno-strict-aliasing -MT mcjoin-addr.o -MD -MP -MF .deps/mcjoin-addr.Tpo -c -o mcjoin-addr.o `test -f 'addr.c' || echo './'`addr.c --- mcjoin-mcjoin.o --- mcjoin.c: In function 'alloc_socket': mcjoin.c:189:15: warning: variable 'proto' set but not used [-Wunused-but-set-variable] int sd, val, proto; ^~~~~ mcjoin.c: In function 'join_group': mcjoin.c:237:26: error: storage size of 'gsr' isn't known struct group_source_req gsr; ^~~ mcjoin.c:238:19: error: storage size of 'gr' isn't known struct group_req gr; ^~ mcjoin.c:269:24: error: 'MCAST_JOIN_SOURCE_GROUP' undeclared (first use in this function) op = MCAST_JOIN_SOURCE_GROUP; ^~~~~~~~~~~~~~~~~~~~~~~ mcjoin.c:269:24: note: each undeclared identifier is reported only once for each function it appears in --- mcjoin-addr.o --- In file included from addr.c:17: /usr/include/ifaddrs.h:35:2: error: unknown type name 'u_int' u_int ifa_flags; ^~~~~ /usr/include/ifaddrs.h:40:2: error: unknown type name 'u_int' u_int ifa_addrflags; ^~~~~ *** [mcjoin-addr.o] Error code 1 make[2]: stopped in /construction/net/mcjoin/mcjoin-2.5 --- mcjoin-mcjoin.o --- mcjoin.c:275:24: error: 'MCAST_JOIN_GROUP' undeclared (first use in this function); did you mean 'IPV6_JOIN_GROUP'? op = MCAST_JOIN_GROUP; ^~~~~~~~~~~~~~~~ IPV6_JOIN_GROUP mcjoin.c:238:19: warning: unused variable 'gr' [-Wunused-variable] struct group_req gr; ^~ mcjoin.c:237:26: warning: unused variable 'gsr' [-Wunused-variable] struct group_source_req gsr; ^~~ *** [mcjoin-mcjoin.o] Error code 1 make[2]: stopped in /construction/net/mcjoin/mcjoin-2.5 2 errors make[2]: stopped in /construction/net/mcjoin/mcjoin-2.5 *** [all] Error code 2 make[1]: stopped in /construction/net/mcjoin/mcjoin-2.5 1 error make[1]: stopped in /construction/net/mcjoin/mcjoin-2.5 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/net/mcjoin FAILED 00:00:00