Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:55:23 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: 2e9291f27e6c - 2022Q3 - misc/astc-encoder: Broken on riscv64
Message-ID:  <202207212055.26LKtNEB091195@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e9291f27e6cd7f6442a90392e71176fc3ced0b8

commit 2e9291f27e6cd7f6442a90392e71176fc3ced0b8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:54:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:55:15 +0000

    misc/astc-encoder: Broken on riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit b189863771f7655273ff6806adafa34aae939a59)
---
 misc/astc-encoder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile
index cfbf85826875..9055be16bbe6 100644
--- a/misc/astc-encoder/Makefile
+++ b/misc/astc-encoder/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Texture compressor for Adaptive Scalable Texture Compression format
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_riscv64=	ld: error: lto.tmp: cannot link object files with different floating-point ABI
+
 USES=		cmake:testing compiler:c++14-lang python:test
 
 USE_GITHUB=	yes



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