git: d053c682cf7e - main - databases/rocksdb: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 11:42:00 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=d053c682cf7e7dba12c6fd6088cd11e88db07eec commit d053c682cf7e7dba12c6fd6088cd11e88db07eec Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-07-26 11:17:11 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-07-26 11:41:47 +0000 databases/rocksdb: mark BROKEN Approved by: portmgr blanket --- databases/rocksdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 56e4f2889079..d598895ff0e8 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -15,6 +15,7 @@ BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror BROKEN_armv6?= does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') BROKEN_armv7?= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'` BROKEN_FreeBSD_12_powerpc64= does not build: util/crc32c.cc:435:22: 'arch_ppc_probe' was not declared in this scope +BROKEN= does not build: util/cleanable.cc:126:16: no member named 'move' in namespace 'std' BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgflags.so:devel/gflags \