Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 03:22:03 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: 6ccb05224062 - main - biology/metaeuk: Broken on i386, armv7, powerpc64
Message-ID:  <202401120322.40C3M3vL024719@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=6ccb05224062f9c6c152f6b0891276c0b72c122e

commit 6ccb05224062f9c6c152f6b0891276c0b72c122e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 03:21:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 03:21:22 +0000

    biology/metaeuk: Broken on i386, armv7, powerpc64
    
    Reported by:    https://portsfallout.com/
---
 biology/metaeuk/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile
index 05e8fbbf0958..877e03a8213f 100644
--- a/biology/metaeuk/Makefile
+++ b/biology/metaeuk/Makefile
@@ -11,6 +11,10 @@ WWW=		https://github.com/soedinglab/metaeuk
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENCE.md
 
+BROKEN_i386=		link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+BROKEN_armv7=		link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+BROKEN_powerpc64=	link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+
 BUILD_DEPENDS=	xxd:editors/vim
 TEST_DEPENDS=	bash:shells/bash
 



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