Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 04:52:04 +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: r456589 - head/sysutils/py-psutil121
Message-ID:  <201712180452.vBI4q43r094373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\.
 



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