Can't load '/usr/lib/perl5/core_perl/auto/POSIX/POSIX.dll' for module POSIX

Kinichiro Inoguchi's Avatar

Kinichiro Inoguchi

May 04, 2019 @ 03:03 PM

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,

  1. 1 Posted by Brent Cook on May 17, 2019 @ 08:16 AM

    Brent Cook's Avatar

    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.

  2. Support Staff 2 Posted by Owen McDonnell on May 17, 2019 @ 04:35 PM

    Owen McDonnell's Avatar

    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. 3 Posted by Brent Cook on May 17, 2019 @ 04:53 PM

    Brent Cook's Avatar

    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.

  4. Support Staff 4 Posted by Owen McDonnell on May 17, 2019 @ 05:57 PM

    Owen McDonnell's Avatar

    Great, thanks for the update.
    Was it also the case for you @Kinichiro?

  5. 5 Posted by Kinichiro Inogu... on May 18, 2019 @ 11:55 AM

    Kinichiro Inoguchi's Avatar

    Yes, it was the same case, and this issue was solved by 'pacman -Syu'.
    Thanks Brent, Owen.

  6. Owen McDonnell closed this discussion on May 19, 2019 @ 03:56 AM.

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