Building openlldp-0.4.a_1.txz (origin /buildshare/ports/355755/net-mgmt/openlldp) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/openlldp-0.4alpha.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> openlldp-0.4.a_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of openlldp-0.4.a_1 Make install ===> openlldp-0.4.a_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openlldp-0.4.a_1 for building ===> Extracting for openlldp-0.4.a_1 => SHA256 Checksum OK for openlldp-0.4alpha.tar.gz. ===> Patching for openlldp-0.4.a_1 ===> Configuring for openlldp-0.4.a_1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/openlldp/work/openlldp-0.4alpha/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/openlldp/work/openlldp-0.4alpha/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel 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 for ranlib... ranlib 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 for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 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 whether byte ordering is bigendian... yes checking for native frame interface... bpf checking for platform OS... checking for cfg_title in -lconfuse... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/platform/Makefile config.status: executing depfiles commands ===> Building for openlldp-0.4.a_1 Making all in src Making all in platform cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I../.. -I../../src -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT bpflib.o -MD -MP -MF .deps/bpflib.Tpo -c -o bpflib.o `test -f './framehandlers/bpf/bpflib.c' || echo './'`./framehandlers/bpf/bpflib.c mv -f .deps/bpflib.Tpo .deps/bpflib.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I../.. -I../../src -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldp_bpf_framer.o -MD -MP -MF .deps/lldp_bpf_framer.Tpo -c -o lldp_bpf_framer.o `test -f 'framehandlers/bpf/lldp_bpf_framer.c' || echo './'`framehandlers/bpf/lldp_bpf_framer.c framehandlers/bpf/lldp_bpf_framer.c: In function 'socketInitializeLLDP': framehandlers/bpf/lldp_bpf_framer.c:233: warning: implicit declaration of function '_getmac' framehandlers/bpf/lldp_bpf_framer.c:235: warning: implicit declaration of function '_getip' mv -f .deps/lldp_bpf_framer.Tpo .deps/lldp_bpf_framer.Po rm -f libplatform.a ar cru libplatform.a bpflib.o lldp_bpf_framer.o ranlib libplatform.a cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpneighbors.o -MD -MP -MF .deps/lldpneighbors.Tpo -c -o lldpneighbors.o lldpneighbors.c mv -f .deps/lldpneighbors.Tpo .deps/lldpneighbors.Po cc -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o lldpneighbors lldpneighbors.o cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-lldp_main.o -MD -MP -MF .deps/lldpd-lldp_main.Tpo -c -o lldpd-lldp_main.o `test -f 'lldp_main.c' || echo './'`lldp_main.c mv -f .deps/lldpd-lldp_main.Tpo .deps/lldpd-lldp_main.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-lldp_debug.o -MD -MP -MF .deps/lldpd-lldp_debug.Tpo -c -o lldpd-lldp_debug.o `test -f 'lldp_debug.c' || echo './'`lldp_debug.c mv -f .deps/lldpd-lldp_debug.Tpo .deps/lldpd-lldp_debug.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-lldp_neighbor.o -MD -MP -MF .deps/lldpd-lldp_neighbor.Tpo -c -o lldpd-lldp_neighbor.o `test -f 'lldp_neighbor.c' || echo './'`lldp_neighbor.c mv -f .deps/lldpd-lldp_neighbor.Tpo .deps/lldpd-lldp_neighbor.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv.o -MD -MP -MF .deps/lldpd-tlv.Tpo -c -o lldpd-tlv.o `test -f 'tlv/tlv.c' || echo './'`tlv/tlv.c tlv/tlv.c:51:2: warning: #warning Write a test suite that will run all the possible combinations of decode tlv/tlv.c:323:4: warning: #warning Not implemented tlv/tlv.c:351:2: warning: #warning - IANA_RESERVED_HIGH is defined as 65536, which is too big for uint8_t, so am I using the wrong type, or should it be 255? tlv/tlv.c: In function 'decode_iana_address_family': tlv/tlv.c:352: warning: case label value exceeds maximum value for type mv -f .deps/lldpd-tlv.Tpo .deps/lldpd-tlv.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv_common.o -MD -MP -MF .deps/lldpd-tlv_common.Tpo -c -o lldpd-tlv_common.o `test -f 'tlv/tlv_common.c' || echo './'`tlv/tlv_common.c tlv/tlv_common.c:77:2: warning: #warning Do a full dump of the TLV here, so we can visually inspect it... mv -f .deps/lldpd-tlv_common.Tpo .deps/lldpd-tlv_common.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv_000ecf.o -MD -MP -MF .deps/lldpd-tlv_000ecf.Tpo -c -o lldpd-tlv_000ecf.o `test -f 'tlv/oui/tlv_000ecf.c' || echo './'`tlv/oui/tlv_000ecf.c mv -f .deps/lldpd-tlv_000ecf.Tpo .deps/lldpd-tlv_000ecf.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv_00120f.o -MD -MP -MF .deps/lldpd-tlv_00120f.Tpo -c -o lldpd-tlv_00120f.o `test -f 'tlv/oui/tlv_00120f.c' || echo './'`tlv/oui/tlv_00120f.c mv -f .deps/lldpd-tlv_00120f.Tpo .deps/lldpd-tlv_00120f.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv_0012bb.o -MD -MP -MF .deps/lldpd-tlv_0012bb.Tpo -c -o lldpd-tlv_0012bb.o `test -f 'tlv/oui/tlv_0012bb.c' || echo './'`tlv/oui/tlv_0012bb.c mv -f .deps/lldpd-tlv_0012bb.Tpo .deps/lldpd-tlv_0012bb.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tlv_0080c2.o -MD -MP -MF .deps/lldpd-tlv_0080c2.Tpo -c -o lldpd-tlv_0080c2.o `test -f 'tlv/oui/tlv_0080c2.c' || echo './'`tlv/oui/tlv_0080c2.c mv -f .deps/lldpd-tlv_0080c2.Tpo .deps/lldpd-tlv_0080c2.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-tx_sm.o -MD -MP -MF .deps/lldpd-tx_sm.Tpo -c -o lldpd-tx_sm.o `test -f 'tx_sm.c' || echo './'`tx_sm.c tx_sm.c:72:2: warning: #warning Write a test that sends a frame with a source & dest of 0180c2000e... tx_sm.c:264:2: warning: #warning ChEAT mv -f .deps/lldpd-tx_sm.Tpo .deps/lldpd-tx_sm.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-rx_sm.o -MD -MP -MF .deps/lldpd-rx_sm.Tpo -c -o lldpd-rx_sm.o `test -f 'rx_sm.c' || echo './'`rx_sm.c rx_sm.c:222:2: warning: #warning We should actually discard this frame and print out an error... rx_sm.c:223:2: warning: #warning Write a unit test to stress this rx_sm.c:425:10: warning: #warning We need to verify whether this is actually the case. mv -f .deps/lldpd-rx_sm.Tpo .deps/lldpd-rx_sm.Po cc -DPACKAGE_NAME=\"OpenLLDP\" -DPACKAGE_TARNAME=\"openlldp\" -DPACKAGE_VERSION=\"0.4alpha\" -DPACKAGE_STRING=\"OpenLLDP\ 0.4alpha\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openlldp\" -DVERSION=\"0.4alpha\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -D__BSD__=1 -DFREEBSD=1 -I. -I.. -I../src -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT lldpd-msap.o -MD -MP -MF .deps/lldpd-msap.Tpo -c -o lldpd-msap.o `test -f 'msap.c' || echo './'`msap.c msap.c:57:3: warning: #warning This is leaking, but I can't figure out why it's crashing when uncommented. msap.c:84:2: warning: #warning We are leaking memory... need to dispose of the msap_cache under certain circumstances :/ mv -f .deps/lldpd-msap.Tpo .deps/lldpd-msap.Po cc -I../src/tlv -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wall -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o lldpd lldpd-lldp_main.o lldpd-lldp_debug.o lldpd-lldp_neighbor.o lldpd-tlv.o lldpd-tlv_common.o lldpd-tlv_000ecf.o lldpd-tlv_00120f.o lldpd-tlv_0012bb.o lldpd-tlv_0080c2.o lldpd-tx_sm.o lldpd-rx_sm.o lldpd-msap.o platform/libplatform.a ===> Staging for openlldp-0.4.a_1 ===> Generating temporary packing list install -s -o root -g wheel -m 555 /obj/buildshare/ports/355755/net-mgmt/openlldp/work/openlldp-0.4alpha/src/lldpd /obj/buildshare/ports/355755/net-mgmt/openlldp/work/stage/usr/local/sbin install -s -o root -g wheel -m 555 /obj/buildshare/ports/355755/net-mgmt/openlldp/work/openlldp-0.4alpha/src/lldpneighbors /obj/buildshare/ports/355755/net-mgmt/openlldp/work/stage/usr/local/bin install -o root -g wheel -m 444 /buildshare/ports/355755/net-mgmt/openlldp/files/lldpd.8 /obj/buildshare/ports/355755/net-mgmt/openlldp/work/stage/usr/local/man/man8 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for openlldp-0.4.a_1 ===> Checking if net-mgmt/openlldp already installed ===> Registering installation for openlldp-0.4.a_1 Installing openlldp-0.4.a_1... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/sbin/lldpd This port has installed the following startup scripts which may cause these network services to be started at boot time. /usr/local/etc/rc.d/lldpd If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://sourceforge.net/projects/openlldp/ Make package ===> Building package for openlldp-0.4.a_1 slot1: removed