Mark H Weaver writes: > kkebreau@posteo.net (Kei Kebreau) writes: > >> kkebreau pushed a commit to branch master >> in repository guix. >> >> commit 15b60fc3138e9d601aff3e3317373ed465e6ea93 >> Author: Kei Kebreau >> Date: Sun Dec 24 16:23:50 2017 -0500 >> >> gnu: python-pillow: Fix test failures on i686-linux and armhf-linux. >> >> * gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add it. >> * gnu/packages/python.scm (python-pillow)[source]: Use it. > > Thanks for your efforts, but after this commit, Hydra still failed to > build both python-pillow and python2-pillow on i686 and armhf: > > https://hydra.gnu.org/eval/109870?filter=pillow > > Mark I've included more fixes from upstream from the related pull request[0] in the patch provided under bug #29912. While I can't test the armhf-linux build, on my machine the i686-linux and x86_64-linux versions of python-pillow and python2-pillow build without a problem. [0]: https://github.com/python-pillow/Pillow/pull/2825