Andy
2016-10-22 07:08:35 UTC
I just tried to install MIDI::ALSA on a freshly installed Ubuntu 15.10
PC (yes I know Ubuntu support for 15.10 stopped recently but that's not
relevant for this issue), but it fails during the testing phase on Test 35:
ok 29 - skipping note_on event output
ok 30 - skipping note_off event output
ok 31 - skipping disconnectfrom()
ok 32 - skipping SND_SEQ_EVENT_PORT_UNSUBSCRIBED event
ok 33 - skipping disconnectto()
ok 34 - connectto(2,'testpl pid=4697:1') connected to myself by name
not ok 35 - received an event from myself
# Failed test 'received an event from myself'
# at test.pl line 301.
# alsaevent=$VAR1 = [11,1,0,1,'2.8',[128,2],[128,1],[0,0,0,0,0,99]];
# correct =$VAR1 = [11,1,0,0,'2.8',[128,2],[128,1],[0,0,0,0,0,99]];
ok 36 - latency was 9 microsec
ok 37 - disconnectfrom(1,128,2)
ok 38 - status() reports running
ok 39 - status() reports time = 2.805671 not 2.80858683586121
ok 40 - status() reports time = 3.808081 not 3.81115889549255
ok 41 - stop() returns success
[...]
# Looks like you failed 1 test of 57.
Makefile:1010: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
PJB/MIDI-ALSA-1.20.tar.gz
/usr/bin/make test -- NOT OK
What could be the cause of this error?
Many thanks in advance for any help.
PC (yes I know Ubuntu support for 15.10 stopped recently but that's not
relevant for this issue), but it fails during the testing phase on Test 35:
ok 29 - skipping note_on event output
ok 30 - skipping note_off event output
ok 31 - skipping disconnectfrom()
ok 32 - skipping SND_SEQ_EVENT_PORT_UNSUBSCRIBED event
ok 33 - skipping disconnectto()
ok 34 - connectto(2,'testpl pid=4697:1') connected to myself by name
not ok 35 - received an event from myself
# Failed test 'received an event from myself'
# at test.pl line 301.
# alsaevent=$VAR1 = [11,1,0,1,'2.8',[128,2],[128,1],[0,0,0,0,0,99]];
# correct =$VAR1 = [11,1,0,0,'2.8',[128,2],[128,1],[0,0,0,0,0,99]];
ok 36 - latency was 9 microsec
ok 37 - disconnectfrom(1,128,2)
ok 38 - status() reports running
ok 39 - status() reports time = 2.805671 not 2.80858683586121
ok 40 - status() reports time = 3.808081 not 3.81115889549255
ok 41 - stop() returns success
[...]
# Looks like you failed 1 test of 57.
Makefile:1010: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
PJB/MIDI-ALSA-1.20.tar.gz
/usr/bin/make test -- NOT OK
What could be the cause of this error?
Many thanks in advance for any help.