Opened 12 months ago
Closed 5 months ago
#71893 closed defect (fixed)
tcl opportunistically links to zlib
| Reported by: | barracuda156 | Owned by: | chrstphrchvz (Christopher Chavez) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.10.5 |
| Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), chrstphrchvz (Christopher Chavez), mascguy (Christopher Nielsen) | |
| Port: | tcl |
Description
---> Scanning binaries for linking errors Could not open /opt/local/lib/libz.1.dylib: Error opening or reading file (referenced from /opt/local/bin/tclsh8.6) ---> Found 2 broken files, matching files to ports ---> Found 1 broken port, determining rebuild order You can always run 'port rev-upgrade' again to fix errors. The following ports will be rebuilt: tcl @8.6.16+corefoundation+threads
zlib is not a dependency of tcl.
Change History (3)
comment:1 Changed 9 months ago by mascguy (Christopher Nielsen)
| Cc: | mascguy added |
|---|
comment:2 Changed 6 months ago by chrstphrchvz (Christopher Chavez)
comment:3 Changed 5 months ago by chrstphrchvz (Christopher Chavez)
| Owner: | set to chrstphrchvz |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

zlib is indeed required by Tcl 8.6 and later (TIP 234).
Proposed fix: https://github.com/macports/macports-ports/pull/28901
Any better ways to fix this issue?