Git Product home page Git Product logo

Comments (1)

shogo82148 avatar shogo82148 commented on June 16, 2024 1

It's actions-setup-perl's bug.
https://shogo82148-actions-setup-perl.s3.amazonaws.com/v1.3.0/perl-5.24.4-win32-x64.tar.gz has lib\CORE\libperl524.a, but https://shogo82148-actions-setup-perl.s3.amazonaws.com/v1.3.0/perl-5.22.4-win32-x64.tar.gz doesn't have lib\CORE\libperl522.a.

It looks that lib\CORE\libperl522.a was built, but the installperl script didn't install it.

the build log of perl 5.24.4: https://github.com/shogo82148/actions-setup-perl/runs/635454062?check_suite_focus=true

2020-05-01T03:54:46.8879932Z ..\perl.exe ..\installperl
2020-05-01T03:54:48.0585189Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/perl524.dll
2020-05-01T03:54:48.0585738Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/perl5.24.4.exe
(snip)
2020-05-01T03:54:50.7130825Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\lib/warnings/register.pm
2020-05-01T03:54:50.7130966Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\lib/Win32API/File.pm
2020-05-01T03:54:50.7131099Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\lib/Win32API/File/cFile.pc
2020-05-01T03:54:50.7131241Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\lib/CORE/libperl524.a
2020-05-01T03:54:50.7131376Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/perl.exe
2020-05-01T03:54:50.7131511Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/pod2man.bat
2020-05-01T03:54:50.7131645Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/pod2text.bat
2020-05-01T03:54:50.7131757Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/pod2usage.bat
2020-05-01T03:54:50.7131891Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/podchecker.bat
2020-05-01T03:54:50.7132028Z   C:\hostedtoolcache\windows\perl\5.24.4\x64\bin/podselect.bat

the build log of perl 5.22.4: https://github.com/shogo82148/actions-setup-perl/runs/635454084?check_suite_focus=true

2020-05-01T03:55:11.3958759Z ..\perl.exe ..\installperl
2020-05-01T03:55:12.4238609Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/perl522.dll
2020-05-01T03:55:12.4239163Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/perl5.22.4.exe
(snip)
2020-05-01T03:55:15.5634419Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\lib/warnings/register.pm
2020-05-01T03:55:15.5634540Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\lib/Win32API/File.pm
2020-05-01T03:55:15.5634681Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\lib/Win32API/File/cFile.pc
2020-05-01T03:55:15.5634818Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/perl.exe
2020-05-01T03:55:15.5635018Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/pod2man.bat
2020-05-01T03:55:15.5635280Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/pod2text.bat
2020-05-01T03:55:15.5635416Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/pod2usage.bat
2020-05-01T03:55:15.5635549Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/podchecker.bat
2020-05-01T03:55:15.5635679Z   C:\hostedtoolcache\windows\perl\5.22.4\x64\bin/podselect.bat

perl 5.22 doesn't have makefile for MinGW, so I wrote a plugin of Devel::PatchPerl to build with MinGW.
My plugin maybe lack some patch for the installperl script.
I'll try to fix it.

from actions-setup-perl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.