https://bugzilla.wikimedia.org/show_bug.cgi?id=37764
--- Comment #2 from Antoine "hashar" Musso <[email protected]> 2012-06-25 17:18:42 UTC --- The files are there. Looks like an issue with DjVuImage::retrieveMetaData(). That method relies on command line utilities to get metadata as a XML: - djvudump (output converted to XML) - djvutoxml Looks like $wgDjvuDump is properly setup: $ mwscript eval.php commonswiki > var_dump( $wgDjvuDump ); string(17) "/usr/bin/djvudump" > var_dump( $wgDjvuToXML ); NULL > The first utility seems to be indeed installed on beta apaches: deployment-apache30:~$ djvudump DJVUDUMP --- DjVuLibre-3.5.24 Describes DjVu and IFF85 files Will need a bit more investigation. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
