Continous Integration Result: FAILED

See below for issues.
This is an EXPERIMENTAL automated CI system.
For questions and feedback, feel free to email
Martin Winter <[email protected]>.

Patches applied :
  Patchwork 1807: http://patchwork.quagga.net/patch/1807
       [quagga-dev,14645] perfect cmd table
Tested on top of Git : eae18d1 (as of 20151209.135437 UTC)
CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-QPWORK-227/


Get source and apply patch from patchwork: Successful
----------------

Building Stage: Failed
----------------
NetBSD7 amd64 build: Successful
OmniOS amd64 build: Successful
CentOS7 amd64 build: Successful
CentOS6 amd64 build: Successful
Ubuntu1404 amd64 build: Successful
Debian8 amd64 build: Successful
Ubuntu1204 amd64 build: Successful
Openbsd58 amd64 build: Successful
NetBSD6 amd64 build: Successful

Package building failed for FreeBSD9 amd64 build:    (see full log in 
attachment freebsd9_amd64_pkgbuild.log)
> }
> ^
> zebra_rib.c:3467:1: error: conflicting types for 
> 'init_zebra_route_tables_info'
> init_zebra_route_tables_info(struct zebra_vrf *zvrf)
> ^
> zebra_rib.c:3384:3: note: previous implicit declaration is here
>   init_zebra_route_tables_info(zvrf);
>   ^
> zebra_rib.c:3473:3: warning: implicit declaration of function 
> 'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]

Make failed for FreeBSD10 amd64 build:    (see full log in attachment 
freebsd10_amd64_make.log)
>   for (i=0; i < vector_count(zvrf->route_tables_info); i++)
>             ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> zebra_rib.c:3467:1: error: conflicting types for 
> 'init_zebra_route_tables_info'
> init_zebra_route_tables_info(struct zebra_vrf *zvrf)
> ^
> zebra_rib.c:3384:3: note: previous implicit declaration is here
>   init_zebra_route_tables_info(zvrf);
>   ^
> zebra_rib.c:3473:3: warning: implicit declaration of function 
> 'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]

Package building failed for FreeBSD8 amd64 build:    (see full log in 
attachment freebsd8_amd64_pkgbuild.log)
> }
> ^
> zebra_rib.c:3467:1: error: conflicting types for 
> 'init_zebra_route_tables_info'
> init_zebra_route_tables_info(struct zebra_vrf *zvrf)
> ^
> zebra_rib.c:3384:3: note: previous implicit declaration is here
>   init_zebra_route_tables_info(zvrf);
>   ^
> zebra_rib.c:3473:3: warning: implicit declaration of function 
> 'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]


Regards,
  NetDEF/OpenSourceRouting Continous Integration (CI) System

---
OpenSourceRouting.org is a project of the Network Device Education Foundation,
For more information, see www.netdef.org and www.opensourcerouting.org
For questions in regards to this CI System, contact Martin Winter, 
[email protected]


Building quagga-test-20160128.074008-git.eae18d1 FreeBSD Package
-------------------------------------------------------------------------

#
# Create port directory structure, remove settings
/bin/rm -rf ports
/bin/mkdir -p ports
/bin/ln -sf /usr/ports/devel ports/
/bin/ln -sf /usr/ports/lang ports/
/bin/ln -sf /usr/ports/Mk ports/
/bin/ln -sf /usr/ports/pkgtools ports/
/bin/ln -sf /usr/ports/sysutils ports/
/bin/ln -sf /usr/ports/Templates ports/
/bin/ln -sf /usr/ports/Tools ports/
/bin/ln -sf /usr/ports/UIDs ports/
/bin/ln -sf /usr/ports/GIDs ports/
/bin/ln -sf /usr/ports/Keywords ports/
/bin/ln -sf /usr/ports/ports-mgmt ports/
/bin/ln -sf /usr/ports/print ports/
/bin/mkdir -p ports/distfiles
/bin/mkdir -p ports/packages
/bin/mkdir -p ports/var_db_ports
#
# Create new directory structure
/bin/mkdir -p ports/net/quagga-test
/bin/cp -a ./PACKAGENAME/* ports/net/quagga-test
#
# Pre-Populate Source
/bin/cp -a quagga-source.tar.gz ports/distfiles/
#       
# Fix up PKGSRC files with configured details
/usr/local/bin/gsed -i 's/%_PACKAGENAME_%/quagga-test/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_VERSION_%/20160128.074008/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_RELEASE_%/git.eae18d1/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 
's|%_SOURCEURL_%|https://ci1.netdef.org/browse/QUAGGA-QPWORK-CI004BUILD-227/artifact/shared/SourceCode/|g'
 ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_EMAIL_%/[email protected]/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_USER_%/NetDEF CI System/g' 
ports/net/quagga-test/Makefile
# Need to add Conflict line against official quagga - this package not named 
quagga
/usr/local/bin/gsed -i 's/%_PKGCONFLICTS_%/quagga-[0-9].*/g' 
ports/net/quagga-test/Makefile
#
# Remove old checksums and regenerate them
/bin/rm -f ports/net/quagga-test/distinfo
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
        export PORTSDIR=/usr/home/ci/cibuild.227/ports; make makesum
=============================================================

You can build quagga-test with the following options:

