Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 04:59:58 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557787 - head/devel/py-p4python
Message-ID:  <202012120459.0BC4xwOw060250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 04:59:58 2020
New Revision: 557787
URL: https://svnweb.freebsd.org/changeset/ports/557787

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/py-p4python/Makefile

Modified: head/devel/py-p4python/Makefile
==============================================================================
--- head/devel/py-p4python/Makefile	Sat Dec 12 04:04:11 2020	(r557786)
+++ head/devel/py-p4python/Makefile	Sat Dec 12 04:59:58 2020	(r557787)
@@ -13,6 +13,8 @@ COMMENT=	Python bindings for the Perforce API
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_riscv64=		fails to build: TypeError: can only concatenate str (not "NoneType") to str
+
 BUILD_DEPENDS+=	${LOCALBASE}/lib/perforce/libclient.a:devel/p4api
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



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