Date: Fri, 14 May 2021 19:54:17 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa200cc64f4a - main - misc/glow: mark BROKEN (does not link) Message-ID: <202105141954.14EJsHlj098336@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa200cc64f4a73e456212f4c0490215745bbb97b commit fa200cc64f4a73e456212f4c0490215745bbb97b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-14 18:25:32 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-14 19:51:48 +0000 misc/glow: mark BROKEN (does not link) Approved by: portmgr blanket --- misc/glow/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/glow/Makefile b/misc/glow/Makefile index 91f38e47c57e..6031773a3f62 100644 --- a/misc/glow/Makefile +++ b/misc/glow/Makefile @@ -11,6 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= non-constant-expression cannot be narrowed from type 'dim_t', see https://github.com/pytorch/glow/issues/4024 +BROKEN= does not link: undefined reference to typeinfo for snappy::Source LIB_DEPENDS= libLLVM-${LLVM_VER:R}.so:devel/llvm${LLVM_VER:S/.//} \ libboost_system.so:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105141954.14EJsHlj098336>