ENABLE_USER       Specify user to run Quagga suite as
ENABLE_GROUP      Specify group to run Quagga suite as
ENABLE_VTY_GROUP  Specify group for vty socket ownership
SYSCONF_DIR       Specify directory for Quagga configuration files
LOCALSTATE_DIR    Specify directory for Quagga runtime files
===>  License GPLv2 accepted by the user
===>   quagga-test-20160128.074008 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by quagga-test-20160128.074008 for building
#
# Remove old package config
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
                export PORTSDIR=/usr/home/ci/cibuild.227/ports; make rmconfig
===> No user-specified options configured for quagga-test-20160128.074008
#
# Build package
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
        export PORTSDIR=/usr/home/ci/cibuild.227/ports; export BATCH=yes; make 
package
=============================================================

You can build quagga-test with the following options:

ENABLE_USER       Specify user to run Quagga suite as
ENABLE_GROUP      Specify group to run Quagga suite as
ENABLE_VTY_GROUP  Specify group for vty socket ownership
SYSCONF_DIR       Specify directory for Quagga configuration files
LOCALSTATE_DIR    Specify directory for Quagga runtime files
===>  License GPLv2 accepted by the user
===>   quagga-test-20160128.074008 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by quagga-test-20160128.074008 for building
===>  Extracting for quagga-test-20160128.074008
=> SHA256 Checksum OK for quagga-source.tar.gz.
===>  Patching for quagga-test-20160128.074008
===>  Applying FreeBSD patches for quagga-test-20160128.074008
===>   quagga-test-20160128.074008 depends on executable: gawk - found
===>   quagga-test-20160128.074008 depends on executable: gmake - found
===>   quagga-test-20160128.074008 depends on executable: autoconf-2.69 - found
===>   quagga-test-20160128.074008 depends on executable: autoheader-2.69 - 
found
===>   quagga-test-20160128.074008 depends on executable: autoreconf-2.69 - 
found
===>   quagga-test-20160128.074008 depends on executable: aclocal-1.15 - found
===>   quagga-test-20160128.074008 depends on executable: automake-1.15 - found
===>   quagga-test-20160128.074008 depends on executable: libtoolize - found
===>   quagga-test-20160128.074008 depends on package: perl5>=5.20<5.21 - found
===>  Configuring for quagga-test-20160128.074008
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:70: installing './compile'
configure.ac:19: installing './config.guess'
configure.ac:19: installing './config.sub'
configure.ac:23: installing './install-sh'
configure.ac:23: installing './missing'
bgpd/Makefile.am: installing './depcomp'
doc/Makefile.am:40: installing 'doc/mdate-sh'
doc/Makefile.am:40: installing 'doc/texinfo.tex'
solaris/Makefile.am:71: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:75: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:79: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:84: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:88: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:98: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:103: warning: '%'-style pattern rules are a GNU make 
extension
configure: WARNING: unrecognized options: --disable-irdb
configure: loading site script 
/usr/home/ci/cibuild.227/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd9.3
checking host system type... amd64-portbld-freebsd9.3
checking target system type... amd64-portbld-freebsd9.3
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 gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether gmake supports nested variables... (cached) yes
checking for perl... (cached) /usr/local/bin/perl
checking for gawk... gawk
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang-cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for sed... (cached) /usr/bin/sed
checking for pdflatex... /bin/false
checking for latexmk... /bin/false
configure: WARNING: Will not be able to make PDF versions of TeX documents
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 whether to set a default CFLAGS... CFLAGS supplied by user
checking whether ln -s works... yes
checking whether gmake sets $(MAKE)... (cached) yes
checking for ar... ar
checking if gmake is GNU make... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking how to convert amd64-portbld-freebsd9.3 file names to 
amd64-portbld-freebsd9.3 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.3 file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if zebra should be configurable to send Route Advertisements... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/ksym.h usability... no
checking sys/ksym.h presence... no
checking for sys/ksym.h... no
checking for sys/times.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/types.h... (cached) yes
checking linux/version.h usability... no
checking linux/version.h presence... no
checking for linux/version.h... no
checking for netdb.h... (cached) yes
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking for sys/cdefs.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for net/if.h... (cached) yes
checking for net/if_var.h... yes
checking for sys/un.h... (cached) yes
checking for netinet/in_systm.h... yes
checking for netinet/in_var.h... yes
checking for net/if_dl.h... yes
checking for net/netopt.h... no
checking for net/route.h... yes
checking for inet/nd.h... no
checking for arpa/inet.h... (cached) yes
checking for netinet/ip_icmp.h... no
checking for fcntl.h... (cached) yes
checking for stddef.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for syslog.h... yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sys/sockio.h... yes
checking for kvm.h... yes
checking for sys/conf.h... yes
checking for ucontext.h... (cached) yes
checking for ucontext_t.uc_mcontext.uc_regs... no
checking for ucontext_t.uc_mcontext.regs... no
checking for ucontext_t.uc_mcontext.gregs... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tputs in -ltermcap... yes
checking for main in -lreadline... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for rl_completion_matches in -lreadline... yes
checking whether byte ordering is bigendian... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working POSIX fnmatch... 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 working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... (cached) yes
checking for working mktime... no
checking for strftime... (cached) yes
checking whether lstat correctly handles trailing slash... (cached) yes
checking whether stat accepts an empty string... no
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... (cached) yes
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for math.h... (cached) yes
checking for pow in -lm... yes
checking for pow... yes
checking for dup2... (cached) yes
checking for ftruncate... yes
checking for getcwd... (cached) yes
checking for gethostbyname... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for inet_ntoa... (cached) yes
checking for inet_aton... (cached) yes
checking for strnlen... (cached) yes
checking for memchr... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for select... (cached) yes
checking for socket... yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strcspn... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for daemon... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for getifaddrs... yes
checking for uname... (cached) yes
checking for fcntl... (cached) yes
checking for getgrouplist... (cached) yes
checking for setproctitle... (cached) yes
checking asm-generic/unistd.h usability... no
checking asm-generic/unistd.h presence... no
checking for asm-generic/unistd.h... no
checking zebra between kernel interface method... Route socket
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking zebra IS-IS I/O method... BPF
checking for broken CMSG_FIRSTHDR... no
checking route read method... sysctl
checking interface looking up method... sysctl
checking for struct ip_mreqn.imr_ifindex... yes
checking for linux/mroute.h... no
checking for BSD struct ip_mreq hack... no
checking for RFC3678 protocol-independed API... yes
checking for net/if.h... (cached) yes
checking for net/if_media.h... (cached) yes
checking for struct ifmediareq.ifm_status... yes
checking for net/if.h... (cached) yes
checking for struct if_data.ifi_link_state... yes
checking for netinet/tcp.h... yes
checking whether TCP_MD5SIG is declared... yes
checking ipforward method... sysctl
checking for getaddrinfo... (cached) yes
checking whether does this OS have IPv6 stack... KAME
checking for netinet6/in6.h... no
checking for netinet/in6_var.h... no
checking for netinet/icmp6.h... yes
checking for netinet6/in6_var.h... yes
checking for netinet6/nd6.h... yes
checking for inet_ntop in -lc... yes
checking for inet_pton in -lc... yes
checking for crypt in -lcrypt... (cached) yes
checking for res_init in -lresolv... no
checking whether system has GNU regex... checking for regexec in -lc... yes
checking for struct sockaddr... yes
checking for struct sockaddr_in... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_dl... yes
checking for socklen_t... (cached) yes
checking for struct vifctl... no
checking for struct mfcctl... no
checking for struct sioc_sg_req... no
checking for vifi_t... no
checking for struct sioc_vif_req... no
checking for struct igmpmsg... no
checking for struct ifaliasreq... yes
checking for struct if6_aliasreq... no
checking for struct in6_aliasreq... yes
checking for struct nd_opt_adv_interval... no
checking for struct rt_addrinfo... yes
checking for struct nd_opt_homeagent_info... no
checking for struct nd_opt_adv_interval... (cached) no
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_un.sun_len... yes
checking for struct sockaddr_in6.sin6_scope_id... (cached) yes
checking for struct sockaddr_dl.sdl_len... yes
checking for struct if6_aliasreq.ifra_lifetime... no
checking for struct nd_opt_adv_interval.nd_opt_ai_type... no
checking for struct in_pktinfo... no
checking for IP_PKTINFO... no
checking for IP_RECVDSTADDR... yes
checking for IP_RECVIF... yes
checking whether getrusage is available... yes
checking whether CLOCK_MONOTONIC is declared... yes
checking for clock_gettime in -lrt... yes
checking whether prctl PR_SET_KEEPCAPS is available... no
checking priv.h usability... no
checking priv.h presence... no
checking for priv.h... no
checking whether clang accepts function __attribute__((weak,alias()))... yes
checking whether clang supports #pragma weak... no
checking whether clang supports #pragma _HP_SECONDARY_DEF... no
checking whether clang supports #pragma _CRI duplicate... no
checking how to create weak aliases with clang... attribute
checking whether clang supports weak aliases across object file boundaries... 
yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking for malloc.h... (cached) no
checking directory to use for state file... /var/run/quagga
checking for working htonl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating zebra/Makefile
config.status: creating ripd/Makefile
config.status: creating ripngd/Makefile
config.status: creating bgpd/Makefile
config.status: creating ospfd/Makefile
config.status: creating watchquagga/Makefile
config.status: creating ospf6d/Makefile
config.status: creating isisd/Makefile
config.status: creating vtysh/Makefile
config.status: creating doc/Makefile
config.status: creating ospfclient/Makefile
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating pimd/Makefile
config.status: creating tests/bgpd.tests/Makefile
config.status: creating tests/libzebra.tests/Makefile
config.status: creating redhat/Makefile
config.status: creating pkgsrc/Makefile
config.status: creating redhat/quagga.spec
config.status: creating lib/version.h
config.status: creating doc/defines.texi
config.status: creating isisd/topology/Makefile
config.status: creating pkgsrc/bgpd.sh
config.status: creating pkgsrc/ospf6d.sh
config.status: creating pkgsrc/ospfd.sh
config.status: creating pkgsrc/ripd.sh
config.status: creating pkgsrc/ripngd.sh
config.status: creating pkgsrc/zebra.sh
config.status: creating solaris/Makefile
config.status: creating vtysh/extract.pl
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-irdb

