Andreas Enge wrote 6 months ago
(address . bug-guix@gnu.org)
Hello,
after the core-updates merge, I noticed that php does not build any more.
I thought that maybe commit adfb0be57fd036dded0225a3ff1eb13f6646ee00, which
had updated the version from 8.3.9 to 8.3.10, was to be blamed; has his
gone through QA?
In any case, reverting the commit does not help. So maybe it is a problem
between the former core-updates and master.
The first problem is that gd requires to add fontconfig, freetype and
libjpeg through the Requires.private field of its pkg-config file.
After doing this, one of the tests fails:
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #79676 (imagescale adds black border with IMG_BICUBIC) [ext/gd/tests/bug79676.phpt]
imagegetinterpolation() and imagesetinterpolation() basic test [ext/gd/tests/imageinterpolation_basic.phpt]
Scale images and preserve aspect ratio [ext/gd/tests/imagescale_preserve_ratio.phpt]
=====================================================================
Andreas