------------------------------------------------------------------------------- -- 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.32.0.txz Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.2.txz SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.6 for building => SHA256 Checksum OK for troglobit-mcjoin-v2.6_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mcjoin-2.6 for building ===> Extracting for mcjoin-2.6 => SHA256 Checksum OK for troglobit-mcjoin-v2.6_GH0.tar.gz. Extracted Memory Use: 0.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mcjoin-2.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on package: autoconf>=2.69 - found ===> mcjoin-2.6 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mcjoin-2.6 depends on package: autoconf>=2.69 - found ===> mcjoin-2.6 depends on package: automake>=1.16.1 - found ===> Configuring for mcjoin-2.6 configure.ac:2: warning: name 'aux' is reserved on W32 and DOS platforms configure.ac:9: installing 'aux/compile' configure.ac:3: installing 'aux/install-sh' configure.ac:3: installing 'aux/missing' src/Makefile.am: installing 'aux/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 src/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mcjoin-2.6 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- mcjoin-mcjoin.o --- --- mcjoin-addr.o --- --- mcjoin-log.o --- --- mcjoin-mcjoin.o --- cc -DHAVE_CONFIG_H -I. -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-log.o --- cc -DHAVE_CONFIG_H -I. -I.. -W -Wall -Wextra -std=gnu99 -pipe -O2 -fno-strict-aliasing -MT mcjoin-log.o -MD -MP -MF .deps/mcjoin-log.Tpo -c -o mcjoin-log.o `test -f 'log.c' || echo './'`log.c --- mcjoin-addr.o --- cc -DHAVE_CONFIG_H -I. -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:74:15: warning: variable 'proto' set but not used [-Wunused-but-set-variable] int sd, val, proto; ^~~~~ mcjoin.c: In function 'join_group': mcjoin.c:122:26: error: storage size of 'gsr' isn't known struct group_source_req gsr; ^~~ mcjoin.c:123:19: error: storage size of 'gr' isn't known struct group_req gr; ^~ mcjoin.c:154:24: error: 'MCAST_JOIN_SOURCE_GROUP' undeclared (first use in this function) op = MCAST_JOIN_SOURCE_GROUP; ^~~~~~~~~~~~~~~~~~~~~~~ mcjoin.c:154:24: note: each undeclared identifier is reported only once for each function it appears in mcjoin.c:160: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:123:19: warning: unused variable 'gr' [-Wunused-variable] struct group_req gr; ^~ mcjoin.c:122:26: warning: unused variable 'gsr' [-Wunused-variable] struct group_source_req gsr; ^~~ mcjoin.c: In function 'send_socket': mcjoin.c:214:10: error: variable 'imr' has initializer but incomplete type struct ip_mreqn imr = { .imr_ifindex = ifindex }; ^~~~~~~~ mcjoin.c:214:28: error: 'struct ip_mreqn' has no member named 'imr_ifindex' struct ip_mreqn imr = { .imr_ifindex = ifindex }; ^~~~~~~~~~~ mcjoin.c:214:42: warning: excess elements in struct initializer struct ip_mreqn imr = { .imr_ifindex = ifindex }; ^~~~~~~ mcjoin.c:214:42: note: (near initialization for 'imr') mcjoin.c:214:19: error: storage size of 'imr' isn't known struct ip_mreqn imr = { .imr_ifindex = ifindex }; ^~~ mcjoin.c:214:19: warning: unused variable 'imr' [-Wunused-variable] *** [mcjoin-mcjoin.o] Error code 1 make[3]: stopped in /construction/net/mcjoin/mcjoin-2.6/src --- mcjoin-log.o --- mv -f .deps/mcjoin-log.Tpo .deps/mcjoin-log.Po --- mcjoin-addr.o --- mv -f .deps/mcjoin-addr.Tpo .deps/mcjoin-addr.Po 1 error make[3]: stopped in /construction/net/mcjoin/mcjoin-2.6/src ===> 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:01