Quagga configuration
--------------------
quagga version          : 0.99.25-dev-ci.NetDEF.org-20160128.074008-git.eae18d1
host operating system   : freebsd9.3
source code location    : .
compiler                : clang
compiler flags          : -O2 -pipe -fstack-protector -fno-strict-aliasing
make                    : gmake
linker flags            :  -fstack-protector -lcrypt  -lrt   -ltermcap 
-lreadline -lm
state file directory    : /var/run/quagga
config file directory   : /usr/local/etc/quagga-test
example directory       : /usr/local/etc/quagga-test
user to run as          : quagga
group to run as         : quagga
group for vty sockets   : 
config file mask        : 0600
log file mask           : 0600

The above user and group must have read/write access to the state file
directory and to the config files in the config file directory.
===>  Building for quagga-test-20160128.074008
gmake[1]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
gmake  all-recursive
gmake[2]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
Making all in lib
gmake[3]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
gmake  all-am
gmake[4]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
  CC       network.lo
  CC       pid_output.lo
  CC       getopt.lo
  CC       getopt1.lo
  CC       daemon.lo
  CC       checksum.lo
  CC       vector.lo
  CC       linklist.lo
  CC       vty.lo
  CC       command.lo
  CC       sockunion.lo
  CC       prefix.lo
  CC       thread.lo
  CC       if.lo
  CC       memory.lo
  CC       buffer.lo
  CC       table.lo
  CC       hash.lo
  CC       filter.lo
  CC       routemap.lo
  CC       distribute.lo
  CC       stream.lo
  CC       str.lo
  CC       log.lo
  CC       plist.lo
  CC       zclient.lo
  CC       sockopt.lo
  CC       smux.lo
  CC       agentx.lo
  CC       snmp.lo
  CC       md5.lo
  CC       if_rmap.lo
  CC       keychain.lo
  CC       privs.lo
  CC       sigevent.lo
  CC       pqueue.lo
  CC       jhash.lo
  CC       memtypes.lo
  CC       workqueue.lo
  CC       vrf.lo
  CCLD     libzebra.la
