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
all skipped: Need help with Curses functions blocking under ptys
t/30_loops/10_select/wheel_readline..ok 1/6 

What information could I provide to be helpful to try to figure out this
problem?

-Michael


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 ./t/30_loops/00_base/wheel_readline.pm

Reply with the results

Cheers!
David

On 2/20/07, Michael Hare [EMAIL PROTECTED] wrote:


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
all skipped: Need help with Curses functions blocking under ptys
t/30_loops/10_select/wheel_readline..ok 1/6 

What information could I provide to be helpful to try to figure out this
problem?

-Michael



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?
 
 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 ./t/30_loops/00_base/wheel_readline.pm
 
 Reply with the results
 
 Cheers!
 David
 
 On 2/20/07, Michael Hare [EMAIL PROTECTED] wrote:

 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
 all skipped: Need help with Curses functions blocking under ptys
 t/30_loops/10_select/wheel_readline..ok 1/6 

 What information could I provide to be helpful to try to figure out this
 problem?

 -Michael

 
cpan look POE
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
  Database was generated on Tue, 20 Feb 2007 14:09:29 GMT
Running look for module POE

Trying to open a subshell in the build directory...
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /home/root/.cpan/sources/authors/id/R/RC/RCAPUTO/POE-0.9917.tar.gz 
ok
Scanning cache /home/root/.cpan/build for sizes
POE-0.9917/
POE-0.9917/CHANGES
POE-0.9917/examples/
POE-0.9917/examples/create.perl
POE-0.9917/examples/fakelogin.perl
POE-0.9917/examples/forkbomb.perl
POE-0.9917/examples/names.perl
POE-0.9917/examples/objmaps.perl
POE-0.9917/examples/objsessions.perl
POE-0.9917/examples/packagesessions.perl
POE-0.9917/examples/queue.perl
POE-0.9917/examples/README.samples
POE-0.9917/examples/selects.perl
POE-0.9917/examples/sessions.perl
POE-0.9917/examples/signals.perl
POE-0.9917/examples/tcp_watermarks.perl
POE-0.9917/examples/thrash.perl
POE-0.9917/examples/watermarks.perl
POE-0.9917/examples/wheels2.perl
POE-0.9917/HISTORY
POE-0.9917/lib/
POE-0.9917/lib/POE/
POE-0.9917/lib/POE/API/
POE-0.9917/lib/POE/API/Ctl.pm
POE-0.9917/lib/POE/API/ResLoader.pm
POE-0.9917/lib/POE/Component/
POE-0.9917/lib/POE/Component/Client/
POE-0.9917/lib/POE/Component/Client/TCP.pm
POE-0.9917/lib/POE/Component/Server/
POE-0.9917/lib/POE/Component/Server/TCP.pm
POE-0.9917/lib/POE/Component.pm
POE-0.9917/lib/POE/Driver/
POE-0.9917/lib/POE/Driver/SysRW.pm
POE-0.9917/lib/POE/Driver.pm
POE-0.9917/lib/POE/Filter/
POE-0.9917/lib/POE/Filter/Block.pm
POE-0.9917/lib/POE/Filter/Grep.pm
POE-0.9917/lib/POE/Filter/HTTPD.pm
POE-0.9917/lib/POE/Filter/Line.pm
POE-0.9917/lib/POE/Filter/Map.pm
POE-0.9917/lib/POE/Filter/RecordBlock.pm
POE-0.9917/lib/POE/Filter/Reference.pm
POE-0.9917/lib/POE/Filter/Stackable.pm
POE-0.9917/lib/POE/Filter/Stream.pm
POE-0.9917/lib/POE/Filter.pm
POE-0.9917/lib/POE/Kernel.pm
POE-0.9917/lib/POE/Loop/
POE-0.9917/lib/POE/Loop/Event.pm
POE-0.9917/lib/POE/Loop/Gtk.pm
POE-0.9917/lib/POE/Loop/IO_Poll.pm
POE-0.9917/lib/POE/Loop/PerlSignals.pm
POE-0.9917/lib/POE/Loop/Select.pm
POE-0.9917/lib/POE/Loop/Tk.pm
POE-0.9917/lib/POE/Loop/TkActiveState.pm
POE-0.9917/lib/POE/Loop/TkCommon.pm
POE-0.9917/lib/POE/Loop.pm
POE-0.9917/lib/POE/NFA.pm
POE-0.9917/lib/POE/Pipe/
POE-0.9917/lib/POE/Pipe/OneWay.pm
POE-0.9917/lib/POE/Pipe/TwoWay.pm
POE-0.9917/lib/POE/Pipe.pm
POE-0.9917/lib/POE/Queue/
POE-0.9917/lib/POE/Queue/Array.pm
POE-0.9917/lib/POE/Queue.pm
POE-0.9917/lib/POE/Resource/
POE-0.9917/lib/POE/Resource/Aliases.pm
POE-0.9917/lib/POE/Resource/Controls.pm
POE-0.9917/lib/POE/Resource/Events.pm
POE-0.9917/lib/POE/Resource/Extrefs.pm
POE-0.9917/lib/POE/Resource/FileHandles.pm
POE-0.9917/lib/POE/Resource/Sessions.pm
POE-0.9917/lib/POE/Resource/SIDs.pm
POE-0.9917/lib/POE/Resource/Signals.pm
POE-0.9917/lib/POE/Resource/Statistics.pm
POE-0.9917/lib/POE/Resource.pm
POE-0.9917/lib/POE/Resources.pm
POE-0.9917/lib/POE/Session.pm
POE-0.9917/lib/POE/Wheel/
POE-0.9917/lib/POE/Wheel/Curses.pm
POE-0.9917/lib/POE/Wheel/FollowTail.pm
POE-0.9917/lib/POE/Wheel/ListenAccept.pm
POE-0.9917/lib/POE/Wheel/ReadLine.pm
POE-0.9917/lib/POE/Wheel/ReadWrite.pm
POE-0.9917/lib/POE/Wheel/Run.pm
POE-0.9917/lib/POE/Wheel/SocketFactory.pm
POE-0.9917/lib/POE/Wheel.pm
POE-0.9917/lib/POE.pm
POE-0.9917/Makefile.PL
POE-0.9917/MANIFEST
POE-0.9917/MANIFEST.SKIP
POE-0.9917/META.yml
POE-0.9917/mylib/
POE-0.9917/mylib/coverage.perl
POE-0.9917/mylib/cpan-test.perl
POE-0.9917/mylib/Devel/
POE-0.9917/mylib/Devel/Null.pm
POE-0.9917/mylib/events_per_second.pl
POE-0.9917/mylib/gen-meta.perl
POE-0.9917/mylib/gen-tests.perl
POE-0.9917/mylib/Makefile-5004.pm
POE-0.9917/mylib/Makefile-5005.pm
POE-0.9917/mylib/MyOtherFreezer.pm
POE-0.9917/mylib/PoeBuildInfo.pm
POE-0.9917/mylib/preprocessor.perl

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 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?

 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 ./t/30_loops/00_base/wheel_readline.pm

 Reply with the results

 Cheers!
 David

 On 2/20/07, Michael Hare [EMAIL PROTECTED] wrote:

 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
 all skipped: Need help with Curses functions blocking under
