Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 06:53:12 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: bf4f6adafc7e - main - devel/hpx: Broken on i386
Message-ID:  <202401250653.40P6rCqA034883@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=bf4f6adafc7e5fcc88892ea26890c45ae7f4b5a1

commit bf4f6adafc7e5fcc88892ea26890c45ae7f4b5a1
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:52:32 +0000

    devel/hpx: Broken on i386
    
    Reported by:    https://portsfallout.com/
---
 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.40P6rCqA034883>