https://bugzilla.novell.com/show_bug.cgi?id=857860 https://bugzilla.novell.com/show_bug.cgi?id=857860#c0 Summary: latex2html built without image support Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ThomasBleher@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 The latex2html package as shipped with openSUSE 13.1 does not contain support for converting images. This can be seen in /usr/bin/latex2html, line 458: print "Warning: This system does not support generation of images\n" unless($NO_IMAGES); $NO_IMAGES = 1; This code is inserted when building the package, if no image conversion program for gif or png files can be found. Specificially, config/config.pl searches for pnmtopng and ppmtogif. Both of these commands are part of the netpbm package. What is weird is that latex2html.spec already contains the following line: BuildRequires: netpbm So the commands should have been found when the latex2html package was originally built. In fact, a simple rebuild of the package with no changes results in a latex2html version that can convert images. I propose that the latex2html package be rebuilt and re-uploaded so the functionality is available again. Image support was enabled in older versions of openSUSE (I specificially tested 11.2), so this is a regression. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.