On 3/26/22 18:15, Tom Lane wrote: > Daniel Gustafsson <[email protected]> writes: >> crake complained in the Perl check due to not being able to locate the new >> backend specific module: >> Mar 26 17:54:33 ./src/test/ssl/t/SSL/Backend/OpenSSL.pm syntax OK >> Mar 26 17:54:33 Can't locate SSL/Backend/OpenSSL.pm in @INC (you may need to >> install the SSL::Backend::OpenSSL module) (@INC contains: src/test/perl >> src/tools/msvc src/backend/catalog src/backend/utils/mb/Unicode >> src/bin/pg_rewind src/test/ssl src/tools/msvc/dummylib >> /usr/local/lib64/perl5/5.34 /usr/local/share/perl5/5.34 >> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 >> /usr/share/perl5) at ./src/test/ssl/t/SSL/Server.pm line 71. >> Mar 26 17:54:33 BEGIN failed--compilation aborted at >> ./src/test/ssl/t/SSL/Server.pm line 71. >> Off the top of my head I'm not sure how to best solve this, do you have any >> smart insights Andrew? > Looks like crake has a hard-wired list of INC directories for this step, > that now needs to be extended to include src/test/ssl/t/. > >
Exactly. New run is currently executing. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
