Opened 8 years ago
Closed 8 years ago
#53749 closed defect (duplicate)
vtk5 @5.10.1: dyld: Library not loaded: /opt/local/lib/vtk-5.10/libvtksys.5.10.dylib
Reported by: | ensafi (Alex (Eskandar) Ensafi) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | Cc: | ||
Port: | vtk5 |
Description
Installing libpcl does not pull lbzip2 as a dependency, so the build initially fails for that reason. After manually installing lbzip2, it still fails because vtk5 fails to build. The log file for vtk5 is attached. The latter is really a separate vtk5 issue, but as described above, vtk5 is one of two issues affecting the build of libpcl, so I am opening the ticket under libpcl. Please feel free to handle as appropriate.
Attachments (1)
Change History (2)
Changed 8 years ago by ensafi (Alex (Eskandar) Ensafi)
comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | libpcl vtk5 lbzip2 removed |
---|---|
Port: | vtk5 added; libpcl removed |
Resolution: | → duplicate |
Status: | new → closed |
Summary: | libpcl build fails because vtk5 build fails and lbzip2 dependency missing → vtk5 @5.10.1: dyld: Library not loaded: /opt/local/lib/vtk-5.10/libvtksys.5.10.dylib |
lbzip2 is not required by vtk5 nor by any other port. MacPorts base will use lbzip2 if it is installed. Any error messages about lbzip2 are probably spurious and should be ignored.
The error shown 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 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
This looks like a duplicate of #49418.
Note: See
TracTickets for help on using
tickets.
vtk5 build log file