#20002: bugs in vtk-devel Portfile on Tiger -------------------------------+-------------------------------------------- Reporter: jjstickel@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: Tiger darwin_8 | Port: vtk-devel -------------------------------+-------------------------------------------- For the variant 'data', a "tar --strip-components ..." is used. The tar with Tiger predates the --strip-components option, and hence this fails. One option is to force the use of gnutar as provided by macports. For the variant 'doc', a "ln -Fhs ..." is used. The ln with Tiger does not have the 'F' option, and hence this fails. Although the 'gln' in coreutils provides the 'F' option, it does not provide the 'h' option. The "file copy ..." commands fail if a file already exists in the destination (as happens during debugging of a failed install). Is there an appropriate option that can be used to allow an overwrite? Has "use_parallel_build yes" been tested with this Portfile? It would help speed up the compile time for this large package. Thanks, Jonathan -- Ticket URL: <http://trac.macports.org/ticket/20002> MacPorts <http://www.macports.org/> Ports system for Mac OS