[linimon at FreeBSD.org: svn commit: r426195 - in head: databases/sqliteodbc-sqlite2 devel/bcc devel/cherivis-devel devel/clanlib22 devel/concurrencykit devel/cxxtools devel/dmucs devel/git-merge-changelog devel/godot deve...]
Mark Linimon
linimon at lonesome.com
Wed Nov 16 00:45:27 UTC 2016
FYI. The aarch64 logs may be found at:
http://thunderx1.nyi.freebsd.org/build.html?mastername=110arm64-default&build=426002
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Wed, 16 Nov 2016 00:33:20 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r426195 - in head: databases/sqliteodbc-sqlite2 devel/bcc devel/cherivis-devel devel/clanlib22 devel/concurrencykit
devel/cxxtools devel/dmucs devel/git-merge-changelog devel/godot deve...
Author: linimon
Date: Wed Nov 16 00:33:20 2016
New Revision: 426195
URL: https://svnweb.freebsd.org/changeset/ports/426195
Log:
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/databases/sqliteodbc-sqlite2/Makefile
head/devel/bcc/Makefile
head/devel/cherivis-devel/Makefile
head/devel/clanlib22/Makefile
head/devel/concurrencykit/Makefile
head/devel/cxxtools/Makefile
head/devel/dmucs/Makefile
head/devel/git-merge-changelog/Makefile
head/devel/godot/Makefile
head/devel/kyra/Makefile
head/devel/libbfd/Makefile
head/devel/psptoolchain-binutils/Makefile
head/devel/py-pyinstaller/Makefile
head/devel/tex-libtexluajit/Makefile
Modified: head/databases/sqliteodbc-sqlite2/Makefile
==============================================================================
--- head/databases/sqliteodbc-sqlite2/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/databases/sqliteodbc-sqlite2/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -9,4 +9,6 @@ COMMENT= ODBC driver for SQLite 2
MASTERDIR= ${.CURDIR}/../sqliteodbc
+BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list
+
.include "${MASTERDIR}/Makefile"
Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/bcc/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -14,4 +14,6 @@ USES= uidfix
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
+BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format
+
.include <bsd.port.mk>
Modified: head/devel/cherivis-devel/Makefile
==============================================================================
--- head/devel/cherivis-devel/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/cherivis-devel/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -11,6 +11,7 @@ COMMENT= Visualisation tool for CHERI /
LICENSE= MIT
BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
+BROKEN_aarch64= does not compile: error: unexpected token in argument list
USES= gnustep
USE_GITHUB= yes
Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/clanlib22/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -6,8 +6,8 @@ PORTVERSION= 2.2.12
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://www.clanlib.org/download/releases-2.0/
-DISTNAME= ClanLib-${PORTVERSION}
PKGNAMESUFFIX= 22
+DISTNAME= ClanLib-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Cross-platform game SDK
@@ -48,6 +48,9 @@ INSTALL_TARGET= install-strip
PLIST_SUB+= VER=${PORTVERSION:R} \
SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E}
+BROKEN_aarch64= Fails to configure: error: Requires SSE2 Support
+BROKEN_sparc64= Fails to configure: error: Requires SSE2 Support
+
post-patch:
@${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \
${WRKSRC}/configure
Modified: head/devel/concurrencykit/Makefile
==============================================================================
--- head/devel/concurrencykit/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/concurrencykit/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -15,6 +15,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 powerpc powerpc64 sparc64
+BROKEN_aarch64= Fails to configure: Detecting machine architecture...failed [unsupported]
+BROKEN_armv6= Fails to configure: Finding suitable compiler........failed [not found]
OPTIONS_DEFINE= RTM VMAPACK
OPTIONS_DEFAULT= VMAPACK
Modified: head/devel/cxxtools/Makefile
==============================================================================
--- head/devel/cxxtools/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/cxxtools/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -13,7 +13,10 @@ COMMENT= Collection of general-purpose C
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_sparc64= does not configure
+BROKEN_aarch64= does not configure: error: check for atomictype failed
+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
USES= cpe iconv libtool localbase pathfix
CPE_VENDOR= tntnet
Modified: head/devel/dmucs/Makefile
==============================================================================
--- head/devel/dmucs/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/dmucs/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -15,4 +15,6 @@ USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost
+BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list
+
.include <bsd.port.mk>
Modified: head/devel/git-merge-changelog/Makefile
==============================================================================
--- head/devel/git-merge-changelog/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/git-merge-changelog/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
+BROKEN_aarch64= Fails to compile: error: bit-field _gl_verify_error_if_negative has negative width (-1)
+
.include <bsd.port.pre.mk>
GNULIB_DIR= ${LOCALBASE}/share/gnulib
Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/godot/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -62,6 +62,9 @@ PULSEAUDIO_MAKE_ARGS= pulseaudio=yes
GODOTFILE= ${PORTNAME}${PKGNAMESUFFIX}
PLIST_FILES= bin/${GODOTFILE}
+BROKEN_sparc64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it
+BROKEN_aarch64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it
+
.ifmake makesum
# Always include optional distfiles
.MAKEFLAGS: WITH="${OPTIONS_DEFINE}" OPTIONS_EXCLUDE=
Modified: head/devel/kyra/Makefile
==============================================================================
--- head/devel/kyra/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/kyra/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -26,6 +26,8 @@ MAKE_ENV= MAKE_KYRA=RELEASE KYRA_OPENGL=
MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \
RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}"
+BROKEN_aarch64= Fails to compile: error: invalid output constraint =A in asm
+
do-install:
.for i in encoder spriteed
(cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} kr${i} ${STAGEDIR}${PREFIX}/bin)
Modified: head/devel/libbfd/Makefile
==============================================================================
--- head/devel/libbfd/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/libbfd/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -25,6 +25,10 @@ CONFIGURE_ARGS= --enable-install-libbfd
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
INFO= bfd
+BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized
+BROKEN_armv64= Fails to configure: BFD does not support target armv6-portbld-freebsd12.0
+BROKEN_mips64= Fails to configure: BFD does not support target mips64-portbld-freebsd12.0
+
pre-configure:
# Configure and build pic version of libiberty
(cd ${WRKSRC}/../libiberty && \
Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/psptoolchain-binutils/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -12,6 +12,8 @@ PKGNAMEPREFIX= psptoolchain-
MAINTAINER= tphilipp at potion-studios.com
COMMENT= PlayStation Portable development toolchain ${PORTNAME}
+BROKEN_aarch64= Does not package: ansidecl.h: No such file or directory
+BROKEN_mips64= Does not package: ansidecl.h: No such file or directory
BROKEN_powerpc64= Does not build
USES= gmake tar:bzip2 libtool
Modified: head/devel/py-pyinstaller/Makefile
==============================================================================
--- head/devel/py-pyinstaller/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/py-pyinstaller/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -14,7 +14,10 @@ COMMENT= Program to create standalone ex
LICENSE= GPLv2
+BROKEN_aarch64= Does not compile: error: stb__testsize2_uinta declared as an array with a negative size
+BROKEN_mips64= Does not compile: cc1: error: unrecognized command line option "-m64
BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not compile: error: size of array stb__testsize2_uinta is negative
OPTIONS_DEFINE= DOCS
Modified: head/devel/tex-libtexluajit/Makefile
==============================================================================
--- head/devel/tex-libtexluajit/Makefile Wed Nov 16 00:28:43 2016 (r426194)
+++ head/devel/tex-libtexluajit/Makefile Wed Nov 16 00:33:20 2016 (r426195)
@@ -14,7 +14,11 @@ COMMENT= LuaJIT library for TeXLive
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COPYRIGHT
+BROKEN_aarch64= Does not configure: error: Sorry, can not preprocess lj_arch.h
+BROKEN_mips= Does not configure: error: Sorry, can not preprocess lj_arch.h
+BROKEN_mips64= Does not configure: error: Sorry, can not preprocess lj_arch.h
BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not configure: error: Sorry, can not preprocess lj_arch.h
USES= tar:xz libtool pathfix pkgconfig
USE_LDCONFIG= yes
----- End forwarded message -----
More information about the freebsd-python
mailing list