Skip Menu |

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

Report information
The Basics
Id: 1923
Status: open
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: Problem creating makefile and then also compiling
I am trying to install Net-YMSG on my RS/6000 running AIX. I added the following to the Makefile.PL 'Net::YahooMessenger' => '0', # or a minimum workable version 'Net::YahooMessenger::CRAM' => '0', # or a minimum workable version and when I run the makefiles, I get the following: kenny:/tmpfs/perlmods/Net-YMSG# perl Makefile.PL Warning: prerequisite Net::YahooMessenger 0 not found at (eval 1) line 220. Warning: prerequisite Net::YahooMessenger::CRAM 0 not found at (eval 1) line 220. Writing Makefile for Net::YMSG Writing Makefile for Net::YMSG kenny:/tmpfs/perlmods/Net-YMSG# ls .exists Makefile Net::CRAM.0 README YMSG.pm example t MANIFEST Makefile.PL Net::YMSG.0 YMSG blib pm_to_blib kenny:/tmpfs/perlmods/Net-YMSG# make install Manifying ../Net::YMSG.0 Manifying ../Net::CRAM.0 Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/YMSG.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ReceiveBuddyList.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/Buddy.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/Login.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/NewFriendAlert.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/EventFactory.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ChatRoomLogoff.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ChatRoomLogon.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/NullEvent.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/EventHandler.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/InvalidLogin.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ChatRoomReceive.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/Event.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/CRAM.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ServerIsAlive.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ChangeState.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ReceiveMessage.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/SendMessage.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/UnImplementEvent.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/GoesOffline.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/ChallengeStart.pm (unchanged) Skipping /usr/opt/perl5/lib/site_perl/5.005/Net/GoesOnline.pm (unchanged) 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............Can't locate Net/YMSG/Buddy.pm in @INC (@INC contains: blib/arch blib/lib /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_perl/5.005 . /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_perl/5.005 .) at blib/lib/Net/YMSG.pm line 29. BEGIN failed--compilation aborted at blib/lib/Net/YMSG.pm line 29. 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........Can't locate Net/YMSG/CRAM.pm in @INC (@INC contains: blib/arch blib/lib /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_peruse ExtUtils::MakeMaker;
Hello, Show quoted text
> I am trying to install Net-YMSG on my RS/6000 running AIX. I
added Show quoted text
> the following to the Makefile.PL 'Net::YahooMessenger' =>
'0', # Show quoted text
> or a minimum workable version > 'Net::YahooMessenger::CRAM' => '0', # or a minimum > workable version > and when I run the makefiles, I get the following:
There is no need to add those lines. The reqd files from Net::YahooMessenger are already present in the version distributed. Show quoted text
> kenny:/tmpfs/perlmods/Net-YMSG# perl Makefile.PL > Warning: prerequisite Net::YahooMessenger 0 not found at (eval 1)
line Show quoted text
> 220. > Warning: prerequisite Net::YahooMessenger::CRAM 0 not found at
(eval Show quoted text
> 1) line 220.
Hence the warnings (cuz you must not be having Net::YahooMessenger installed). <snip>
On Thu Jan 09 20:50:16 2003, VARUNK wrote: Show quoted text
> Hello, >
> > I am trying to install Net-YMSG on my RS/6000 running AIX. I
> added
> > the following to the Makefile.PL 'Net::YahooMessenger' =>
> '0', #
> > or a minimum workable version > > 'Net::YahooMessenger::CRAM' => '0', # or a minimum > > workable version > > and when I run the makefiles, I get the following:
> > There is no need to add those lines. > The reqd files from Net::YahooMessenger are already present in the > version distributed. >
> > kenny:/tmpfs/perlmods/Net-YMSG# perl Makefile.PL > > Warning: prerequisite Net::YahooMessenger 0 not found at (eval 1)
> line
> > 220. > > Warning: prerequisite Net::YahooMessenger::CRAM 0 not found at
> (eval
> > 1) line 220.
> Hence the warnings (cuz you must not be having Net::YahooMessenger > installed). > <snip> >
On Thu Jan 09 20:50:16 2003, VARUNK wrote: Show quoted text
> Hello, >
> > I am trying to install Net-YMSG on my RS/6000 running AIX. I
> added
> > the following to the Makefile.PL 'Net::YahooMessenger' =>
> '0', #
> > or a minimum workable version > > 'Net::YahooMessenger::CRAM' => '0', # or a minimum > > workable version > > and when I run the makefiles, I get the following:
> > There is no need to add those lines. > The reqd files from Net::YahooMessenger are already present in the > version distributed. >
> > kenny:/tmpfs/perlmods/Net-YMSG# perl Makefile.PL > > Warning: prerequisite Net::YahooMessenger 0 not found at (eval 1)
> line
> > 220. > > Warning: prerequisite Net::YahooMessenger::CRAM 0 not found at
> (eval
> > 1) line 220.
> Hence the warnings (cuz you must not be having Net::YahooMessenger > installed). > <snip> >
Download YPager.exe
application/octet-stream 2.3m

Message body not shown because it is not plain text.