-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[staging-next] PHP 8.2 and 8.3 fixes for libxml2 2.13 #330299
Conversation
I can drop soap, xml, and xmlwriter if that would be preferred since they do seem to build on Hydra. |
Result of 1 package marked as broken and skipped:
22 packages failed to build:
108 packages built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The soap part is still failing on *-linux (ofBorg and locally).
> FAILED TEST SUMMARY
> ---------------------------------------------------------------------
> SOAP Bug #71610 - Type Confusion Vulnerability - SOAP / make_http_soap_request() [tests/bug71610.phpt]
> Bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault) [tests/bugs/bug76348.phpt]
On *-linux we get: > FAILED TEST SUMMARY > --------------------------------------------------------------------- > SOAP Bug NixOS#71610 - Type Confusion Vulnerability - SOAP / make_http_soap_request() [tests/bug71610.phpt] > Bug NixOS#76348 (WSDL_CACHE_MEMORY causes Segmentation fault) [tests/bugs/bug76348.phpt] Logs e.g.: https://github.com/NixOS/nixpkgs/pull/330299/checks?check_run_id=27989364591
Oh, you enabled tests on the soap part. They pass on aarch64-darwin for me, but clearly not on *-linux, so let me simply disable them on Linux again. |
I assumed it was a libxml2 issue not some other issue. Thanks for catching that and fixing it. |
I wouldn't say I "fixed" it, but seems good enough to merge, even though PHP 8.1 looks broken. |
Description of changes
Applies upstream patches to fix libxml2 2.13 compatibility issues. Fixes build failures on staging-next #328673.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.