Dear Maintainer.

Seems like pswrite was removed upstream and replaced by ps2write.
So the issue can be resolved by changing 'pswrite' to 'ps2write'
in /usr/bin/psmerge .
 
See the attached diff.

---<)kaimartin(>---
-- 
Kai-Martin Knaak                           kn...@iqo.uni-hannover.de
Universität Hannover, Inst. f. Quantenoptik    tel: +49-511-762-2895
Welfengarten 1, 30167 Hannover                 fax: +49-511-762-2211
GPG key: http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get
*** /tmp/psmerge	2015-08-31 13:25:19.283542950 +0200
--- /usr/bin/psmerge	2015-08-31 13:25:33.735294370 +0200
*************** if (defined $gs)
*** 31,37 ****
  {
     # Just invoke gs
     $outfile = '/dev/stdout' unless defined $outfile;
!    exec +(qw(gs -q -dNOPAUSE -dBATCH -sDEVICE=ps2write),
  	  "-sOutputFile=$outfile", '-f', @ARGV);
     die "$prog: exec /usr/bin/gs failed\n";
  }
--- 31,37 ----
  {
     # Just invoke gs
     $outfile = '/dev/stdout' unless defined $outfile;
!    exec +(qw(gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite),
  	  "-sOutputFile=$outfile", '-f', @ARGV);
     die "$prog: exec /usr/bin/gs failed\n";
  }

Attachment: pgpOs9vfWsQ56.pgp
Description: OpenPGP digital signature

Reply via email to