Date: Sun, 12 Jan 2025 21:43:57 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4866c47ed13f - main - devel/hpx: broken on powerpc, same as i386 Message-ID: <202501122143.50CLhvPq098891@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4866c47ed13f09277a6f82a55153560f2eed199e commit 4866c47ed13f09277a6f82a55153560f2eed199e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-12 21:19:35 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:42:04 +0000 devel/hpx: broken on powerpc, same as i386 --- devel/hpx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile index 07649385d064..1ff63b373da1 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BRPKEN_armv7= compilation fails: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6557 BROKEN_i386= compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426 +BROKEN_powerpc= compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426 BROKEN_riscv64= hpx/hardware/timestamp.hpp:43:6: error: Unsupported platform BUILD_DEPENDS= asio>0:net/asio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhvPq098891>