Hi there :)

The attached debdiff doesn't seem to fix things, as I get the exact same
failures when building with a -proposed enabled sbuild.

However, you were well inspired by asking me to sponsor this one, since
it seems the failure is actually OpenSSL-3 related. MSCHAP is an old
protocol that relies on DES, which has mostly been relegated to the
legacy provider in OpenSSL 3.

Sadly, it seems PHP 8.1 doesn't have builtin support for loading third-party 
providers in the code, but I'm guessing we can work around that by exporting 
the right environment variables, in this case
OPENSSL_CONFIG, along with a properly crafted config file looking like this:

openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

** Changed in: php-dapphp-radius (Ubuntu)
       Status: In Progress => Incomplete

** Changed in: php-dapphp-radius (Ubuntu)
     Assignee: Simon Chopin (schopin) => (unassigned)

** Changed in: php-dapphp-radius (Ubuntu)
     Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964514

Title:
  FTBFS - test failures due to php 8 support missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-dapphp-radius/+bug/1964514/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to