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 <lini...@freebsd.org> -----

Date: Wed, 16 Nov 2016 00:34:37 +0000 (UTC)
From: Mark Linimon <lini...@freebsd.org>
To: ports-committ...@freebsd.org, svn-ports-...@freebsd.org, 
svn-ports-h...@freebsd.org
Subject: svn commit: r426199 - in head: mail/jmba mail/thunderbird math/gap 
math/openlibm misc/e2fsprogs-libblkid multimedia/assimp
        multimedia/bino multimedia/libva-intel-driver multimedia/libxine 
multimedi...

Author: linimon
Date: Wed Nov 16 00:34:36 2016
New Revision: 426199
URL: https://svnweb.freebsd.org/changeset/ports/426199

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

Modified:
  head/mail/jmba/Makefile
  head/mail/thunderbird/Makefile
  head/math/gap/Makefile
  head/math/openlibm/Makefile
  head/misc/e2fsprogs-libblkid/Makefile
  head/multimedia/assimp/Makefile
  head/multimedia/bino/Makefile
  head/multimedia/libva-intel-driver/Makefile
  head/multimedia/libxine/Makefile
  head/multimedia/mencoder/Makefile
  head/multimedia/mkclean/Makefile
  head/multimedia/mplayer/Makefile
  head/multimedia/nordlicht/Makefile
  head/multimedia/obs-studio/Makefile
  head/multimedia/x265/Makefile

Modified: head/mail/jmba/Makefile
==============================================================================
--- head/mail/jmba/Makefile     Wed Nov 16 00:34:23 2016        (r426198)
+++ head/mail/jmba/Makefile     Wed Nov 16 00:34:36 2016        (r426199)
@@ -12,6 +12,8 @@ COMMENT=      Junk Mail Buffering Agent
 GNU_CONFIGURE= yes
 USES=  gmake tar:bzip2
 
+BROKEN_aarch64=        Fails to build: gmake: msgfmt: Command not found
+
 PLIST_FILES=   bin/jmba \
                man/man1/jmba.1.gz
 

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile      Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/mail/thunderbird/Makefile      Wed Nov 16 00:34:36 2016        
(r426199)
@@ -41,6 +41,8 @@ USE_MOZILLA=  # empty
 USE_GL=                gl
 USES=          tar:xz
 
+BROKEN_aarch64=                Fails to link: js-dtrace.o.arJ1an: error adding 
symbols: File in wrong format
+
 MOZ_OPTIONS=   --program-transform-name='s/thunderbird/${MOZILLA}/' \
        --enable-single-profile --disable-profilesharing \
        --enable-application=mail --enable-official-branding

Modified: head/math/gap/Makefile
==============================================================================
--- head/math/gap/Makefile      Wed Nov 16 00:34:23 2016        (r426198)
+++ head/math/gap/Makefile      Wed Nov 16 00:34:36 2016        (r426199)
@@ -38,6 +38,8 @@ GAP_LIBDIR=   ${PREFIX}/lib/${GAP_VERSION}
 WRKSRC=                ${WRKDIR}/${GAP_VERSION}
 PLIST_FILES=   bin/gap
 
+BROKEN_aarch64=                Fails to link: undefined reference to 
SyAllocBags
+
 post-patch:
        @${REINPLACE_CMD} -i '' -e '1s|/usr/bin/sh|/bin/sh|' 
${WRKSRC}/pkg/happrime/make_tarball
 

Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile Wed Nov 16 00:34:23 2016        (r426198)
+++ head/math/openlibm/Makefile Wed Nov 16 00:34:36 2016        (r426199)
@@ -14,8 +14,6 @@ LICENSE=      MIT ISCL BSD2CLAUSE
 LICENSE_COMB=  multi
 LICENSE_FILE=  ${WRKSRC}/LICENSE.md
 
-BROKEN_powerpc64=      Does not build
-
 USE_GITHUB=    yes
 GH_ACCOUNT=    JuliaLang
 GH_PROJECT=    openlibm
@@ -23,6 +21,9 @@ GH_PROJECT=   openlibm
 USES=  gmake
 USE_LDCONFIG=  yes
 
