Date: Tue, 2 May 2017 22:23:52 +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: r439991 - in head: lang/ldc lang/ratfor lang/scm math/algae math/gotoblas math/libtsnnls math/math77 math/superlu_mt misc/rump multimedia/gstreamer-ffmpeg Message-ID: <201705022223.v42MNqT3001566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue May 2 22:23:52 2017 New Revision: 439991 URL: https://svnweb.freebsd.org/changeset/ports/439991 Log: Mark some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/lang/ldc/Makefile head/lang/ratfor/Makefile head/lang/scm/Makefile head/math/algae/Makefile head/math/gotoblas/Makefile head/math/libtsnnls/Makefile head/math/math77/Makefile head/math/superlu_mt/Makefile head/misc/rump/Makefile head/multimedia/gstreamer-ffmpeg/Makefile Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/ldc/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -16,6 +16,9 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= clang39:devel/llvm39 LIB_DEPENDS= libconfig.so:devel/libconfig +BROKEN_aarch64= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? +BROKEN_armv6= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? + USES= cmake CMAKE_ARGS+= -DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" CC= clang39 Modified: head/lang/ratfor/Makefile ============================================================================== --- head/lang/ratfor/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/ratfor/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -12,7 +12,8 @@ DISTFILES= ratfor.shar.2 local.ratfor77. MAINTAINER= bofh@FreeBSD.org COMMENT= Rational FORTRAN compiler -BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file +BROKEN_aarch64= ./ratfor -o test.f test.r keeps creating huge output file +BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file NO_WRKSUBDIR= yes Modified: head/lang/scm/Makefile ============================================================================== --- head/lang/scm/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/lang/scm/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -15,7 +15,11 @@ COMMENT= Scheme interpreter LICENSE= LGPL21 -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not link: undefined reference to sbrk +BROKEN_armv6= does not build: fails self-tests +BROKEN_mips= does not build +BROKEN_mips64= does not build +BROKEN_powerpc64= does not build: error: r4rstest.scm: segment violation 11 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/math/algae/Makefile ============================================================================== --- head/math/algae/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/algae/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,11 +13,9 @@ COMMENT= Programming language for numeri LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - -BROKEN_ia64= does not compile -BROKEN_powerpc= does not compile -BROKEN_sparc64= does not compile +BROKEN_aarch64= does not build: checking for proper floating point exception handling... no +BROKEN_armv6= does not build: checking for proper floating point exception handling... no +BROKEN_powerpc64= does not build: configure: error: Cannot handle floating point exceptions GNU_CONFIGURE= yes USES= fortran Modified: head/math/gotoblas/Makefile ============================================================================== --- head/math/gotoblas/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/gotoblas/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -19,7 +19,9 @@ COMMENT= Fast implementation of Basic Li LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/00License.txt -BROKEN_powerpc64= does not build +BROKEN_aarch64= does not build: undefined reference to get_libname +BROKEN_armv6= does not build: undefined reference to get_libname +BROKEN_powerpc64= does not build: error: macro names must be identifiers BROKEN_i386= does not build (terminates with SIGBUS) GOTOBLAS2VER= 1.13 Modified: head/math/libtsnnls/Makefile ============================================================================== --- head/math/libtsnnls/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/libtsnnls/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.jasoncantarella MAINTAINER= tzhuan@gmail.com COMMENT= Fast Sparse Nonnegative Least Squares Solver +BROKEN_aarch64= fails to configure: error: cannot compute sizeof (int) + GNU_CONFIGURE= yes USES= fortran libtool USE_LDCONFIG= yes Modified: head/math/math77/Makefile ============================================================================== --- head/math/math77/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/math77/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,7 +13,8 @@ COMMENT= CalTech mathematical subprogram LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: error: unknown architecture native +BROKEN_powerpc64= fails to compile: error: unrecognized command line option -march=native USES= fortran gmake tar:tgz WRKSRC= ${WRKDIR}/MATH77 Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/math/superlu_mt/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization +BROKEN_aarch64= fails to build: undefined reference to sbrk + USES= fortran gmake OPTIONS_DEFINE= DOCS Modified: head/misc/rump/Makefile ============================================================================== --- head/misc/rump/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/misc/rump/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -13,9 +13,7 @@ COMMENT= Virtualized NetBSD kernel compo LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build - -NOT_FOR_ARCHS= armv6 mips mips64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture USE_LDCONFIG= yes Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Tue May 2 21:57:02 2017 (r439990) +++ head/multimedia/gstreamer-ffmpeg/Makefile Tue May 2 22:23:52 2017 (r439991) @@ -18,6 +18,9 @@ LICENSE= GPLv2 LIB_DEPENDS= liborc-0.4.so:devel/orc +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= invokes x86 asm + PORTSCOUT= limit:0\.10\..* LIBAV_VERSION= 0.7.7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705022223.v42MNqT3001566>