Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:53 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec1e2b65177e - main - graphics/blender: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222017.24MKHrEM092581@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1e2b65177e03bfde9bb7c7eab5a7db6a3bdf3f

commit ec1e2b65177e03bfde9bb7c7eab5a7db6a3bdf3f
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:26:00 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:08 +0000

    graphics/blender: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 graphics/blender/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index f61b587b47fe..b10ff6847f83 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -25,6 +25,8 @@ RUN_DEPENDS=	${PYNUMPY}
 # libraries are used, if either of the most common options in blender
 # are set. We will pull boost in just to be on the safe side.
 
+BROKEN=		ld: error: undefined symbol: google::InitVLOG3__(google::SiteFlag*, int*, char const*, int)
+
 USES=		cmake compiler:c++14-lang cpe gl jpeg python:3.9 shebangfix \
 		tar:xz xorg
 USE_XORG=	x11 xext xfixes xmu xrender



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205222017.24MKHrEM092581>