From owner-svn-ports-head@freebsd.org Tue May 2 22:23:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15846D5BE6E; Tue, 2 May 2017 22:23:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51542D5; Tue, 2 May 2017 22:23:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42MNrQ7001579; Tue, 2 May 2017 22:23:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42MNqT3001566; Tue, 2 May 2017 22:23:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705022223.v42MNqT3001566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 2 May 2017 22:23:52 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 22:23:55 -0000 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