Skip Menu |

This queue is for tickets about the Mac-FSEvents CPAN distribution.

Report information
The Basics
Id: 132138
Status: new
Priority: 0/
Queue: Mac-FSEvents

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

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



Subject: Fails to install
I have macOS Catalina, 10.15.3. Getting the following report when attempting to install: t/01use.t .................. ok t/02constructor.t .......... ok t/03event.t ................ ok # Failed test 'one event, because it's coalesced' # at t/04flags.t line 66. # got: '2' # expected: '1' # Looks like you failed 1 test of 2. # Failed test 'none' # at t/04flags.t line 68. # Looks like you failed 1 test of 4. t/04flags.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/05fork.t ................. ok t/06receive-all-changes.t .. ok Test Summary Report ------------------- t/04flags.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=6, Tests=14, 17 wallclock secs ( 0.02 usr 0.01 sys + 1.39 cusr 2.16 csys = 3.58 CPU) Result: FAIL Failed 1/6 test programs. 1/14 subtests failed.
As a test, I installed Mac::FSEvents onto an older mac running macOS High Sierra (10.13.4). It installed without error. I'm going to guess and say this probably has something to do with the C extension this module uses not being compatible with the move to 64 bit software required by macOS High Sierra. On Fri Mar 13 14:39:48 2020, STEVIED wrote: Show quoted text
> I have macOS Catalina, 10.15.3. > > Getting the following report when attempting to install: > > t/01use.t .................. ok > t/02constructor.t .......... ok > t/03event.t ................ ok > > # Failed test 'one event, because it's coalesced' > # at t/04flags.t line 66. > # got: '2' > # expected: '1' > # Looks like you failed 1 test of 2. > > # Failed test 'none' > # at t/04flags.t line 68. > # Looks like you failed 1 test of 4. > t/04flags.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/4 subtests > t/05fork.t ................. ok > t/06receive-all-changes.t .. ok > > Test Summary Report > ------------------- > t/04flags.t (Wstat: 256 Tests: 4 Failed: 1) > Failed test: 1 > Non-zero exit status: 1 > Files=6, Tests=14, 17 wallclock secs ( 0.02 usr 0.01 sys + 1.39 cusr > 2.16 csys = 3.58 CPU) > Result: FAIL > Failed 1/6 test programs. 1/14 subtests failed.