Opened 13 months ago

Closed 9 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)

main.log (2.0 MB) - added by brolcz 13 months ago.

Change History (6)

Changed 13 months ago by brolcz

Attachment: main.log added

comment:1 Changed 13 months ago by ryandesign (Ryan Carsten Schmidt)

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.

comment:2 Changed 13 months ago by jmroot (Joshua Root)

Cc: easieste@… removed
Owner: set to easye
Status: newassigned

comment:3 Changed 13 months ago by brolcz

Thank you, that fixed the problem.

comment:4 Changed 13 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: clisp @2.50.0 update errorclisp @2.50.0: missing build dependency on ghostscript

comment:5 Changed 9 months ago by catap (Kirill A. Korinsky)

Resolution: fixed
Status: assignedclosed

In 9aacdc13c50597b27e3b9c2932e3e1480252a8ba/macports-ports (master):

clisp: update to 2.50.0-20230719; fix dependencies

Closes: #67172

Note: See TracTickets for help on using tickets.