+BROKEN_aarch64=                Does not compile: the clang compiler does not 
support -march=aarch64
+BROKEN_powerpc64=      Does not build
+
 .include <bsd.port.pre.mk>
 
 MAKE_ENV+=     prefix=${PREFIX}

Modified: head/misc/e2fsprogs-libblkid/Makefile
==============================================================================
--- head/misc/e2fsprogs-libblkid/Makefile       Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/misc/e2fsprogs-libblkid/Makefile       Wed Nov 16 00:34:36 2016        
(r426199)
@@ -20,6 +20,8 @@ INSTALL_WRKSRC=       ${WRKSRC}/lib/blkid
 
 PKGDIR=                ${.CURDIR}
 
+BROKEN_aarch64=                Fails to build: No targets specified and no 
makefile found
+
 pre-build:
        ${MKDIR} ${WRKSRC}/lib/blkid/elfshared
        cd ${WRKSRC}/util && ${MAKE_CMD} subst

Modified: head/multimedia/assimp/Makefile
==============================================================================
--- head/multimedia/assimp/Makefile     Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/assimp/Makefile     Wed Nov 16 00:34:36 2016        
(r426199)
@@ -12,7 +12,10 @@ COMMENT=     Library to import various 3D mo
 LICENSE=       BSD3CLAUSE
 LICENSE_FILE=  ${WRKSRC}/LICENSE
 
+BROKEN_aarch64=                Does not compile: error: 
non-constant-expression cannot be narrowed from type int8_t to char
+BROKEN_armv6=          Does not compile: error: non-constant-expression cannot 
be narrowed from type int8_t to char
 BROKEN_powerpc64=      Does not build
+BROKEN_armv6=          Does not compile: error: ByteSwap has not been declared
 
 USES=          cmake compiler:c++11-lib pkgconfig
 USE_GITHUB=            yes

Modified: head/multimedia/bino/Makefile
==============================================================================
--- head/multimedia/bino/Makefile       Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/bino/Makefile       Wed Nov 16 00:34:36 2016        
(r426199)
@@ -33,6 +33,8 @@ OPTIONS_SUB=  yes
 NLS_USES=      gettext
 NLS_CONFIGURE_ENABLE=nls
 
+BROKEN_aarch64=                Fails to compile: error: call to member 
function insert is ambiguous
+
 # fixes build on non UTF-8 enviroments
 post-patch:
        @${REINPLACE_CMD} -e 's|echo $<|LANG=C; LC_ALL=C; &|' \

Modified: head/multimedia/libva-intel-driver/Makefile
==============================================================================
--- head/multimedia/libva-intel-driver/Makefile Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/libva-intel-driver/Makefile Wed Nov 16 00:34:36 2016        
(r426199)
@@ -23,6 +23,8 @@ USE_LDCONFIG= yes
 
 PLIST_FILES=   lib/va/i965_drv_video.so
 
+BROKEN_aarch64=                Fails to compile: fatal error: intel_bufmgr.h 
file not found
+
 post-patch:    .SILENT
        ${REINPLACE_CMD} -e 's/-ldl//' \
                ${WRKSRC}/src/Makefile.am

Modified: head/multimedia/libxine/Makefile
==============================================================================
--- head/multimedia/libxine/Makefile    Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/libxine/Makefile    Wed Nov 16 00:34:36 2016        
(r426199)
@@ -70,6 +70,8 @@ DOCSDIR=      ${PREFIX}/share/doc/xine-lib
 PLUGINSDIR=    lib/xine/plugins/2.5
 PLIST_SUB=     PLUGINSDIR="${PLUGINSDIR}"
 
+BROKEN_aarch64=                Fails to configure: error: no acceptable as 
found in $PATH
+
 OPTIONS_DEFINE=        NLS CACA ESOUND JACK GNOMEVFS2 PULSEAUDIO XVMC SMB 
AALIB \
                IMAGEMAGICK PIXBUF WAVPACK VAAPI LIBBLURAY
 OPTIONS_DEFAULT=VAAPI