gmake[4]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
gmake[3]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
Making all in zebra
gmake[3]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/zebra'
  CC       test_main.o
  CC       zebra_rib.o
zebra_rib.c:1818:14: warning: incompatible pointer to integer conversion 
returning 'void *' from a function with result type 'int' [-Wint-conversion]
      return NULL;
             ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
#define NULL    ((void *)0)
                ^~~~~~~~~~~
zebra_rib.c:1820:5: warning: implicit declaration of function 
'zebra_route_tables_create' is invalid in C99 [-Wimplicit-function-declaration]
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3384:3: warning: implicit declaration of function 
'init_zebra_route_tables_info' is invalid in C99 
[-Wimplicit-function-declaration]
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3435:1: warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
zebra_rib.c:3467:1: error: conflicting types for 'init_zebra_route_tables_info'
init_zebra_route_tables_info(struct zebra_vrf *zvrf)
^
zebra_rib.c:3384:3: note: previous implicit declaration is here
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3473:3: warning: implicit declaration of function 
'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]
  init_zebra_route_table(zvrf, rt_info);
  ^
zebra_rib.c:3478:1: error: conflicting types for 'zebra_route_tables_create'
zebra_route_tables_create(struct zebra_vrf *zvrf, int table_id)
^
zebra_rib.c:1820:5: note: previous implicit declaration is here
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3487:1: error: conflicting types for 'init_zebra_route_table'
init_zebra_route_table(struct zebra_vrf *zvrf, struct route_table_info *rt_info)
^
zebra_rib.c:3473:3: note: previous implicit declaration is here
  init_zebra_route_table(zvrf, rt_info);
  ^
5 warnings and 3 errors generated.
Makefile:573: recipe for target 'zebra_rib.o' failed
gmake[3]: *** [zebra_rib.o] Error 1
gmake[3]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/zebra'
Makefile:462: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
Makefile:394: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/home/ci/cibuild.227/ports/net/quagga-test.
Makefile:29: recipe for target 'pkg' failed
gmake: *** [pkg] Error 1
make  all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make  all-am
  CC       network.lo
  CC       pid_output.lo
  CC       getopt.lo
  CC       getopt1.lo
  CC       daemon.lo
  CC       checksum.lo
  CC       vector.lo
  CC       linklist.lo
  CC       vty.lo
  CC       command.lo
  CC       sockunion.lo
  CC       prefix.lo
  CC       thread.lo
  CC       if.lo
  CC       memory.lo
  CC       buffer.lo
  CC       table.lo
  CC       hash.lo
  CC       filter.lo
  CC       routemap.lo
  CC       distribute.lo
  CC       stream.lo
  CC       str.lo
  CC       log.lo
  CC       plist.lo
  CC       zclient.lo
  CC       sockopt.lo
  CC       smux.lo
  CC       agentx.lo
  CC       snmp.lo
  CC       md5.lo
  CC       if_rmap.lo
  CC       keychain.lo
  CC       privs.lo
  CC       sigevent.lo
  CC       pqueue.lo
  CC       jhash.lo
  CC       memtypes.lo
  CC       workqueue.lo
  CC       vrf.lo
  CCLD     libzebra.la
Making all in zebra
  CC       test_main.o
  CC       zebra_rib.o
zebra_rib.c:1818:14: warning: incompatible pointer to integer conversion 
returning 'void *' from a function with result type 'int' [-Wint-conversion]
      return NULL;
             ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
