Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2017 00:44:33 +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: r439778 - in head: dns/powerdns editors/yui graphics/megapov graphics/mozjpeg graphics/opencollada graphics/opencolorio graphics/povray36 graphics/povray37 irc/charybdis irc/psybnc
Message-ID:  <201704300044.v3U0iXum052485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Apr 30 00:44:32 2017
New Revision: 439778
URL: https://svnweb.freebsd.org/changeset/ports/439778

Log:
  Provide more descriptive error messages for ports failing on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/dns/powerdns/Makefile
  head/editors/yui/Makefile
  head/graphics/megapov/Makefile
  head/graphics/mozjpeg/Makefile
  head/graphics/opencollada/Makefile
  head/graphics/opencolorio/Makefile
  head/graphics/povray36/Makefile
  head/graphics/povray37/Makefile
  head/irc/charybdis/Makefile
  head/irc/psybnc/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/dns/powerdns/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: undefined reference to std::__throw_out_of_range_fmt
 BROKEN_sparc64=		Does not compile: error: to_string is not a member of std
 
 USES=		compiler:c++11-lib cpe gmake libtool localbase:ldflags pathfix pkgconfig ssl \

Modified: head/editors/yui/Makefile
==============================================================================
--- head/editors/yui/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/editors/yui/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -22,7 +22,7 @@ MAKE_ENV=	LIBPATH=${PREFIX}/lib
 BROKEN_aarch64=		Does not compile: error: cast from pointer to smaller type loses information
 BROKEN_mips64=		Does not compile: error: cast from unsigned char* to unsigned int loses precision
 BROKEN_sparc64=		Does not compile on sparc64
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: strip: open tyui/y failed: No such file or directory
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/megapov/Makefile
==============================================================================
--- head/graphics/megapov/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/megapov/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://megapov.inetart.net
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Unofficial extensions of POV-Ray
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: nputoutput.cpp:1: error: 64 bit CPU requiredd
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff

Modified: head/graphics/mozjpeg/Makefile
==============================================================================
--- head/graphics/mozjpeg/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/mozjpeg/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -44,7 +44,7 @@ TURBOJPEG_CONFIGURE_WITH=	turbojpeg
 
 BROKEN_aarch64=		Does not configure: error: SIMD support cannot be enabled
 BROKEN_mips64=		Does not configure: error: SIMD support cannot be enabled
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: undefined reference to htole32
 BROKEN_sparc64=		Does not configure: error: SIMD support cannot be enabled
 
 post-patch:

Modified: head/graphics/opencollada/Makefile
==============================================================================
--- head/graphics/opencollada/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/opencollada/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: c++: Internal error: Killed (program cc1plus)
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup

Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/opencolorio/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -38,7 +38,7 @@ SHEBANG_FILES=	share/sphinx/ExtractRstFr
 BROKEN_aarch64=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
 BROKEN_armv6=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
 BROKEN_mips64=		Does not compile: error: unrecognized command line option -msse2
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not compile: error: unrecognized command line option -msse2
 BROKEN_sparc64=		Does not compile: error: unrecognized command line option -msse2
 
 .include <bsd.port.options.mk>

Modified: head/graphics/povray36/Makefile
==============================================================================
--- head/graphics/povray36/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/povray36/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -14,11 +14,11 @@ DIST_SUBDIR=	povray36
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Persistence of Vision Ray Tracer
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
+BROKEN_powerpc64=	Does not build: error: 64 bit CPU required
+
 USE_XORG=	x11
 USES=		gmake jpeg tar:bzip2
 GNU_CONFIGURE=	yes

Modified: head/graphics/povray37/Makefile
==============================================================================
--- head/graphics/povray37/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/graphics/povray37/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -13,7 +13,7 @@ COMMENT=	Persistence of Vision Ray Trace
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: c++: Internal error: Killed (program cc1plus)
 
 OPTIONS_DEFINE=	X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS
 OPTIONS_DEFAULT=PNG JPEG

Modified: head/irc/charybdis/Makefile
==============================================================================
--- head/irc/charybdis/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/irc/charybdis/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -11,7 +11,7 @@ COMMENT=	Powerful IRC daemon, based on i
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: undefined reference to le32toh
 
 CONFLICTS=	ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \
 		nefarious-[0-9]* ircd-hybrid-[0-9]* \

Modified: head/irc/psybnc/Makefile
==============================================================================
--- head/irc/psybnc/Makefile	Sat Apr 29 23:00:33 2017	(r439777)
+++ head/irc/psybnc/Makefile	Sun Apr 30 00:44:32 2017	(r439778)
@@ -13,7 +13,7 @@ COMMENT=	Powerful IRC bouncer
 
 LICENSE=	GPLv1+ # though COPYING is GPLv2
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: exec(clang) failed (No such file or directory)
 
 USES=		dos2unix ssl
 DOS2UNIX_GLOB=	*.c *.h



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