Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:05:54 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: fe306252999f - main - audio/lv2lint: Broken on riscv64
Message-ID:  <202207212005.26LK5sIg021781@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=fe306252999f402d546dc936699f2169d9e1d60f

commit fe306252999f402d546dc936699f2169d9e1d60f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:05:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:05:32 +0000

    audio/lv2lint: Broken on riscv64
    
    Reported by:    fallout
---
 audio/lv2lint/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/lv2lint/Makefile b/audio/lv2lint/Makefile
index 5978f48d7e65..cfbf29d709b8 100644
--- a/audio/lv2lint/Makefile
+++ b/audio/lv2lint/Makefile
@@ -8,6 +8,8 @@ COMMENT=	Check whether a given LV2 plugin is up to the specification
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSES/Artistic-2.0.txt
 
+BROKEN_riscv64=	ld: error: lto.tmp: cannot link object files with different floating-point ABI
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		curl>0:ftp/curl \
 		libelf>0:devel/libelf



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