Fixed
Details
Details
Assignee
Tom Rini
Tom RiniReporter
Tom Rini
Tom RiniFix versions
Labels
Contract ID
Components
Affects versions
Priority
Created October 24, 2017 at 2:28 PM
Updated November 3, 2017 at 10:19 PM
Resolved October 29, 2017 at 1:05 PM
The python-wand package is known to be problematic to build correctly. This is briefly summarized in the external recipe. What we have today (and what upstream has) is not completely functional and may have run-time problems.
What will pass build-time testing today is for the host to not have an imagemagick (and thus libMagickCore-6) installed. However, some run-time investigation of the resulting build shows that it might not actually do anything.
We need to at a minimum provide a version of imagemagick that python-wand can use and then confirm that it is using it.