Changes between Initial Version and Version 1 of Ticket #56157, comment 1


Ignore:
Timestamp:
Mar 27, 2018, 11:40:51 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56157, comment 1

    initial v1  
    11So 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.
    22
    3 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.
     3The problem was introduced [http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;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.
    44
    55So 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.