https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #11 from Antoine "hashar" Musso <has...@free.fr> ---
> 1) \Coppa\coppa\varcoppa  unrecognized
> I think this requires an extra latex package

I have installed texlive-latex-recommended which seems to be the one used in
production. Might need something else?

Apparently \Coppa was added by
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/97014 for bug 27754. The
commit message mention texlive-lang-greek which is not installed :/

We are also missing dvipng

In production the dependencies are provided by wikimedia-task-appserver which
we can't install because it provides a bunch of packages we dont want (e.g.:
php-apc).

On Jenkins slaves we would want to add: dvipng texlive-lang-all . Should be
done in modules/contint/manifests/packages.pp


> 2) I could not find a way to remove the lik to the old parser tests.
> 00:02:10.855 The data provider specified for MathParserTests::testParserTest 
> is invalid.
> 00:02:10.856 Couldn't open file 
> '/srv/ssd/jenkins-slave/workspace/mwext-Math-testextensions-master/extensions/Math/mathParserTests.txt'

If those are no more valid, I guess we want to delete the file
mathParserTests.txt and unregister it:

 $ git grep mathParserTests
 Math.php:$wgParserTestFiles[] = $dir . 'mathParserTests.txt';
 $

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to