Changes between Initial Version and Version 1 of Ticket #56157, comment 1
- Timestamp:
- Mar 27, 2018, 11:40:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56157, comment 1
initial v1 1 1 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. 2 2 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.3 The 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. 4 4 5 5 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.