[Erp5-users] Wrong 'make' is asking for a file that doesn't exist at the Re: Recovering from reset Internet Connection during 'make' re: How to install ERP5 from Buildout

MLO yeshappytrader at gmail.com
Tue Nov 30 18:39:08 CET 2010


Klaus,


You answered the rest of my questions when you explained the following:

"ERP5 Buildout Installation downloads all required packages as source code and
compiles them to make sure to have an optimal ERP5 installation.
That's why installing
the software manually withapt-get in ubuntu doesn't help.  you can fix
the download error by adding the above link to the last line of the
file software-profiles"

It seems that I continue to get 'make' failures due to its attempt at
pulling URL's from the configuration files in the
/home/YOURUSERNAME/erp5-software/software-profiles/*Whatever*.cfg that
has either moved, and/or been depreciated.

Your timing is PERFECT.  I was able to overcome the rdiff-backup error
by manually
locating the .cfg file and entering a current working URL to pull the
file down from,
but I become stuck at freetype2.4.3.

Fixing that now, and thanks to you, i know now where all the
configuration files, .cfg,
are located that 'make' is attempting to pull from.

Extra Cool man thank you.

Sincerely,


Martin

On 11/30/10, Klaus Wölfel <k.woelfel at gmx.de> wrote:
> Hi,
>
> a different link would be for example:
>
> ftp://savannah.c3sl.ufpr.br/savannah-nongnu/rdiff-backup/rdiff-backup-1.0.5.tar.gz
>
> a long term solution would be a mirror on erp5.org for all required
> packages.
> The links to the mirror could be secondary links, to keep traffic low.
>
>
> MLO,
>
> ERP5 Buildout Installation downloads all required packages as source code
> and
> compiles them to make sure to have an optimal ERP5 installation. That's why
> installing
> the software manually withapt-get in ubuntu doesn't help.
>
> you can fix the download error by adding the above link to the last line of
> the file
> software-profiles/rdiff-backup.cfg like this:
>
> old:
> find-links =
> http://download.savannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz
>
> new:
> find-links =
>
> http://download.savannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz
>
> ftp://savannah.c3sl.ufpr.br/savannah-nongnu/rdiff-backup/rdiff-backup-1.0.5.tar.gz
>
>
> Regards,
>
> Klaus
>
>
> Am Dienstag, 30. November 2010 07:40:01 schrieb MLO:
>> Lucas,
>>
>>
>> Thanks for the reply.
>>
>> I essentially did the following on my Ubuntu Server 10.04:
>>
>>
>> *aptitude search rdiff-backup*
>>
>> *sudo apt-get install rdiff-backup*
>>
>> *(It installed cleanly)*
>>
>> *apt-get update*
>>
>> *make*
>>
>>
>> And from here it still try's to download from the "DOWNED" URL even though
>> I have it installed
>> manually*<http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-ba
>> ckup-1.0.5.tar.gz> * where I get the result as follows:
>>
>>
>> *Installing rdiff-backup-build.
>> Error: Download error for
>> **http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0
>> .5.tar.gz: [Errorno 110] Connection Timed
>> Out<http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1
>> .0.5.tar.gz>
>> *******************************************************************
>> Overwriting dumped-versions.cfg
>> ********************************************************************
>> make: *** [software] Error 1
>> *
>>
>>
>> Just to make sure I had AT LEAST gotten Python2.4 installed, I ran the
>> following command:
>>
>>   *ls ~/erp5-software/bin *
>>
>> The output of this command is:
>>
>>   *buildout develop python2.4
>>
>> *
>>
>> How can I finish this ERP5 Installation from here where I can get 'make'
>> to
>> install the correct version of rdiff-backup and complete the 'make'
>> process?
>>
>> Thanks in advance.
>>
>> Sincerely,
>>
>>
>> Martin
>>
>> On Tue, Nov 30, 2010 at 12:13 AM, Lucas Carvalho <lucas at nexedi.com> wrote:
>> >  Hello,
>> >  Savannah is down.
>> >
>> >  Please check this page:
>> >  - http://savannah.nongnu.org/
>> >
>> >  Maybe we can provide a different link?
>> >
>> > Regards,
>> >
>> >  Lucas.
>> >
>> > On 11/29/2010 09:52 PM, MLO wrote:
>> >
>> > Hello,
>> >
>> >
>> >
>> > Klaus, thanks for the reply:
>> >
>> > Rerunning 'make' again at the command line yields me the following:
>> >
>> > *Installing RDiff-backup-build
>> >
>> > wget
>> > http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0
>> > .5.tar.gz
>> >
>> > [Errno 110]  Connection Timed Out*
>> >
>> > But when you attempt to:
>> >
>> > *wget
>> > http://download.svannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0
>> > .5.tar.gz *
>> > You get a ERROR 404: Not Found.
>> >
>> >
>> > So 'make' will break when attempting to download a a NONEXISTANT file?
>> >
>> > Is there a way for me to fix this FROM my system?
>> >
>> > Thanks in advance.
>> >
>> > Sincerely,
>> >
>> >
>> > Martin
>> >
>> > On Mon, Nov 29, 2010 at 4:20 PM, Klaus Wölfel <k.woelfel at gmx.de> wrote:
>> >> Hi MLO,
>> >>
>> >> you can just do "make" again. If it fails, please look at the error
>> >> output. It could be something like:
>> >>
>> >> readline: Target
>> >> /media/sonstiges/erp5/test/parts/XXXXXXXXX__compile__/XXXXX already
>> >> exists.
>> >>
>> >> Where XXXXXXXX would be the software package, that buildout tried to
>> >> compile last. You can then
>> >> remove the directory
>> >>
>> >>  "/media/sonstiges/erp5/test/parts/XXXXXXXXX__compile__/" and issue
>> >> make
>> >>
>> >> again. Then it should work.
>> >>
>> >> Regards,
>> >>
>> >> Klaus
>> >>
>> >> Am Montag, 29. November 2010 21:37:11 schrieb MLO:
>> >>  > Hello All,
>> >> >
>> >> > I've been following the "How to install ERP5 from Buildout" tutorial
>> >> > located here:
>> >> >
>> >> > http://www.erp5.com/download/linux/Howto-Install.erp5.From.Buildout
>> >> >
>> >> > During the "make" command, my internet connection was reset and
>> >> > 'make'
>> >>
>> >> was
>> >>
>> >> > unable to download the following
>> >> > package:  rdiff-backup-1.0.5.tar.gz
>> >> >
>> >> > Just to make sure I had AT LEAST gotten Python2.4 installed, I ran
>> >> > the
>> >> > following command:
>> >> >
>> >> > " ls ~/erp5-software/bin "
>> >> >
>> >> > The output of this command is:
>> >> >
>> >> > buildout develop python2.4
>> >> >
>> >> > So I typed "make assert" and got the following:
>> >> >
>> >> > Ran 235 Tests in 1628.520s
>> >> > FAILED  (failures=69, errors=6)
>> >> > make: ****  [assert]  Error 1
>> >> >
>> >> > How can I get "make" to continue/finish installing everything it
>> >> > needs
>> >>
>> >> to
>> >>
>> >> > without it recompiling that which has
>> >> > been installed successfully?
>> >> >
>> >> > I dont want to break what "make" has already successfully installed,
>> >> > but
>> >>
>> >> I
>> >>
>> >> > dont want to also have to
>> >> > run a "make clean" and restart the 'make' process from the beginning.
>> >>
>> >>  Its
>> >>
>> >> > taken 12 hours just
>> >> > to get to this point.
>> >> >
>> >> > And yes I am running Ubuntu Server within a VirtualBox virtual
>> >> > machine.
>> >> >
>> >> > Any assistance as to where I can go from here would be greatly
>> >>
>> >> appreciated.
>> >>
>> >> > Thank you in advance.
>> >> >
>> >> > Sincerely,
>> >> >
>> >> >
>> >> > Martin
>> >>
>> >>  _______________________________________________
>> >>
>> >> Erp5-users mailing list
>> >> Erp5-users at erp5.org
>> >> https://mail.tiolive.com/mailman/listinfo/erp5-users
>> >
>> > _______________________________________________
>> > Erp5-users mailing
>> > listErp5-users at erp5.orghttps://mail.tiolive.com/mailman/listinfo/erp5-us
>> > ers
>> >
>> >
>> >
>> > _______________________________________________
>> > Erp5-users mailing list
>> > Erp5-users at erp5.org
>> > https://mail.tiolive.com/mailman/listinfo/erp5-users
> _______________________________________________
> Erp5-users mailing list
> Erp5-users at erp5.org
> https://mail.tiolive.com/mailman/listinfo/erp5-users
>


More information about the Erp5-users mailing list