aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/img_test_failure_on_nix.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2015-11-30 17:32:56 -0400
committeradmin <admin@branchable.com>2015-11-30 17:32:56 -0400
commit49ec65558991fcc7197eb6b43794b85cbf570fe0 (patch)
treec25ad24cafc3d53e8b003ac5325ca48185afb4af /doc/bugs/img_test_failure_on_nix.mdwn
parent8eef16ff5af47c36f5e52260dda96105c226da39 (diff)
downloadikiwiki-49ec65558991fcc7197eb6b43794b85cbf570fe0.tar
ikiwiki-49ec65558991fcc7197eb6b43794b85cbf570fe0.tar.gz
request feedback
Diffstat (limited to 'doc/bugs/img_test_failure_on_nix.mdwn')
-rw-r--r--doc/bugs/img_test_failure_on_nix.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/img_test_failure_on_nix.mdwn b/doc/bugs/img_test_failure_on_nix.mdwn
index 5e439f7a9..3b9e076d0 100644
--- a/doc/bugs/img_test_failure_on_nix.mdwn
+++ b/doc/bugs/img_test_failure_on_nix.mdwn
@@ -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]]