svn commit: r485251 - head/databases/rocksdb-lite

Antoine Brodin antoine at FreeBSD.org
Sun Nov 18 19:31:00 UTC 2018


Author: antoine
Date: Sun Nov 18 19:30:59 2018
New Revision: 485251
URL: https://svnweb.freebsd.org/changeset/ports/485251

Log:
  Mark BROKEN: fails to build
  
  tools/db_bench_tool.cc:1976:16: error: private field 'trace_options_' is not used [-Werror,-Wunused-private-field]
    TraceOptions trace_options_;
                 ^
  
  Reported by:	pkg-fallout

Modified:
  head/databases/rocksdb-lite/Makefile

Modified: head/databases/rocksdb-lite/Makefile
==============================================================================
--- head/databases/rocksdb-lite/Makefile	Sun Nov 18 19:30:58 2018	(r485250)
+++ head/databases/rocksdb-lite/Makefile	Sun Nov 18 19:30:59 2018	(r485251)
@@ -9,6 +9,7 @@ COMMENT=	Persistent key-value store for fast storage e
 LITE=		yes
 MASTERDIR=	${.CURDIR}/../rocksdb
 
+BROKEN=		fails to build
 BROKEN_armv6=		does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
 BROKEN_armv7=		does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
 


More information about the svn-ports-all mailing list