Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 12:02:07 +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: r441309 - in head: databases/xapian-core devel/aarch64-binutils devel/llvm34 devel/mingw32-gcc editors/vim emulators/qemu lang/pypy multimedia/cuse4bsd-kmod multimedia/ffmpegthumbnailer...
Message-ID:  <201705201202.v4KC27v7095981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 20 12:02:07 2017
New Revision: 441309
URL: https://svnweb.freebsd.org/changeset/ports/441309

Log:
  Mark some ports failing on power64.  In cases where the error message
  was a stub, provide a real one.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)
  Reported by:	swills

Modified:
  head/databases/xapian-core/Makefile
  head/devel/aarch64-binutils/Makefile
  head/devel/llvm34/Makefile
  head/devel/mingw32-gcc/Makefile
  head/editors/vim/Makefile
  head/emulators/qemu/Makefile
  head/lang/pypy/Makefile
  head/multimedia/cuse4bsd-kmod/Makefile
  head/multimedia/ffmpegthumbnailer/Makefile
  head/multimedia/libcec/Makefile
  head/multimedia/vlc-qt4/Makefile
  head/net/p5-Net-SSH-Perl/Makefile
  head/print/texlive-base/Makefile
  head/science/orthanc/Makefile
  head/sysutils/cdrdao/Makefile
  head/sysutils/lsof/Makefile

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/databases/xapian-core/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -14,6 +14,8 @@ COMMENT=	Probabilistic text search datab
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to configure: A compiler with support for C++11 language features is required
+
 CONFLICTS_INSTALL=	xapian-core10- xapian-core12-
 
 OPTIONS_DEFINE=	DOCS SSE2

Modified: head/devel/aarch64-binutils/Makefile
==============================================================================
--- head/devel/aarch64-binutils/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/devel/aarch64-binutils/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -4,6 +4,10 @@ COMMENT=	GNU binutils for AArch64 cross-
 PKGNAMEPREFIX=	aarch64-
 PLIST=	${.CURDIR}/pkg-plist
 
+BROKEN_mips=		fails to configure: error: C compiler cannot create executables
+BROKEN_mips64=		fails to configure: error: C compiler cannot create executables
+BROKEN_powerpc64=	fails to configure: error: C compiler cannot create executables
+
 MASTERDIR=	${.CURDIR}/../binutils
 OPTIONS_DEFAULT=	STATIC
 

Modified: head/devel/llvm34/Makefile
==============================================================================
--- head/devel/llvm34/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/devel/llvm34/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -11,7 +11,8 @@ PKGNAMESUFFIX=	${LLVM_SUFFIX}
 MAINTAINER=	brooks@FreeBSD.org
 COMMENT=	Low Level Virtual Machine
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	does not compile: libLLVMMipsCodeGen.a: sibling call optimization does not allow automatic multiple TOCs
+BROKEN_sparc64=		does not compile: llvm::Function::lookupIntrinsicID() Function.cpp: internal compiler error: Abort trap
 
 LLVM_SUFFIX=	${PORTVERSION:C/([0-9]\.[0-9]).*/\1/:S/.//g:C/r.//}
 LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}

Modified: head/devel/mingw32-gcc/Makefile
==============================================================================
--- head/devel/mingw32-gcc/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/devel/mingw32-gcc/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
 
+BROKEN_powerpc64=	fails to configure: error: cannot compute suffix of object files: cannot compile
+
 GCCVERSION=	4.8.1
 
 SSP_UNSAFE=	yes

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/editors/vim/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -14,6 +14,8 @@ LICENSE_NAME=	VIM License
 LICENSE_FILE=	${WRKSRC}/runtime/doc/uganda.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
+
 OPTIONS_DEFINE=		CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS NLS XTERM_SAVE
 OPTIONS_SINGLE=		UI
 OPTIONS_SINGLE_UI=	ATHENA CONSOLE GNOME GTK2 GTK3 MOTIF X11

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/emulators/qemu/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -22,6 +22,8 @@ USE_GNOME+=	cairo glib20
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
 .endif
 
+BROKEN_powerpc64=	fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
+
 OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
 		CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \
 		STATIC_LINK DOCS NCURSES
@@ -107,11 +109,11 @@ MAKE_ARGS+=	ARCH=ppc64
 CONFIGURE_ARGS+=	--sparc_cpu=v9
 .endif
 
-# clang in freebsd 10 is unable to assemble linuxboot_dma.bin 
-.if (${OSVERSION} < 1100000) 
-PLIST_SUB+=     LINUXBOOT_DMA="@comment " 
-.else 
-PLIST_SUB+=     LINUXBOOT_DMA="" 
+# clang in freebsd 10 is unable to assemble linuxboot_dma.bin
+.if (${OSVERSION} < 1100000)
+PLIST_SUB+=     LINUXBOOT_DMA="@comment "
+.else
+PLIST_SUB+=     LINUXBOOT_DMA=""
 .endif
 
 # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC)

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/lang/pypy/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -24,6 +24,9 @@ TEST_DEPENDS=	${LOCALBASE}/${PYPY_DIR}/l
 ONLY_FOR_ARCHS?=i386 amd64 armv6 powerpc64
 ONLY_FOR_ARCHS_REASON?=	PyPy JIT only supported on these architectures
 
