------------------------------------------------------------------------------- -- 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:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smcroute-2.1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smcroute-2.1.0 for building => SHA256 Checksum OK for troglobit-smcroute-2.1.0_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smcroute-2.1.0 for building ===> Extracting for smcroute-2.1.0 => SHA256 Checksum OK for troglobit-smcroute-2.1.0_GH0.tar.gz. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for smcroute-2.1.0 ===> Applying ports patches for smcroute-2.1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on package: autoconf>=2.69 - found ===> smcroute-2.1.0 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> smcroute-2.1.0 depends on package: autoconf>=2.69 - found ===> smcroute-2.1.0 depends on package: automake>=1.16.1 - found ===> Configuring for smcroute-2.1.0 configure.ac:19: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: 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 whether make supports nested variables... (cached) 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 sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for ANSI C header files... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/types.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for net/route.h... yes checking for sys/param.h... (cached) yes checking for ifaddrs.h... yes checking for linux/sockios.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for uint32_t... (cached) yes checking for pid_t... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for atexit... (cached) yes checking for dup2... (cached) yes checking for memset... (cached) yes checking for select... (cached) yes checking for socket... yes checking for strchr... (cached) yes checking for strerror... (cached) yes checking for strrchr... (cached) yes checking for asprintf... (cached) yes checking for sun_len member in struct sockaddr_un... yes checking for linux/mroute.h... no checking for linux/filter.h... no checking for netinet/ip_mroute.h... no 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:18 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for smcroute-2.1.0 --- all --- /usr/bin/make all-am --- smcroute.o --- --- mroute-api.o --- --- ifvc.o --- --- cmdpkt.o --- --- ipc.o --- --- mcgroup.o --- --- parse-conf.o --- --- log.o --- --- pidfile.o --- --- mcgroup.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT mcgroup.o -MD -MP -MF .deps/mcgroup.Tpo -c -o mcgroup.o mcgroup.c In file included from mcgroup.c:24: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ *** [mcgroup.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- ipc.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT ipc.o -MD -MP -MF .deps/ipc.Tpo -c -o ipc.o ipc.c In file included from ipc.c:29: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ *** [ipc.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- cmdpkt.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT cmdpkt.o -MD -MP -MF .deps/cmdpkt.Tpo -c -o cmdpkt.o cmdpkt.c In file included from cmdpkt.c:28: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ *** [cmdpkt.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- parse-conf.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT parse-conf.o -MD -MP -MF .deps/parse-conf.Tpo -c -o parse-conf.o parse-conf.c In file included from parse-conf.c:24: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ *** [parse-conf.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- ifvc.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT ifvc.o -MD -MP -MF .deps/ifvc.Tpo -c -o ifvc.o ifvc.c In file included from ifvc.c:28: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ *** [ifvc.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- smcroute.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT smcroute.o -MD -MP -MF .deps/smcroute.Tpo -c -o smcroute.o smcroute.c In file included from smcroute.c:38: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ smcroute.c: In function 'read_mroute4_socket': smcroute.c:146:30: error: dereferencing pointer to incomplete type 'struct igmpmsg' if (ip->ip_p == 0 && igmpctl->im_msgtype == IGMPMSG_NOCACHE) { ^~ smcroute.c:146:46: error: 'IGMPMSG_NOCACHE' undeclared (first use in this function); did you mean 'SF_NOCACHE'? if (ip->ip_p == 0 && igmpctl->im_msgtype == IGMPMSG_NOCACHE) { ^~~~~~~~~~~~~~~ SF_NOCACHE --- mroute-api.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT mroute-api.o -MD -MP -MF .deps/mroute-api.Tpo -c -o mroute-api.o mroute-api.c In file included from mroute-api.c:26: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ mroute-api.c: In function 'mroute4_enable': mroute-api.c:122:45: error: 'MRT_INIT' undeclared (first use in this function); did you mean 'LOG_INIT'? if (setsockopt(mroute4_socket, IPPROTO_IP, MRT_INIT, (void *)&arg, sizeof(arg))) { ^~~~~~~~ LOG_INIT mroute-api.c:122:45: note: each undeclared identifier is reported only once for each function it appears in mroute-api.c: In function 'mroute4_disable': --- log.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c --- smcroute.o --- smcroute.c:146:46: note: each undeclared identifier is reported only once for each function it appears in --- mroute-api.o --- mroute-api.c:168:45: error: 'MRT_DONE' undeclared (first use in this function); did you mean 'RTF_DONE'? if (setsockopt(mroute4_socket, IPPROTO_IP, MRT_DONE, NULL, 0)) ^~~~~~~~ RTF_DONE mroute-api.c: In function 'mroute4_add_vif': mroute-api.c:191:16: error: storage size of 'vc' isn't known struct vifctl vc; ^~ mroute-api.c:232:45: error: 'MRT_ADD_VIF' undeclared (first use in this function) if (setsockopt(mroute4_socket, IPPROTO_IP, MRT_ADD_VIF, (void *)&vc, sizeof(vc))) ^~~~~~~~~~~ mroute-api.c: In function 'mroute4_del_vif': mroute-api.c:255:47: error: 'MRT_DEL_VIF' undeclared (first use in this function) ret = setsockopt(mroute4_socket, IPPROTO_IP, MRT_DEL_VIF, (void *)&vif, sizeof(vif)); ^~~~~~~~~~~ mroute-api.c: In function '__mroute4_add': mroute-api.c:270:16: error: storage size of 'mc' isn't known struct mfcctl mc; ^~ mroute-api.c:290:45: error: 'MRT_ADD_MFC' undeclared (first use in this function) if (setsockopt(mroute4_socket, IPPROTO_IP, MRT_ADD_MFC, (void *)&mc, sizeof(mc))) { ^~~~~~~~~~~ mroute-api.c: In function '__mroute4_del': mroute-api.c:303:16: error: storage size of 'mc' isn't known struct mfcctl mc; ^~ mroute-api.c:313:45: error: 'MRT_DEL_MFC' undeclared (first use in this function) if (setsockopt(mroute4_socket, IPPROTO_IP, MRT_DEL_MFC, (void *)&mc, sizeof(mc))) { ^~~~~~~~~~~ --- pidfile.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT pidfile.o -MD -MP -MF .deps/pidfile.Tpo -c -o pidfile.o pidfile.c --- log.o --- In file included from log.c:25: mclab.h:131:21: error: 'MAXVIFS' undeclared here (not in a function); did you mean 'MAX_IF'? #define MAX_MC_VIFS MAXVIFS /* from linux/mroute.h */ ^~~~~~~ mclab.h:139:12: note: in expansion of macro 'MAX_MC_VIFS' uint8 ttl[MAX_MC_VIFS]; /* outgoing VIFs */ ^~~~~~~~~~~ --- mroute-api.o --- *** [mroute-api.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- log.o --- *** [log.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 --- pidfile.o --- mv -f .deps/pidfile.Tpo .deps/pidfile.Po --- smcroute.o --- *** [smcroute.o] Error code 1 make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 8 errors make[2]: stopped in /construction/net/smcroute/smcroute-2.1.0 *** [all] Error code 2 make[1]: stopped in /construction/net/smcroute/smcroute-2.1.0 1 error make[1]: stopped in /construction/net/smcroute/smcroute-2.1.0 ===> 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/smcroute FAILED 00:00:01