in reply to Compiling Perl using Win10 Subsystem for Linux (WSL)

Can you show us the output of perlbug or perl -V? It includes all information that's needed on how you compiled Perl.

I'm not surprised that ../cpan/IPC-SysV/ tests fail, as most likely the Unix subsystem doesn't really have SysV IPC and maybe needs some better skipping logic in its tests.

Net::Ping failing is a tiny bit surprising, but maybe it needs root permissions in the WSL system and its detection goes wrong on whether it is root or not.

Can you also show the detailed output of a failing (socket) test? Run it maybe as

/path/to/hollis/fresh/bin/perl t/socket.t

Replies are listed 'Best First'.
Re^2: Compiling Perl using Win10 Subsystem for Linux (WSL)
by holli (Abbot) on Dec 06, 2017 at 16:20 UTC
    Here`s the output of -V Here's one of the tests: So, yes. Apparently the linux subsystem is lacking SystemV support. Is there maybe a linux package I am missing? The WSL subsystem is just a barebone linux, for instance i had to install a stackexec package in order to get rakudo to compile.


    holli

    You can lead your users to water, but alas, you cannot drown them.