>From ra...@inputplus.co.uk Thu Jan 22 14:07:02 2015 > >If you look at the end of zz.ps there's no `%%Page' or content, so >something's gone wrong. > >Taking your z.ps, I find > > $ psmerge z.ps z.ps | grep %%Page > %%Pages: (atend) > %%Page: 1 1 > %%PageBoundingBox: 0 0 612 792 > %%PageTrailer > %%Page: 2 2 > %%PageBoundingBox: 0 0 612 792 > %%PageTrailer > %%Pages: 2 > $ > >and the resulting PostScript views fine, two pages, the same content on >each. psutils 1.17-27 on Ubuntu here. > >Cheers, Ralph.
Ralph, thank you I suspect something is wrong with psutils installation on FreeBSD. Just to compare, please show the first line in your psmerge. Mine is: $ head -n1 /usr/local/bin/psmerge #!/usr/local/bin/perl5.16.3 The default perl version on FreeBSD is now 5.18. I wonder if this is related. Will discuss with the FreeBSD psutils port maintainer. Thanks again Anton