Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 01:56:06 +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: r535707 - head/devel/py-pyinstaller
Message-ID:  <202005180156.04I1u6Np084422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon May 18 01:56:05 2020
New Revision: 535707
URL: https://svnweb.freebsd.org/changeset/ports/535707

Log:
  Mark as BROKEN on powerpc64: invokes x86 assembler.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-pyinstaller/Makefile

Modified: head/devel/py-pyinstaller/Makefile
==============================================================================
--- head/devel/py-pyinstaller/Makefile	Mon May 18 01:45:04 2020	(r535706)
+++ head/devel/py-pyinstaller/Makefile	Mon May 18 01:56:05 2020	(r535707)
@@ -15,6 +15,9 @@ COMMENT=	Program to create standalone executables from
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: /usr/include/machine/ieeefp.h:36: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern'
+BROKEN_FreeBSD_13_powerpc64=	fails to compile: /usr/include/machine/ieeefp.h:35:1: error: unknown type name '__BEGIN_DECLS'
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR}
 
 USES=		python



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