svn commit: r440860 - in head: sysutils/dateutils sysutils/e2fsprogs sysutils/fluent-bit sysutils/fswatch-mon sysutils/jobd sysutils/lttng-tools sysutils/moosefs3-client sysutils/rovclock sysutils/...

Mark Linimon linimon at FreeBSD.org
Sat May 13 23:50:52 UTC 2017


Author: linimon
Date: Sat May 13 23:50:49 2017
New Revision: 440860
URL: https://svnweb.freebsd.org/changeset/ports/440860

Log:
  Mark some ports failing on power64.  In cases where the error message
  was a stub, provide a real one.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/dateutils/Makefile
  head/sysutils/e2fsprogs/Makefile
  head/sysutils/fluent-bit/Makefile
  head/sysutils/fswatch-mon/Makefile
  head/sysutils/jobd/Makefile
  head/sysutils/lttng-tools/Makefile
  head/sysutils/moosefs3-client/Makefile
  head/sysutils/rovclock/Makefile
  head/sysutils/sample/Makefile
  head/sysutils/sformat/Makefile
  head/sysutils/syslog-ng36/Makefile
  head/sysutils/tmux-mem-cpu-load/Makefile
  head/textproc/ansifilter/Makefile
  head/textproc/kiss-templates/Makefile
  head/www/gatling/Makefile
  head/www/logtools/Makefile
  head/www/pear-XML_GRDDL/Makefile
  head/www/py-libsass/Makefile
  head/x11/hsetroot/Makefile

Modified: head/sysutils/dateutils/Makefile
==============================================================================
--- head/sysutils/dateutils/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/dateutils/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	help2man:misc/help2man
 
+BROKEN_powerpc64=	fails to compile: sysctl.h: expected declaration specifiers or ... before u_int
+
 USES=		pathfix tar:xz
 GNU_CONFIGURE=	yes
 

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/e2fsprogs/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -14,7 +14,8 @@ LICENSE=	GPLv2
 
 PORTSCOUT=	ignore	# cannot handle the version in the directory
 
-BROKEN_aarch64=	Fails to link: missing sbrk
+BROKEN_aarch64=		fails to link: missing sbrk
+BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
 
 USES=		cpe gmake pkgconfig tar:xz
 CPE_VENDOR=	e2fsprogs_project

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/fluent-bit/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -15,6 +15,7 @@ BROKEN_aarch64=		fails to build: error: 
 BROKEN_armv6=		fails to configure: failure in cmake
 BROKEN_mips=		fails to build: conflicting types for 'restrict'
 BROKEN_mips64=		fails to build: conflicting types for 'restrict'
+BROKEN_powerpc64=	fails to build: cast from pointer to integer of different size
 
 USES=		cmake
 

Modified: head/sysutils/fswatch-mon/Makefile
==============================================================================
--- head/sysutils/fswatch-mon/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/fswatch-mon/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -11,6 +11,8 @@ COMMENT=	Cross-platform file change moni
 
 LICENSE=	GPLv3
 
+BROKEN_powerpc64=	fails to configure: A compiler with support for C++11 language features is required
+
 USES=		autoreconf gettext libtool makeinfo
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/jobd/Makefile
==============================================================================
--- head/sysutils/jobd/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/jobd/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -17,8 +17,9 @@ USE_GITHUB=	YES
 USE_LDCONFIG=	YES
 GH_ACCOUNT=	mheily
 
-BROKEN_aarch64=		Fails to compile: comparison of constant -1 with expression of type char is always true
-BROKEN_mips64=		Fails to configure: unrecognized command line option -std=c++11
-BROKEN_sparc64=		Fails to configure: unrecognized command line option -std=c++11
+BROKEN_aarch64=		fails to compile: comparison of constant -1 with expression of type char is always true
+BROKEN_mips64=		fails to configure: unrecognized command line option -std=c++11
+BROKEN_powerpc64=	fails to configure: Unable to run configure in ./src/
+BROKEN_sparc64=		fails to configure: unrecognized command line option -std=c++11
 
 .include <bsd.port.mk>

Modified: head/sysutils/lttng-tools/Makefile
==============================================================================
--- head/sysutils/lttng-tools/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/lttng-tools/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libpopt.so:devel/popt \
 	    liburcu.so:sysutils/liburcu \
 	    liblttng-ust-ctl.so:sysutils/lttng-ust
 
+BROKEN_powerpc64=	fails to compile: cc: Internal error: Segmentation fault (program ld)
+
 USES=		autoreconf bison libtool localbase pathfix pkgconfig \
 	    shebangfix tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/sysutils/moosefs3-client/Makefile
==============================================================================
--- head/sysutils/moosefs3-client/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/moosefs3-client/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -9,6 +9,8 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	client
 
+BROKEN_powerpc64=	fails to compile: mfs_fuse.c: internal compiler error: Segmentation fault
+
 MASTERDIR=	${.CURDIR}/../moosefs3-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/rovclock/Makefile
==============================================================================
--- head/sysutils/rovclock/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/rovclock/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -15,6 +15,7 @@ BROKEN_aarch64=		fails to install: undef
 BROKEN_armv6=		fails to install: undefined reference to outl
 BROKEN_mips=		fails to install: undefined reference to outl
 BROKEN_mips64=		fails to install: undefined reference to outl
+BROKEN_powerpc64=	fails to install: undefined reference to outl
 
 USES=		tar:bzip2
 

