Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 00:42:05 +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: r455813 - in head: audio/zita-convolver biology/phyml databases/percona56-server databases/pg_citus databases/soci devel/arpc devel/critcl devel/cxxtools devel/libffcall devel/ppl devel...
Message-ID:  <201712090042.vB90g510015585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec  9 00:42:05 2017
New Revision: 455813
URL: https://svnweb.freebsd.org/changeset/ports/455813

Log:
  Mark more ports broken that fail on both armv6 and armv7.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/zita-convolver/Makefile
  head/biology/phyml/Makefile
  head/databases/percona56-server/Makefile
  head/databases/pg_citus/Makefile
  head/databases/soci/Makefile
  head/devel/arpc/Makefile
  head/devel/critcl/Makefile
  head/devel/cxxtools/Makefile
  head/devel/libffcall/Makefile
  head/devel/ppl/Makefile
  head/devel/subversion-static/Makefile
  head/dns/bundy/Makefile
  head/games/crafty/Makefile
  head/graphics/a2png/Makefile
  head/japanese/man/Makefile
  head/lang/go14/Makefile
  head/lang/mono/Makefile
  head/lang/racket-minimal/Makefile
  head/mail/mairix/Makefile
  head/sysutils/py-psutil121/Makefile
  head/x11-toolkits/mygui/Makefile

Modified: head/audio/zita-convolver/Makefile
==============================================================================
--- head/audio/zita-convolver/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/audio/zita-convolver/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -16,6 +16,9 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
 
+BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
+BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'
+
 USES=		compiler:c++11-lib gmake localbase:ldflags tar:bz2
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	libs

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/biology/phyml/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -13,6 +13,9 @@ COMMENT=	Simple, fast, and accurate algorithm to estim
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
+BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	stephaneguindon
 

Modified: head/databases/percona56-server/Makefile
==============================================================================
--- head/databases/percona56-server/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/databases/percona56-server/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -12,6 +12,8 @@ DISTNAME=	percona-server-${DISTVERSION}
 MAINTAINER=	flo@FreeBSD.org
 COMMENT?=	Multithreaded SQL database (server)
 
+BROKEN_armv6=		fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier
+BROKEN_armv7=		fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier
 NOT_FOR_ARCHS=		powerpc64
 NOT_FOR_ARCHS_REASON=	unsupported platform
 

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/databases/pg_citus/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -12,6 +12,9 @@ COMMENT=	Horizontally scale Postgresql using sharding 
 
 LICENSE=	AGPLv3
 
+BROKEN_armv6=		fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
+BROKEN_armv7=		fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
+
 USES=		gmake pgsql:9.6+ autoreconf readline
 WANT_PGSQL=	lib server
 GNU_CONFIGURE=	yes

Modified: head/databases/soci/Makefile
==============================================================================
--- head/databases/soci/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/databases/soci/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -13,6 +13,9 @@ COMMENT=	The C++ Database Access Library
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
+BROKEN_armv6=		fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
+BROKEN_armv7=		fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
+
 USES=		cmake zip
 CMAKE_ARGS+=	-DWITH_ORACLE:BOOL=OFF
 USE_LDCONFIG=	yes

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/arpc/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -19,6 +19,9 @@ LIB_DEPENDS=	libargdata.so:devel/argdata
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
 
