svn commit: r456589 - head/sysutils/py-psutil121

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 04:52:05 UTC 2017


Author: linimon
Date: Mon Dec 18 04:52:04 2017
New Revision: 456589
URL: https://svnweb.freebsd.org/changeset/ports/456589

Log:
  Also broken on aarch64 and mips.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/py-psutil121/Makefile

Modified: head/sysutils/py-psutil121/Makefile
==============================================================================
--- head/sysutils/py-psutil121/Makefile	Mon Dec 18 04:28:28 2017	(r456588)
+++ head/sysutils/py-psutil121/Makefile	Mon Dec 18 04:52:04 2017	(r456589)
@@ -14,8 +14,10 @@ COMMENT=	Process utilities module for Python
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_aarch64=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
 BROKEN_armv6=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
 BROKEN_armv7=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
+BROKEN_mips=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
 
 PORTSCOUT=	limit:^1\.2\.
 


More information about the svn-ports-head mailing list