Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 14:11, Gary Thomas wrote: On 2013-01-16 07:02, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Gary Thomas
On 2013-01-16 07:02, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happ

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Robert P. J. Day
On Wed, 16 Jan 2013, Alex J Lennon wrote: > On 16/01/2013 13:59, Robert P. J. Day wrote: > > On Wed, 16 Jan 2013, Alex J Lennon wrote: > > > > > On 16/01/2013 05:45, Ed Nelson wrote: > > > > I finally got a response back from github > > > > > > > > Hi Ed, > > > > > > > > We tracked the issue

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Robert P. J. Day
On Wed, 16 Jan 2013, Alex J Lennon wrote: > On 16/01/2013 05:45, Ed Nelson wrote: > > I finally got a response back from github > > > > Hi Ed, > > > > We tracked the issue down to an internal network timeout (it only happens > > when `--quiet` is used, because git is silent on the network whi

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is silent on the network while preparing the clone in that case). We've bumped up the limit

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Andrei Gherzan wrote: > I tested it today too and i ended up using a shared download > directory. The problem is at github. Will submit a bug (even if > somebody already did). More bugs - many changes to get it fixed > soon. Keep you posted. i'm not currently at my dev machi

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 8:07 PM, Robert P. J. Day wrote: > On Mon, 7 Jan 2013, Alex J Lennon wrote: > > > On 07/01/2013 17:53, Robert P. J. Day wrote: > > > fatal: The remote end hung up unexpectedly > > > fatal: early EOF > > > fatal: index-pack failed > > > > fwiw there's a note here which relate

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 7:53 PM, Robert P. J. Day wrote: > On Mon, 7 Jan 2013, Alex J Lennon wrote: > > > > Alex > > > > > > Thanks I was able to download and build core-image-sato > > > > > > Having discussion with github but no real solution yet. > > > > > > > Hi Ed, I'm glad that was useful in m

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Alex J Lennon wrote: > On 07/01/2013 17:53, Robert P. J. Day wrote: > > fatal: The remote end hung up unexpectedly > > fatal: early EOF > > fatal: index-pack failed > > fwiw there's a note here which relates to Cygwin: > > http://stackoverflow.com/questions/2505644/git-checking

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
On 07/01/2013 17:53, Robert P. J. Day wrote: > fatal: The remote end hung up unexpectedly > fatal: early EOF > fatal: index-pack failed fwiw there's a note here which relates to Cygwin: http://stackoverflow.com/questions/2505644/git-checking-out-problem-fatal-early-eofs I wonder if it might be w

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Robert P. J. Day
On Mon, 7 Jan 2013, Alex J Lennon wrote: > > Alex > > > > Thanks I was able to download and build core-image-sato > > > > Having discussion with github but no real solution yet. > > > > Hi Ed, I'm glad that was useful in moving you forward. I did some > googling and this issue with GitHub does see

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
> Alex > > Thanks I was able to download and build core-image-sato > > Having discussion with github but no real solution yet. > Hi Ed, I'm glad that was useful in moving you forward. I did some googling and this issue with GitHub does seem to pop up intermittently. My gut feeling is there's so

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
On Fri, Jan 4, 2013 at 10:22 PM, Alex J Lennon < ajlen...@dynamicdevices.co.uk> wrote: > On 01/01/2013 17:34, ed nelson wrote: > > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > > having this problem? > > > > Build Configuration: > > BB_VERSION= "1.16.0" > > TARGE

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Alex J Lennon
On 01/01/2013 17:34, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspberrypi" > DIS

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
Please submit a bug / contact github with the problem you found. And if you are so kind, please keep me posted. *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: and...@gherzan.ro Email: andrei.gher...@windriver.com Romania On Thu, Jan 3, 2013 at 4:49 PM, ed nelson wrote:

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-02 Thread Andrei Gherzan
On Wed, Jan 2, 2013 at 6:12 AM, ed nelson wrote: > On 01/01/2013 06:50 PM, Andrei Gherzan wrote: > > On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > >> I am getting a do_fetch failure on raspberrypi kernel. Is anyone else >> having this problem? >> >> Build Configuration: >> BB_VERSION

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread Andrei Gherzan
On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspber

[yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread ed nelson
I am getting a do_fetch failure on raspberrypi kernel. Is anyone else having this problem? Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "raspberrypi" DISTRO= "poky" DISTRO_VERSION= "1.3" TUNE_

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-21 Thread Jack Mitchell
On 20/08/12 18:23, Andrei Gherzan wrote: It seems like even if i got no feedback from github, this issue is not reproducible anymore. Fetch is working as it should now. Could you please confirm? Si it could have been a temporary bug or this was solved meanwhile. ag On Mon, Aug 13, 2012 at

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-20 Thread Andrei Gherzan
It seems like even if i got no feedback from github, this issue is not reproducible anymore. Fetch is working as it should now. Could you please confirm? Si it could have been a temporary bug or this was solved meanwhile. ag On Mon, Aug 13, 2012 at 9:58 PM, Andrei Gherzan wrote: > > On Mon,

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp wrote: > On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > > > On 13/08/12 14:51, Andrei Gherzan wrote: > >> > >> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > >> m...@communistcode.co.uk>> wrote: > >> > >>Good afternoon everyone, > >> > >>I

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Chris Tapp
On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > On 13/08/12 14:51, Andrei Gherzan wrote: >> >> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > > wrote: >> >>Good afternoon everyone, >> >>I am trying (yet again) to get yocto to build for the Raspberry P

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > wrote: Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell wrote: > Good afternoon everyone, > > I am trying (yet again) to get yocto to build for the Raspberry Pi and I > am falling at the do_fetch hurdle on the RasPi kernel. > >ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; >export

[yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel. ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; export SSH_AGENT_PID="1350"; export SSH_AUTH_SOCK="/home/jack/.cache