Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

SDL #515

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module SDL cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: SDL
===> Found: SDL:ver<0.2.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: SDL:ver<0.2.0> to /home/alex/Blin/data/zef-data/tmp/1549579566.14934.6694/SDL6.git
===> Extraction [OK]: SDL to /home/alex/Blin/data/zef-data/store/SDL6.git
===> Testing: SDL:ver<0.2.0>
# SDL_Linked_Version v1.2.15
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5034:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM default
t/core.t ............ 
Failed 2/11 subtests 
# Mix_Linked_Version v1.2.12
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5034:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM default
t/mixer-channels.t .. ok
# v1.2.15
t/rect.t ............ ok

Test Summary Report
-------------------
t/core.t          (Wstat: 0 Tests: 9 Failed: 0)
  Parse errors: Tests out of sequence.  Found (4) but expected (3)
                Tests out of sequence.  Found (6) but expected (4)
                Tests out of sequence.  Found (7) but expected (5)
                Tests out of sequence.  Found (8) but expected (6)
                Tests out of sequence.  Found (9) but expected (7)
Displayed the first 5 of 8 TAP syntax errors.
Re-run prove with the -p option to see them all.
Files=3, Tests=57, 20 wallclock secs ( 0.04 usr  0.01 sys + 14.85 cusr  0.62 csys = 15.52 CPU)
Result: FAIL
===> Testing [FAIL]: SDL:ver<0.2.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: SDL:ver<0.2.0>
===> Install [OK] for SDL:ver<0.2.0>

Ping @PerlGameDev

Previous ticket: #73