<!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 &quot;make&quot; (/usr/ccs/bin/make) instead of GNU &quot;make&quot; (/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 &lt;<A HREF="http://search.cpan.org/%7Ebradfitz/mogilefs-server-2.16/">http://search.cpan.org/%7Ebradfitz/mogilefs-server-2.16/</A>&gt;&nbsp;<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&nbsp; cpan shell I' have tried&nbsp; 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>
&nbsp; /usr/ccs/bin/make test -- NOT OK<BR>
Running make install<BR>
&nbsp; make test had returned bad status, won't install without force<BR>
<BR>
I suggest that some required&nbsp; 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 &lt; brad@danga.com&gt;:<BR>
&gt; That's not enough detail.&nbsp; Running &quot;make test&quot; will be a lot more verbose<BR>
&gt; than the CPAN shell alone, apparently.<BR>
&gt;<BR>
&gt; Download the tarball and do the whole,<BR>
&gt;<BR>
&gt; $ perl Makefile.PL<BR>
&gt; $ make<BR>
&gt; $ make test<BR>
&gt;<BR>
&gt; And let us know what it says.&nbsp; Or perhaps it'll just be obvious to you<BR>
&gt; then.<BR>
&gt;<BR>
&gt; - Brad<BR>
&gt;<BR>
&gt;<BR>
&gt; On Sat, 16 Jun 2007, Krzysztof Kulicki wrote:<BR>
&gt;<BR>
&gt; &gt; When I've tried to install using cpan console , I have got this error:<BR>
&gt; &gt;<BR>
&gt; &gt; perl5.8.8&nbsp; -MCPAN -e'install MogileFS::Server'<BR>
&gt; &gt; ......<BR>
&gt; &gt; ......<BR>
&gt; &gt; ......<BR>
&gt; &gt;<BR>
&gt; &gt; Failed Test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stat Wstat Total Fail&nbsp; Failed&nbsp; List of Failed<BR>
&gt; &gt; -------------------------------------------------------------------------------<BR>
&gt; &gt;<BR>
&gt; &gt; t/00-startup.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/10-weighting.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/20-filepaths.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/domains-classes.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/hosts-devices.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/multiple-hosts-replpol.t&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; t/store.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<BR>
&gt; &gt; Failed 7/9 test scripts, 22.22% okay. 0/12 subtests failed, 100.00% okay.<BR>
&gt; &gt; *** Error code 29<BR>
&gt; &gt; make: Fatal error: Command failed for target `test_dynamic'<BR>
&gt; &gt;&nbsp;&nbsp; /usr/ccs/bin/make test -- NOT OK<BR>
&gt; &gt; Running make install<BR>
&gt; &gt;&nbsp;&nbsp; make test had returned bad status, won't install without force<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; 2007/6/15, Brad Fitzpatrick &lt; brad@danga.com&gt;:<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; If the dependencies all pass &quot;make test&quot;, and mogilefs-server passes &quot;make<BR>
&gt; &gt; &gt; test&quot;, it should work.<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; What fails?&nbsp; What errors do you see?<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; On Wed, 13 Jun 2007, Krzysztof Kulicki wrote:<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Hey,<BR>
&gt; &gt; &gt; &gt; I have been trying to install mogilefs-server on SunOS 5.10. I received<BR>
&gt; &gt; &gt; a<BR>
&gt; &gt; &gt; &gt; lot of errors, when I was trying to install all the MogileFS-specific<BR>
&gt; &gt; &gt; perl<BR>
&gt; &gt; &gt; &gt; modules and their dependencies. I'd like to know, is mogilefs-server<BR>
&gt; &gt; &gt; &gt; available on Solaris?<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Krzysztof<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; p.s. sorry about my english.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt;<BR>
&gt;<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>