svn commit: r426088 - in head: databases/leofs databases/libcouchbase databases/mariadb55-server databases/metakit databases/p5-Tie-LevelDB databases/percona55-client databases/py-sqlrelay database...

Mark Linimon linimon at FreeBSD.org
Mon Nov 14 06:49:47 UTC 2016


Author: linimon
Date: Mon Nov 14 06:49:45 2016
New Revision: 426088
URL: https://svnweb.freebsd.org/changeset/ports/426088

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

Modified:
  head/databases/leofs/Makefile
  head/databases/libcouchbase/Makefile
  head/databases/mariadb55-server/Makefile
  head/databases/metakit/Makefile
  head/databases/p5-Tie-LevelDB/Makefile
  head/databases/percona55-client/Makefile
  head/databases/py-sqlrelay/Makefile
  head/databases/riak/Makefile
  head/databases/riak2/Makefile
  head/databases/rocksdb/Makefile
  head/databases/tarantool-c/Makefile
  head/databases/virtuoso/Makefile
  head/deskutils/fusenshi/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/leofs/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -11,8 +11,6 @@ COMMENT=	Highly scalable, fault-tolerant
 
 LICENSE=	APACHE20
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \
 		${LOCALBASE}/bin/cmake:devel/cmake \
 		${LOCALBASE}/lib/libcheck.a:devel/libcheck
@@ -20,6 +18,10 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/erlang17
 USE_GITHUB=	yes
 GH_ACCOUNT=	leo-project
 
+BROKEN_aarch64=		Does not compile: fatal error: lzo/lzo1x.h file not found
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: error Please implement AtomicPointer for this platform
+
 LEOFS_USER=	leofs
 LEOFS_GROUP=	leofs
 USERS=		${LEOFS_USER}

Modified: head/databases/libcouchbase/Makefile
==============================================================================
--- head/databases/libcouchbase/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/libcouchbase/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -22,4 +22,7 @@ USE_PERL5=	build run
 
 MAKE_JOBS_UNSAFE=	yes
 
+BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
+BROKEN_mips64=		Fails to link: ld: failed to merge target specific data
+
 .include <bsd.port.mk>

Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/mariadb55-server/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -52,6 +52,7 @@ DATADIR=	${PREFIX}/share/mysql
 
 BROKEN_aarch64=		Fails to link: missing sbrk
 BROKEN_armv6=		Does not compile on armv6
+BROKEN_sparc64=		Does not compile: Unsupported platform
 
 .if defined(USE_MYSQL)
 .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.

Modified: head/databases/metakit/Makefile
==============================================================================
--- head/databases/metakit/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/metakit/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -18,6 +18,9 @@ USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds
 
+BROKEN_aarch64=		Fails to build: error: typedef redefinition with different types
+BROKEN_mips64=		Fails to build: error: conflicting declaration typedef long int t4_i32
+
 OPTIONS_DEFINE=	PYTHON TCL DOCS
 OPTIONS_DEFAULT=	PYTHON
 

Modified: head/databases/p5-Tie-LevelDB/Makefile
==============================================================================
--- head/databases/p5-Tie-LevelDB/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/p5-Tie-LevelDB/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libleveldb.so:databases/lev
 
 BROKEN_aarch64=		does not build: error: Please implement AtomicPointer for this platform
 BROKEN_powerpc64=	does not build
-BROKEN_sparcpc64=	does not build: unrecognized command line options
+BROKEN_sparc64=		does not build: unrecognized command line options
 
 MAKE_ARGS=	CC="${CXX}"
 USE_PERL5=	configure

Modified: head/databases/percona55-client/Makefile
==============================================================================
--- head/databases/percona55-client/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/percona55-client/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -20,6 +20,9 @@ CMAKE_ARGS+=	-DENABLE_DTRACE=OFF
 
 USE_LDCONFIG=	${PREFIX}/lib/mysql
 
+BROKEN_aarch64=		Fails to build: error: passing int to parameter of incompatible type va_list
+BROKEN_armv6=		Fails to build: error: passing int to parameter of incompatible type va_list
+
 MANPAGES=	comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_find_rows.1 \
 		mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 \
 		mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1

Modified: head/databases/py-sqlrelay/Makefile
==============================================================================
--- head/databases/py-sqlrelay/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/py-sqlrelay/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -25,6 +25,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${SQLRELAY_CONFIGURE_ARGS} \
 		--with-python-prefix="${LOCALBASE}"
 