#define NULL    ((void *)0)
                ^~~~~~~~~~~
zebra_rib.c:1820:5: warning: implicit declaration of function 
'zebra_route_tables_create' is invalid in C99 [-Wimplicit-function-declaration]
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3093:21: warning: comparison of integers of different signs: 'int' 
and 'unsigned int' [-Wsign-compare]
        for (i=0; i < vector_count(zvrf->route_tables_info); i++)
                  ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zebra_rib.c:3229:21: warning: comparison of integers of different signs: 'int' 
and 'unsigned int' [-Wsign-compare]
        for (i=0; i < vector_count(zvrf->route_tables_info); i++)
                  ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zebra_rib.c:3384:3: warning: implicit declaration of function 
'init_zebra_route_tables_info' is invalid in C99 
[-Wimplicit-function-declaration]
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3435:1: warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
zebra_rib.c:3442:15: warning: comparison of integers of different signs: 'int' 
and 'unsigned int' [-Wsign-compare]
  for (i=0; i < vector_count(zvrf->route_tables_info); i++)
            ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zebra_rib.c:3467:1: error: conflicting types for 'init_zebra_route_tables_info'
init_zebra_route_tables_info(struct zebra_vrf *zvrf)
^
zebra_rib.c:3384:3: note: previous implicit declaration is here
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3473:3: warning: implicit declaration of function 
'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]
  init_zebra_route_table(zvrf, rt_info);
  ^
zebra_rib.c:3478:1: error: conflicting types for 'zebra_route_tables_create'
zebra_route_tables_create(struct zebra_vrf *zvrf, int table_id)
^
zebra_rib.c:1820:5: note: previous implicit declaration is here
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3487:1: error: conflicting types for 'init_zebra_route_table'
init_zebra_route_table(struct zebra_vrf *zvrf, struct route_table_info *rt_info)
^
zebra_rib.c:3473:3: note: previous implicit declaration is here
  init_zebra_route_table(zvrf, rt_info);
  ^
8 warnings and 3 errors generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/home/ci/cibuild.227/quagga-source/zebra
*** Error code 1

Stop.
make[1]: stopped in /usr/home/ci/cibuild.227/quagga-source
*** Error code 1

Stop.
make: stopped in /usr/home/ci/cibuild.227/quagga-source


Building quagga-test-20160128.074008-git.eae18d1 FreeBSD Package
-------------------------------------------------------------------------

#
# Create port directory structure, remove settings
/bin/rm -rf ports
/bin/mkdir -p ports
/bin/ln -sf /usr/ports/devel ports/
/bin/ln -sf /usr/ports/lang ports/
/bin/ln -sf /usr/ports/Mk ports/
/bin/ln -sf /usr/ports/pkgtools ports/
/bin/ln -sf /usr/ports/sysutils ports/
/bin/ln -sf /usr/ports/Templates ports/
/bin/ln -sf /usr/ports/Tools ports/
/bin/ln -sf /usr/ports/UIDs ports/
/bin/ln -sf /usr/ports/GIDs ports/
/bin/ln -sf /usr/ports/Keywords ports/
/bin/ln -sf /usr/ports/ports-mgmt ports/
/bin/ln -sf /usr/ports/print ports/
/bin/mkdir -p ports/distfiles
/bin/mkdir -p ports/packages
/bin/mkdir -p ports/var_db_ports
#
# Create new directory structure
/bin/mkdir -p ports/net/quagga-test
/bin/cp -a ./PACKAGENAME/* ports/net/quagga-test
#
# Pre-Populate Source
/bin/cp -a quagga-source.tar.gz ports/distfiles/
#       
# Fix up PKGSRC files with configured details
/usr/local/bin/gsed -i 's/%_PACKAGENAME_%/quagga-test/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_VERSION_%/20160128.074008/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_RELEASE_%/git.eae18d1/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 
's|%_SOURCEURL_%|https://ci1.netdef.org/browse/QUAGGA-QPWORK-CI009BUILD-227/artifact/shared/SourceCode/|g'
 ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_EMAIL_%/[email protected]/g' 
ports/net/quagga-test/Makefile
/usr/local/bin/gsed -i 's/%_USER_%/NetDEF CI System/g' 
ports/net/quagga-test/Makefile
# Need to add Conflict line against official quagga - this package not named 
quagga
/usr/local/bin/gsed -i 's/%_PKGCONFLICTS_%/quagga-[0-9].*/g' 
ports/net/quagga-test/Makefile
#
# Remove old checksums and regenerate them
/bin/rm -f ports/net/quagga-test/distinfo
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
        export PORTSDIR=/usr/home/ci/cibuild.227/ports; make makesum
=============================================================

You can build quagga-test with the following options:

ENABLE_USER       Specify user to run Quagga suite as
ENABLE_GROUP      Specify group to run Quagga suite as
ENABLE_VTY_GROUP  Specify group for vty socket ownership
SYSCONF_DIR       Specify directory for Quagga configuration files
LOCALSTATE_DIR    Specify directory for Quagga runtime files
===>  License GPLv2 accepted by the user
===>   quagga-test-20160128.074008 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by quagga-test-20160128.074008 for building
#
# Remove old package config
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
                export PORTSDIR=/usr/home/ci/cibuild.227/ports; make rmconfig