+BROKEN_armv6=		fails to build: *** Signal 11
+BROKEN_armv7=		fails to build: *** Signal 11
+
 USES=		cmake localbase:ldflags python:3.4+ shebangfix tar:xz
 python_OLD_CMD=	"/usr/bin/env python3"
 SHEBANG_FILES=	scripts/aprotoc.py

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/critcl/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -17,6 +17,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 RUN_DEPENDS=	${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf	\
 		${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
 
+BROKEN_armv6=		fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory
+BROKEN_armv7=		fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory
+
 USES+=		tcl:85+
 USE_GITHUB=	yes
 GH_ACCOUNT=	andreas-kupries

Modified: head/devel/cxxtools/Makefile
==============================================================================
--- head/devel/cxxtools/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/cxxtools/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -14,6 +14,8 @@ LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		does not configure: error: check for atomictype failed
+BROKEN_armv6=		does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD"
+BROKEN_armv7=		does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD"
 BROKEN_mips=		does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
 BROKEN_mips64=		does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
 BROKEN_sparc64=		does not configure

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/libffcall/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -11,6 +11,9 @@ COMMENT=	Foreign function call libraries
 
 LICENSE=	GPLv2+
 
+BROKEN_armv6=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
+BROKEN_armv7=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
 USE_LDCONFIG=	yes

Modified: head/devel/ppl/Makefile
==============================================================================
--- head/devel/ppl/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/ppl/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -17,6 +17,9 @@ BUILD_DEPENDS=	gm4:devel/m4
 LIB_DEPENDS=	libglpk.so:math/glpk \
 		libgmp.so:math/gmp
 
+BROKEN_armv6=		fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
+BROKEN_armv7=		fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
+
 USES=		gmake perl5 tar:xz libtool
 USE_PERL5=	build
 GNU_CONFIGURE=	yes

Modified: head/devel/subversion-static/Makefile
==============================================================================
--- head/devel/subversion-static/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/devel/subversion-static/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -7,6 +7,9 @@ CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
 OPTIONS_EXCLUDE=	${OPTIONS_DEFINE}
 OPTIONS_SLAVE=		FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC
 
+BROKEN_armv6 =		fails to link: (.text+0x1124e8): undefined reference to 'log' 20171201
+BROKEN_armv7 =		fails to link: (.text+0x118018): undefined reference to 'log' 20171126
+
 MASTERDIR=	${.CURDIR}/../subversion
 PKGMESSAGE=	${.CURDIR}/pkg-message
 

Modified: head/dns/bundy/Makefile
==============================================================================
--- head/dns/bundy/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/dns/bundy/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -26,6 +26,8 @@ LIB_DEPENDS=	libbotan-1.10.so:security/botan110 \
 		libsqlite3.so:databases/sqlite3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
+BROKEN_armv6 =		fails to build: Child process terminated abnormally: Segmentation fault
+BROKEN_armv7 =		fails to build: Child process terminated abnormally: Segmentation fault
 BROKEN_powerpc64=	fails to configure: checking for botan/botan.h... no
 
 USE_GITHUB=	yes

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/games/crafty/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -18,6 +18,9 @@ EXTRACT_ONLY=	crafty-${PORTVERSION}.zip
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Chess program for playing and analyzing games
 
+BROKEN_armv6 =		fails to build: Could not read profile default.profdata: No such file or directory
+BROKEN_armv7 =		fails to build: Could not read profile default.profdata: No such file or directory
+
 WRKSRC=		${WRKDIR}
 
 USES=		gmake zip

Modified: head/graphics/a2png/Makefile
==============================================================================
--- head/graphics/a2png/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/graphics/a2png/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgd.so:graphics/gd
 
+BROKEN_armv6 =		fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
+BROKEN_armv7 =		fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
+
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-gd

Modified: head/japanese/man/Makefile
==============================================================================
--- head/japanese/man/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/japanese/man/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -21,6 +21,9 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	${LOCALBASE}/bin/groff:japanese/groff \
 		jless:japanese/less
 
+BROKEN_armv6 =		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_armv7 =		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+
 MAKE_ENV=	GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
 USES=		shebangfix
 SHEBANG_FILES=	catman/catman.perl makewhatis/makewhatis.perl

Modified: head/lang/go14/Makefile
==============================================================================
--- head/lang/go14/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/lang/go14/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -12,6 +12,10 @@ COMMENT=	Go programming language
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_armv6 =		fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call
+BROKEN_armv7 =		fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call
+ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386
+
 USES=		compiler shebangfix
 SHEBANG_LANG=	sh perl
 SHEBANG_FILES=	src/*.bash \
@@ -28,8 +32,6 @@ sh_OLD_CMD=	"/usr/bin/env bash"
 sh_CMD=		${SH}
 
 WRKSRC=		${WRKDIR}/go
-
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386
 
 .include <bsd.port.pre.mk>
 

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/lang/mono/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -18,6 +18,10 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
 
+BROKEN_armv6=		fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found
+BROKEN_armv7=		fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found
+ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc
+
 OPTIONS_DEFINE=		ACCEPTANCE_TESTS MONOLITE
 OPTIONS_DEFAULT=	MONOLITE
 ACCEPTANCE_TESTS_DESC=	Download and run the .Net acceptance tests
@@ -64,8 +68,6 @@ MAKE_ENV=	MONO_SHARED_DIR="${WRKDIR}" \
 
 TEST_TARGET=	check
 TEST_WRKSRC=	${WRKSRC}/mono/tests
-
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc
 
 PORTSCOUT=	limit:^\d+\.\d+\.[1-9]\d*
 

Modified: head/lang/racket-minimal/Makefile
==============================================================================
--- head/lang/racket-minimal/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/lang/racket-minimal/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -21,6 +21,8 @@ LICENSE=	LGPL3
 
 LIB_DEPENDS=	libffi.so:devel/libffi
 
+BROKEN_armv6=		fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
+BROKEN_armv7=		fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
 BROKEN_i386=		fails to build: Seg fault (internal error) at 0x606060a
 BROKEN_powerpc64=	fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
 NOT_FOR_ARCHS=		aarch64 aarch64 sparc64

Modified: head/mail/mairix/Makefile
==============================================================================
--- head/mail/mairix/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/mail/mairix/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -11,6 +11,9 @@ COMMENT=	Indexing and searching in Maildir, MH, or mbo
 
 LICENSE=	GPLv2
 
+BROKEN_armv6=		fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_armv7=		fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+
 USES=		bison gmake
 HAS_CONFIGURE=	yes
 

Modified: head/sysutils/py-psutil121/Makefile
==============================================================================
--- head/sysutils/py-psutil121/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/sysutils/py-psutil121/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -14,6 +14,9 @@ COMMENT=	Process utilities module for Python
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_armv6=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
+BROKEN_armv7=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
+
 PORTSCOUT=	limit:^1\.2\.
 
 USES=		python

Modified: head/x11-toolkits/mygui/Makefile
==============================================================================
--- head/x11-toolkits/mygui/Makefile	Fri Dec  8 22:55:39 2017	(r455812)
+++ head/x11-toolkits/mygui/Makefile	Sat Dec  9 00:42:05 2017	(r455813)
@@ -13,8 +13,6 @@ COMMENT?=	Fast, simple and flexible GUI system for gam
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING.MIT
 
-BROKEN_powerpc64=	Does not build
-
 .if !defined(MASTERDIR)
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libOIS.so:devel/ois
@@ -24,6 +22,10 @@ LIB_DEPENDS+=	libMyGUIEngine.so:x11-toolkits/mygui
 BUILD_WRKSRC=	${WRKSRC}/${MYGUI_SUBDIR}
 INSTALL_WRKSRC=	${WRKSRC}/${MYGUI_SUBDIR}
 .endif
+
+BROKEN_armv6=		fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
+BROKEN_armv7=		fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
+BROKEN_powerpc64=	fails to build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	MyGUI



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