+BROKEN_aarch64=		Fails to configure: machine aarch64-portbld not recognized
+
 .include "${.CURDIR}/../sqlrelay/Makefile.common"
 
 do-extract:

Modified: head/databases/riak/Makefile
==============================================================================
--- head/databases/riak/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/riak/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -12,8 +12,6 @@ COMMENT=	Open source, distributed, noSQL
 
 LICENSE=	APACHE20
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/erlang15/bin/erlc:lang/erlang-runtime15
 
 USES=		gmake readline shebangfix
@@ -46,6 +44,10 @@ ALL_TARGET=	rel
 MAKE_JOBS_UNSAFE=yes
 MAKE_ENV=	PATH=${LOCALBASE}/lib/erlang15/bin:${PATH}
 
+BROKEN_aarch64=		Does not compile: error: Unknown CPU architecture
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not compile: Please implement AtomicPointer for this platform
+
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/databases/riak2/Makefile
==============================================================================
--- head/databases/riak2/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/riak2/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -20,8 +20,6 @@ COMMENT=	Riak is an open source, distrib
 
 LICENSE=	APACHE20
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/riak-erlang/bin/erlc:lang/erlang-riak
 
 USES=		gmake readline shebangfix
@@ -30,7 +28,9 @@ SHEBANG_FILES=	deps/eper/priv/bin/* \
 USE_RC_SUBR=	riak
 USE_GCC=	yes
 
-BROKEN_i386=	does not build
+BROKEN_i386=		Does not build
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: Please implement AtomicPointer for this platform
 
 USERS=		riak
 GROUPS=		riak

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/rocksdb/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -15,8 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libgflags.so:devel/gflags \
 		libsnappy.so:archivers/snappy
 
-BROKEN_powerpc64=	does not build
-
 OPTIONS_DEFINE=	DEBUG
 
 ALL_TARGET=	shared_lib static_lib all
@@ -32,7 +30,10 @@ GH_ACCOUNT=	facebook
 USE_GITHUB=	yes
 
 BROKEN_DragonFly=	does not build on DragonFly BSD using GCC with -Werror
-BROKEN_sparc64=	cannot build: uses unknown compiler flags
+BROKEN_aarch64=		does not build: the clang compiler does not support -march=native
+BROKEN_armv6=		does not build: the clang compiler does not support -march=native
+BROKEN_powerpc64=	does not build
+BROKEN_sparc64=		cannot build: uses unknown compiler flags
 
 BENCHMARKS=	cache_bench db_bench memtablerep_bench table_reader_bench
 TOOLS=		db_repl_stress db_sanity_test db_stress ldb rocksdb_dump rocksdb_undump sst_dump write_stress

Modified: head/databases/tarantool-c/Makefile
==============================================================================
--- head/databases/tarantool-c/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/tarantool-c/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -17,4 +17,8 @@ GH_TAGNAME=	a251965
 USES=		cmake
 CMAKE_ARGS=	-DENABLE_BUNDLED_MSGPUCK=false
 
+BROKEN_aarch64=		Fails to compile: clang compiler does not support -march=native
+BROKEN_mips64=		Fails to compile: clang compiler does not support -march=native
+BROKEN_sparc64=		Fails to compile: clang compiler does not support -march=native
+
 .include <bsd.port.mk>

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/databases/virtuoso/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 BROKEN_aarch64=		Fails to link: missing sbrk
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not compile: error: DV_INT_TAG_WORD undeclared
 
 NOT_FOR_ARCHS=	arm armv6 i386 mips powerpc
 NOT_FOR_ARCHS_REASON=	can only be built on 64bit platforms

Modified: head/deskutils/fusenshi/Makefile
==============================================================================
--- head/deskutils/fusenshi/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
+++ head/deskutils/fusenshi/Makefile	Mon Nov 14 06:49:45 2016	(r426088)
@@ -21,6 +21,8 @@ MAKE_ARGS+=	WITHOUT_SSL=yes
 LIB_DEPENDS+=	libgnutls.so:security/gnutls
 .endif
 
+BROKEN_aarch64=		Fails to compile: error: cast from pointer to smaller type loses information
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fusenshi
 


More information about the svn-ports-head mailing list