===> No user-specified options configured for quagga-test-20160128.074008
#
# Build package
cd ports/net/quagga-test; export 
PORT_DBDIR=/usr/home/ci/cibuild.227/ports/var_db_ports; \
        export PORTSDIR=/usr/home/ci/cibuild.227/ports; export BATCH=yes; make 
package
=============================================================

You can build quagga-test with the following options:

ENABLE_USER       Specify user to run Quagga suite as
ENABLE_GROUP      Specify group to run Quagga suite as
ENABLE_VTY_GROUP  Specify group for vty socket ownership
SYSCONF_DIR       Specify directory for Quagga configuration files
LOCALSTATE_DIR    Specify directory for Quagga runtime files
===>  License GPLv2 accepted by the user
===>   quagga-test-20160128.074008 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by quagga-test-20160128.074008 for building
===>  Extracting for quagga-test-20160128.074008
=> SHA256 Checksum OK for quagga-source.tar.gz.
===>  Patching for quagga-test-20160128.074008
===>  Applying FreeBSD patches for quagga-test-20160128.074008
===>   quagga-test-20160128.074008 depends on executable: gawk - found
===>   quagga-test-20160128.074008 depends on executable: gmake - found
===>   quagga-test-20160128.074008 depends on file: /usr/local/bin/clang34 - 
found
===>   quagga-test-20160128.074008 depends on executable: autoconf-2.69 - found
===>   quagga-test-20160128.074008 depends on executable: autoheader-2.69 - 
found
===>   quagga-test-20160128.074008 depends on executable: autoreconf-2.69 - 
found
===>   quagga-test-20160128.074008 depends on executable: aclocal-1.15 - found
===>   quagga-test-20160128.074008 depends on executable: automake-1.15 - found
===>   quagga-test-20160128.074008 depends on executable: libtoolize - found
===>   quagga-test-20160128.074008 depends on package: perl5>=5.20<5.21 - found
===>  Configuring for quagga-test-20160128.074008
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:70: installing './compile'
configure.ac:19: installing './config.guess'
configure.ac:19: installing './config.sub'
configure.ac:23: installing './install-sh'
configure.ac:23: installing './missing'
bgpd/Makefile.am: installing './depcomp'
doc/Makefile.am:40: installing 'doc/mdate-sh'
doc/Makefile.am:40: installing 'doc/texinfo.tex'
solaris/Makefile.am:71: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:75: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:79: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:84: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:88: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:98: warning: '%'-style pattern rules are a GNU make 
extension
solaris/Makefile.am:103: warning: '%'-style pattern rules are a GNU make 
extension
configure: WARNING: unrecognized options: --disable-irdb
configure: loading site script 
/usr/home/ci/cibuild.227/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd8.4
checking host system type... amd64-portbld-freebsd8.4
checking target system type... amd64-portbld-freebsd8.4
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 gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether gmake supports nested variables... (cached) yes
checking for perl... (cached) /usr/local/bin/perl
checking for gawk... gawk
checking for gcc... /usr/local/bin/clang34
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 /usr/local/bin/clang34 accepts -g... yes
checking for /usr/local/bin/clang34 option to accept ISO C89... none needed
checking whether /usr/local/bin/clang34 understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of /usr/local/bin/clang34... gcc3
checking how to run the C preprocessor... /usr/local/bin/clang-cpp34
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for sed... (cached) /usr/bin/sed
checking for pdflatex... /bin/false
checking for latexmk... /bin/false
configure: WARNING: Will not be able to make PDF versions of TeX documents
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 whether to set a default CFLAGS... CFLAGS supplied by user
checking whether ln -s works... yes
checking whether gmake sets $(MAKE)... (cached) yes
checking for ar... ar
checking if gmake is GNU make... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by /usr/local/bin/clang34... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking how to convert amd64-portbld-freebsd8.4 file names to 
amd64-portbld-freebsd8.4 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd8.4 file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/local/bin/clang34 
object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if /usr/local/bin/clang34 supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/bin/clang34 option to produce PIC... -fPIC -DPIC
checking if /usr/local/bin/clang34 PIC flag -fPIC -DPIC works... yes
checking if /usr/local/bin/clang34 static flag -static works... yes
checking if /usr/local/bin/clang34 supports -c -o file.o... yes
checking if /usr/local/bin/clang34 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/clang34 linker (/usr/bin/ld) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd8.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if zebra should be configurable to send Route Advertisements... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/ksym.h usability... no
checking sys/ksym.h presence... no
checking for sys/ksym.h... no
checking for sys/times.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/types.h... (cached) yes
checking linux/version.h usability... no
checking linux/version.h presence... no
checking for linux/version.h... no
checking for netdb.h... (cached) yes
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking for sys/cdefs.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for net/if.h... (cached) yes
checking for net/if_var.h... yes
checking for sys/un.h... (cached) yes
checking for netinet/in_systm.h... yes
checking for netinet/in_var.h... yes
checking for net/if_dl.h... yes
checking for net/netopt.h... no
checking for net/route.h... yes
checking for inet/nd.h... no
checking for arpa/inet.h... (cached) yes
checking for netinet/ip_icmp.h... no
checking for fcntl.h... (cached) yes
checking for stddef.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for syslog.h... yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sys/sockio.h... yes
checking for kvm.h... yes
checking for sys/conf.h... yes
checking for ucontext.h... (cached) yes
checking for ucontext_t.uc_mcontext.uc_regs... no
checking for ucontext_t.uc_mcontext.regs... no
checking for ucontext_t.uc_mcontext.gregs... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tputs in -ltermcap... yes
checking for main in -lreadline... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for rl_completion_matches in -lreadline... yes
checking whether byte ordering is bigendian... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working POSIX fnmatch... 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 working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... (cached) yes
checking for working mktime... no
checking for strftime... (cached) yes
checking whether lstat correctly handles trailing slash... (cached) yes
checking whether stat accepts an empty string... no
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... (cached) yes
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for math.h... (cached) yes
checking for pow in -lm... yes
checking for pow... yes
checking for dup2... (cached) yes
checking for ftruncate... yes
checking for getcwd... (cached) yes
checking for gethostbyname... (cached) yes
checking for getpagesize... (cached) yes
checking for gettimeofday... (cached) yes
checking for inet_ntoa... (cached) yes
checking for inet_aton... (cached) yes
checking for strnlen... (cached) yes
checking for memchr... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for select... (cached) yes
checking for socket... yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strcspn... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for daemon... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for getifaddrs... yes
checking for uname... (cached) yes
checking for fcntl... (cached) yes
checking for getgrouplist... (cached) yes
checking for setproctitle... (cached) yes
checking asm-generic/unistd.h usability... no
checking asm-generic/unistd.h presence... no
checking for asm-generic/unistd.h... no
checking zebra between kernel interface method... Route socket
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking zebra IS-IS I/O method... BPF
checking for broken CMSG_FIRSTHDR... no
checking route read method... sysctl
checking interface looking up method... sysctl
checking for struct ip_mreqn.imr_ifindex... yes
checking for linux/mroute.h... no
checking for BSD struct ip_mreq hack... no
checking for RFC3678 protocol-independed API... yes
checking for net/if.h... (cached) yes
checking for net/if_media.h... (cached) yes
checking for struct ifmediareq.ifm_status... yes
checking for net/if.h... (cached) yes
checking for struct if_data.ifi_link_state... yes
checking for netinet/tcp.h... yes
checking whether TCP_MD5SIG is declared... yes
checking ipforward method... sysctl
checking for getaddrinfo... (cached) yes
checking whether does this OS have IPv6 stack... KAME
checking for netinet6/in6.h... no
checking for netinet/in6_var.h... no
checking for netinet/icmp6.h... yes
checking for netinet6/in6_var.h... yes
checking for netinet6/nd6.h... yes
checking for inet_ntop in -lc... yes
checking for inet_pton in -lc... yes
checking for crypt in -lcrypt... (cached) yes
checking for res_init in -lresolv... no
checking whether system has GNU regex... checking for regexec in -lc... yes
checking for struct sockaddr... yes
checking for struct sockaddr_in... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_dl... yes
checking for socklen_t... (cached) yes
checking for struct vifctl... no
checking for struct mfcctl... no
checking for struct sioc_sg_req... no
checking for vifi_t... no
checking for struct sioc_vif_req... no
checking for struct igmpmsg... no
checking for struct ifaliasreq... yes
checking for struct if6_aliasreq... no
checking for struct in6_aliasreq... yes
checking for struct nd_opt_adv_interval... no
checking for struct rt_addrinfo... yes
checking for struct nd_opt_homeagent_info... no
checking for struct nd_opt_adv_interval... (cached) no
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_un.sun_len... yes
checking for struct sockaddr_in6.sin6_scope_id... (cached) yes
checking for struct sockaddr_dl.sdl_len... yes
checking for struct if6_aliasreq.ifra_lifetime... no
checking for struct nd_opt_adv_interval.nd_opt_ai_type... no
checking for struct in_pktinfo... no
checking for IP_PKTINFO... no
checking for IP_RECVDSTADDR... yes
checking for IP_RECVIF... yes
checking whether getrusage is available... yes
checking whether CLOCK_MONOTONIC is declared... yes
checking for clock_gettime in -lrt... yes
checking whether prctl PR_SET_KEEPCAPS is available... no
checking priv.h usability... no
checking priv.h presence... no
checking for priv.h... no
checking whether /usr/local/bin/clang34 accepts function 
__attribute__((weak,alias()))... yes
checking whether /usr/local/bin/clang34 supports #pragma weak... no
checking whether /usr/local/bin/clang34 supports #pragma _HP_SECONDARY_DEF... no
checking whether /usr/local/bin/clang34 supports #pragma _CRI duplicate... no
checking how to create weak aliases with /usr/local/bin/clang34... attribute
checking whether /usr/local/bin/clang34 supports weak aliases across object 
file boundaries... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking for malloc.h... (cached) no
checking directory to use for state file... /var/run/quagga
checking for working htonl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating zebra/Makefile
config.status: creating ripd/Makefile
config.status: creating ripngd/Makefile
config.status: creating bgpd/Makefile
config.status: creating ospfd/Makefile
config.status: creating watchquagga/Makefile
config.status: creating ospf6d/Makefile
config.status: creating isisd/Makefile
config.status: creating vtysh/Makefile
config.status: creating doc/Makefile
config.status: creating ospfclient/Makefile
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating pimd/Makefile
config.status: creating tests/bgpd.tests/Makefile
config.status: creating tests/libzebra.tests/Makefile
config.status: creating redhat/Makefile
config.status: creating pkgsrc/Makefile
config.status: creating redhat/quagga.spec
config.status: creating lib/version.h
config.status: creating doc/defines.texi
config.status: creating isisd/topology/Makefile
config.status: creating pkgsrc/bgpd.sh
config.status: creating pkgsrc/ospf6d.sh
config.status: creating pkgsrc/ospfd.sh
config.status: creating pkgsrc/ripd.sh
config.status: creating pkgsrc/ripngd.sh
config.status: creating pkgsrc/zebra.sh
config.status: creating solaris/Makefile
config.status: creating vtysh/extract.pl
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-irdb

