Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 02:09:13 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: b50f585e3d47 - main - www/ladybird: Broken on amd64 on 15-CURRENT
Message-ID:  <202401290209.40T29DxO040590@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=b50f585e3d4745d144032171b2e4621ddb120ba3

commit b50f585e3d4745d144032171b2e4621ddb120ba3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-29 02:08:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-29 02:08:30 +0000

    www/ladybird: Broken on amd64 on 15-CURRENT
    
    ... due to clang crash.
    
    Reported by:    fallout
---
 www/ladybird/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/ladybird/Makefile b/www/ladybird/Makefile
index 88344eceb7c5..64710c26eff0 100644
--- a/www/ladybird/Makefile
+++ b/www/ladybird/Makefile
@@ -25,6 +25,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 riscv64
 ONLY_FOR_ARCHS_REASON=	other architectures not recognised by build system
 BROKEN_i386=	Userland/Libraries/LibJIT/GDBElf.cpp:29:24: bit cast source size does not equal destination size
+BROKEN_FreeBSD_15_amd64=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276703
 
 BUILD_DEPENDS=	${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat:dns/public_suffix_list
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/Liberation/LiberationMono-Bold.ttf:x11-fonts/liberation-fonts-ttf



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