Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 02:06:13 +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: r479351 - in head: archivers/py-zstandard audio/cava devel/cpprestsdk devel/godot devel/p4 devel/performance devel/sope2 devel/sope3 editors/jucipp ftp/netdumpd graphics/inkscape math/g...
Message-ID:  <201809100206.w8A26DWx096623@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep 10 02:06:12 2018
New Revision: 479351
URL: https://svnweb.freebsd.org/changeset/ports/479351

Log:
  Mark various ports broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/py-zstandard/Makefile
  head/audio/cava/Makefile
  head/devel/cpprestsdk/Makefile
  head/devel/godot/Makefile
  head/devel/p4/Makefile
  head/devel/performance/Makefile
  head/devel/sope2/Makefile
  head/devel/sope3/Makefile
  head/editors/jucipp/Makefile
  head/ftp/netdumpd/Makefile
  head/graphics/inkscape/Makefile
  head/math/gnubc/Makefile
  head/math/metis/Makefile
  head/math/openblas/Makefile
  head/net/shadowsocks-libev/Makefile
  head/security/opensc/Makefile
  head/security/pixiewps/Makefile
  head/sysutils/sleuthkit/Makefile
  head/www/unit/Makefile

Modified: head/archivers/py-zstandard/Makefile
==============================================================================
--- head/archivers/py-zstandard/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/archivers/py-zstandard/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -12,6 +12,8 @@ COMMENT=	Zstandard bindings for Python, a full-feature
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_powerpc64=	fails to build: cffi.error.CDefError: parse error
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
 #LIB_DEPENDS=	libzstd.so:archivers/zstd # system-zstd is broken, see comment below
 

Modified: head/audio/cava/Makefile
==============================================================================
--- head/audio/cava/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/audio/cava/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -10,6 +10,8 @@ COMMENT=	Console-based Audio Visualizer for MPD, Pulse
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -Wno-unused-result
+
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libiniparser.so:devel/iniparser
 

Modified: head/devel/cpprestsdk/Makefile
==============================================================================
--- head/devel/cpprestsdk/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/cpprestsdk/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -12,6 +12,8 @@ COMMENT=	Microsoft C++ REST SDK
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
+BROKEN_powerpc64=	fails to compile: threadpool.h:59:25: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 USES=		cmake compiler:c++11-lib ssl

Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/godot/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -17,6 +17,7 @@ LICENSE_FILE_MIT=	${WRKSRC}/LICENSE.txt
 BROKEN_aarch64=		fails to build: KeyError: 'android_arch'
 BROKEN_armv6=		fails to build: KeyError: 'android_arch'
 BROKEN_armv7=		fails to build: KeyError: 'android_arch'
+BROKEN_powerpc64=	fails to compile: inv_txfm_sse2.h:14:32: emmintrin.h: No such file or directory
 
 BUILD_DEPENDS=	yasm:devel/yasm
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/p4/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -22,6 +22,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips64=	fails to install: /wrkdirs/usr/ports/devel/p4/work/2016-1/p4-bin/p4: No such file or directory
+BROKEN_powerpc64=	fails to build: /bin/sh: clang++: not found
 
 BUILD_DEPENDS=	${JAM}:devel/jam
 

Modified: head/devel/performance/Makefile
==============================================================================
--- head/devel/performance/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/performance/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,7 @@ COMMENT=	Help improve the performance of GNUstep appli
 LICENSE=	LGPL3
 
 BROKEN_armv7=		fails to build: gmake[2]: *** No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'.  Stop.
+BROKEN_powerpc64=	fails to build: gmake[2]: *** No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'.  Stop.
 
 USES=		gnustep
 USE_GNUSTEP=	base build

Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/sope2/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT=		Extensive set of GNUstep web application fra
 
 LICENSE=		LGPL20
 
+BROKEN_powerpc64=	fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped)
+
 LIB_DEPENDS=		libxml2.so:textproc/libxml2 \
 			libmemcached.so:databases/libmemcached
 

Modified: head/devel/sope3/Makefile
==============================================================================
--- head/devel/sope3/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/devel/sope3/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT=		Extensive set of GNUstep web application fra
 
 LICENSE=		LGPL20
 
