hey jean-jacques,

This issue is not a major one. Its because the download link for this
particular packet is broken.
You'll have to google and manually download the offending packet
iproute2-2.6.39.tar.gz.
and place it in the src folder. (thats where ptxdist places all
downloaded tar.gz files!)
This happens to a couple of packets occasionally, what i do to make
sure that the build process gets uninterrupted is
$ptxdist get
which downloads all the files ptxdist requires. This way you can
manually download the ones that fail in one go.
and after the get stage completes, you can continue with $ptxdist go
which will continue with the rest of the build process for all the
packets.

cheerz
[Wilson Wingston Sharon]



On Thu, Dec 29, 2011 at 9:36 PM, Jean-Jacques Tchouto
<[email protected]> wrote:
> Hi,
> I try to compile with the following option: ptxdist -ji1 go and This is not
> the solution of theg
> 0/platform-mini6410/build-target/e2fsprogs-1.41.14/lib/ext2fs'
>     SUBST ext2_err.et
>     COMPILE_ET ext2_err.et
> chmod: ext2_err.h: new permissions are r-xrwxrwx, not r-xr-xr-x
> chmod: ext2_err.c: new permissions are r-xrwxrwx, not r-xr-xr-x
> make[2]: *** [ext2_err.h] Error 1
> ---------------
>
> After several retries (refer to Wingston). It compile and I now have the
> following error:
> ------------------------------
> target: iproute2-2.6.39.tar.gz
> ------------------------------
>
> --2011-12-29 18:04:59--
> http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.39.tar.gz
> Resolving devresources.linuxfoundation.org... 140.211.169.4
> Connecting to devresources.linuxfoundation.org|140.211.169.4|:80...
> connected.
> HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
> 2011-12-29 18:04:59 ERROR 503: Service Temporarily Unavailable.
>
> --2011-12-29 18:04:59--
> http://www.pengutronix.de/software/ptxdist/temporary-src/iproute2-2.6.39.tar.gz
> Resolving www.pengutronix.de... 78.47.139.85,
> 2a01:4f8:121:2:5054:ff:feaf:fc62
> Connecting to www.pengutronix.de|78.47.139.85|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2011-12-29 18:04:59 ERROR 404: Not Found.
>
>
> Could not download packet
> URL:
> http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.39.tar.gz
>
> make: ***
> [/media/Elements/SAMSUNG/mini6410/OSELAS.BSP-Pengutronix-Mini6410-2011.11.0/src/iproute2-2.6.39.tar.gz]
> Error 1
> -----------------------------------------
>
> I'm using a notebook (Celeron M) with ubunto 10.04.
>
> I still need advices.
>
> Regards
>
>
> On Thu, Dec 29, 2011 at 3:33 PM, Jean-Jacques Tchouto <[email protected]>
> wrote:
>>
>> Hi all,
>>
>> Thanks very much for reply.
>> I will first try the option without parallel packages building as you
>> suggested and
>> then the second option and let you about the results.
>>
>> Regards,
>> Jean-Jacques
>>
>> On Thu, Dec 29, 2011 at 3:26 PM, Juergen Beisert <[email protected]>
>> wrote:
>>>
>>> Hi Wingston & Jean-Jacques,
>>>
>>> Wingston Sharon wrote:
>>> > The e2fsprog fails on some machines and not others. but it always
>>> > compiles after enough retries, i noticed that it shows a different
>>> > compile errors every time you do $ptxdist go.
>>> > It always shows a chmod permission make error in a different file every
>>> > time. Keep doing the ptxdist go. If you're luck in like 4-5 tries it
>>> > should
>>> > compile again. Thats what happened in 2 machines I've tried in!
>>>
>>> Did you try to build this package on a multicore CPU?
>>>
>>> The behaviour you report sounds like e2fsprog's buildsystem is broken to
>>> build
>>> the whole package in parallel (just an idea).
>>>
>>> @Jean-Jacques:
>>>
>>> Can you try the following:
>>>
>>>  - copy the 'e2fsprogs.make' rule file from your PTXdist installation
>>>   (usually "/usr/local/lib/ptxdist-2011.12.0/rules") into your local
>>> rules/
>>>   directory ('local' = the Mini2440 BSP)
>>>  - open this local "rules/e2fsprogs.make" file now and add the following
>>> line
>>>        E2FSPROGS_MAKE_PAR := NO
>>>   after line 42 into the file. This prevents PTXdist from compiling this
>>>   package in parallel.
>>>  - and then try to continue to build the BSP
>>>
>>> As an alternative to the mentioned above you can instruct PTXdist to not
>>> compile anything in parallel (but it will slow down the whole build).
>>>
>>>  $ ptxdist -ji1 go
>>>
>>> Regards,
>>> Juergen
>>>
>>> --
>>> Pengutronix e.K.                              | Juergen Beisert
>>>   |
>>> Linux Solutions for Science and Industry      |
>>> http://www.pengutronix.de/  |
>>
>>
>

Reply via email to