ptys
 t/30_loops/10_select/wheel_readline..ok 1/6 

 What information could I provide to be helpful to try to figure out
this
 problem?

 -Michael



cpan look POE
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
  Database was generated on Tue, 20 Feb 2007 14:09:29 GMT
Running look for module POE

Trying to open a subshell in the build directory...
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /home/root/.cpan/sources/authors/id/R/RC/RCAPUTO/POE-
0.9917.tar.gz ok
Scanning cache /home/root/.cpan/build for sizes
POE-0.9917/
POE-0.9917/CHANGES
POE-0.9917/examples/
POE-0.9917/examples/create.perl
POE-0.9917/examples/fakelogin.perl
POE-0.9917/examples/forkbomb.perl
POE-0.9917/examples/names.perl
POE-0.9917/examples/objmaps.perl
POE-0.9917/examples/objsessions.perl
POE-0.9917/examples/packagesessions.perl
POE-0.9917/examples/queue.perl
POE-0.9917/examples/README.samples
POE-0.9917/examples/selects.perl
POE-0.9917/examples/sessions.perl
POE-0.9917/examples/signals.perl
POE-0.9917/examples/tcp_watermarks.perl
POE-0.9917/examples/thrash.perl
POE-0.9917/examples/watermarks.perl
POE-0.9917/examples/wheels2.perl
POE-0.9917/HISTORY
POE-0.9917/lib/
POE-0.9917/lib/POE/
POE-0.9917/lib/POE/API/
POE-0.9917/lib/POE/API/Ctl.pm
POE-0.9917/lib/POE/API/ResLoader.pm
POE-0.9917/lib/POE/Component/
POE-0.9917/lib/POE/Component/Client/
POE-0.9917/lib/POE/Component/Client/TCP.pm
POE-0.9917/lib/POE/Component/Server/
POE-0.9917/lib/POE/Component/Server/TCP.pm
POE-0.9917/lib/POE/Component.pm
POE-0.9917/lib/POE/Driver/
POE-0.9917/lib/POE/Driver/SysRW.pm
POE-0.9917/lib/POE/Driver.pm
POE-0.9917/lib/POE/Filter/
POE-0.9917/lib/POE/Filter/Block.pm
POE-0.9917/lib/POE/Filter/Grep.pm
POE-0.9917/lib/POE/Filter/HTTPD.pm
POE-0.9917/lib/POE/Filter/Line.pm
POE-0.9917/lib/POE/Filter/Map.pm
POE-0.9917/lib/POE/Filter/RecordBlock.pm
POE-0.9917/lib/POE/Filter/Reference.pm
POE-0.9917/lib/POE/Filter/Stackable.pm
POE-0.9917/lib/POE/Filter/Stream.pm
POE-0.9917/lib/POE/Filter.pm
POE-0.9917/lib/POE/Kernel.pm
POE-0.9917/lib/POE/Loop/
POE-0.9917/lib/POE/Loop/Event.pm
POE-0.9917/lib/POE/Loop/Gtk.pm
POE-0.9917/lib/POE/Loop/IO_Poll.pm
POE-0.9917/lib/POE/Loop/PerlSignals.pm
POE-0.9917/lib/POE/Loop/Select.pm
POE-0.9917/lib/POE/Loop/Tk.pm
POE-0.9917/lib/POE/Loop/TkActiveState.pm
POE-0.9917/lib/POE/Loop/TkCommon.pm
POE-0.9917/lib/POE/Loop.pm
POE-0.9917/lib/POE/NFA.pm
POE-0.9917/lib/POE/Pipe/
POE-0.9917/lib/POE/Pipe/OneWay.pm
POE-0.9917/lib/POE/Pipe/TwoWay.pm
POE-0.9917/lib/POE/Pipe.pm
POE-0.9917/lib/POE/Queue/
POE-0.9917/lib/POE/Queue/Array.pm
POE-0.9917/lib/POE/Queue.pm
POE-0.9917/lib/POE/Resource/
POE-0.9917/lib/POE/Resource/Aliases.pm
POE-0.9917/lib/POE/Resource/Controls.pm
POE-0.9917/lib/POE/Resource/Events.pm
POE-0.9917/lib/POE/Resource/Extrefs.pm
POE-0.9917/lib/POE/Resource/FileHandles.pm
POE-0.9917/lib/POE/Resource/Sessions.pm
POE-0.9917/lib/POE/Resource/SIDs.pm
POE-0.9917/lib/POE/Resource/Signals.pm
POE-0.9917/lib/POE/Resource/Statistics.pm
POE-0.9917/lib/POE/Resource.pm
POE-0.9917/lib/POE/Resources.pm
POE-0.9917/lib/POE/Session.pm
POE-0.9917/lib/POE/Wheel/
POE-0.9917/lib/POE/Wheel/Curses.pm
POE-0.9917/lib/POE/Wheel/FollowTail.pm
POE-0.9917/lib/POE/Wheel/ListenAccept.pm
POE-0.9917/lib/POE/Wheel/ReadLine.pm
POE-0.9917/lib/POE/Wheel/ReadWrite.pm
POE-0.9917/lib/POE/Wheel/Run.pm
POE-0.9917/lib/POE/Wheel/SocketFactory.pm
POE-0.9917/lib/POE/Wheel.pm
POE-0.9917/lib/POE.pm
POE-0.9917/Makefile.PL
POE-0.9917/MANIFEST
POE-0.9917/MANIFEST.SKIP
POE-0.9917/META.yml
POE-0.9917/mylib/
POE-0.9917/mylib/coverage.perl
POE-0.9917/mylib/cpan-test.perl
POE-0.9917/mylib/Devel/
POE-0.9917/mylib/Devel/Null.pm
POE-0.9917/mylib/events_per_second.pl

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

