Opened 20 months ago
Closed 16 months ago
#67172 closed defect (fixed)
clisp @2.50.0: missing build dependency on ghostscript
Reported by: | brolcz | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | clisp |
Description
When attempting to update clisp, it fails. I am attaching the log. I am using Mojave 10.14.6. I attempted to clean and install, and it did not work. Thank you.
Attachments (1)
Change History (6)
Changed 20 months ago by brolcz
comment:1 Changed 20 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 20 months ago by jmroot (Joshua Root)
Cc: | easieste@… removed |
---|---|
Owner: | set to easye |
Status: | new → assigned |
comment:4 Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | clisp @2.50.0 update error → clisp @2.50.0: missing build dependency on ghostscript |
---|
comment:5 Changed 16 months ago by catap (Kirill A. Korinsky)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The log says the problem is:
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:
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.