-
-
Notifications
You must be signed in to change notification settings - Fork 17
AlmaLinux9 cperl build error #432
Description
Hello,
Is cperl available on AlmaLinux9?
I tried to build many times with/without the latest write_buildcustomize.pl.
My compile script and options are as follows and the error log is attached.
Please advise.
Thanks in advance.
Best regards,
Ando
P.S.
Btw, it takes too long time on 2core / 2GB memory / 3GB swap VPS...
Build Started : Mon Feb 13 19:16:26 UTC 2023
Error Ended : Tue Feb 14 00:16 UTC 2023
We strongly hope RPM repository.
======================
uname -a
Linux i-51100000461557 5.14.0-70.13.1.el9_0.x86_64 #1 SMP PREEMPT Tue May 17 15:53:11 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux
yum -y install tar gcc gperf perl-Time-HiRes perl-Data-Dumper perl-ExtUtils*
cd /usr/local/src
curl -OLk https://github.com/perl11/cperl/releases/download/cperl-5.30.0/cperl-5.30.0.tar.gz
tar xzf cperl-5.30.0.tar.gz
curl -k https://raw.githubusercontent.com/perl11/cperl/master/write_buildcustomize.pl > /usr/local/src/cperl-5.30.0/write_buildcustomize.pl
cd cperl-5.30.0
./Configure -sde -Dprefix=/opt/cperl -Dinstallusrbinperl=N
make -s -j4 test
make install
======================
grep -v ok$ nohup.out > error_log.txt
error_log.txt