Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 17:16:28 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fc1e88e570ab - main - science/paraview: mark BROKEN on arm64
Message-ID:  <202206081716.258HGSp5003083@gitrepo.freebsd.org>

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

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

commit fc1e88e570aba14d7334f86c2458b7f4b782f880
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-06-08 17:14:41 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-06-08 17:16:23 +0000

    science/paraview: mark BROKEN on arm64
    
    /usr/local/bin/ld:
    /wrkdirs/usr/ports/science/paraview/work/.build/lib/libvtkxdmf2-pv5.10.so.1:
    undefined reference to `sbrk'
    c++: error: linker command failed with exit code 1 (use -v to see invocation)
    *** [bin/pvserver] Error code 1
    
    Reported by:    pkg-fallout
---
 science/paraview/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 2937bd3e901e..d420e8945b62 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -14,6 +14,8 @@ LICENSE_NAME=	ParaView_License
 LICENSE_FILE=	${WRKSRC}/License_v1.2.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_aarch64=	fails to link: undefined reference to `sbrk'
+
 BUILD_DEPENDS=	${PYNUMPY}	\
 		cli11>0:devel/cli11	\
 		utf8cpp>0:devel/utf8cpp	\



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