Skip Menu |

This queue is for tickets about the Zoidberg CPAN distribution.

Report information
The Basics
Id: 7576
Status: open
Priority: 0/
Queue: Zoidberg

People
Owner: pardus [...] cpan.org
Requestors: abeltje [...] gmail.com
Cc:
AdminCc:

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



Subject: make test fails (OS-X)
Hi Jaap, I find that "make test" terminates on mac os-x: ~/.cpan/build/Zoidberg-0.90$ make test /usr/bin/perl Build --makefile_env_macros 1 test /usr/bin/perl b/zoid.PL /usr/bin/perl b/test.PL /usr/bin/perl b/Config.PL t/00_use_ok................ok t/30_dispatchtable.........ok t/31_ZoidbergError.........ok t/32_ZoidbergUtils.........ok t/33_GetOpt................ok t/40_StringParse_simple....ok t/41_default_grammar.......ok t/42_dezoidify.............ok t/50_Commands..............ok t/90_full..................ok 21/21make: *** [test] Terminated Terminated Enabling the line right after the last tests shows weird stuff is going on: ~/.cpan/build/Zoidberg-0.90$ prove -v t/90_full.t t/90_full....1..21 [snip ok tests] #archbindoccatdocechoetcliblibdocscriptsharetest12~zoid.usage~~ ok 18 - globs aint redirections ok test 22 - next after pipeline - switches # test 22 - next after pipeline ok test 22 - next after pipeline - switches # test 22 - next after pipeline ok 19 - switches 19 ok 20 - switches 20 Test output counter mismatch [test 22] ok 21 - switches 21 Test output counter mismatch [test 23] Terminated if need anything else, just let me know...
[ABELTJE - Wed Sep 8 05:49:26 2004]: Show quoted text
> I find that "make test" terminates on mac os-x: > ~/.cpan/build/Zoidberg-0.90$ make test
8< Show quoted text
> t/90_full..................ok 21/21make: *** [test] Terminated > Terminated
This seems to be a race condition where the parent process terminates to early; it is platform independent. I have tried several times to eliminate it, but so far no luck :( It is a random bug, so re-running the test will show up "all ok"if you are lucky; also the same error appears in t/91 sometimes. Show quoted text
> Enabling the line right after the last tests shows weird stuff is > going on:
8< Yes this an other bug that is open for quite some time now :(
From: eric arnold
Same thing on MSwinXp/Cygin.