Date: Sat, 29 Apr 2017 06:32:03 +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: r439720 - in head/devel: ace caf compiler-rt cssc e2fsprogs-libss ffcall kBuild libhoard libosmo-netif libpru llvm-devel llvm33 llvm38 objecthash php-uprofiler py-llfuse py-pyinstaller ... Message-ID: <201704290632.v3T6W3gb095643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Apr 29 06:32:03 2017 New Revision: 439720 URL: https://svnweb.freebsd.org/changeset/ports/439720 Log: Provide more descriptive error messages for ports failing on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/ace/Makefile head/devel/caf/Makefile head/devel/compiler-rt/Makefile head/devel/cssc/Makefile head/devel/e2fsprogs-libss/Makefile head/devel/ffcall/Makefile head/devel/kBuild/Makefile head/devel/libhoard/Makefile head/devel/libosmo-netif/Makefile head/devel/libpru/Makefile head/devel/llvm-devel/Makefile head/devel/llvm33/Makefile head/devel/llvm38/Makefile head/devel/objecthash/Makefile head/devel/php-uprofiler/Makefile head/devel/py-llfuse/Makefile head/devel/py-pyinstaller/Makefile head/devel/tex-libtexluajit/Makefile head/devel/zpu-gcc/Makefile Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/ace/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -35,7 +35,7 @@ CONFLICTS= ace+tao-5* BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc= Does not compile on ${ARCH} -BROKEN_powerpc64= Does not build on ${ARCH} +BROKEN_powerpc64= Does not build on ${ARCH}: undefined reference to fmodl BROKEN_sparc64= Does not compile on ${ARCH} OPTIONS_DEFINE= FLTK QT4 SSL TK TRIO X11 Modified: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/caf/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -12,7 +12,7 @@ COMMENT= C++ actor framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build: error: to_string is not a member of std CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic LDFLAGS+= -pthread Modified: head/devel/compiler-rt/Makefile ============================================================================== --- head/devel/compiler-rt/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/compiler-rt/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -9,10 +9,10 @@ MASTER_SITES= LOCAL/brooks MAINTAINER= brooks@FreeBSD.org COMMENT= Compiler runtime library with Blocks support -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= cmake:devel/cmake +BROKEN_powerpc64= does not build: undefined reference to fmax + CONFIGURE_WRKSRC= ${WRKDIR}/build BUILD_WRKSRC= ${WRKDIR}/build INSTALL_WRKSRC= ${WRKDIR}/build Modified: head/devel/cssc/Makefile ============================================================================== --- head/devel/cssc/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/cssc/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -13,7 +13,7 @@ COMMENT= Workalike for the source code c LICENSE= GPLv3 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build: undefined reference to fmax GNU_CONFIGURE= yes INFO= cssc Modified: head/devel/e2fsprogs-libss/Makefile ============================================================================== --- head/devel/e2fsprogs-libss/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/e2fsprogs-libss/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -13,7 +13,7 @@ CONFLICTS+= krb4-[0-9]* BROKEN_mips= Does not build: expected declaration specifiers before size_t BROKEN_mips64= Does not build: expected declaration specifiers before size_t -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: expected declaration specifiers before size_t BROKEN_sparc64= Does not build: expected declaration specifiers before size_t OPTIONS_EXCLUDE= DOCS EXAMPLES IPV6 NLS Modified: head/devel/ffcall/Makefile ============================================================================== --- head/devel/ffcall/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/ffcall/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BROKEN_aarch64= Does not build: No rule to make target avcall-aarch64.lo BROKEN_armv6= Does not build: error: invalid instruction BROKEN_mips64== Does not build: error: duplicate member anum -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: No rule to make target avcall-powerpc64.lo GNU_CONFIGURE= yes USES= gmake libtool Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/kBuild/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -13,10 +13,10 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}r269 MAINTAINER= vbox@FreeBSD.org COMMENT= Makefile framework -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex +BROKEN_powerpc64= does not build: fatal error: xmmintrin.h: No such file or directory + USE_GCC= any USES= autoreconf:build gmake makeinfo Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/libhoard/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING BROKEN_aarch64= no spin lock implementation is available for this platform BROKEN_mips= no spin lock implementation is available for this platform BROKEN_mips64= no spin lock implementation is available for this platform -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: Error: instruction address is not a multiple of 4 BROKEN_sparc64= Does not build USE_LDCONFIG= yes Modified: head/devel/libosmo-netif/Makefile ============================================================================== --- head/devel/libosmo-netif/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/libosmo-netif/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -17,7 +17,7 @@ LIB_DEPENDS= libosmocore.so:devel/libosm BROKEN_mips= Does not build: undefined reference to __bswap_16 BROKEN_mips64= Does not build: undefined reference to __bswap_16 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: undefined reference to __bswap_16 BROKEN_sparc64= Does not build: undefined reference to __bswap_16 USES= autoreconf libtool pathfix pkgconfig Modified: head/devel/libpru/Makefile ============================================================================== --- head/devel/libpru/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/libpru/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE IGNORE_DragonFly= only supported on FreeBSD BROKEN_mips= Does not build: unrecognized command line option -Weverything BROKEN_mips64= Does not build: unrecognized command line option -Weverything -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: unrecognized command line option -Weverything BROKEN_sparc64= Does not build: unrecognized command line option -Weverything USES= cmake Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/llvm-devel/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: vsnprintf was not declared in this scope LLVM_SUFFIX= -devel LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} Modified: head/devel/llvm33/Makefile ============================================================================== --- head/devel/llvm33/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/llvm33/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) LLVM_SUFFIX= ${PORTVERSION:S/.//g} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/llvm38/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -12,7 +12,7 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: internal compiler error: Killed (program cc1plus) LLVM_RELEASE= ${DISTVERSION:C/rc.*//} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} Modified: head/devel/objecthash/Makefile ============================================================================== --- head/devel/objecthash/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/objecthash/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -11,11 +11,11 @@ COMMENT= Cross-language way to cryptogra LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libicudata.so:devel/icu \ libjson-c.so:devel/json-c +BROKEN_powerpc64= Does not build: error: variably modified hash at file scope + USES= pkgconfig ssl USE_GITHUB= yes USE_LDCONFIG= yes Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/php-uprofiler/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: invokes x86 asm BROKEN_sparc64= Does not build: invokes x86 asm USE_GITHUB= yes Modified: head/devel/py-llfuse/Makefile ============================================================================== --- head/devel/py-llfuse/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/py-llfuse/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -11,7 +11,7 @@ COMMENT= Python bindings for low-level F LICENSE= LGPL20+ -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: conversion to mode_t from int may alter its value USES?= compiler:c++11-lang fuse pkgconfig python tar:bz2 USE_PYTHON= autoplist distutils Modified: head/devel/py-pyinstaller/Makefile ============================================================================== --- head/devel/py-pyinstaller/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/py-pyinstaller/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -16,7 +16,7 @@ LICENSE= GPLv2 BROKEN_aarch64= Does not compile: error: stb__testsize2_uinta declared as an array with a negative size BROKEN_mips64= Does not compile: cc1: error: unrecognized command line option "-m64 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not compile: error: size of array stb__testsize2_uinta is negative BROKEN_sparc64= Does not compile: error: size of array stb__testsize2_uinta is negative OPTIONS_DEFINE= DOCS Modified: head/devel/tex-libtexluajit/Makefile ============================================================================== --- head/devel/tex-libtexluajit/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/tex-libtexluajit/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COP BROKEN_aarch64= Does not configure: error: Sorry, can not preprocess lj_arch.h BROKEN_mips= Does not configure: error: Sorry, can not preprocess lj_arch.h BROKEN_mips64= Does not configure: error: Sorry, can not preprocess lj_arch.h -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: uninitialized constant Config (NameError) BROKEN_sparc64= Does not configure: error: Sorry, can not preprocess lj_arch.h USES= tar:xz libtool pathfix pkgconfig Modified: head/devel/zpu-gcc/Makefile ============================================================================== --- head/devel/zpu-gcc/Makefile Sat Apr 29 06:03:17 2017 (r439719) +++ head/devel/zpu-gcc/Makefile Sat Apr 29 06:32:03 2017 (r439720) @@ -12,11 +12,11 @@ COMMENT= ZPU gcc compiler LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_powerpc64= Does not build + WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain USES= gettext gmake makeinfo MANDIRS= ${PREFIX}/zpu/man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704290632.v3T6W3gb095643>