-
-
Notifications
You must be signed in to change notification settings - Fork 17
AlmaLinux9 cperl build error #432
Comments
Hello again, I think almost OK. Just one test problem remains in error_log.txt like this.Failed 1 test out of 2553, 99.96% okay.
|
Sorry for big font. My mistake. |
Please post the failing test line. Doesn't seem too problematic |
Thank you so much for your reply. |
Failed test 5 - has PL_no_mem at porting/libperl.t line 371 And libffi-devel is missing. |
Thank you. I appreciate your help so much. |
Hello, Completed. Thank you so much! But, it looks a little different than before, CentOS7 on a perl&B-C basis server. My main concern is about option "-B" warning/error messages as follows.
These warning/error messages were not displayed before on CentOS7 perl&B-C server.
It is "ok", though... My next concern is script compile time. It takes long time, about 1 minutes, to compile without "-B" as follows.
It is not occurred on CentOS7 perl&B-C server. About install time, it took about 6 hours from start "Configure" to end "make install". And there are other warning/error messages as follows.
These message are displayed on CentOS7 perl&B-C server, too. Please advise. Thanks so much as usual. I appreciate your help. Best regards, |
-B the bytecode loader got broken upstream some time ago, and was not able to fix it. |
I know the bytecode loader/compiler is broken after Perl5.22. |
Andolini-Corleone ***@***.***> schrieb am Mi., 15. Feb. 2023,
18:07:
I know the bytecode loader/compiler is broken after Perl5.22.
Also Cperl broken?
I could not fix it.
—
… Reply to this email directly, view it on GitHub
<#432 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKGUI3BIMSWLDCIPRCIT3WXUENJANCNFSM6AAAAAAU3DFDEY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It is just curious but you already fixed about Cperl as you wrote before in 2019. [https://github.com/rurban/perl-compiler/issues/433]
Which is true? rurban2023? or rurban2019? |
I was inexact. I did fix the compiler, but not the core code which the Byteloader uses, via some dirty trick. So it doesn't work. |
Anyway thank you so much. I appreciate your support. |
I'll try to find some Alma, Rocky, CentOS dockers |
Thank you so much again. I just found very interesting thing.
But I found "Regexp::DESTROY" in both test and test2 binary file.
If "Regexp::DESTROY" is not harmful and the compiled program logic is OK and works correctly. I think it is OK. I will ignore these messages.
What do you think? |
ignore the used only once warning. this can be patched away, but only when the bytecompiler works. |
I really appreciate your valuable information. |
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
The text was updated successfully, but these errors were encountered: