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 |