Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2022 08:22:17 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: e7ff6cab99be - main - audio/sfizz: Broken on arm64
Message-ID:  <202208050822.2758MHK8064015@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=e7ff6cab99bef4864d89c8a2af918606ca4012d7

commit e7ff6cab99bef4864d89c8a2af918606ca4012d7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-05 08:21:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-05 08:21:51 +0000

    audio/sfizz: Broken on arm64
    
    Reported by:    fallout
---
 audio/sfizz/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index c2def5abc2dc..e46d58b170d2 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -8,6 +8,7 @@ COMMENT=	SFZ parser and synth C++ library & LV2/VST3 plugins
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_arm64=	fails to compile: fatal error: 'linux/auxvec.h' file not found, see https://github.com/sfztools/sfizz/issues/1118
 BROKEN_armv6=	fails to compile: src/external/cpuid/src/cpuid/detail/init_linux_gcc_arm.hpp: unknown type name 'Elf32_auxv_t', see https://github.com/sfztools/sfizz/issues/1116
 BROKEN_armv7=	fails to compile: src/external/cpuid/src/cpuid/detail/init_linux_gcc_arm.hpp: unknown type name 'Elf32_auxv_t', see https://github.com/sfztools/sfizz/issues/1116
 BROKEN_i386=	fails to compile: unknown type name 'Elf64_Auxinfo', see https://github.com/sfztools/sfizz/issues/1110



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