[MacPorts] #50155: vtk5 @ 5.10.1_3 Building error: command execution failed
#50155: vtk5 @ 5.10.1_3 Building error: command execution failed ----------------------------+-------------------------------- Reporter: b.stadlbauer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: elcapitan | Port: vtk5 ----------------------------+-------------------------------- I want to get the port dolphin (1.6.0_1) and one of its dependency is '''vtk5'''. The process fails at building vtk5 and if I want to install vtk5 only I get the same error message: {{{ ---> Building vtk5 Error: org.macports.build for port vtk5 returned: command execution failed Please see the log file... }}} I tried {{{ sudo port clean vtk5 sudo port selfupdate sudo port install vtk5 }}} but got the same error. The last lines in '''main.log''' are (compressed main.log attached): {{{ :info:build [ 14%] Built target vtkCommon :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1' :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1" && /usr/bin/make -j4 -w all VERBOSE=ON :info:build Exit code: 2 :error:build org.macports.build for port vtk5 returned: command execution failed :debug:build Error code: CHILDSTATUS 4737 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "portbuild::build_main org.macports.build" ("eval" body line 1) invoked from within "eval $procedure $targetname" :info:build Warning: targets not executed for vtk5: org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Please see the log file for port vtk5 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/main.log }}} I searched for similar tickets but found nothing. My Mac runs with 10.11 ElCapitan and Xcode 7.2 -- Ticket URL: <https://trac.macports.org/ticket/50155> MacPorts <https://www.macports.org/> Ports system for OS X
#50155: vtk5 @ 5.10.1_3 Building error: command execution failed -----------------------------+-------------------------------- Reporter: b.stadlbauer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: vtk5 | -----------------------------+-------------------------------- Comment (by sean@…): I was just able to build `vtk5 +python27 -x11` just now. Maybe clean and try that? -- Ticket URL: <https://trac.macports.org/ticket/50155#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#50155: vtk5 @ 5.10.1_3 Building error: command execution failed -----------------------------+-------------------------------- Reporter: b.stadlbauer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: vtk5 | -----------------------------+-------------------------------- Comment (by b.stadlbauer@…): Replying to [comment:1 sean@…]:
I was just able to build `vtk5 +python27 -x11` just now. Maybe clean and try that? Unfortunately this isn't working either {{{sudo port clean vtk5}}} and {{{sudo port install vtk5 +python27 -x11}}} returns the same error. But thank you!
-- Ticket URL: <https://trac.macports.org/ticket/50155#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#50155: vtk5 @ 5.10.1_3 Building error: command execution failed -----------------------------+-------------------------------- Reporter: b.stadlbauer@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: duplicate | Keywords: elcapitan Port: vtk5 | -----------------------------+-------------------------------- Changes (by ryandesign@…): * cc: nomaintainer@… (removed) * status: new => closed * resolution: => duplicate Comment: The relevant error in the log is: {{{ :info:build dyld: Library not loaded: /opt/local/lib/vtk-5.10/libvtksys.5.10.dylib :info:build Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/../../bin/ProcessShader :info:build Reason: image not found :info:build /bin/sh: line 1: 6966 Trace/BPT trap: 5 ../../bin/ProcessShader /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/vtkGLSLShaderLibrary.h vtkShaderGLSL Code GetCode /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/TestAppVarFrag.glsl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/TestVertex.glsl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/TestVtkPropertyFrag.glsl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/TestMatrixFrag.glsl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/TestScalarVectorFrag.glsl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1/Utilities/MaterialLibrary/GLSLShaders/Twisted.glsl }}} Duplicate of #49418. -- Ticket URL: <https://trac.macports.org/ticket/50155#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts