Date: Sun, 17 Jun 2018 02:24:24 +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: r472589 - head/math/vtk5 Message-ID: <201806170224.w5H2OOjA063454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806170224.w5H2OOjA063454>