Can't load '/usr/lib/perl5/core_perl/auto/POSIX/POSIX.dll' for module POSIX
Recently, MinGW64 perl package appears to be updated from 5.28.1-2 to 5.28.2-1.
After this update, I had encountered this error.
Can't load '/usr/lib/perl5/core_perl/auto/POSIX/POSIX.dll' for module POSIX:
No such process at /usr/share/perl5/core_perl/XSLoader.pm line 93.
https://ci.appveyor.com/project/kinichiro/portable/builds/24286609/job/hk97m83oxj7vb9s3
Is there any workaround for this issue ?
Best reagrds,
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Brent Cook on May 17, 2019 @ 08:16 AM
Same thing here, it seems like Perl is broken in the base build image.
https://ci.appveyor.com/project/busterb/portable/builds/24574658/job/n0nw98vk97gyulvr
I wonder if there is something in our config that can be used to workaround this bug. I see some other bugs mentioned around python also not working in this forum that might be the same thing.
Support Staff 2 Posted by Owen McDonnell on May 17, 2019 @ 04:35 PM
If you suspect something in an image update has broken your build, the first thing to try is the
Previous
image, as described here.This is not meant as a permanent solution, but will allow us to determine whether or not the problem is indeed with the new image.
3 Posted by Brent Cook on May 17, 2019 @ 04:53 PM
Ahh, figured it out! We were installing perl during the build process, but
it was grabbing a newer perl than the one supported by the base image.
Running 'pacman -Syu' forced it to upgrade the whole system, which got
everything synced up.
Support Staff 4 Posted by Owen McDonnell on May 17, 2019 @ 05:57 PM
Great, thanks for the update.
Was it also the case for you @Kinichiro?
5 Posted by Kinichiro Inogu... on May 18, 2019 @ 11:55 AM
Yes, it was the same case, and this issue was solved by 'pacman -Syu'.
Thanks Brent, Owen.
Owen McDonnell closed this discussion on May 19, 2019 @ 03:56 AM.