Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 01:35:35 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: 734f7cc55b69 - main - audio/timbre-mill: Broken on armv6: clang crashes
Message-ID:  <202212150135.2BF1ZZYT038481@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=734f7cc55b691003ef8228831e516620b81a1155

commit 734f7cc55b691003ef8228831e516620b81a1155
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-15 01:34:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-15 01:34:37 +0000

    audio/timbre-mill: Broken on armv6: clang crashes
    
    Reported by:    fallout
---
 audio/timbre-mill/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile
index 51ce772b7b05..3c18cb2040b9 100644
--- a/audio/timbre-mill/Makefile
+++ b/audio/timbre-mill/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=	undefined symbol: lsp::aarch64::dsp_init(), see https://github.com/sadko4u/timbre-mill/issues/4
+BROKEN_armv6=	clang crashes after printing "Unable to encode MCOperand!"
 BROKEN_armv7=	compilation fails: operand must be an immediate in the range, see https://github.com/sadko4u/timbre-mill/issues/5
 BROKEN_i386=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680
 



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