Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2024 05:37:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9aa047528875 - 2024Q1 - audio/faust: Broken on armv7
Message-ID:  <202401200537.40K5bOb3044817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa0475288754d9e66fb874004343aa464106457

commit 9aa0475288754d9e66fb874004343aa464106457
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-20 05:36:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-20 05:37:19 +0000

    audio/faust: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 3c7efa466d83280d2e575800bdacae94b4f7b53f)
---
 audio/faust/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index a732ea66bf9d..522bc4d47d8d 100644
--- a/audio/faust/Makefile
+++ b/audio/faust/Makefile
@@ -9,6 +9,8 @@ WWW=		https://faust.grame.fr/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_armv7=	compilation broken: the faust executable SEGVs while compiling examples during build: faust -a lv2.cpp -cn amp -I examples examples/amp.dsp -o examples/amp.cpp
+
 LIB_DEPENDS=	libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION}
 RUN_DEPENDS=	bash:shells/bash
 



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