Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 19:25:27 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: ed0ea3f13498 - main - biology/dsr-pdb: Broken on aarch64
Message-ID:  <202203211925.22LJPRVA000746@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=ed0ea3f13498154aad38b6ec5f1290a19d525c13

commit ed0ea3f13498154aad38b6ec5f1290a19d525c13
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-21 19:24:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-21 19:25:25 +0000

    biology/dsr-pdb: Broken on aarch64
    
    Reported by:    fallout
---
 biology/dsr-pdb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/dsr-pdb/Makefile b/biology/dsr-pdb/Makefile
index 873e2c2a4e12..c73b661acd4f 100644
--- a/biology/dsr-pdb/Makefile
+++ b/biology/dsr-pdb/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Simple C++ PDB reader (reads the protein description format)
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_aarch64=	ld: error: undefined symbol: .mcount (see bug#262709)
+
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
 
 USES=		compiler:c++11-lang gmake libtool localbase:ldflags tar:tgz



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