Quagga configuration
--------------------
quagga version          : 0.99.25-dev-ci.NetDEF.org-20160128.074008-git.eae18d1
host operating system   : freebsd8.4
source code location    : .
compiler                : /usr/local/bin/clang34
compiler flags          : -O2 -pipe -fstack-protector -fno-strict-aliasing
make                    : gmake
linker flags            :  -fstack-protector -lcrypt  -lrt   -ltermcap 
-lreadline -lm
state file directory    : /var/run/quagga
config file directory   : /usr/local/etc/quagga-test
example directory       : /usr/local/etc/quagga-test
user to run as          : quagga
group to run as         : quagga
group for vty sockets   : 
config file mask        : 0600
log file mask           : 0600

The above user and group must have read/write access to the state file
directory and to the config files in the config file directory.
===>  Building for quagga-test-20160128.074008
gmake[1]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
gmake  all-recursive
gmake[2]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
Making all in lib
gmake[3]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
gmake  all-am
gmake[4]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
  CC       network.lo
  CC       pid_output.lo
  CC       getopt.lo
  CC       getopt1.lo
  CC       daemon.lo
  CC       checksum.lo
  CC       vector.lo
  CC       linklist.lo
  CC       vty.lo
  CC       command.lo
  CC       sockunion.lo
  CC       prefix.lo
  CC       thread.lo
  CC       if.lo
  CC       memory.lo
  CC       buffer.lo
  CC       table.lo
  CC       hash.lo
  CC       filter.lo
  CC       routemap.lo
  CC       distribute.lo
  CC       stream.lo
  CC       str.lo
  CC       log.lo
  CC       plist.lo
  CC       zclient.lo
  CC       sockopt.lo
  CC       smux.lo
  CC       agentx.lo
  CC       snmp.lo
  CC       md5.lo
  CC       if_rmap.lo
  CC       keychain.lo
  CC       privs.lo
  CC       sigevent.lo
  CC       pqueue.lo
  CC       jhash.lo
  CC       memtypes.lo
  CC       workqueue.lo
  CC       vrf.lo
  CCLD     libzebra.la
