revmischa / rtsp-server

Lightweight RTSP/RTP streaming media server
https://metacpan.org/release/RTSP-Server
427 stars 111 forks source link

`make test` fails on macOS #36

Open bhavanajain opened 4 years ago

bhavanajain commented 4 years ago

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/RTSP-Server.t .. 1/1 # Failed test 'use RTSP::Server;' # at t/RTSP-Server.t line 9. # Tried to use 'RTSP::Server'. # Error: Invalid version format (version required) at /Library/Perl/5.18/Module/Runtime.pm line 396.

# BEGIN failed--compilation aborted at rtsp-server/blib/lib/RTSP/Server.pm line 3. # Compilation failed in require at t/RTSP-Server.t line 9. # BEGIN failed--compilation aborted at t/RTSP-Server.t line 9. # Looks like you failed 1 test of 1. t/RTSP-Server.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests

Test Summary Report

t/RTSP-Server.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.22 cusr 0.05 csys = 0.30 CPU) Result: FAIL Failed 1/1 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 1