Skip Menu |

This queue is for tickets about the Sys-HostAddr CPAN distribution.

Report information
The Basics
Id: 129594
Status: new
Priority: 0/
Queue: Sys-HostAddr

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.993
Fixed in: (no value)



Subject: Can't exec netstat or ifconfig
On some linux systems netstat may be missing, causing the test suite to fail. Sample fail report: http://www.cpantesters.org/cpan/report/20ba0fc4-77d5-11e9-822c-952d43e9d5c6 On one of my own smoke systems (a debian 9 system) it fails because ifconfig is not installed: ... Can't exec "ifconfig": Datei oder Verzeichnis nicht gefunden at /home/cpansand/.cpan/build/2019051721/Sys-HostAddr-0.993-0/blib/lib/Sys/HostAddr.pm line 302. cannot fork ifconfig: No such file or directory # Looks like your test exited with 2 just after 2. t/main.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 4/6 subtests ...
On 2019-05-18 03:45:49, SREZIC wrote: Show quoted text
> On some linux systems netstat may be missing, causing the test suite > to fail. Sample fail report: > http://www.cpantesters.org/cpan/report/20ba0fc4-77d5-11e9-822c- > 952d43e9d5c6 > > On one of my own smoke systems (a debian 9 system) it fails because > ifconfig is not installed: > > ... > Can't exec "ifconfig": Datei oder Verzeichnis nicht gefunden at > /home/cpansand/.cpan/build/2019051721/Sys-HostAddr-0.993- > 0/blib/lib/Sys/HostAddr.pm line 302. > cannot fork ifconfig: No such file or directory > # Looks like your test exited with 2 just after 2. > t/main.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 4/6 subtests > ...
I think nowadays one should prefer to ue the "ip" command on Debian systems.