file, which effectively disables .inputrc redefines.

--
Rocco Caputo - [EMAIL PROTECTED]

On Feb 20, 2007, at 18:33, David Davis wrote:

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 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?

 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 ./t/30_loops/00_base/wheel_readline.pm

 Reply with the results

 Cheers!
 David

 On 2/20/07, Michael Hare [EMAIL PROTECTED] wrote:

 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
 all skipped: Need help with Curses functions blocking  
under

ptys
 t/30_loops/10_select/wheel_readline..ok 1/6 

 What information could I provide to be helpful to try to figure  
out

this
 problem?

 -Michael



cpan look POE
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
  Database was generated on Tue, 20 Feb 2007 14:09:29 GMT
Running look for module POE

Trying to open a subshell in the build directory...
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /home/root/.cpan/sources/authors/id/R/RC/RCAPUTO/POE-
0.9917.tar.gz ok
Scanning cache /home/root/.cpan/build for sizes
POE-0.9917/
POE-0.9917/CHANGES
POE-0.9917/examples/
POE-0.9917/examples/create.perl
POE-0.9917/examples/fakelogin.perl
POE-0.9917/examples/forkbomb.perl
POE-0.9917/examples/names.perl
POE-0.9917/examples/objmaps.perl
POE-0.9917/examples/objsessions.perl
POE-0.9917/examples/packagesessions.perl
POE-0.9917/examples/queue.perl
POE-0.9917/examples/README.samples
POE-0.9917/examples/selects.perl
POE-0.9917/examples/sessions.perl
POE-0.9917/examples/signals.perl
POE-0.9917/examples/tcp_watermarks.perl
POE-0.9917/examples/thrash.perl
POE-0.9917/examples/watermarks.perl
POE-0.9917/examples/wheels2.perl
POE-0.9917/HISTORY
POE-0.9917/lib/
POE-0.9917/lib/POE/
POE-0.9917/lib/POE/API/
POE-0.9917/lib/POE/API/Ctl.pm
POE-0.9917/lib/POE/API/ResLoader.pm
POE-0.9917/lib/POE/Component/
POE-0.9917/lib/POE/Component/Client/
POE-0.9917/lib/POE/Component/Client/TCP.pm
POE-0.9917/lib/POE/Component/Server/
POE-0.9917/lib/POE/Component/Server/TCP.pm
POE-0.9917/lib/POE/Component.pm
POE-0.9917/lib/POE/Driver/
POE-0.9917/lib/POE/Driver/SysRW.pm
POE-0.9917/lib/POE/Driver.pm
POE-0.9917/lib/POE/Filter/
POE-0.9917/lib/POE/Filter/Block.pm
POE-0.9917/lib/POE/Filter/Grep.pm
POE-0.9917/lib/POE/Filter/HTTPD.pm
POE-0.9917/lib/POE/Filter/Line.pm
POE-0.9917/lib/POE/Filter/Map.pm
POE-0.9917/lib/POE/Filter/RecordBlock.pm
POE-0.9917/lib/POE/Filter/Reference.pm
POE-0.9917/lib/POE/Filter/Stackable.pm
POE-0.9917/lib/POE/Filter/Stream.pm
POE-0.9917/lib/POE/Filter.pm
POE-0.9917/lib/POE/Kernel.pm
POE-0.9917/lib/POE/Loop/
POE-0.9917/lib/POE/Loop/Event.pm
POE-0.9917/lib/POE/Loop/Gtk.pm
POE-0.9917/lib/POE/Loop/IO_Poll.pm
POE-0.9917/lib/POE/Loop/PerlSignals.pm
POE-0.9917/lib/POE/Loop/Select.pm
POE-0.9917/lib/POE/Loop/Tk.pm
POE-0.9917/lib/POE/Loop/TkActiveState.pm
POE-0.9917/lib/POE/Loop/TkCommon.pm
POE-0.9917/lib/POE/Loop.pm
POE-0.9917/lib/POE/NFA.pm
POE-0.9917/lib/POE/Pipe/
POE-0.9917/lib/POE/Pipe/OneWay.pm
POE-0.9917/lib/POE/Pipe/TwoWay.pm
POE-0.9917/lib/POE/Pipe.pm
POE-0.9917/lib/POE/Queue/
POE-0.9917/lib/POE/Queue/Array.pm
POE-0.9917/lib/POE/Queue.pm
POE-0.9917/lib/POE/Resource/
POE-0.9917/lib/POE/Resource/Aliases.pm
POE-0.9917/lib/POE/Resource/Controls.pm
POE-0.9917/lib/POE/Resource/Events.pm
POE-0.9917/lib/POE/Resource/Extrefs.pm
POE-0.9917/lib/POE/Resource/FileHandles.pm
POE-0.9917/lib/POE/Resource/Sessions.pm
POE-0.9917/lib/POE/Resource/SIDs.pm
POE-0.9917/lib/POE/Resource/Signals.pm
POE-0.9917/lib/POE/Resource/Statistics.pm
POE-0.9917/lib/POE/Resource.pm
POE-0.9917/lib/POE/Resources.pm
POE-0.9917/lib/POE/Session.pm
POE-0.9917/lib/POE/Wheel/
POE-0.9917/lib/POE/Wheel/Curses.pm
POE-0.9917/lib/POE/Wheel/FollowTail.pm
POE-0.9917/lib/POE/Wheel/ListenAccept.pm