Project:Perl/maint-notes/dev-perl/Festival-Client-Async

From Gentoo Wiki
Jump to:navigation Jump to:search

Tests

  1. Install app-accessibility/festival
  2. Run a festival server as portage:
    user $sudo -u portage festival --server
  3. Run the test suite without network restrictions
    root #FEATURES="-network-sandbox" DIST_TEST_OVERRIDE="do verbose" emerge -va1 dev-perl/Festival-Client-Async

Additional instructions will follow when I can get festival to not segfault.

Currently this does:

CODE
>>> Test phase: dev-perl/Festival-Client-Async-0.30.300-r2
 * Compile testing Festival::Client::Async 0.0303 ...                                                                                                                                                                     [ ok ]
 * Test::Harness Jobs=3
make -j3 --load-average=4 test TEST_VERBOSE=0 
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
cmp: EOF on hello.tmp.raw which is empty
not ok 7
make: *** [Makefile:814: test_dynamic] Broken pipe

See: https://rt.cpan.org/Ticket/Display.html?id=123346