I have a texlive-full installation on Debian stable. I'm getting a compile error on a Mediawiki running a workingwiki extension. This extension is working correctly as is all of the other components. However I get the following compile error log from the workingwiki script.
> Mon Nov 21 21:12:41 2011 > /usr/bin/make -C \ > > /var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex > -f \ > > /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-before > \ > -f \ > > /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-after > \ > example.latexml.html > make: Entering directory > `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex' > rm -f example.latexml.html > /usr/bin/make -f > /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-before > -f > /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-after > example.latexml.xml > make[1]: Entering directory > `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex' > make[1]: `example.latexml.xml' is up to date. > make[1]: Leaving directory > `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex' > bibxmls=`perl -ne '($_)=/^[^%]*\\\bibliography\{([^\\\\]*?)\}/;@_=split > /,/;foreach $b (@_) { $b =~ s/\.bib$//; print "$b.bib.xml "}' example.tex > $deps` ; bibxargs=`perl -ne > '($_)=/^[^%]*\\\bibliography\{([^\\\\]*?)\}/;@_=split /,/;foreach $b (@_) { > $b =~ s/\.bib$//; print "--bibliography=$b.bib.xml "}' example.tex $deps`; \ > latexmlpost --destination=example.intermediate.latexml.html > --format=html --novalidate $bibxargs example.latexml.xml > LaTeXML::Post::MathImages[example.intermediate.latexml.html]: Warning: latex > (cd LaTeXMLFyOem3 ; > TEXINPUTS=.:.://var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex/:/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex: > latex ltxmlimg > ltxmlimg.output) returned code 256 (!= 0) for image > generation: > See LaTeXMLFyOem3/ltxmlimg.log > LaTeXML::Post::MathImages[example.intermediate.latexml.html] Error: LaTeX (cd > LaTeXMLFyOem3 ; > TEXINPUTS=.:.://var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex/:/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex: > latex ltxmlimg > ltxmlimg.output) somehow failed: See > LaTeXMLFyOem3/ltxmlimg.log at /usr/share/perl5/LaTeXML/Post.pm line 56. > make: *** [example.latexml.html] Error 2 > make: Leaving directory > `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex' > The culprit seems to be that latex can not locate a file "latexml.sty" that it needs. On my server that file is located in /usr/share/perl5/LaTeXML/texmf/latexml.sty Since this is a straight forward setup from debian stable, I'm wondering why latex can not find the file it needs. Is this a bug, maybe? Thanks! frosty -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1321932575.17427.15.ca...@beast.home