Opened 11 years ago
Closed 11 years ago
#42771 closed defect (fixed)
vtk5 @5.10.1_0+tcltk+x11: needs revbump for tcl 8.6
Reported by: | cooljeanius (Eric Gallager) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | vtk5 |
Description
I recently removed +universal
from my +variants.conf
file to work around #42762, which meant that when I then tried to install vtk5, I ended up with a pre-built binary archive, and after installing that pre-built binary archive, rev-upgrade caught this:
---> Scanning binaries for linking errors Could not open /opt/local/lib/libtcl8.5.dylib: Error opening or reading file (referenced from /opt/local/bin/vtk) DEBUG: Marking /opt/local/bin/vtk as broken Could not open /opt/local/lib/libtk8.5.dylib: Error opening or reading file (referenced from /opt/local/bin/vtk) DEBUG: Marking /opt/local/bin/vtk as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkChartsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkChartsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkCommonTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkFilteringTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkGenericFilteringTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkGeovisTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkGeovisTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkGraphicsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkHybridTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkHybridTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkIOTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkImagingTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkInfovisTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkInfovisTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkRenderingTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkRenderingTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkViewsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkViewsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkVolumeRenderingTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkVolumeRenderingTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkWidgetsTCL.5.10.1.dylib as broken DEBUG: Marking /opt/local/lib/vtk-5.10/libvtkWidgetsTCL.5.10.1.dylib as broken ---> Found 24 broken file(s), matching files to ports ---> Found 1 broken port(s), determining rebuild order DEBUG: Broken: vtk5 DEBUG: Processing port vtk5 @0:5.10.1_0 +tcltk+x11 ---> Rebuilding in order vtk5 @5.10.1 +tcltk+x11
It looks like it could use a revbump. I tried checking if it could just be updated to a newer version instead, but the livecheck failed:
Local-Admins-MacBook-Pro:dlcompat-20030629 ericgallager$ port -v livecheck vtk5 Error: cannot check if vtk5 was updated (The requested URL returned error: 406)
(vtk5 has no maintainer btw)
Change History (2)
comment:1 follow-up: 2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Replying to egall@…:
Indeed, it does need a revbump to rebuild with tcl/tk 8.6.
Web site says 5.10.1 is the latest version of 5. (They've moved on to version 6 now.)