Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 19:02:38 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8367c2b68a92 - main - graphics/dust3d: Broken on aarch64
Message-ID:  <202207221902.26MJ2cjD092621@gitrepo.freebsd.org>

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

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

commit 8367c2b68a92cdfeca1117962e29502774dae9ba
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 19:01:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 19:02:36 +0000

    graphics/dust3d: Broken on aarch64
    
    Reported by:    fallout
    Approved by:    portmgr (blanket)
---
 graphics/dust3d/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/dust3d/Makefile b/graphics/dust3d/Makefile
index 11861686a9e8..a78222e41e1e 100644
--- a/graphics/dust3d/Makefile
+++ b/graphics/dust3d/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Open-source 3D modeling software
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	build fails: use of undeclared identifier '__TBB_machine_fetchadd4', see https://github.com/huxingyi/dust3d/issues/127
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/config.hpp:devel/boost-libs \
 		${LOCALBASE}/include/CGAL/Polygon_mesh_processing/corefinement.h:math/cgal \
 		cmake:devel/cmake



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