Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:43:55 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: c4778c29843b - main - misc/randomx: Broken on powerpc64le
Message-ID:  <202401122043.40CKhts8088215@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=c4778c29843bc40a9250384c52afc89d7cadf224

commit c4778c29843bc40a9250384c52afc89d7cadf224
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 20:43:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 20:43:53 +0000

    misc/randomx: Broken on powerpc64le
    
    Reported by:    https://portsfallout.com/
---
 misc/randomx/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/randomx/Makefile b/misc/randomx/Makefile
index f27e8feab89a..466b1d27372b 100644
--- a/misc/randomx/Makefile
+++ b/misc/randomx/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/tevador/RandomX
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64le=	compilation error: vectorized code fails to compile, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276282
+
 USES=		cmake:testing compiler:c++11-lang
 USE_LDCONFIG=	yes
 



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