--- Begin Message ---
Subject: |
PHP not building |
Date: |
Mon, 2 Sep 2024 15:37:24 +0200 |
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
--- End Message ---
--- Begin Message ---
Subject: |
Re: PHP not building |
Date: |
Mon, 2 Sep 2024 20:42:59 +0200 |
Hello Rutherther,
Am Mon, Sep 02, 2024 at 05:00:25PM +0000 schrieb Rutherther:
> the main problem is a removed patch inside of core-updates.
> See this issue #
ah indeed, I should have checked first whether the problem was already
reported! As there are already several issues and mine does not contribute
anything new, I will not merge it, but simply close it.
Thanks for bringing this to my attention!
Andreas
--- End Message ---