Package: texlive-extra-utils Version: 2020.20210202-3 Severity: important The pdfxup(1) program fails in all usage as far as I can see:
$ pdfxup t0.pdf /usr/bin/pdfxup: line 462: [: 9.53: integer expression expected /usr/bin/pdfxup: line 463: [: 9.53: integer expression expected -> processing options GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1 /usr/bin/pdfxup: line 411: Error: /invalidfileaccess in --file-- Operand stack: (input-temp-pdfxup-1728078296.pdf) (r) Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:727/1123(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- Current allocation mode is local Last OS error: Permission denied: syntax error in expression (error token is ": /invalidfileaccess in --file-- Operand stack: (input-temp-pdfxup-1728078296.pdf) (r) Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:727/1123(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- Current allocation mode is local Last OS error: Permission denied") No pages to include. Aborting. $ This happens with all PDF inputs that I've tried. I understand the first two lines of errors. They arise because the code of pdfxup expects the version number of gs to have exactly two components, such as "9.53", but the gs that I have installed actually reports version number "9.53.3". Fixing that code in pdfxup doesn't resolve the rest of the errors. -zefram