Modified: head/sysutils/sample/Makefile
==============================================================================
--- head/sysutils/sample/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/sample/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -10,16 +10,16 @@ COMMENT=	Examine periodic stack traces o
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_i386=		does not build: don't know how to make sample_support_i386.c
-BROKEN_powerpc64=	does not build
-BROKEN_sparc64=		does not build: don't know how to make sample_support_sparc64.c
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/libbfd.a:devel/libbfd \
 		${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \
 		${LOCALBASE}/lib/libxo.a:devel/libxo \
 		${LOCALBASE}/bin/cython:lang/cython \
 		${LOCALBASE}/bin/python:lang/python
 
+BROKEN_i386=		does not build: don't know how to make sample_support_i386.c
+BROKEN_powerpc64=	does not build: don't know how to make sample_support_powerpc64.c
+BROKEN_sparc64=		does not build: don't know how to make sample_support_sparc64.c
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	freenas
 GH_TAGNAME=	45e2b86

Modified: head/sysutils/sformat/Makefile
==============================================================================
--- head/sysutils/sformat/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/sformat/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -14,9 +14,10 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	marius at FreeBSD.org
 COMMENT=	Allows formatting/partitioning/analysis/repairing of SCSI disks
 
-BROKEN_aarch64=		Does not build: No rule to make target RULES/arm64-freebsd-cc.rul
-BROKEN_mips64=		Does not build: No rule to make target RULES/mips-freebsd-cc.rul
-BROKEN_powerpc64=	Does not build
+BROKEN_aarch64=		does not build: No rule to make target RULES/arm64-freebsd-cc.rul
+BROKEN_armv6=		does not build: No rule to make target RULES/arm64-freebsd-cc.rul
+BROKEN_mips64=		does not build: No rule to make target RULES/mips-freebsd-cc.rul
+BROKEN_powerpc64=	does not install: powerpc-freebsd-cc/sformat: No such file or directory
 
 LIBSCHILY=	libschily-2.01.01a07.tar.gz
 USES=		gmake

Modified: head/sysutils/syslog-ng36/Makefile
==============================================================================
--- head/sysutils/syslog-ng36/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/syslog-ng36/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -14,11 +14,12 @@ MASTER_SITES=	https://github.com/balabit
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Powerful syslogd replacement
 
-BROKEN_sparc64=		Does not compile on sparc64: gcc core dump
-
 LIB_DEPENDS=	libevtlog.so:sysutils/eventlog \
 		libpcre.so:devel/pcre
 
+BROKEN_powerpc64=	fails to link: cc: Internal error: Segmentation fault (program ld)
+BROKEN_sparc64=		fails to compile: gcc core dump
+
 CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
 		syslog-ng[0-9][0-9]-[0-9]* \
 		syslog-ng-devel-[0-9]*

Modified: head/sysutils/tmux-mem-cpu-load/Makefile
==============================================================================
--- head/sysutils/tmux-mem-cpu-load/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/sysutils/tmux-mem-cpu-load/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -13,6 +13,8 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	tmux:sysutils/tmux
 
+BROKEN_powerpc64=	fails to compile: Compiler GNU 4.2.1 has no C++11 support
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	thewtex
 

Modified: head/textproc/ansifilter/Makefile
==============================================================================
--- head/textproc/ansifilter/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/textproc/ansifilter/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -12,6 +12,8 @@ COMMENT=	Customizable ANSI Code Converte
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++11
+
 USES=		gmake tar:bzip2
 MAKEFILE=	makefile
 

Modified: head/textproc/kiss-templates/Makefile
==============================================================================
--- head/textproc/kiss-templates/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/textproc/kiss-templates/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -12,6 +12,8 @@ COMMENT=		Type safe "Keep it simple, stu
 LICENSE=		BSD2CLAUSE
 LICENSE_FILE=		${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: No known features for CXX compiler GNU
+
 USE_GITHUB=		yes
 GH_ACCOUNT=		rbock
 

Modified: head/www/gatling/Makefile
==============================================================================
--- head/www/gatling/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/www/gatling/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
 
+BROKEN_powerpc64=	fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
+
 USES=		gmake ssl tar:xz
 USE_RC_SUBR=	gatling
 

Modified: head/www/logtools/Makefile
==============================================================================
--- head/www/logtools/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/www/logtools/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -11,6 +11,8 @@ COMMENT=	Useful tools to deal with CLF f
 
 LICENSE=	GPLv2
 
+BROKEN_powerpc64=	fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory
+
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
 

Modified: head/www/pear-XML_GRDDL/Makefile
==============================================================================
--- head/www/pear-XML_GRDDL/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/www/pear-XML_GRDDL/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -17,6 +17,8 @@ RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php
 		${PEARDIR}/Log.php:sysutils/pear-Log \
 		${PEARDIR}/Validate.php:devel/pear-Validate
 
+BROKEN_powerpc64=	fails to package: Generating packing list with pear: Signal 11
+
 USES=	pear
 USE_PHP+=	xsl tidy
 

Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/www/py-libsass/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -14,6 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
 
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 

Modified: head/x11/hsetroot/Makefile
==============================================================================
--- head/x11/hsetroot/Makefile	Sat May 13 23:36:16 2017	(r440859)
+++ head/x11/hsetroot/Makefile	Sat May 13 23:50:49 2017	(r440860)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
+BROKEN_powerpc64=	fails to compile: hsetroot.c: error: 'for' loop initial declaration used outside C99 mode
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	himdel
 GH_TAGNAME=	47d887b


More information about the svn-ports-all mailing list