Bug#1064559: Forwarded upstream (+ same ftbfs in Ubuntu)

2024-04-16 Thread Bryce Harrington
Ubuntu is seeing the same failures after its own rebuilds of the package in Ubuntu noble, also on ppc64el only. I investigated if it was a known issue in pdbq or valgrind but did not find convincing matches. I'm also not certain if this is a single issue, or multiple. There are also some "Invali

Bug#1011713: FTBFS issue fixed in upstream release 1.3.0

2022-06-29 Thread Bryce Harrington
AttributeError: function/symbol 'EVP_PKEY_size' not found in library 'libcrypto.so.3': /lib/x86_64-linux-gnu/libcrypto.so.3: undefined symbol: EVP_PKEY_size According to this upstream issue, this is an OpenSSL 3.0 incompatibility that was fixed and appears to be available in the upstream 1.3.0 re

Bug#1000593: Failing testsuite with PHP 8.1

2022-01-07 Thread Bryce Harrington
These tests fail due to changes in how objects are dumped, like the ordering of members. This seems to just be a formatting discrepancy. Presumably the logical fix is to revise the expected output to match the new output formatting style, or alternatively just disable the three test cases until up

Bug#1000650: Possible patch

2022-01-07 Thread Bryce Harrington
I reproduced these failures in Ubuntu, and found they're fixed by this recently introduced upstream commit: https://github.com/sebastianbergmann/phploc/commit/c21b0521f0d87ddc328b62dccafe2f90b62cfbe3.patch HTH, Bryce

Bug#989191: Drop macros not supported in PHP 8

2021-05-27 Thread Bryce Harrington
UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Description: Drop TSRMLS_* now obsolete in PHP 8 to fix FTBFS These C macros were nulled in PHP 7 and removed in PHP 8. Author: Bryce Harrington Origin: vendor Bug: Bug-: Forwarded: Las

Bug#928235: Reason for omission of client-pending patch?

2019-05-06 Thread Bryce Harrington
For CVE-2019-11494, three patches were provided by the vendor: https://seclists.org/oss-sec/2019/q2/82 In Ubuntu we included the three patches, but in updating our merge with Debian I notice you included only the latter two. Is this because the first one suppresses a warning, and is considered