Date: Mon, 20 Feb 2023 10:53:16 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 471af3153fea - main - databases/rocksdb: mark BROKEN Message-ID: <202302201053.31KArGsn090058@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=471af3153feacc6626c415aff123952b47e9da40 commit 471af3153feacc6626c415aff123952b47e9da40 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 10:51:40 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 10:51:40 +0000 databases/rocksdb: mark BROKEN strip: open /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so failed: No such file or directory Reported by: pkg-fallout --- databases/rocksdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 158ba228a044..3fb5e8174e55 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -13,6 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +BROKEN= fails to build 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) #'`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201053.31KArGsn090058>