[MacPorts] #56157: ghostscript @9.23: doc symlink points into destroot; universal variant fails (was: ghostscript @9.23: universal variant fails)
MacPorts
noreply at macports.org
Tue Mar 27 11:19:36 UTC 2018
#56157: ghostscript @9.23: doc symlink points into destroot; universal variant
fails
--------------------------+------------------------
Reporter: ryandesign | Owner: ryandesign
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: ghostscript |
--------------------------+------------------------
Changes (by ryandesign):
* owner: => ryandesign
* status: new => accepted
Comment:
So the problem is that /opt/local/share/ghostscript/9.23/doc is a symlink
to a path inside the destroot, which doesn't exist after installation.
The problem was introduced
[http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=731559c56907f223c9f0763d512fae7e4d13e1a0
here] because `$(DESTDIR)` was erroneously used on the source instead of
the target. See also
[http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=9b9acd5a8e074bbb47107f6add7b8afb1fe43270
here] where `$(DESTDIR)` was then added to the target but not removed from
the source.
So this needs to be fixed by removing `$(DESTDIR)` from the source, the
port needs to be revbumped, and the problem needs to be reported to the
developers.
--
Ticket URL: <https://trac.macports.org/ticket/56157#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list