Modified: head/multimedia/mencoder/Makefile
==============================================================================
--- head/multimedia/mencoder/Makefile   Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/mencoder/Makefile   Wed Nov 16 00:34:36 2016        
(r426199)
@@ -81,6 +81,8 @@ ALL_TARGET=   mencoder
 
 .include "${.CURDIR}/../mplayer/Makefile.options"
 
+BROKEN_aarch64=                Fails to compile: error: invalid operand for 
instruction
+
 pre-everything::
        @${ECHO_MSG} "N - O - T - E"
        @${ECHO_MSG} ""

Modified: head/multimedia/mkclean/Makefile
==============================================================================
--- head/multimedia/mkclean/Makefile    Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/mkclean/Makefile    Wed Nov 16 00:34:36 2016        
(r426199)
@@ -24,7 +24,9 @@ BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
 PLIST_FILES=   bin/mkclean \
                bin/mkWDclean
 
-BROKEN_sparc64=        Does not install on sparc64: gmake: GNUmakefile: No 
such file or directory
+BROKEN_aarch64=        Does not install: arm-none-linux-gnueabi-gcc: Command 
not found
+BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found
+BROKEN_sparc64=        Does not install: gmake: GNUmakefile: No such file or 
directory
 
 post-extract:
        @${REINPLACE_CMD} -e 's,/usr/local,$$(DESTDIR)$$(PREFIX),g' 
${WRKSRC}/corec/tools/coremake/gcc_mak.inc

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile    Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/mplayer/Makefile    Wed Nov 16 00:34:36 2016        
(r426199)
@@ -115,6 +115,9 @@ CONFIGURE_ARGS+=--disable-x11
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../multimedia/mplayer/Makefile.options"
 
+BROKEN_armv6=          Fails to compile: Error: garbage following instruction 
-- vmov s16,SCALE
+BROKEN_aarch64=                Fails to compile: error: invalid operand for 
instruction
+
 pre-everything::
        @${ECHO_MSG} "N - O - T - E"
        @${ECHO_MSG} ""

Modified: head/multimedia/nordlicht/Makefile
==============================================================================
--- head/multimedia/nordlicht/Makefile  Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/nordlicht/Makefile  Wed Nov 16 00:34:36 2016        
(r426199)
@@ -13,8 +13,6 @@ COMMENT=      Create moodbars from video file
 LICENSE=       GPLv2
 LICENSE_FILE=  ${WRKSRC}/LICENSE.md
 
-BROKEN_powerpc64=      Does not build
-
 BUILD_DEPENDS= help2man:misc/help2man
 LIB_DEPENDS=   libavcodec.so:multimedia/ffmpeg \
                libpopt.so:devel/popt \
@@ -25,4 +23,7 @@ USE_GITHUB=   yes
 USES=          cmake:outsource pkgconfig
 USE_LDCONFIG=  yes
 
+BROKEN_aarch64=                Fails to install: runaway process
+BROKEN_powerpc64=      Does not build
+
 .include <bsd.port.mk>

Modified: head/multimedia/obs-studio/Makefile
==============================================================================
--- head/multimedia/obs-studio/Makefile Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/obs-studio/Makefile Wed Nov 16 00:34:36 2016        
(r426199)
@@ -38,6 +38,8 @@ GH_ACCOUNT=   jp9000
 
 INSTALLS_ICONS=        yes
 
+BROKEN_aarch64=                Fails to compile: invalid conversion between 
vector type and integer type
+
 .include <bsd.port.pre.mk>
 
 .if ${CHOSEN_COMPILER_TYPE} == gcc

Modified: head/multimedia/x265/Makefile
==============================================================================
--- head/multimedia/x265/Makefile       Wed Nov 16 00:34:23 2016        
(r426198)
+++ head/multimedia/x265/Makefile       Wed Nov 16 00:34:36 2016        
(r426199)
@@ -23,6 +23,8 @@ EXTRACT_AFTER_ARGS+=  --exclude "md5*"
 
 WRKSRC=                ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source
 
+BROKEN_mips64=         Fails to link: Nonrepresentable section on output
+
 do-test:
        ${WRKSRC}/test/TestBench
 


----- End forwarded message -----
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to