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

Antoine Brodin antoine at FreeBSD.org
Sun Jul 12 20:16:36 UTC 2020


Author: antoine
Date: Sun Jul 12 20:16:35 2020
New Revision: 542102
URL: https://svnweb.freebsd.org/changeset/ports/542102

Log:
  Mark BROKEN
  
  Reported by:	pkg-fallout
  MFH:		2020Q3

Modified:
  head/databases/rocksdb-lite/Makefile

Modified: head/databases/rocksdb-lite/Makefile
==============================================================================
--- head/databases/rocksdb-lite/Makefile	Sun Jul 12 20:15:07 2020	(r542101)
+++ head/databases/rocksdb-lite/Makefile	Sun Jul 12 20:16:35 2020	(r542102)
@@ -9,6 +9,7 @@ COMMENT=	Persistent key-value store for fast storage e
 LITE=		yes
 MASTERDIR=	${.CURDIR}/../rocksdb
 
+BROKEN=		fails to package
 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