Followed your advice and proceeded to "make Padre".
FWIW, I failed a single test (not sure whether this is a Perl issue, a
Wx issue or a Padre issue):
cpan[8]> test Padre
...
t/27_task_signal.t ......... 4/17 panic: MUTEX_LOCK (22) [op.c:352]
during global destruction.
wxPerl(4344,0xa0796720) malloc: *** error for object 0x8c9400: double
free
*** set a breakpoint in malloc_error_break to debug
t/27_task_signal.t ......... Dubious, test returned 255 (wstat 65280,
0xff00)
All 17 subtests passed
...
Result: FAIL
Failed 1/42 test programs. 0/976 subtests failed.
...
I guess I will just "notest install Padre" for now.
Thanks again for your much appreciated assistance.
François
PS: Regarding the version of Perl, I forgot to mention that I actually
built Perl 5.12.1 (MacPort ? don't remember...) from the sources:
>which perl5.12
/opt/local/bin/perl5.12
>which xsubpp-5.12
/opt/local/bin/xsubpp-5.12
I may give a try building Padre for 5.12
On Feb 04, 2011, at 21:56, Mark Dootson wrote:
Hi,
I need to re-write the tests :-(
Anyhow, I am pretty sure you will be OK with a force install of
Wx::Perl::ProcessStream for now.
The tests fail because they check if processes are alive when there
should be no expectation that they will be.
Regards
Mark