problems installing POE in linux host

2007-02-20 Thread Michael Hare
Hello- Trying to install POE on a linux host via CPAN; make test is hanging on the the following test t/30_loops/10_select/wheel_acceptskipped all skipped: Network access (and permission) required to run this test t/30_loops/10_select/wheel_cursesskipped al

Re: resource leak in PoCo::Server::SOAP ?

2007-02-20 Thread Nicest of the Damned
On Feb 19, 3:12 pm, [EMAIL PROTECTED] (Nicest of the Damned) wrote: > I think I'm seeing an edge case resource leak in PoCo::Server::SOAP > (or perhaps ::Server::SimpleHTTP , which handles the network interface > for ::SOAP) . that posting worked ! first time, coming from groups.google. I should

Re: problems installing POE in linux host

2007-02-20 Thread David Davis
Could you run the test manually and reply with the output? If using CPAN.pm: perl -MCPAN -e shell cpan[4]> look POE perl Makefile.PL # prepare ./mylib make # edit the readline test, and change the 0 to 1 in sub DEBUG() { 0 } vim ./t/30_loops/00_base/wheel_readline.pm # then run the test perl .

Re: problems installing POE in linux host

2007-02-20 Thread Michael Hare
Please see attached. I haven't stepped through the test code at this point to try to see where the error is. It seems as if the POE module works fine on the host in question although the test has failed. -Michael David Davis wrote: > Could you run the test manually and reply with the output? >

Re: problems installing POE in linux host

2007-02-20 Thread David Davis
I don't know much about readline, but perhaps someone else could chime in. That test runs fine here. For now you can force install POE on the cpan command line and start hacking. David On 2/20/07, Michael Hare <[EMAIL PROTECTED]> wrote: Please see attached. I haven't stepped through the test

Re: problems installing POE in linux host

2007-02-20 Thread Rocco Caputo
It may be related to this change, which is not yet released: 2007-01-18 19:31:11 (r2170) by rcaputo poe/t/30_loops/00_base/wheel_readline.pm M Rafael Kitover found out that some .inputrc entries can break the Wheel::ReadLine test. This change sets $ENV{INPUTRC} to a nonexistent

Re: resource leak in PoCo::Server::SOAP ?

2007-02-20 Thread Rocco Caputo
Please send a small test case, and cc bug-poe-component-server- [EMAIL PROTECTED] The author/maintainer for this component may not be watching the list. -- Rocco Caputo - [EMAIL PROTECTED] On Feb 19, 2007, at 15:12, Nicest of the Damned wrote: Allo, I think I'm seeing an edge case resourc