Skip Menu |

This queue is for tickets about the Memory-Process CPAN distribution.

Report information
The Basics
Id: 129575
Status: open
Priority: 0/
Queue: Memory-Process

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

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



Subject: Test suite fails on freebsd systems
On my freebsd smokers: ... No such file or directory at /usr/perl5.30.0-RC1p/lib/site_perl/5.30.0/Memory/Usage.pm line 77. # Looks like your test exited with 2 just after 4. t/Memory-Process/04-dump.t ..... Dubious, test returned 2 (wstat 512, 0x200) Failed 3/7 subtests No such file or directory at /usr/perl5.30.0-RC1p/lib/site_perl/5.30.0/Memory/Usage.pm line 77. # Looks like your test exited with 2 just after 1. t/Memory-Process/05-record.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/Memory-Process/06-report.t ... ok No such file or directory at /usr/perl5.30.0-RC1p/lib/site_perl/5.30.0/Memory/Usage.pm line 77. # Looks like your test exited with 2 just after 1. t/Memory-Process/07-reset.t .... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests No such file or directory at /usr/perl5.30.0-RC1p/lib/site_perl/5.30.0/Memory/Usage.pm line 77. # Looks like your test exited with 2 just after 2. t/Memory-Process/08-state.t .... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests ...
Dne St 15.Květen.2019 01:25:31, SREZIC napsal(a): Hi Slaven, Show quoted text
> On my freebsd smokers:
Show quoted text
> ... > No such file or directory at /usr/perl5.30.0- > RC1p/lib/site_perl/5.30.0/Memory/Usage.pm line 77. > ...
So Memory::Process depends on Memory::Usage, which inherites. This mean, that you haven't Memory::Usage installed. btw: This module doesn't run on FreeBSD i think. M.