Skip Menu |

This queue is for tickets about the WSO2-WSF-Perl CPAN distribution.

Report information
The Basics
Id: 30362
Status: resolved
Priority: 0/
Queue: WSO2-WSF-Perl

People
Owner: Nobody in particular
Requestors: PLCGI [...] cpan.org
plcgi1 [...] gmail.com
Cc: plcgi1 [...] gmail.com
AdminCc:

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



Subject: cant install
perl Makefile.PL AXIS2_INC_PATH=/usr/local/wsf_c/include/axis2-1.1 AXIS2_LIB_PATH=/usr/local/wsf_c/lib Checking if your kit is complete... Warning: the following files are missing in your kit: WSO2-WSF/Changes WSO2-WSF/MANIFEST WSO2-WSF/README Please inform the author. Writing Makefile for WSO2::WSF Writing Makefile for WSO2::WSF::C harper:/home/harper/tmp/WSO2-WSF-Perl-1.0.0# make make[1]: Entering directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' cp lib/WSO2/WSF/WSMessage.pm ../blib/lib/WSO2/WSF/WSMessage.pm cp lib/WSO2/WSF/WSClient.pm ../blib/lib/WSO2/WSF/WSClient.pm cp lib/WSO2/WSF.pm ../blib/lib/WSO2/WSF.pm Manifying ../blib/man3/WSO2::WSF::WSMessage.3pm Manifying ../blib/man3/WSO2::WSF::WSClient.3pm Manifying ../blib/man3/WSO2::WSF.3pm make[1]: Leaving directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' cc -c -I/usr/local/wsf_c/include/axis2-1.1 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl/5.8/CORE" WSFC_wrap.c Running Mkbootstrap for WSO2::WSF::C () chmod 644 C.bs rm -f blib/arch/auto/WSO2/WSF/C/C.so LD_RUN_PATH="/usr/local/wsf_c/lib:/usr/lib" cc -shared -L/usr/local/lib WSFC_wrap.o -o blib/arch/auto/WSO2/WSF/C/C.so \ -L/usr/local/wsf_c/lib -laxutil -laxis2_minizip -lperl -laxis2_parser -laxis2_libxml2 -laxis2_axiom -laxis2_engine -laxis2_http_common -laxis2_http_sender -laxis2_http_receiver \ chmod 755 blib/arch/auto/WSO2/WSF/C/C.so cp C.bs blib/arch/auto/WSO2/WSF/C/C.bs chmod 644 blib/arch/auto/WSO2/WSF/C/C.bs harper:/home/harper/tmp/WSO2-WSF-Perl-1.0.0# make test make[1]: Entering directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' make[1]: Leaving directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' make[1]: Entering directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/WSO2-WSF.... t/WSO2-WSF....NOK 1/1# Failed test 'use WSO2::WSF;' # at t/WSO2-WSF.t line 9. # Tried to use 'WSO2::WSF'. # Error: Can't locate WSO2/WSF/C.pm in @INC (@INC contains: /home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF/../blib/lib /home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF/../blib/arch /home/harper/www /www/GeoIPGen /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF/../blib/lib/WSO2/WSF.pm line 33. # BEGIN failed--compilation aborted at t/WSO2-WSF.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # Looks like you failed 1 test of 1. t/WSO2-WSF....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/WSO2-WSF.t 1 256 1 1 1 Failed 1/1 test scripts. 1/1 subtests failed. Files=1, Tests=1, 0 wallclock secs ( 0.04 cusr + 0.00 csys = 0.04 CPU) Failed 1/1 test programs. 1/1 subtests failed. make[1]: *** [test_dynamic] Ошибка 1 make[1]: Leaving directory `/home/harper/tmp/WSO2-WSF-Perl-1.0.0/WSO2-WSF' make: *** [subdirs-test] Error 2
From: chintanaw [...] gmail.com
On Tue Oct 30 10:47:21 2007, PLCGI wrote: [snip] Show quoted text
> # Tried to use 'WSO2::WSF'. > # Error: Can't locate WSO2/WSF/C.pm in @INC (@INC contains:
[snip] First of all thanks for reporting this Alex. I was a bit surprised to find out that the C.pm file was in fact not included in the release. I did test this before uploading in a few machines and didn't encounter this (more surprise). However, while trying to fix this I found some old definitions which didn't got updated with regard to the changes in util package in Axis2/C. I've updated the svn and will put out a release with some more additions. Can you try the svn version in the mean time? Bye, -Chintana
I want to try updated version - but can you give me more info about updated svn version ? On Втр. Окт. 30 23:51:45 2007, CHINTANA wrote: Show quoted text
> On Tue Oct 30 10:47:21 2007, PLCGI wrote: > > [snip]
> > # Tried to use 'WSO2::WSF'. > > # Error: Can't locate WSO2/WSF/C.pm in @INC (@INC contains:
> [snip] > > First of all thanks for reporting this Alex. I was a bit surprised to > find out that the C.pm file was in fact not included in the release. I > did test this before uploading in a few machines and didn't encounter > this (more surprise). > > However, while trying to fix this I found some old definitions which > didn't got updated with regard to the changes in util package in > Axis2/C. I've updated the svn and will put out a release with some more > additions. > > Can you try the svn version in the mean time? > > Bye, > > -Chintana
From: chintanaw [...] gmail.com
On Wed Oct 31 04:54:59 2007, PLCGI wrote: Show quoted text
> I want to try updated version - but can you give me more info about > updated svn version ?
You can get a checkout from http://wso2.org/repos/wso2/trunk/wsf/perl README file contain all the details you need to do to install it.
Subject: Re: [rt.cpan.org #30362] cant install
Date: Wed, 31 Oct 2007 14:34:57 +0200
To: bug-WSO2-WSF-Perl [...] rt.cpan.org
From: "Alex Nosoff" <harper [...] agava.com>
Thanks for reply install.sh dont help me but I've done next Add to Makefile.PL - LIBS -L/path/to/wsf_c/lib # perl Makefile.PL Add to Makefile CCFLAGS=-I/path/to/axis2-1.1/include # make make test make install but you can resolve this by editing Makefile.PL only 2007/10/31, Chintana Wilamuna via RT <bug-WSO2-WSF-Perl@rt.cpan.org>: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=30362 > > > On Wed Oct 31 04:54:59 2007, PLCGI wrote: >
> > I want to try updated version - but can you give me more info about > > updated svn version ?
> > You can get a checkout from http://wso2.org/repos/wso2/trunk/wsf/perl > > README file contain all the details you need to do to install it. >
-- Best regards Nosoff Alex
Fixed in version 1.1.