svn commit: r472589 - head/math/vtk5

Mark Linimon linimon at FreeBSD.org
Sun Jun 17 02:24:25 UTC 2018


Author: linimon
Date: Sun Jun 17 02:24:24 2018
New Revision: 472589
URL: https://svnweb.freebsd.org/changeset/ports/472589

Log:
  Mark as broken on powerpc64.
  
  The full message is:
  
    /usr/bin/ld:
    Graphics/CMakeFiles/vtkGraphics.dir/vtkProbeFilter.cxx.o(.text+0x182c):
    sibling call optimization to '_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc'
    does not allow automatic multiple TOCs; recompile with -mminimal-toc or
    -fno-optimize-sibling-calls, or make
    '_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' extern
  
  This is beyond the scope of what I understand how to fix.

Modified:
  head/math/vtk5/Makefile

Modified: head/math/vtk5/Makefile
==============================================================================
--- head/math/vtk5/Makefile	Sun Jun 17 02:18:23 2018	(r472588)
+++ head/math/vtk5/Makefile	Sun Jun 17 02:24:24 2018	(r472589)
@@ -14,6 +14,8 @@ COMMENT=	The Visualization Toolkit
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/Copyright.txt
 
+BROKEN_powerpc64=	fails to build: sibling call optimization to `_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' does not allow automatic multiple TOCs
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff


More information about the svn-ports-all mailing list