gmake[4]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
gmake[3]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/lib'
Making all in zebra
gmake[3]: Entering directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/zebra'
  CC       test_main.o
  CC       zebra_rib.o
zebra_rib.c:1818:14: warning: incompatible pointer to integer conversion 
returning 'void *' from a function with result type 'int' [-Wint-conversion]
      return NULL;
             ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
#define NULL    ((void *)0)
                ^~~~~~~~~~~
zebra_rib.c:1820:5: warning: implicit declaration of function 
'zebra_route_tables_create' is invalid in C99 [-Wimplicit-function-declaration]
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3384:3: warning: implicit declaration of function 
'init_zebra_route_tables_info' is invalid in C99 
[-Wimplicit-function-declaration]
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3435:1: warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
zebra_rib.c:3467:1: error: conflicting types for 'init_zebra_route_tables_info'
init_zebra_route_tables_info(struct zebra_vrf *zvrf)
^
zebra_rib.c:3384:3: note: previous implicit declaration is here
  init_zebra_route_tables_info(zvrf);
  ^
zebra_rib.c:3473:3: warning: implicit declaration of function 
'init_zebra_route_table' is invalid in C99 [-Wimplicit-function-declaration]
  init_zebra_route_table(zvrf, rt_info);
  ^
zebra_rib.c:3478:1: error: conflicting types for 'zebra_route_tables_create'
zebra_route_tables_create(struct zebra_vrf *zvrf, int table_id)
^
zebra_rib.c:1820:5: note: previous implicit declaration is here
    zebra_route_tables_create(zvrf, table_id);
    ^
zebra_rib.c:3487:1: error: conflicting types for 'init_zebra_route_table'
init_zebra_route_table(struct zebra_vrf *zvrf, struct route_table_info *rt_info)
^
zebra_rib.c:3473:3: note: previous implicit declaration is here
  init_zebra_route_table(zvrf, rt_info);
  ^
5 warnings and 3 errors generated.
Makefile:573: recipe for target 'zebra_rib.o' failed
gmake[3]: *** [zebra_rib.o] Error 1
gmake[3]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source/zebra'
Makefile:462: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
Makefile:394: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
'/usr/home/ci/cibuild.227/ports/net/quagga-test/work/quagga-source'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop in /usr/home/ci/cibuild.227/ports/net/quagga-test.
Makefile:29: recipe for target 'pkg' failed
gmake: *** [pkg] Error 1
_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to