Summary: | lang/php81 lots of SIGPIPE warnings in php-fpm.log | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | FiLiS <freebsdbugs> |
Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | chris |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bofh) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280153 |
Description
FiLiS
2024-08-12 14:07:11 UTC
Could this be related to the libxml2 patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280153 ? I have downgraded one box to PHP 8.1.29 from before July 27th and the SIGPIPE errors went away. Looks like it might be due to the libxml patches. In a very unlikely case if this is a showstopper for libxml update we might have to kill it even before it reaches it's EOL. :( I will look into upstream. thank you for looking into it. It looks like the patches are only for libxml 2.12, while the current textproc/libxml2 port is 2.11, so PHP 8.1 could do without those for now as long as the libxml2 port isn't update beyond 2.12, right? A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=821186acad55e90b6b302bf1eb1c959b48ac03c7 commit 821186acad55e90b6b302bf1eb1c959b48ac03c7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-08-21 19:25:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-08-21 19:34:16 +0000 lang/php81: Disable the libxml2 patches Some patches were added for supporting libxml2 2.12 or newer however as libxml2 itself has not yet been updated these patches are not compatible with the previous versions and have runtime issues. These patches should be added again after textproc/libxml2 has been updated to 2.12 or newer. On the contrary if php81 has runtime issues even after the libxml2 updates and with these patches we might have to remove php81 earlier than expected if there is no fix. PR: 280775 Reported by: freebsdbugs@filis.org lang/php81/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) |