Skip Menu |

This queue is for tickets about the Net-YMSG CPAN distribution.

Report information
The Basics
Id: 1935
Status: new
Priority: 0/
Queue: Net-YMSG

People
Owner: Nobody in particular
Requestors: pdlangerholc [...] prodigy.net
Cc:
AdminCc:

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



Subject: Still having compilation problems
AIX 4.3.3, I added the Net YahooMessenger Module in and I am still getting the followig compilation error when I run the make test: Starting from creating the makefile kenny:/tmpfs/perlmods/Net-YMSG# r perl perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::YMSG kenny:/tmpfs/perlmods/Net-YMSG# make install mkdir blib mkdir blib/lib mkdir blib/lib/Net cp YMSG/ChangeState.pm blib/lib/Net/YMSG/ChangeState.pm cp YMSG/ReceiveMessage.pm blib/lib/Net/YMSG/ReceiveMessage.pm cp YMSG/SendMessage.pm blib/lib/Net/YMSG/SendMessage.pm cp YMSG/UnImplementEvent.pm blib/lib/Net/YMSG/UnImplementEvent.pm cp YMSG.pm blib/lib/Net/YMSG.pm cp YMSG/GoesOffline.pm blib/lib/Net/YMSG/GoesOffline.pm cp YMSG/ChallengeStart.pm blib/lib/Net/YMSG/ChallengeStart.pm cp YMSG/GoesOnline.pm blib/lib/Net/YMSG/GoesOnline.pm cp YMSG/ReceiveBuddyList.pm blib/lib/Net/YMSG/ReceiveBuddyList.pm cp YMSG/Buddy.pm blib/lib/Net/YMSG/Buddy.pm cp YMSG/Login.pm blib/lib/Net/YMSG/Login.pm cp YMSG/ChatRoomLogoff.pm blib/lib/Net/YMSG/ChatRoomLogoff.pm cp YMSG/NewFriendAlert.pm blib/lib/Net/YMSG/NewFriendAlert.pm cp YMSG/EventFactory.pm blib/lib/Net/YMSG/EventFactory.pm cp YMSG/ChatRoomLogon.pm blib/lib/Net/YMSG/ChatRoomLogon.pm cp YMSG/NullEvent.pm blib/lib/Net/YMSG/NullEvent.pm cp YMSG/test.pl blib/lib/Net/YMSG/test.pl cp YMSG/EventHandler.pm blib/lib/Net/YMSG/EventHandler.pm cp YMSG/InvalidLogin.pm blib/lib/Net/YMSG/InvalidLogin.pm cp YMSG/ChatRoomReceive.pm blib/lib/Net/YMSG/ChatRoomReceive.pm cp YMSG/Event.pm blib/lib/Net/YMSG/Event.pm cp YMSG/CRAM.pm blib/lib/Net/YMSG/CRAM.pm cp YMSG/ServerIsAlive.pm blib/lib/Net/YMSG/ServerIsAlive.pm mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Net mkdir blib/arch/auto/Net/YMSG mkdir blib/lib/auto/Net mkdir blib/lib/auto/Net/YMSG Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ChangeState.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ReceiveMessage.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/SendMessage.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/UnImplementEvent.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/GoesOffline.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ChallengeStart.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/GoesOnline.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ReceiveBuddyList.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/Buddy.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/Login.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ChatRoomLogoff.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/NewFriendAlert.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/EventFactory.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ChatRoomLogon.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/NullEvent.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/test.pl (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/EventHandler.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/InvalidLogin.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ChatRoomReceive.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/CRAM.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/Event.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG/ServerIsAlive.pm (unchanged) Installing /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG.pm Writing /usr/opt/perl5/lib/site_perl/5.005/aix/auto/Net/YMSG/.packlist Appending installation info to /usr/opt/perl5/lib/5.00503/aix/perllocal.pod Target "install" is up to date. kenny:/tmpfs/perlmods/Net-YMSG# make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/0.load............syntax error at blib/lib/Net/YMSG.pm line 455, near "](" BEGIN failed--compilation aborted at t/0.load.t line 3. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/1.password........ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/0.load.t 2 512 1 1 100.00% 1 Failed 1/2 test scripts, 50.00% okay. 1/7 subtests failed, 85.71% okay. make: 1254-004 The error code from the last command is 2. Stop.