[MacPorts] #67172: clisp @2.50.0 update error
MacPorts
noreply at macports.org
Fri Mar 31 15:24:18 UTC 2023
#67172: clisp @2.50.0 update error
---------------------+--------------------
Reporter: brolcz | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: clisp |
---------------------+--------------------
Comment (by ryandesign):
The log says the problem is:
{{{
dyld: Library not loaded: /opt/local/lib/libtiff.5.dylib
Referenced from: /opt/local/lib/libgs.9.55.dylib
Reason: image not found
}}}
libgs.9.55.dylib was provided by the ghostscript port and libtiff.5.dylib
was provided by the tiff port but these ports now provide libgs.9.56.dylib
and libtiff.6.dylib so at least your ghostscript port is out of date. Try
this:
{{{
sudo port clean clisp
sudo port selfupdate
sudo port upgrade ghostscript outdated
}}}
ghostscript is not in the dependency chain of clisp so that is a bug in
clisp that needs to be corrected. Either ghostscript needs to be added as
a build dependency or the port needs to be changed not to use
ghostscript's `ps2pdf` even if it is installed.
--
Ticket URL: <https://trac.macports.org/ticket/67172#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list