Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2024 18:58:38 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: cd8e53990df6 - main - devel/quickcpplib: Not for powerpc64, powerpc64le; Clang crashes on powerpc
Message-ID:  <202402041858.414IwcdX080579@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=cd8e53990df68ef762e378173725effb3c1fe8b0

commit cd8e53990df68ef762e378173725effb3c1fe8b0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 18:58:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 18:58:36 +0000

    devel/quickcpplib: Not for powerpc64, powerpc64le; Clang crashes on powerpc
    
    Reported by:    fallout
---
 devel/quickcpplib/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/quickcpplib/Makefile b/devel/quickcpplib/Makefile
index be416b9a4fdd..422d902b031e 100644
--- a/devel/quickcpplib/Makefile
+++ b/devel/quickcpplib/Makefile
@@ -10,6 +10,10 @@ WWW=		https://github.com/ned14/quickcpplib
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/Licence.txt
 
+BROKEN_powerpc=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276824
+NOT_FOR_ARCHS=		powerpc64 powerpc64le
+NOT_FOR_ARCHS_REASON=	test/timing.h:113:2: error: Unsupported platform
+
 USES=		cmake:testing
 
 USE_GITHUB=	yes



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