<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: mogilefs-server on Solaris</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>hi Krzysztof,<BR>
<BR>
looks like you're using Sun's "make" (/usr/ccs/bin/make) instead of GNU "make" (/usr/local/bin/make, or gmake).<BR>
<BR>
if you don't have it installed you can get it from sunfreeware.com, along with many other useful packages.<BR>
<BR>
cheers,<BR>
<BR>
- Jared<BR>
<BR>
-----Original Message-----<BR>
From: mogilefs-bounces@lists.danga.com on behalf of Krzysztof Kulicki<BR>
Sent: Thu 6/21/2007 7:47 AM<BR>
To: mogilefs@lists.danga.com<BR>
Subject: Re: mogilefs-server on Solaris<BR>
<BR>
So, I'have download mogilefs-server-2.16.tar.gz <<A HREF="http://search.cpan.org/%7Ebradfitz/mogilefs-server-2.16/">http://search.cpan.org/%7Ebradfitz/mogilefs-server-2.16/</A>> <BR>
<BR>
I when I do this :<BR>
<BR>
$perl Makefile.PL<BR>
<BR>
I got this :<BR>
<BR>
Checking if your kit is complete...<BR>
Looks good<BR>
Warning: prerequisite Gearman::Client 1.07 not found.<BR>
Warning: prerequisite Gearman::Client::Async 0.93 not found.<BR>
Warning: prerequisite Perlbal 1.53 not found.<BR>
Writing Makefile for mogilefs-server<BR>
<BR>
So, using cpan shell I' have tried to install above showed modules and I've received same error :<BR>
<BR>
*** Error code 2<BR>
make: Fatal error: Command failed for target `test_dynamic'<BR>
/usr/ccs/bin/make test -- NOT OK<BR>
Running make install<BR>
make test had returned bad status, won't install without force<BR>
<BR>
I suggest that some required perl modules just can not be installed on Solaris.<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
2007/6/17, Brad Fitzpatrick < brad@danga.com>:<BR>
> That's not enough detail. Running "make test" will be a lot more verbose<BR>
> than the CPAN shell alone, apparently.<BR>
><BR>
> Download the tarball and do the whole,<BR>
><BR>
> $ perl Makefile.PL<BR>
> $ make<BR>
> $ make test<BR>
><BR>
> And let us know what it says. Or perhaps it'll just be obvious to you<BR>
> then.<BR>
><BR>
> - Brad<BR>
><BR>
><BR>
> On Sat, 16 Jun 2007, Krzysztof Kulicki wrote:<BR>
><BR>
> > When I've tried to install using cpan console , I have got this error:<BR>
> ><BR>
> > perl5.8.8 -MCPAN -e'install MogileFS::Server'<BR>
> > ......<BR>
> > ......<BR>
> > ......<BR>
> ><BR>
> > Failed Test Stat Wstat Total Fail Failed List of Failed<BR>
> > -------------------------------------------------------------------------------<BR>
> ><BR>
> > t/00-startup.t 255 65280 ?? ?? % ??<BR>
> > t/10-weighting.t 255 65280 ?? ?? % ??<BR>
> > t/20-filepaths.t 255 65280 ?? ?? % ??<BR>
> > t/domains-classes.t 255 65280 ?? ?? % ??<BR>
> > t/hosts-devices.t 255 65280 ?? ?? % ??<BR>
> > t/multiple-hosts-replpol.t 255 65280 ?? ?? % ??<BR>
> > t/store.t 255 65280 ?? ?? % ??<BR>
> > Failed 7/9 test scripts, 22.22% okay. 0/12 subtests failed, 100.00% okay.<BR>
> > *** Error code 29<BR>
> > make: Fatal error: Command failed for target `test_dynamic'<BR>
> > /usr/ccs/bin/make test -- NOT OK<BR>
> > Running make install<BR>
> > make test had returned bad status, won't install without force<BR>
> ><BR>
> ><BR>
> > 2007/6/15, Brad Fitzpatrick < brad@danga.com>:<BR>
> > ><BR>
> > > If the dependencies all pass "make test", and mogilefs-server passes "make<BR>
> > > test", it should work.<BR>
> > ><BR>
> > > What fails? What errors do you see?<BR>
> > ><BR>
> > ><BR>
> > > On Wed, 13 Jun 2007, Krzysztof Kulicki wrote:<BR>
> > ><BR>
> > > > Hey,<BR>
> > > > I have been trying to install mogilefs-server on SunOS 5.10. I received<BR>
> > > a<BR>
> > > > lot of errors, when I was trying to install all the MogileFS-specific<BR>
> > > perl<BR>
> > > > modules and their dependencies. I'd like to know, is mogilefs-server<BR>
> > > > available on Solaris?<BR>
> > > ><BR>
> > > > Krzysztof<BR>
> > > ><BR>
> > > > p.s. sorry about my english.<BR>
> > > ><BR>
> > ><BR>
> ><BR>
><BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>