svn commit: r456677 - head/sysutils/osquery

Antoine Brodin antoine at FreeBSD.org
Mon Dec 18 21:50:18 UTC 2017


Author: antoine
Date: Mon Dec 18 21:50:17 2017
New Revision: 456677
URL: https://svnweb.freebsd.org/changeset/ports/456677

Log:
  Mark BROKEN: fails to link
  
  osquery/libosquery_additional.a(rocksdb.cpp.o):(.data.rel.ro._ZTIN7osquery17GlogRocksDBLoggerE+0x10): undefined reference to `typeinfo for rocksdb::Logger'
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/osquery/Makefile

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Mon Dec 18 21:48:18 2017	(r456676)
+++ head/sysutils/osquery/Makefile	Mon Dec 18 21:50:17 2017	(r456677)
@@ -11,6 +11,8 @@ COMMENT=	SQL powered OS instrumentation, monitoring, a
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to link
+
 BUILD_DEPENDS=	thrift>0:devel/thrift \
 		bash>0:shells/bash \
 		linenoise-ng>0:devel/linenoise-ng \


More information about the svn-ports-head mailing list