]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
request feedback
authorsmcv <smcv@web>
Mon, 30 Nov 2015 21:32:56 +0000 (17:32 -0400)
committeradmin <admin@branchable.com>
Mon, 30 Nov 2015 21:32:56 +0000 (17:32 -0400)
doc/bugs/img_test_failure_on_nix.mdwn

index 5e439f7a9c98d671f29860cec0bd3263a2befb50..3b9e076d0046e4404967de5e41196975229d854a 100644 (file)
@@ -15,3 +15,15 @@ Peter Simons wrote:
        Failed 2/19 subtests 
  
 > Do you have any idea how to fix this issue?
+
+>> As far as I can tell, this indicates that your ImageMagick doesn't
+>> support PDF (in Debian and its derivatives this requires `libmagickcore-extra`).
+>> Please run tests on a system with a fully-featured ImageMagick (in Debian we put
+>> `libmagickcore-extra` in the `Build-Depends-Indep` for this), or if you are testing
+>> at install time on arbitrary end-user systems, please tell me what this says on a
+>> system where the test fails:
+>>
+>>     perl -MData::Dumper -MImage::Magick -e 'print Dumper([(new Image::Magick)->QueryFormat("pdf")])'
+>>
+>> If the result is `$VAR1 = [ undef ]`, then we can easily make the test skip that bit if PDFs don't work.
+>> --[[smcv]]