Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 21:50:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456677 - head/sysutils/osquery
Message-ID:  <201712182150.vBILoH8M023787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712182150.vBILoH8M023787>