Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 02:11:07 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: f2be3d383cd5 - 2022Q3 - biology/py-pysam: Broken on arm64 and riscv64
Message-ID:  <202207190211.26J2B7XH080471@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=f2be3d383cd58fcd9eb21919669d000bb2c177ab

commit f2be3d383cd58fcd9eb21919669d000bb2c177ab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 02:44:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 02:11:04 +0000

    biology/py-pysam: Broken on arm64 and riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit 2f374bcdfe524d910349e06d52bde62047650b41)
---
 biology/py-pysam/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/py-pysam/Makefile b/biology/py-pysam/Makefile
index d98fc9f8f29a..a000663bc8a6 100644
--- a/biology/py-pysam/Makefile
+++ b/biology/py-pysam/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Python module for reading, manipulating and writing genomic data sets
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_arm64=	conflicting symbol (libchtslib libcsamtools ...) : $d.6
+BROKEN_riscv6=	conflicting symbol (libchtslib libcsamtools ...): .Lline_table_start0
+
 USES=		gmake python:3.6-3.9
 USE_PYTHON=	autoplist distutils cython cython_run
 



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