Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588398 - media-gfx/graphicsmagick-1.3.24 fails test suite if font arial.ttf is not present
Summary: media-gfx/graphicsmagick-1.3.24 fails test suite if font arial.ttf is not pre...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-09 08:29 UTC by tiage
Modified: 2016-09-07 10:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tiage 2016-07-09 08:29:50 UTC
media-gfx/graphicsmagick-1.3.24 fails its test suite

build.log:

   FAIL: wand/wandtests.tap 2 - wand api


GraphicsMagick-1.3.24/test-suite.log:

FAIL: wand/wandtests
====================

1..2
EXEC: ./drawtest drawtest_out.miff
ok 1 - wand vector drawing
PASS: wand/wandtests.tap 1 - wand vector drawing
wand/wandtest.c main 216 Unable to read font (/usr/share/fonts/corefonts/arial.ttf)
EXEC: ./wandtest
Reading images...
Iterate forward...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Iterate reverse...
index 4 scene 4
index 3 scene 3
index 2 scene 2
index 1 scene 1
index 0 scene 0
Remove scene 1...
index 0 scene 0
index 1 scene 2
index 2 scene 3
index 3 scene 4
Insert scene 1 back in sequence...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Set scene 2 to scene 1...
index 0 scene 0
index 1 scene 1
index 2 scene 1
index 3 scene 3
index 4 scene 4
Apply image processing options...
not ok 2 - wand api
FAIL: wand/wandtests.tap 2 - wand api


The reason seems to be that the font /usr/share/fonts/corefonts/arial.ttf is not installed.
Indeed, manually installing the font in question, solves the problem.
(arial.ttf is part of the media-fonts/corefonts package. I don't know if there are other packages providing this font).

Possible solutions:
1) Disable the wand test
2) Add

    test? (media-fonts/corefonts)

to DEPEND.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-09-07 10:26:59 UTC
This is fixed in graphicsmagick-1.3.25 ebuild.