Since http://git.ghostscript.com/?p=ghostpdl.git;a=commit;f=lib/ps2epsi;h=7c96228899ea05b40cdb31dc5a4c3f61aa0d39e6, /usr/bin/ps2epsi expects that ps2epsi.ps exists in same directory. However, build system will install ps2epsi.ps still below /usr/share/ghostscript/... causing ps2epsi fail with > Error: /undefinedfilename in (/usr/bin/ps2epsi.ps)
Created attachment 20363 [details] ps2espi_script.diff This simple change fixes the issue for me (tested on ubuntu linux)
I did not test on a 'clean' gs install after make install, and so it managed to pass my (admittedly perfunctory) testing. The problem is confirmed, although I do get a different location (the exact location depends on the 'flavor' of linux). I get: Error: /undefinedfilename in (/usr/local/bin/ps2epsi.ps) This is fixed by a patch awaiting review.
Fixed in commit c6166768c6e963b0fe28ccdb266629443e521381 This was tested on current code as well as 9.53.3
Confirmed, thank you for the quick fix!