Hello, The dev-tex/latex2html-2021.2's 'pstoimg.pl' and 'latex2html.pl' perl scripts may call media-libs/netpbm's 'pnmquant' with a '-norandom' option: https://github.com/latex2html/latex2html/commit/d64bdbd5fe28e8f35ad4d263bdbefd5d2f1c78b4 The '-norandom' option is supported in 'pnmquant' starting from the in-tree media-libs/netpbm-10.86.24 package... To prevent errors, it's best to force the installation of a version of media-libs/netpbm that supports `pnmquant -norandom`. diff -Nuar latex2html-2021.2.ebuild latex2html-2021.2-r1.ebuild --- latex2html-2021.2.ebuild 2021-10-18 06:05:36.144352872 +0000 +++ latex2html-2021.2-r1.ebuild 2021-11-07 20:29:09.361760710 +0000 @@ -9,13 +9,13 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="gif png" DEPEND=" app-text/ghostscript-gpl virtual/latex-base - media-libs/netpbm + >=media-libs/netpbm-10.86.24 dev-lang/perl gif? ( media-libs/giflib ) png? ( media-libs/libpng:0 )"
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f402bd3bee8ca39820d9908c93ad54b8197b4c5b commit f402bd3bee8ca39820d9908c93ad54b8197b4c5b Author: Sam James <sam@gentoo.org> AuthorDate: 2021-11-07 23:11:24 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-11-07 23:11:24 +0000 dev-tex/latex2html: fix netpbm dependency Bug: https://bugs.gentoo.org/822360 Signed-off-by: Sam James <sam@gentoo.org> dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 81 ++++++++++++++++++++++++++ 1 file changed, 81 insertions(+)
Thanks! I suppose we will then need to stable a newer netpbm...
(In reply to Sam James from comment #2) > Thanks! I suppose we will then need to stable a newer netpbm... I see that media-libs/netpbm-10.86.24 has been stabilized ;)