rudof-project/rudof

Action that publishes python bindings seems to fail...

Closed this issue · 2 comments

I checked the logs and openssl/openssl#25366 seems to be causing it.

   --- stderr
  "pairs" is not exported by the List::Util module
  Can't continue after import errors at util/mkinstallvars.pl line 14.
  BEGIN failed--compilation aborted at util/mkinstallvars.pl line 14.
  make: *** [builddata.pm] Error 255
  thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.3.2+3.3.2/src/lib.rs:633:9:

This is the error message mentioned in above openssl issue. The linux build containers seem to have an older Perl version than expected.

AFAIU openssl/openssl#25367 replaces the missing Perl pairs, but this is not yet released.