From owner-svn-ports-all@freebsd.org Tue Dec 19 14:41:32 2017 Return-Path: Delivered-To: svn-ports-all@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 5CE30E87439; Tue, 19 Dec 2017 14:41:32 +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 13A3C7B494; Tue, 19 Dec 2017 14:41:32 +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 vBJEfVNr054129; Tue, 19 Dec 2017 14:41:31 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJEfTLf054114; Tue, 19 Dec 2017 14:41:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712191441.vBJEfTLf054114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 19 Dec 2017 14:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456719 - in head: biology/bedtools comms/gnuradio editors/libreoffice emulators/stella games/armagetron graphics/gsculpt net/linknx net/rsplib science/afni security/botan2 security/hig... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: biology/bedtools comms/gnuradio editors/libreoffice emulators/stella games/armagetron graphics/gsculpt net/linknx net/rsplib science/afni security/botan2 security/highwayhash security/sha1col... X-SVN-Commit-Revision: 456719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 14:41:32 -0000 Author: linimon Date: Tue Dec 19 14:41:29 2017 New Revision: 456719 URL: https://svnweb.freebsd.org/changeset/ports/456719 Log: Mark more recently failing ports broken on aarch64. While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Modified: head/biology/bedtools/Makefile head/comms/gnuradio/Makefile head/editors/libreoffice/Makefile head/emulators/stella/Makefile head/games/armagetron/Makefile head/graphics/gsculpt/Makefile head/net/linknx/Makefile head/net/rsplib/Makefile head/science/afni/Makefile head/security/botan2/Makefile head/security/highwayhash/Makefile head/security/sha1collisiondetection/Makefile head/www/chromium/Makefile head/www/ctemplate/Makefile head/x11-toolkits/mygui/Makefile Modified: head/biology/bedtools/Makefile ============================================================================== --- head/biology/bedtools/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/biology/bedtools/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -13,8 +13,9 @@ COMMENT= Toolset for genome arithmetic LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test -BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test +BROKEN_FreeBSD_12_aarch64= fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed +BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test +BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test USE_GITHUB= yes GH_ACCOUNT= arq5x Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/comms/gnuradio/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -37,6 +37,8 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \ liborc-0.4.so:devel/orc RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + # USES=compiler:c11 is necessary because base GCC fails: # volk/lib/volk_cpu.c: In function 'i_can_has_3dnow': # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/editors/libreoffice/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -86,6 +86,9 @@ DISTFILES+= 4b87018f7fff1d054939d19920b751a0-collada2g 86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz:src \ cppunit-1.13.2.tar.gz:src +NOT_FOR_ARCHS= aarch64 armv6 armv7 +NOT_FOR_ARCHS_REASON= Unsupported host_cpu + .if defined(PRERELEASE) MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/src/ .endif Modified: head/emulators/stella/Makefile ============================================================================== --- head/emulators/stella/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/emulators/stella/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -16,6 +16,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libpng.so:graphics/png +BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std' + CONFLICTS_INSTALL= rubygem-stella WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/armagetron/Makefile ============================================================================== --- head/games/armagetron/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/games/armagetron/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -15,6 +15,10 @@ COMMENT= Multiplayer networked Tron clone in 3D LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_12_aarch64= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +BROKEN_FreeBSD_12_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +BROKEN_FreeBSD_12_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') + USES= gmake jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-etc --disable-initscripts Modified: head/graphics/gsculpt/Makefile ============================================================================== --- head/graphics/gsculpt/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/graphics/gsculpt/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -18,6 +18,7 @@ LIB_DEPENDS= libboost_python.so:devel/boost-python-lib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gtkglext>0:x11-toolkits/py-gtkglext@${PY_FLAVOR} +BROKEN_aarch64= fails to compile: cpp/extlibs/greenlet/greenlet.c:254:2: greenlet needs to be ported to this platform BROKEN_powerpc= fails to compile BROKEN_sparc64= fails to compile Modified: head/net/linknx/Makefile ============================================================================== --- head/net/linknx/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/net/linknx/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone +BROKEN_aarch64= fails to compile: /usr/include/c++/v1/math.h:733:39: no member named 'fabsf' in the global namespace; did you mean simply 'fabsf'? BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_armv7= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault Modified: head/net/rsplib/Makefile ============================================================================== --- head/net/rsplib/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/net/rsplib/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -12,6 +12,10 @@ COMMENT= RSerPool Framework and Example Applications LICENSE= GPLv3 +BROKEN_aarch64= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id +BROKEN_armv6= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id +BROKEN_armv7= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode \ --enable-qt --with-qt-lib=${QT_LIBDIR} \ Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/science/afni/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -33,6 +33,9 @@ RUN_DEPENDS= endian:sysutils/endian \ ppmtogif:graphics/netpbm \ qhull:math/qhull5 +BROKEN_aarch64= fails to compile: suma_utils.c:3043:10: statement requires expression of scalar type +BROKEN_sparc64= fails to compile: undefined reference to '_mcount' + CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ open-usp-tukubai-[0-9]* @@ -47,8 +50,6 @@ SHEBANG_FILES= suma_change_spec \ USE_GNOME= glib20 .include - -BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'" USE_GL= gl glu glw USE_XORG= x11 xext xi xmu xp xt Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/security/botan2/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs +BROKEN_aarch64= fails to compile: ./src/lib/block/aes/aes_armv8/aes_armv8.cpp:40:25: use of undeclared identifier 'vaeseq_u8' + OPTIONS_DEFINE= SQLITE3 SSL DOCS OPTIONS_DEFAULT= SSL OPTIONS_SUB= yes Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/security/highwayhash/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -11,7 +11,8 @@ COMMENT= Fast strong hash functions: SipHash/HighwayHa LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 +BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms' +ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h USES= gmake Modified: head/security/sha1collisiondetection/Makefile ============================================================================== --- head/security/sha1collisiondetection/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/security/sha1collisiondetection/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -11,6 +11,7 @@ COMMENT= Library and command line tool to detect SHA-1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90 Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/www/chromium/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -62,7 +62,10 @@ LIB_DEPENDS= libspeechd.so:accessibility/speech-dispat RUN_DEPENDS= xdg-open:devel/xdg-utils \ droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf -ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_FreeBSD_11_aarch64= components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous +BROKEN_FreeBSD_12_aarch64= third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval' +ONLY_FOR_ARCHS= aarch64 amd64 i386 + .endif .if defined(GN_ONLY) Modified: head/www/ctemplate/Makefile ============================================================================== --- head/www/ctemplate/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/www/ctemplate/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -9,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= ap@page2rss.com COMMENT= Template system for C +BROKEN_aarch64= fails to compile: assigning to char * from incompatible type const char * BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char * BROKEN_armv7= fails to compile: assigning to char * from incompatible type const char * Modified: head/x11-toolkits/mygui/Makefile ============================================================================== --- head/x11-toolkits/mygui/Makefile Tue Dec 19 14:40:35 2017 (r456718) +++ head/x11-toolkits/mygui/Makefile Tue Dec 19 14:41:29 2017 (r456719) @@ -23,6 +23,7 @@ BUILD_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} .endif +BROKEN_aarch64= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' BROKEN_armv6= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' 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 *' with an rvalue of type 'int' BROKEN_powerpc64= fails to build