git: fc1e88e570ab - main - science/paraview: mark BROKEN on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 17:16:28 UTC
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 \