Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 57409
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: daniel.chan [...] family.ust.HK
Cc:
AdminCc:

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



Subject: SOAP::Lite installation problem
Date: Wed, 12 May 2010 14:39:28 +0800 (HKT)
To: bug-SOAP-Lite [...] rt.cpan.org
From: Kwong Fat Chan <danielck8 [...] yahoo.com.hk>
Hi, I just downloaded the package and ran perl Makefile.PL. Following is the output: ... Press <enter> to see the detailed list.  Feature                       Prerequisites                Install? ----------------------------- ---------------------------- -------- Core Package       [*] Scalar::Util             always                                [*] Test::More                                                     [*] URI                                                            [*] MIME::Base64                                                   [*] constant                                                       [*] Task::Weaken                                                   [*] XML::Parser (v2.23)              Client HTTP support           [*] LWP::UserAgent           always  Client HTTPS support          [*] Crypt::SSLeay            [ yes ] Client SMTP/sendmail support  [*] MIME::Lite               [ yes ] Client FTP support            [ ] SOAP::Transport::FTP (v0.711) [ no ]  Standalone HTTP server        [*] HTTP::Daemon             [ yes ] Apache/mod_perl server        [ ] Apache                   [ no ]  FastCGI server                [*] FCGI                     [ yes ] POP3 server                   [*] MIME::Parser             [ yes ]                               [*] Net::POP3                        IO server                     [*] IO::File                 [ yes ] MQ transport support          [ ] SOAP::Transport::MQ (v0.712) [ no ]  JABBER transport support      [ ] SOAP::Transport::JABBER (v0.711) [ no ]  MIME messages                 [*] MIME::Parser             [ yes ] DIME messages                 [*] IO::Scalar (v2.105)      [ no ]                                [ ] DIME::Tools (v0.03)                                            [*] Data::UUID (v0.11)               SSL Support for TCP Transport [*] IO::Socket::SSL          [ yes ] Compression support for HTTP  [*] Compress::Zlib           [ yes ] MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ no ]  --- An asterix '[*]' indicates if the module is currently installed. Do you want to proceed with this configuration? [yes] Checking if your kit is complete... Warning: the following files are missing in your kit:     lib/SOAP/Transport/FTP.pm     t/SOAP/Transport/MQ.t Please inform the author. Writing Makefile for SOAP::Lite If I ignore the msg and go on with make, make test...., some text fail and cannot install at all. Pls help Daniel Chan
Subject: Re: [rt.cpan.org #57409] SOAP::Lite installation problem
Date: Wed, 12 May 2010 18:25:49 +0200
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hi, I think this is a packaging error which is already fixed in SVN. Can you append the test output, so I can confirm this? Thanks, Martin Am Mittwoch, den 12.05.2010, 02:39 -0400 schrieb daniel.chan via RT: Show quoted text
> Wed May 12 02:39:46 2010: Request 57409 was acted upon. > Transaction: Ticket created by daniel.chan@family.ust.HK > Queue: SOAP-Lite > Subject: SOAP::Lite installation problem > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: daniel.chan@family.ust.HK > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=57409 > > > > Hi, > I just downloaded the package and ran perl Makefile.PL. Following is the output: > ... > Press <enter> to see the detailed list. > > Feature Prerequisites Install? > ----------------------------- ---------------------------- -------- > Core Package [*] Scalar::Util always > [*] Test::More > [*] URI > [*] MIME::Base64 > [*] constant > [*] Task::Weaken > [*] XML::Parser (v2.23) > Client HTTP support [*] LWP::UserAgent always > Client HTTPS support [*] Crypt::SSLeay [ yes ] > Client SMTP/sendmail support [*] MIME::Lite [ yes ] > Client FTP support [ ] SOAP::Transport::FTP (v0.711) [ no ] > Standalone HTTP server [*] HTTP::Daemon [ yes ] > Apache/mod_perl server [ ] Apache [ no ] > FastCGI server [*] FCGI [ yes ] > POP3 server [*] MIME::Parser [ yes ] > [*] Net::POP3 > IO server [*] IO::File [ yes ] > MQ transport support [ ] SOAP::Transport::MQ (v0.712) [ no ] > JABBER transport support [ ] SOAP::Transport::JABBER (v0.711) [ no ] > MIME messages [*] MIME::Parser [ yes ] > DIME messages [*] IO::Scalar (v2.105) [ no ] > [ ] DIME::Tools (v0.03) > [*] Data::UUID (v0.11) > SSL Support for TCP Transport [*] IO::Socket::SSL [ yes ] > Compression support for HTTP [*] Compress::Zlib [ yes ] > MIME interoperability w/ Axis [ ] MIME::Parser (v6.106) [ no ] > --- An asterix '[*]' indicates if the module is currently installed. > > Do you want to proceed with this configuration? [yes] > Checking if your kit is complete... > Warning: the following files are missing in your kit: > lib/SOAP/Transport/FTP.pm > t/SOAP/Transport/MQ.t > Please inform the author. > Writing Makefile for SOAP::Lite > > If I ignore the msg and go on with make, make test...., some text fail and cannot install at all. > Pls help > Daniel Chan > > > > > >
On Wed May 12 12:26:08 2010, martin.kutter@fen-net.de wrote: Show quoted text
> Hi, > > I think this is a packaging error which is already fixed in SVN.
I'm having the same problem -- I've looked in SVN, and I don't think the problem is fixed. Looking at the release notes, you removed a few modules from the main distribution into their separate modules -- but it doesn't look like they were removed from the MANIFEST, and there are still tests that are looking for the JABBER and MQ modules (see t/06-modules.t) -Joe
Subject: Re: [rt.cpan.org #57409] SOAP::Lite installation problem
Date: Thu, 03 Jun 2010 17:31:43 +0200
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hi Joe, could you please append the test output, so I can track down the issue? Thanks, Martin Am Mittwoch, den 02.06.2010, 17:11 -0400 schrieb Joe Hourcle via RT: Show quoted text
> Queue: SOAP-Lite > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=57409 > > > On Wed May 12 12:26:08 2010, martin.kutter@fen-net.de wrote:
> > Hi, > > > > I think this is a packaging error which is already fixed in SVN.
> > I'm having the same problem -- I've looked in SVN, and I don't think the problem is fixed. > > Looking at the release notes, you removed a few modules from the main distribution into their > separate modules -- but it doesn't look like they were removed from the MANIFEST, and there > are still tests that are looking for the JABBER and MQ modules (see t/06-modules.t) > > -Joe >
Closed, as there's no response. Martin