Created attachment 915763 [details] emerge --info Hi, gpgme is succesfully build and installed, but I'm getting lots of those during compiling: > sh: line 1: epstopdf: command not found > error: Problems running epstopdf. Check your TeX installation! > [ebuild R ] app-crypt/gpgme-1.24.1:1/11.6.15.2::gentoo USE="cxx qt5 qt6 verify-sig -common-lisp -debug -python -static-libs -test" PYTHON_TARGETS="python3_12 -python3_10 -python3_11 -python3_13" 0 KiB
Created attachment 915764 [details] build.log
Created attachment 915896 [details] dev-texlive/texlive-fontutils dependencies I'm seeing also this. This is a app-text/doxygen bug. The error pops up when doxygen tries to to invoke epstopdf. See ¹ link below. On gentoo epstopdf is provided by dev-texlive/texlive-fontutils, so it seems that app-text/doxygen should unconditionally RDEPEND on dev-texlive/texlive-fontutils. Unfortunately this pulls in a lot of dependencies, see attached file. 1. https://github.com/doxygen/doxygen/blob/master/src/dia.cpp#L76
(In reply to Fab from comment #2) > so it seems that app-text/doxygen should unconditionally RDEPEND on > dev-texlive/texlive-fontutils. Or app-crypt/gpgme should BDEPEND on app-text/doxygen[doc], because gpgme builds unconditionally Qt docs through doxygen (automagic dependency?). See link ¹. 1. https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=configure.ac;h=97ba5688330f94bd77d592c0bbd2f82997c01e30;hb=HEAD#l573