+BROKEN_powerpc64=	fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped)
+
 LIB_DEPENDS=		libxml2.so:textproc/libxml2 \
 			libmemcached.so:databases/libmemcached
 

Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/editors/jucipp/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT=	Lightweight C++-IDE with support for C++11, C
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: cc1plus: unrecognized command line option -Wno-cpp
+
 LIB_DEPENDS=	libaspell.so:textproc/aspell \
 		libboost_filesystem.so:devel/boost-libs \
 		libgit2.so:devel/libgit2 \

Modified: head/ftp/netdumpd/Makefile
==============================================================================
--- head/ftp/netdumpd/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/ftp/netdumpd/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,7 @@ COMMENT=	UDP server capable of handling netdump transf
 LICENSE=	BSD2CLAUSE
 
 IGNORE_FreeBSD_10=	Depends on libcasper
+BROKEN_powerpc64=	fails to build: netdumpd.c:270: warning: declaration of 'index' shadows a global declaration
 
 MAKE_ARGS+=	BINDIR=${PREFIX}/sbin
 MAKE_ARGS+=	MANDIR=${PREFIX}/man/man

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/graphics/inkscape/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -16,6 +16,8 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/GPL2.txt
 LICENSE_FILE_GPLv3=	${WRKSRC}/GPL3.txt
 LICENSE_FILE_LGPL21=	${WRKSRC}/LGPL2.1.txt
 
+BROKEN_powerpc64=	fails to build: lib/libinkscape_base.so: undefined reference to Magick::Image::read(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libgc.so:devel/boehm-gc \

Modified: head/math/gnubc/Makefile
==============================================================================
--- head/math/gnubc/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/math/gnubc/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT=	GNU bc/dc calculator
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to build: tests fail with error code 2
+
 USES=		libedit makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-libedit

Modified: head/math/metis/Makefile
==============================================================================
--- head/math/metis/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/math/metis/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -12,6 +12,8 @@ COMMENT=	Package for unstructured graph partitioning
 
 LICENSE=	APACHE20
 
+BROKEN_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
+
 CONFLICTS=	metis4-4* metis-edf-[0-9]*
 
 USES=		cmake:noninja

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/math/openblas/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -17,6 +17,8 @@ COMMENT=	Optimized BLAS library based on GotoBLAS2
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: gemm.c:403: 'SGEMM_DEFAULT_Q' undeclared (first use in this function)
+
 USES=		fortran gmake perl5
 
 USE_GITHUB=	yes

Modified: head/net/shadowsocks-libev/Makefile
==============================================================================
--- head/net/shadowsocks-libev/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/net/shadowsocks-libev/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT=	Lightweight tunnel proxy which can help you g
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to link: cc: Internal error: Segmentation fault (program ld)
+
 LIB_DEPENDS=	libev.so:devel/libev \
 		libmbedcrypto.so:security/mbedtls \
 		libpcre.so:devel/pcre \

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/security/opensc/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -11,6 +11,8 @@ COMMENT=	Libraries and utilities to access smart cards
 
 LICENSE=	LGPL21
 
+BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option "-Wno-unused-but-set-variable"
+
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI
 OPTIONS_DEFINE=	SM NOTIFY DOCS MANPAGES

Modified: head/security/pixiewps/Makefile
==============================================================================
--- head/security/pixiewps/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/security/pixiewps/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -12,6 +12,8 @@ COMMENT=	Offline WPS bruteforce utility
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../LICENSE.md
 
+BROKEN_powerpc64=	fails to compile: /usr/include/sys/sysctl.h:1033:25: unknown type name 'u_int'
+
 USES=		gmake
 WRKSRC_SUBDIR=	src
 USE_GITHUB=	yes

Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/sysutils/sleuthkit/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -18,6 +18,8 @@ LICENSE_FILE_IBM=${WRKSRC}/licenses/IBM-LICENSE
 LICENSE_PERMS_CPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_IBM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -Wpedantic
+
 RUN_DEPENDS=	p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
 		exif:graphics/exif
 

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Mon Sep 10 02:04:18 2018	(r479350)
+++ head/www/unit/Makefile	Mon Sep 10 02:06:12 2018	(r479351)
@@ -13,6 +13,8 @@ COMMENT?=	Dynamic web application server
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to build: nxt_conf_validation.c:275: undefined reference to __builtin_popcount
+
 USES+=		cpe
 
 CPE_VENDOR=	nginx



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