Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695710 - app-doc/doxygen-1.8.15 USE=doc - doxygen: Error: /invalidfont in /findfont // error: Problems running epstopdf. Check your TeX installation!
Summary: app-doc/doxygen-1.8.15 USE=doc - doxygen: Error: /invalidfont in /findfont //...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-27 07:45 UTC by Alessandro Barbieri
Modified: 2020-03-01 17:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
info (info,14.52 KB, text/plain)
2019-09-27 07:45 UTC, Alessandro Barbieri
Details
doxygen-1.8.15:20190927-073132.log (doxygen-1.8.15:20190927-073132.log,330.35 KB, text/plain)
2019-09-27 07:46 UTC, Alessandro Barbieri
Details
Same problem with doxygen-1.8.15 + Ghostscript 9.50 (build.log,286.68 KB, text/x-log)
2019-11-09 14:05 UTC, Maxim P. Dementiev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2019-09-27 07:45:33 UTC
I don't know how to investigate more

Error: /invalidfont in /findfont
Operand stack:
   boxfont   Times-Roman
Execution stack:
   %interp_exit   .runexec2   --nostringval--   .findfontop   --nostringval--   2   %stopped_push   --nostringval--   .findfontop   .findfontop   false   1   %stopped_push   2045   1   3   %oparray_pop   2044   1   3   %oparray_pop   .fi
ndfontop   2025   1   3   %oparray_pop   1884   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   .findfontop   --nostringval--   2   %stopped_push   --nostringval--   1975   2   3   %oparray_pop
Dictionary stack:
   --dict:967/1684(ro)(G)--   --dict:0/20(G)--   --dict:96/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.26: Unrecoverable error, exit code 1
Error: /invalidfont in /findfont
Operand stack:
   boxfont   Times-Roman
Execution stack:
   %interp_exit   .runexec2   --nostringval--   .findfontop   --nostringval--   2   %stopped_push   --nostringval--   .findfontop   .findfontop   false   1   %stopped_push   2045   1   3   %oparray_pop   2044   1   3   %oparray_pop   .fi
ndfontop   2025   1   3   %oparray_pop   1884   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   .findfontop   --nostringval--   2   %stopped_push   --nostringval--   1975   2   3   %oparray_pop
Dictionary stack:
   --dict:967/1684(ro)(G)--   --dict:0/20(G)--   --dict:96/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.26: Unrecoverable error, exit code 1
epstopdf ($Id: epstopdf.pl 48681 2018-09-16 23:03:58Z karl $) 2.28
!!! Error: Writing to gs failed, error code 1

error: Problems running epstopdf. Check your TeX installation!
epstopdf ($Id: epstopdf.pl 48681 2018-09-16 23:03:58Z karl $) 2.28
!!! Error: Writing to gs failed, error code 1
Comment 1 Alessandro Barbieri 2019-09-27 07:45:55 UTC
Created attachment 591144 [details]
info

emerge --info
Comment 2 Alessandro Barbieri 2019-09-27 07:46:33 UTC
Created attachment 591146 [details]
doxygen-1.8.15:20190927-073132.log

buildlog
Comment 3 Alessandro Barbieri 2019-10-01 18:59:54 UTC
I had both enabled and I now confirm that USE="-doc dot" will build
I think that this issue now is a duplicate of the other one
Comment 4 Maxim P. Dementiev 2019-11-09 14:05:26 UTC
Created attachment 595578 [details]
Same problem with doxygen-1.8.15 + Ghostscript 9.50

I have the same problem.
See the complete build.log in "Same problem with doxygen-1.8.15 + Ghostscript 9.50".
Comment 5 yury fedorchenko 2019-11-26 11:56:38 UTC
solution maybe here

https://github.com/doxygen/doxygen/commit/03daff40a91487b89dad1955cdbc995b7d3e79a9
Comment 6 Larry the Git Cow gentoo-dev 2019-12-12 19:23:26 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e46810c2d4eaeaba6e7ce1d2d888e0b2e9fae68

commit 7e46810c2d4eaeaba6e7ce1d2d888e0b2e9fae68
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-12-12 19:05:15 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-12-12 19:13:58 +0000

    app-doc/doxygen: try to fix ghostscript compatibility
    
    Bug: https://bugs.gentoo.org/695710
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-doc/doxygen/doxygen-1.8.16.ebuild              |  1 +
 ...oxygen-1.8.16-ghostscript-compatilibility.patch | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)
Comment 7 Matthias Maier gentoo-dev 2019-12-12 19:23:55 UTC
Does this fix the issue (for 1.8.16)?
Comment 8 Maxim P. Dementiev 2019-12-15 22:47:48 UTC
doxygen-1.8.16-r1 works fine for me. Thanks!