You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: [email protected] Last committer: [email protected] Ident: $FreeBSD: head/net/ostinato/Makefile 448041 2017-08-16 15:44:48Z sunpoet $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p448073_s322601/logs/ostinato-0.8_4.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p448073_s322601 Log: ====>> Building net/ostinato build started at Thu Aug 17 06:29:44 UTC 2017 port directory: /usr/ports/net/ostinato building for: FreeBSD head-i386-default-job-15 12.0-CURRENT FreeBSD 12.0-CURRENT 1200040 i386 maintained by: [email protected] Makefile ident: $FreeBSD: head/net/ostinato/Makefile 448041 2017-08-16 15:44:48Z sunpoet $ Poudriere version: 3.1.19-61-ga8829ba9 Host OSVERSION: 1200040 Jail OSVERSION: 1200040 Job Id: 15 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1200040 UNAME_v=FreeBSD 12.0-CURRENT 1200040 UNAME_r=12.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=ostinato-0.8_4 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root POUDRIERE_VERSION=3.1.19-61-ga8829ba9 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-qt-includes=/usr/local/include/qt4 --with-qt-libraries=/usr/local/lib/qt4 --with-extra-includes=/usr/local/include --with-extra-libs=/usr/local/lib --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- QT_SELECT=qt4 XDG_DATA_HOME=/wrkdirs/usr/ports/net/ostinato/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/ostinato/work HOME=/wrkdirs/usr/ports/net/ostinato/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh QTDIR="/usr/local/lib/qt4" QMAKE="/usr/local/lib/qt4/bin/qmake" MOC="/usr/local/lib/qt4/bin/moc" RCC="/usr/local/lib/qt4/bin/rcc" UIC="/usr/local/lib/qt4/bin/uic" QMAKESPEC="/usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)" --End CONFIGURE_ENV-- --MAKE_ENV-- QT_SELECT=qt4 XDG_DATA_HOME=/wrkdirs/usr/ports/net/ostinato/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/ostinato/work HOME=/wrkdirs/usr/ports/net/ostinato/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- QT_BINDIR="lib/qt4/bin" QT_INCDIR="include/qt4" QT_LIBDIR="lib/qt4" QT_ARCHDIR="lib/qt4" QT_PLUGINDIR="lib/qt4/plugins" QT_LIBEXECDIR="libexec/qt4" QT_IMPORTDIR="lib/qt4/imports" QT_QMLDIR="lib/qt4/qml" QT_DATADIR="share/qt4" QT_DOCDIR="share/doc/qt4" QT_L10NDIR="share/qt4/translations" QT_EXAMPLEDIR="share/examples/qt4" QT_TESTDIR="share/qt4/tests" QT_MKSPECDIR="share/qt4/mkspecs" QT_QTCHOOSERDIR="etc/xdg/qtchooser" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/ostinato" EXAMPLESDIR="share/examples/ostinato" DATADIR="share/ostinato" WWWDIR="www/ostinato" ETCDIR="etc/ostinato" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ostinato DOCSDIR=/usr/local/share/doc/ostinato EXAMPLESDIR=/usr/local/share/examples/ostinato WWWDIR=/usr/local/www/ostinato ETCDIR=/usr/local/etc/ostinato --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### ARCH=i386 CONFIGURE_MAX_CMD_LEN=262144 OPSYS=FreeBSD OSREL=12.0 OSVERSION=1200040 PYTHONBASE=/usr/local UID=0 _JAVA_OS_LIST_REGEXP=native|linux _JAVA_VENDOR_LIST_REGEXP=openjdk|oracle|sun _JAVA_VERSION_LIST_REGEXP=1.6|1.7|1.8|1.6\+|1.7\+|1.8\+ _OSRELEASE=12.0-CURRENT #### Misc Poudriere #### GID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> License GPLv3 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> ostinato-0.8_4 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.1.txz [head-i386-default-job-15] Installing pkg-1.10.1... [head-i386-default-job-15] Extracting pkg-1.10.1: .......... done ===> ostinato-0.8_4 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ostinato-0.8_4 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ostinato-0.8_4 for building =========================================================================== =======================<phase: checksum >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ostinato-0.8_4 for building => SHA256 Checksum OK for ostinato-src-0.8.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ostinato-0.8_4 for building ===> Extracting for ostinato-0.8_4 => SHA256 Checksum OK for ostinato-src-0.8.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for ostinato-0.8_4 ===> Applying FreeBSD patches for ostinato-0.8_4 =========================================================================== =======================<phase: build-depends >============================ ===> ostinato-0.8_4 depends on file: /usr/local/lib/qt4/bin/moc - not found ===> Installing existing package /packages/All/qt4-moc-4.8.7_2.txz [head-i386-default-job-15] Installing qt4-moc-4.8.7_2... [head-i386-default-job-15] `-- Installing qtchooser-39... [head-i386-default-job-15] `-- Extracting qtchooser-39: .......... done [head-i386-default-job-15] Extracting qt4-moc-4.8.7_2: .... done Message from qtchooser-39: qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior by <snip> /usr/local/include/google/protobuf/map_type_handler.h:708:53: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' default_value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:726:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:713:71: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::IsInitialized(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'value' [-Wunused-parameter] PRIMITIVE_HANDLER_FUNCTIONS(SFIXED64) ^ /usr/local/include/google/protobuf/map_type_handler.h:652:69: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::SpaceUsedInMapEntryLong(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:658:27: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:663:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:668:59: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' ClearMaybeByDefaultEnum(TypeOnMemory* value, Arena* arena, \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:674:66: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const MapEntryAccessorType& from, TypeOnMemory* to, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'x' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:679:65: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::DeleteNoArena(TypeOnMemory& x) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:682:70: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::AssignDefaultValue(TypeOnMemory* value) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:686:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:692:67: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' int default_enum_value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:699:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'default_value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:708:53: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' default_value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:727:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:713:71: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::IsInitialized(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'value' [-Wunused-parameter] PRIMITIVE_HANDLER_FUNCTIONS(SFIXED32) ^ /usr/local/include/google/protobuf/map_type_handler.h:652:69: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::SpaceUsedInMapEntryLong(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:658:27: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:663:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:668:59: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' ClearMaybeByDefaultEnum(TypeOnMemory* value, Arena* arena, \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:674:66: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const MapEntryAccessorType& from, TypeOnMemory* to, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'x' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:679:65: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::DeleteNoArena(TypeOnMemory& x) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:682:70: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::AssignDefaultValue(TypeOnMemory* value) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:686:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:692:67: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' int default_enum_value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:699:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'default_value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:708:53: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' default_value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:728:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:713:71: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::IsInitialized(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'value' [-Wunused-parameter] PRIMITIVE_HANDLER_FUNCTIONS(BOOL) ^ /usr/local/include/google/protobuf/map_type_handler.h:652:69: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::SpaceUsedInMapEntryLong(const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:658:27: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const TypeOnMemory& value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:663:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:668:59: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' ClearMaybeByDefaultEnum(TypeOnMemory* value, Arena* arena, \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:674:66: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' const MapEntryAccessorType& from, TypeOnMemory* to, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'x' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:679:65: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::DeleteNoArena(TypeOnMemory& x) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:682:70: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::AssignDefaultValue(TypeOnMemory* value) {} \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:686:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:692:67: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' int default_enum_value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'arena' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:699:35: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' TypeOnMemory* value, Arena* arena) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'default_value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:708:53: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' default_value) { \ ^ /usr/local/include/google/protobuf/map_type_handler.h:729:1: warning: unused parameter 'value' [-Wunused-parameter] /usr/local/include/google/protobuf/map_type_handler.h:713:71: note: expanded from macro 'PRIMITIVE_HANDLER_FUNCTIONS' Type>::IsInitialized(const TypeOnMemory& value) { \ ^ In file included from portmanager.cpp:20: In file included from ./portmanager.h:24: In file included from ./abstractport.h:26: In file included from ./../common/protocol.pb.h:25: In file included from /usr/local/include/google/protobuf/generated_message_table_driven.h:34: /usr/local/include/google/protobuf/map.h:184:47: warning: unused parameter 'hint' [-Wunused-parameter] pointer allocate(size_type n, const void* hint = 0) { ^ /usr/local/include/google/protobuf/map.h:195:42: warning: unused parameter 'n' [-Wunused-parameter] void deallocate(pointer p, size_type n) { ^ In file included from portmanager.cpp:20: In file included from ./portmanager.h:24: In file included from ./abstractport.h:26: In file included from ./../common/protocol.pb.h:28: In file included from /usr/local/include/google/protobuf/message.h:122: In file included from /usr/local/include/google/protobuf/descriptor.h:59: /usr/local/include/google/protobuf/stubs/shared_ptr.h:441:58: warning: unused parameter 'other' [-Wunused-parameter] enable_shared_from_this(const enable_shared_from_this& other) { } ^ /usr/local/include/google/protobuf/stubs/shared_ptr.h:442:69: warning: unused parameter 'other' [-Wunused-parameter] enable_shared_from_this& operator=(const enable_shared_from_this& other) { ^ In file included from portmanager.cpp:22: In file included from ./bsdport.h:27: In file included from ./pcapport.h:25: In file included from /usr/include/pcap.h:43: /usr/include/pcap/pcap.h:529:12: fatal error: 'remote-ext.h' file not found #include <remote-ext.h> ^~~~~~~~~~~~~~ 212 warnings and 1 error generated. *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/net/ostinato/work/ostinato-0.8/server *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/net/ostinato/work/ostinato-0.8 *** Error code 1 Stop. make: stopped in /usr/ports/net/ostinato _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "[email protected]"