+BROKEN_armv6=		fails to package: pypy_objspace_std.c: Crash in JIT!
+BROKEN_powerpc64=	fails to compile: platcheck_109.c: fatal error: linux/auxvec.h: No such file or directory
+
 OPTIONS_SINGLE=	TRANS
 OPTIONS_SINGLE_TRANS=	PYTHON
 PYTHON_DESC=	Use Python-2.7 to translate (slowest)

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -11,6 +11,8 @@ COMMENT=	Cuse4BSD character device loopb
 
 CONFLICTS=	video4bsd-kmod*
 
+BROKEN_powerpc64=	fails to compile: pcpu.h: error: size of array '__assert_0' is negative
+
 KMODNAME=	cuse4bsd
 LIBDIR=		${PREFIX}/lib
 INCLUDEDIR=	${PREFIX}/include

Modified: head/multimedia/ffmpegthumbnailer/Makefile
==============================================================================
--- head/multimedia/ffmpegthumbnailer/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/multimedia/ffmpegthumbnailer/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libswscale.so:multimedia/ffmpeg
 
+BROKEN_powerpc64=	fails to compile: moviedecoder.cpp: error: 'to_string' is not a member of 'std'
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	dirkvdb
 

Modified: head/multimedia/libcec/Makefile
==============================================================================
--- head/multimedia/libcec/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/multimedia/libcec/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libp8-platform.so:devel/p8-platform
 
+BROKEN_powerpc64=	fails to compile: cecloader.h: converting to 'bool' from 'std::nullptr_t' requires direct-initialization
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Pulse-Eight
 

Modified: head/multimedia/vlc-qt4/Makefile
==============================================================================
--- head/multimedia/vlc-qt4/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/multimedia/vlc-qt4/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -10,6 +10,8 @@ OPTIONS_EXCLUDE=	QT5
 
 CONFLICTS=	vlc-[0-9]*
 
+BROKEN_powerpc64=	fails to compile: modules/plugins.dat: Segmentation fault (core dumped)
+
 MASTERDIR=	${.CURDIR}/../vlc
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net/p5-Net-SSH-Perl/Makefile
==============================================================================
--- head/net/p5-Net-SSH-Perl/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/net/p5-Net-SSH-Perl/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -26,6 +26,8 @@ BUILD_DEPENDS=	p5-Crypt-Curve25519>=0.05
 		p5-String-CRC32>=1.2:devel/p5-String-CRC32
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN_powerpc64=	fails to compile: src/chacha/poly1305.c: subscripted value is neither array nor pointer
+
 CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="1"
 NO_ARCH=	yes
 USES=		perl5

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/print/texlive-base/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -26,6 +26,8 @@ LIB_DEPENDS=	libicuio.so:devel/icu \
 		libpoppler.so:graphics/poppler \
 		libpotrace.so:graphics/libpotrace
 
+BROKEN_powerpc64=	fails to configure: checking requested system `icu' library... failed
+
 CONFLICTS_INSTALL=	texlive-texmf-201[234]*
 
 USE_TEX=	web2c kpathsea ptexenc tlmgr texhash-bootstrap
@@ -112,7 +114,6 @@ SHEBANG_FILES=	texk/texlive/linked_scrip
 	texk/texlive/linked_scripts/urlbst/urlbst \
 	texk/texlive/linked_scripts/yplan/yplan
 
-
 INFO=	dvipng tlbuild
 
 OPTIONS_DEFINE=	X11

Modified: head/science/orthanc/Makefile
==============================================================================
--- head/science/orthanc/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/science/orthanc/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -35,7 +35,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libgtest.so:devel/googletest \
 		libpugixml.so:textproc/pugixml
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to configure: CMake: Looking for C++ include pugixml.hpp - not found
 
 CMAKE_ARGS=	-DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \
 		-DDCMTK_DIR="${LOCALBASE}" \

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/sysutils/cdrdao/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -13,6 +13,10 @@ COMMENT?=	Record CD-R[W]s in disk-at-onc
 
 LICENSE=	GPLv2
 
+BROKEN_mips=		fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+BROKEN_mips64=		fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+
 GNU_CONFIGURE=	yes
 USE_CXXSTD=	c++11
 USES=		alias gmake tar:bzip2

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sat May 20 11:20:13 2017	(r441308)
+++ head/sysutils/lsof/Makefile	Sat May 20 12:02:07 2017	(r441309)
@@ -29,6 +29,8 @@ LICENSE_NAME=lsof
 LICENSE_FILE=${FILESDIR}/LICENSE
 LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: sys/pcpu.h: error: size of array '__assert_0' is negative
+
 #Please leave the below line in for the next clean up.
 FIXUP_RELEASE=	YES
 .if defined(FIXUP_RELEASE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705201202.v4KC27v7095981>