Lucas,<br><br><br>Thanks for the reply.<br><br>I essentially did the following on my Ubuntu Server 10.04:<br><br><br><div style="text-align: center;"><i>aptitude search rdiff-backup</i><br><br><i>sudo apt-get install rdiff-backup</i><br>
<br><i>(It installed cleanly)</i><br><br><i>apt-get update</i><br><br><i>make</i><br><br></div><br>And from here it still try's to download from the "DOWNED" URL even though I have it installed manually<i><a href="http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz" target="_blank"></a></i> where I get the result as follows:<br>
<br><br><div style="text-align: center;"><i>Installing rdiff-backup-build.<br>Error: Download error for </i><i><a href="http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz" target="_blank">http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz: [Errorno 110] Connection Timed Out</a><br>
*******************************************************************<br>Overwriting dumped-versions.cfg<br>********************************************************************<br>make: *** [software] Error 1<br></i><div style="text-align: left;">
<br><br></div></div>Just to make sure I had AT LEAST gotten Python2.4 installed, I ran the following command:<br><br><div style="text-align: center;">
<i>ls ~/erp5-software/bin </i><br></div>
<br>The output of this command is:<br>
<br><div style="text-align: center;">
<i>buildout develop python2.4<br><br></i><div style="text-align: left;"><br>How can I finish this ERP5 Installation from here where I can get 'make' to <br>install the correct version of rdiff-backup and complete the 'make' process?<br>
<br>Thanks in advance.<br><br>Sincerely,<br><br><br>Martin<br></div></div><br><br><br><br><div class="gmail_quote">On Tue, Nov 30, 2010 at 12:13 AM, Lucas Carvalho <span dir="ltr"><<a href="mailto:lucas@nexedi.com">lucas@nexedi.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
Hello,<br>
Savannah is down.<br>
<br>
Please check this page:<br>
- <a href="http://savannah.nongnu.org/" target="_blank">http://savannah.nongnu.org/</a><br>
<br>
Maybe we can provide a different link?<br>
<br>
Regards,<br><font color="#888888">
Lucas.</font><div><div></div><div class="h5"><br>
<br>
On 11/29/2010 09:52 PM, MLO wrote:
<blockquote type="cite">Hello,<br>
<br>
<br>
<br>
Klaus, thanks for the reply:<br>
<br>
Rerunning 'make' again at the command line yields me the following:<br>
<br>
<i>Installing RDiff-backup-build<br>
<br>
wget <a href="http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz" target="_blank">http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz</a><br>
<br>
[Errno 110] Connection Timed Out</i><br>
<br>
But when you attempt to:<br>
<br>
<i>wget <a href="http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz" target="_blank">http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz</a><br>
</i><br>
You get a ERROR 404: Not Found.<br>
<br>
<br>
So 'make' will break when attempting to download a a NONEXISTANT file?<br>
<br>
Is there a way for me to fix this FROM my system?<br>
<br>
Thanks in advance.<br>
<br>
Sincerely,<br>
<br>
<br>
Martin<br>
<br>
<br>
<div class="gmail_quote">On Mon, Nov 29, 2010 at 4:20 PM, Klaus
Wölfel <span dir="ltr"><<a href="mailto:k.woelfel@gmx.de" target="_blank">k.woelfel@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
MLO,<br>
<br>
you can just do "make" again. If it fails, please look at the error
output. It could be something like:<br>
<br>
readline: Target
/media/sonstiges/erp5/test/parts/XXXXXXXXX__compile__/XXXXX already
exists.<br>
<br>
Where XXXXXXXX would be the software package, that buildout tried to
compile last. You can then<br>
remove the directory
"/media/sonstiges/erp5/test/parts/XXXXXXXXX__compile__/" and issue make<br>
again. Then it should work.<br>
<br>
Regards,<br>
<br>
Klaus<br>
<br>
Am Montag, 29. November 2010 21:37:11 schrieb MLO:<br>
<div>
<div>> Hello All,<br>
><br>
><br>
> I've been following the "How to install ERP5 from Buildout"
tutorial<br>
> located here:<br>
><br>
> <a href="http://www.erp5.com/download/linux/Howto-Install.erp5.From.Buildout" target="_blank">http://www.erp5.com/download/linux/Howto-Install.erp5.From.Buildout</a><br>
><br>
> During the "make" command, my internet connection was reset and
'make' was<br>
> unable to download the following<br>
> package: rdiff-backup-1.0.5.tar.gz<br>
><br>
> Just to make sure I had AT LEAST gotten Python2.4 installed, I ran
the<br>
> following command:<br>
><br>
> " ls ~/erp5-software/bin "<br>
><br>
> The output of this command is:<br>
><br>
> buildout develop python2.4<br>
><br>
> So I typed "make assert" and got the following:<br>
><br>
> Ran 235 Tests in 1628.520s<br>
> FAILED (failures=69, errors=6)<br>
> make: **** [assert] Error 1<br>
><br>
> How can I get "make" to continue/finish installing everything it
needs to<br>
> without it recompiling that which has<br>
> been installed successfully?<br>
><br>
> I dont want to break what "make" has already successfully
installed, but I<br>
> dont want to also have to<br>
> run a "make clean" and restart the 'make' process from the
beginning. Its<br>
> taken 12 hours just<br>
> to get to this point.<br>
><br>
> And yes I am running Ubuntu Server within a VirtualBox virtual
machine.<br>
><br>
> Any assistance as to where I can go from here would be greatly
appreciated.<br>
><br>
> Thank you in advance.<br>
><br>
> Sincerely,<br>
><br>
><br>
> Martin<br>
</div>
</div>
_______________________________________________<br>
Erp5-users mailing list<br>
<a href="mailto:Erp5-users@erp5.org" target="_blank">Erp5-users@erp5.org</a><br>
<a href="https://mail.tiolive.com/mailman/listinfo/erp5-users" target="_blank">https://mail.tiolive.com/mailman/listinfo/erp5-users</a><br>
</blockquote>
</div>
<br>
<pre><fieldset></fieldset>
_______________________________________________
Erp5-users mailing list
<a href="mailto:Erp5-users@erp5.org" target="_blank">Erp5-users@erp5.org</a>
<a href="https://mail.tiolive.com/mailman/listinfo/erp5-users" target="_blank">https://mail.tiolive.com/mailman/listinfo/erp5-users</a>
</pre>
</blockquote>
<br>
</div></div></div>
<br>_______________________________________________<br>
Erp5-users mailing list<br>
<a href="mailto:Erp5-users@erp5.org">Erp5-users@erp5.org</a><br>
<a href="https://mail.tiolive.com/mailman/listinfo/erp5-users" target="_blank">https://mail.tiolive.com/mailman/listinfo/erp5-users</a><br>
<br></blockquote></div><br>