Opened 11 years ago
Closed 10 years ago
#40368 closed submission (fixed)
vtk6 @6.0.0
Reported by: | c.herbig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cssdev, glen@…, petrrr, stromnov (Andrey Stromnov) | |
Port: | vtk6 |
Description
Port does not currently build, but I require it for another portfile I am working on. Simply copy/pasting the updates into vtk5 did not work for me, but I don't know anything about this port. I hope that someone who does will be able to work this out.
Attachments (2)
Change History (13)
Changed 11 years ago by c.herbig@…
comment:1 Changed 11 years ago by c.herbig@…
comment:2 Changed 11 years ago by c.herbig@…
I hope that this is something that can be solved at the macports level, but if not, I will forward the information to the developers. Please advise.
Changed 11 years ago by c.herbig@…
Attachment: | main.log.bz2 added |
---|
comment:3 Changed 11 years ago by c.herbig@…
I had another chance to look at this today, I tried using everything from the vtk5 portfile, but nothing seems to get it past the fail point in the log.
comment:5 follow-up: 6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
The log says:
:info:build dyld: Library not loaded: /opt/local/lib/libvtksys-6.0.1.dylib :info:build Referenced from: /opt/local/var/macports/build/_opt_sly_graphics_vtk6/vtk6/work/VTK6.0.0/Parallel/Core/../../bin/vtkHashSource-6.0 :info:build Reason: image not found
Looks like something in the vtk6 build is trying to load a vtk6 library from its final destination in /opt/local/lib, which is silly because it hasn't been installed there yet. It should be setting DYLD_LIBRARY_PATH to the path where that library is located at build time.
comment:6 Changed 11 years ago by c.herbig@…
Replying to ryandesign@…:
The log says:
:info:build dyld: Library not loaded: /opt/local/lib/libvtksys-6.0.1.dylib :info:build Referenced from: /opt/local/var/macports/build/_opt_sly_graphics_vtk6/vtk6/work/VTK6.0.0/Parallel/Core/../../bin/vtkHashSource-6.0 :info:build Reason: image not foundLooks like something in the vtk6 build is trying to load a vtk6 library from its final destination in /opt/local/lib, which is silly because it hasn't been installed there yet. It should be setting DYLD_LIBRARY_PATH to the path where that library is located at build time.
Let's keep this open, but I have absolutely no time to work on anything other than version bumps anymore.
comment:7 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | glen@… added |
---|
Has duplicate #41265.
comment:9 Changed 10 years ago by petrrr
Cc: | Peter.Danecek@… removed |
---|
comment:10 Changed 10 years ago by petrrr
Cc: | stromnov@… added |
---|
I guess this ticket is a left-over. vtk
port @6.1.0 was added in r126399 recently. CCing the committer.
comment:11 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.2.0 |
Calling this fixed.
P.S. I will attach the build log shortly.