Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 11:01:51 +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: r480010 - in head: databases/postgresql-odbc devel/p4api devel/py-keystone-engine devel/yosys lang/guile2 net/freerdp1 ports-mgmt/portal security/php72-hash
Message-ID:  <201809181101.w8IB1psH052945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Sep 18 11:01:50 2018
New Revision: 480010
URL: https://svnweb.freebsd.org/changeset/ports/480010

Log:
  Mark these ports as broken on powerpc64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/postgresql-odbc/Makefile
  head/devel/p4api/Makefile
  head/devel/py-keystone-engine/Makefile
  head/devel/yosys/Makefile
  head/lang/guile2/Makefile
  head/net/freerdp1/Makefile
  head/ports-mgmt/portal/Makefile
  head/security/php72-hash/Makefile

Modified: head/databases/postgresql-odbc/Makefile
==============================================================================
--- head/databases/postgresql-odbc/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/databases/postgresql-odbc/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -15,6 +15,8 @@ COMMENT=	PostgreSQL ODBC driver
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN_powerpc64=	fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check'
+
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 
 USES=		compiler:c11 libtool pgsql

Modified: head/devel/p4api/Makefile
==============================================================================
--- head/devel/p4api/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/devel/p4api/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -22,6 +22,8 @@ COMMENT=	Perforce API (static libraries and header fil
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: /bin/sh: clang++: not found
+
 BUILD_DEPENDS=	${JAM}:devel/jam
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/devel/py-keystone-engine/Makefile
==============================================================================
--- head/devel/py-keystone-engine/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/devel/py-keystone-engine/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -12,6 +12,8 @@ COMMENT=	Keystone Assembler Engine with Python binding
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+BROKEN_powerpc64=	fails to install: /wrkdirs/usr/ports/devel/py-keystone-engine/work-py36/keystone-engine-0.9.1-3/src/build/llvm/lib/libkeystone.so: No such file or directory
+
 BUILD_DEPENDS=	cmake:devel/cmake
 
 USES=		pkgconfig python

Modified: head/devel/yosys/Makefile
==============================================================================
--- head/devel/yosys/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/devel/yosys/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -12,6 +12,8 @@ COMMENT=	Yosys Open SYnthesis Suite
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to build: /bin/sh: clang: not found
+
 BUILD_DEPENDS=	abc:cad/abc \
 		bash:shells/bash \
 		gawk:lang/gawk

Modified: head/lang/guile2/Makefile
==============================================================================
--- head/lang/guile2/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/lang/guile2/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -14,6 +14,7 @@ COMMENT=	GNU Ubiquitous Intelligent Language for Exten
 LICENSE=	LGPL21
 
 BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_powerpc64=	fails to build: gmake[4]: *** [Makefile:3216: libguile_2.0_la-vm.lo] Error 1
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libltdl.so:devel/libltdl \

Modified: head/net/freerdp1/Makefile
==============================================================================
--- head/net/freerdp1/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/net/freerdp1/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -13,6 +13,8 @@ COMMENT=	Free implementation of Remote Desktop Protoco
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: ninja: error: build.ninja:315: bad $-escape (literal $ must be written as $$)
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeRDP
 GH_PROJECT=	${GH_ACCOUNT}

Modified: head/ports-mgmt/portal/Makefile
==============================================================================
--- head/ports-mgmt/portal/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/ports-mgmt/portal/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -10,6 +10,8 @@ COMMENT=	Front-end to pkg(8)
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_powerpc64=	fails to build: /usr/local/lib/gcc6/include/c++/thread:189: undefined reference to `std::thread::_State::~_State()'
+
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz
 

Modified: head/security/php72-hash/Makefile
==============================================================================
--- head/security/php72-hash/Makefile	Tue Sep 18 10:59:21 2018	(r480009)
+++ head/security/php72-hash/Makefile	Tue Sep 18 11:01:50 2018	(r480010)
@@ -6,8 +6,9 @@ MASTERDIR=	${.CURDIR}/../../lang/php72
 
 PKGNAMESUFFIX=	-hash
 
-TEST_TARGET=    test
-
 BROKEN_mips64=		fails to compile: KeccakHash.h: No such file or directory
+BROKEN_powerpc64=	fails to compile: KeccakHash.h: No such file or directory
+
+TEST_TARGET=    test
 
 .include "${MASTERDIR}/Makefile"



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