Quantcast

Error building Webservice::InterMine

classic Classic list List threaded Threaded
3 messages Options
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Error building Webservice::InterMine

Daniel Gaston
Hi,

I have previously been able to install Webservice::Intermine on my linux workstation and through ActivePerl on a windows laptop; however I am running in to problems installing either manually or through CPAN on OSX 10.7. It can not pass the first test (load) and forcing the install anyway results in a broken package. Here is the error stack from ./Build test. All dependencies and other modules were installed successfully. I tried looking through the mailing list archive for any similar issues and didn't find anything. Thank you.

Taranis:Webservice-InterMine dan$ ./Build test
t/00-load.t ................................ 1/1 Bailout called.  Further testing stopped:  

#   Failed test 'use Webservice::InterMine;'
#   at t/00-load.t line 6.
#     Tried to use 'Webservice::InterMine'.
#     Error:  Can't call method "does_role" on an undefined value at /usr/local/lib/perl5/site_perl/5.14.2/darwin-ld-2level/Moose/Meta/TypeConstraint/Role.pm line 101.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Use of uninitialized value $Webservice::InterMine::VERSION in concatenation (.) or string at t/00-load.t line 10.
# Testing Webservice::Webservice::InterMine , Perl 5.014002, /usr/local/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.


_______________________________________________
dev mailing list
[hidden email]
http://mail.intermine.org/cgi-bin/mailman/listinfo/dev
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error building Webservice::InterMine

JD Wong
Hi Daniel,

Do you have Moose installed?

-JD

On Tue, May 22, 2012 at 1:40 PM, Daniel Gaston <[hidden email]> wrote:
Hi,

I have previously been able to install Webservice::Intermine on my linux workstation and through ActivePerl on a windows laptop; however I am running in to problems installing either manually or through CPAN on OSX 10.7. It can not pass the first test (load) and forcing the install anyway results in a broken package. Here is the error stack from ./Build test. All dependencies and other modules were installed successfully. I tried looking through the mailing list archive for any similar issues and didn't find anything. Thank you.

Taranis:Webservice-InterMine dan$ ./Build test
t/00-load.t ................................ 1/1 Bailout called.  Further testing stopped:  

#   Failed test 'use Webservice::InterMine;'
#   at t/00-load.t line 6.
#     Tried to use 'Webservice::InterMine'.
#     Error:  Can't call method "does_role" on an undefined value at /usr/local/lib/perl5/site_perl/5.14.2/darwin-ld-2level/Moose/Meta/TypeConstraint/Role.pm line 101.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Use of uninitialized value $Webservice::InterMine::VERSION in concatenation (.) or string at t/00-load.t line 10.
# Testing Webservice::Webservice::InterMine , Perl 5.014002, /usr/local/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.


_______________________________________________
dev mailing list
[hidden email]
http://mail.intermine.org/cgi-bin/mailman/listinfo/dev



_______________________________________________
dev mailing list
[hidden email]
http://mail.intermine.org/cgi-bin/mailman/listinfo/dev
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error building Webservice::InterMine

Daniel Gaston
Hi JD,

Yes Moose is installed and up to date. 

On Tue, May 22, 2012 at 3:17 PM, JD Wong <[hidden email]> wrote:
Hi Daniel,

Do you have Moose installed?

-JD

On Tue, May 22, 2012 at 1:40 PM, Daniel Gaston <[hidden email]> wrote:
Hi,

I have previously been able to install Webservice::Intermine on my linux workstation and through ActivePerl on a windows laptop; however I am running in to problems installing either manually or through CPAN on OSX 10.7. It can not pass the first test (load) and forcing the install anyway results in a broken package. Here is the error stack from ./Build test. All dependencies and other modules were installed successfully. I tried looking through the mailing list archive for any similar issues and didn't find anything. Thank you.

Taranis:Webservice-InterMine dan$ ./Build test
t/00-load.t ................................ 1/1 Bailout called.  Further testing stopped:  

#   Failed test 'use Webservice::InterMine;'
#   at t/00-load.t line 6.
#     Tried to use 'Webservice::InterMine'.
#     Error:  Can't call method "does_role" on an undefined value at /usr/local/lib/perl5/site_perl/5.14.2/darwin-ld-2level/Moose/Meta/TypeConstraint/Role.pm line 101.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine/Service.pm line 51.
# Compilation failed in require at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# BEGIN failed--compilation aborted at /Users/dan/Development/InterMine/dev/intermine/perl/Webservice-InterMine/blib/lib/Webservice/InterMine.pm line 188.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Use of uninitialized value $Webservice::InterMine::VERSION in concatenation (.) or string at t/00-load.t line 10.
# Testing Webservice::Webservice::InterMine , Perl 5.014002, /usr/local/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.


_______________________________________________
dev mailing list
[hidden email]
http://mail.intermine.org/cgi-bin/mailman/listinfo/dev




_______________________________________________
dev mailing list
[hidden email]
http://mail.intermine.org/cgi-bin/mailman/listinfo/dev
Loading...