Opened 10 days ago

Closed 10 days ago

#70684 closed defect (fixed)

openssl3 @3.3.2: system Perl is too outdated for building

Reported by: aeiouaeiouaeiouaeiouaeiouaeiou Owned by: larryv (Lawrence Velázquez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: neverpanic (Clemens Lang)
Port: openssl3

Description

https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/215806/steps/install-port/logs/stdio

/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
"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 9
make: *** Waiting for unfinished jobs....
"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: *** [installdata.pm] Error 9

This PR should be backported to fix this issue: https://github.com/openssl/openssl/pull/25367

Change History (2)

comment:1 Changed 10 days ago by jmroot (Joshua Root)

Cc: neverpanic added
Owner: set to larryv
Status: newassigned

comment:2 Changed 10 days ago by aeiouaeiouaeiouaeiouaeiouaeiou

Resolution: fixed
Status: assignedclosed

In 43fac1d2c92d3d9545cdf2a143857e187fab0664/macports-ports (master):

openssl3: fix build with older versions of Perl

Closes: #70684

Note: See TracTickets for help on using tickets.