Date: Wed, 21 Jun 2017 23:03:00 +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: r444088 - head/devel/py-grpcio Message-ID: <201706212303.v5LN30M1083625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jun 21 23:03:00 2017 New Revision: 444088 URL: https://svnweb.freebsd.org/changeset/ports/444088 Log: Mark as broken on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/py-grpcio/Makefile Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Wed Jun 21 22:50:43 2017 (r444087) +++ head/devel/py-grpcio/Makefile Wed Jun 21 23:03:00 2017 (r444088) @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six ${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 LIB_DEPENDS= libcares.so:dns/c-ares +BROKEN_aarch64= fails to compile: cpu-aarch64-linux.c: fatal error: 'sys/auxv.h' file not found BROKEN_powerpc64= fails to compile: cpu-ppc64le.c: 'AT_HWCAP2' undeclared USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706212303.v5LN30M1083625>