Date: Thu, 25 Jan 2024 06:53:30 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 856e66b20e38 - 2024Q1 - devel/hpx: Broken on i386 Message-ID: <202401250653.40P6rUa9035219@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=856e66b20e38a123ef42724e9e2efa566e61a574 commit 856e66b20e38a123ef42724e9e2efa566e61a574 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-25 06:52:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-25 06:53:26 +0000 devel/hpx: Broken on i386 Reported by: https://portsfallout.com/ (cherry picked from commit bf4f6adafc7e5fcc88892ea26890c45ae7f4b5a1) --- devel/hpx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile index 61293870f0f8..2e055acbd075 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -14,6 +14,7 @@ WWW= https://hpx.stellar-group.org/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +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_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?202401250653.40P6rUa9035219>