* Raspberry Pi do_fetch failure
@ 2013-01-01 17:34 ed nelson
2013-01-02 2:50 ` Andrei Gherzan
2013-01-04 20:22 ` Alex J Lennon
0 siblings, 2 replies; 26+ messages in thread
From: ed nelson @ 2013-01-01 17:34 UTC (permalink / raw)
To: yocto
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_FEATURES = "armv6 vfp"
TARGET_FPU = "vfp"
meta
meta-yocto
meta-yocto-bsp = "danny:bf909b267498dbab4d7695c26b0dce903ac8b6b0"
meta-raspberrypi = "master:305c5259e24eaa9fb285ca983dc4f9454743fa0c"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL
git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository
'/home/ed/oe/poky-danny/rasperryPiBuild/downloads/git2/github.com.raspberrypi.linux.git'...
fatal: read error: Connection reset by peer
fatal: early EOF
fatal: index-pack failed
ERROR: Function failed: Fetcher failure for URL:
'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27'.
Unable to fetch URL from any source.
Thanks
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2013-01-01 17:34 Raspberry Pi do_fetch failure ed nelson
@ 2013-01-02 2:50 ` Andrei Gherzan
[not found] ` <50E3B3BF.1000802@comcast.net>
2013-01-04 20:22 ` Alex J Lennon
1 sibling, 1 reply; 26+ messages in thread
From: Andrei Gherzan @ 2013-01-02 2:50 UTC (permalink / raw)
To: ed nelson; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 1910 bytes --]
On Tue, Jan 1, 2013 at 7:34 PM, ed nelson <enelson1000@comcast.net> 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"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3"
> TUNE_FEATURES = "armv6 vfp"
> TARGET_FPU = "vfp"
> meta
> meta-yocto
> meta-yocto-bsp = "danny:**bf909b267498dbab4d7695c26b0dce**903ac8b6b0"
> meta-raspberrypi = "master:**305c5259e24eaa9fb285ca983dc4f9**454743fa0c"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: Failed to fetch URL git://github.com/raspberrypi/**
> linux.git;protocol=git;branch=**rpi-3.2.27<http://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27>,
> attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> Cloning into bare repository '/home/ed/oe/poky-danny/**
> rasperryPiBuild/downloads/**git2/github.com.raspberrypi.**linux.git'...
>
> fatal: read error: Connection reset by peer
> fatal: early EOF
> fatal: index-pack failed
>
> ERROR: Function failed: Fetcher failure for URL: 'git://
> github.com/raspberrypi/**linux.git;protocol=git;branch=**rpi-3.2.27<http://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27>'.
> Unable to fetch URL from any source.
>
>
So this error hits again.
It's something related to github. I've seen this on other repos and solved
it with a ticket to github - strangely I can't reproduce your issue now on
my host. As i recall the clone would fail if "--quiet" was used. Can you
confirm? Are you able to clone that repo manually? WIth "--quiet" too?
Andrei
[-- Attachment #2: Type: text/html, Size: 2695 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2013-01-01 17:34 Raspberry Pi do_fetch failure ed nelson
2013-01-02 2:50 ` Andrei Gherzan
@ 2013-01-04 20:22 ` Alex J Lennon
2013-01-04 23:00 ` Andrei Gherzan
[not found] ` <50EA5C2E.9060701@comcast.net>
1 sibling, 2 replies; 26+ messages in thread
From: Alex J Lennon @ 2013-01-04 20:22 UTC (permalink / raw)
To: enelson1000; +Cc: yocto
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"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3"
> TUNE_FEATURES = "armv6 vfp"
> TARGET_FPU = "vfp"
> meta
> meta-yocto
> meta-yocto-bsp = "danny:bf909b267498dbab4d7695c26b0dce903ac8b6b0"
> meta-raspberrypi = "master:305c5259e24eaa9fb285ca983dc4f9454743fa0c"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: Failed to fetch URL
> git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27,
> attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> Cloning into bare repository
> '/home/ed/oe/poky-danny/rasperryPiBuild/downloads/git2/github.com.raspberrypi.linux.git'...
>
> fatal: read error: Connection reset by peer
> fatal: early EOF
> fatal: index-pack failed
>
> ERROR: Function failed: Fetcher failure for URL:
> 'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27'.
> Unable to fetch URL from any source.
>
> Thanks
I'm rebuilding an RPi image from scratch here now for some testing and I
see the same issue, which looks to be a GitHub hiccup.
I do have a cached download of the RPi linux GitHub repository from a
previous build, which you're welcome to use if it'll help you move
forward whilst GitHub has this issue.
I've tarred it up as github.com.raspberrypi.linux.git.tgz. You can
extract this into the Yocto downloads directory and I believe it'll be
picked up by the build tool, e.g.
cd /path/to/yoctoProject/raspberryPiBuild/downloads
tar xzf /path/to/github.com.raspberrypi.linux.git.tgz
You should see it go into a "git2" folder in downloads.
It's currently uploading to a DropBox public link at
https://dl.dropbox.com/u/12130167/rpi/github.com.raspberrypi.linux.git.tgz
(It's around 620MB so it'll be about an hour before it's up. I'll
probably leave it up there over the weekend but it may disappear next week!)
Cheers,
Alex
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2013-01-04 20:22 ` Alex J Lennon
@ 2013-01-04 23:00 ` Andrei Gherzan
[not found] ` <50EA5C2E.9060701@comcast.net>
1 sibling, 0 replies; 26+ messages in thread
From: Andrei Gherzan @ 2013-01-04 23:00 UTC (permalink / raw)
To: Alex J Lennon; +Cc: Yocto Project, ed nelson
[-- Attachment #1: Type: text/plain, Size: 2600 bytes --]
On Fri, Jan 4, 2013 at 10:22 PM, Alex J Lennon <
ajlennon@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"
> > TARGET_ARCH = "arm"
> > TARGET_OS = "linux-gnueabi"
> > MACHINE = "raspberrypi"
> > DISTRO = "poky"
> > DISTRO_VERSION = "1.3"
> > TUNE_FEATURES = "armv6 vfp"
> > TARGET_FPU = "vfp"
> > meta
> > meta-yocto
> > meta-yocto-bsp = "danny:bf909b267498dbab4d7695c26b0dce903ac8b6b0"
> > meta-raspberrypi = "master:305c5259e24eaa9fb285ca983dc4f9454743fa0c"
> >
> > NOTE: Resolving any missing task queue dependencies
> > NOTE: Preparing runqueue
> > NOTE: Executing SetScene Tasks
> > NOTE: Executing RunQueue Tasks
> > WARNING: Failed to fetch URL
> > git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27,
> > attempting MIRRORS if available
> > ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> > Cloning into bare repository
> >
> '/home/ed/oe/poky-danny/rasperryPiBuild/downloads/git2/github.com.raspberrypi.linux.git'...
> >
> > fatal: read error: Connection reset by peer
> > fatal: early EOF
> > fatal: index-pack failed
> >
> > ERROR: Function failed: Fetcher failure for URL:
> > 'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27'.
> > Unable to fetch URL from any source.
> >
> > Thanks
>
> I'm rebuilding an RPi image from scratch here now for some testing and I
> see the same issue, which looks to be a GitHub hiccup.
>
> I do have a cached download of the RPi linux GitHub repository from a
> previous build, which you're welcome to use if it'll help you move
> forward whilst GitHub has this issue.
>
> I've tarred it up as github.com.raspberrypi.linux.git.tgz. You can
> extract this into the Yocto downloads directory and I believe it'll be
> picked up by the build tool, e.g.
>
> cd /path/to/yoctoProject/raspberryPiBuild/downloads
> tar xzf /path/to/github.com.raspberrypi.linux.git.tgz
>
> You should see it go into a "git2" folder in downloads.
>
> It's currently uploading to a DropBox public link at
>
> https://dl.dropbox.com/u/12130167/rpi/github.com.raspberrypi.linux.git.tgz
>
> (It's around 620MB so it'll be about an hour before it's up. I'll
> probably leave it up there over the weekend but it may disappear next
> week!)
>
> Cheers,
>
> Alex
>
>
Thank you Alex. Hope it will help Nelson.
ag
[-- Attachment #2: Type: text/html, Size: 3800 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread[parent not found: <50EA5C2E.9060701@comcast.net>]
* Re: Raspberry Pi do_fetch failure
[not found] ` <50EA5C2E.9060701@comcast.net>
@ 2013-01-07 11:33 ` Alex J Lennon
2013-01-07 17:53 ` Robert P. J. Day
0 siblings, 1 reply; 26+ messages in thread
From: Alex J Lennon @ 2013-01-07 11:33 UTC (permalink / raw)
To: ed nelson; +Cc: yocto
> 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 some kind of resource issue, perhaps related
to compression on the server. Some of the comments do seem to suggest
that disabling compression helps.
I do wonder if someone from the Yocto project is able to fork the RPi
linux repo and mirror either the Git repo itself or an archive of that
(and indeed if that's a good idea)?
Cheers,
Alex
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2013-01-07 11:33 ` Alex J Lennon
@ 2013-01-07 17:53 ` Robert P. J. Day
2013-01-07 18:03 ` Alex J Lennon
2013-01-07 18:28 ` Andrei Gherzan
0 siblings, 2 replies; 26+ messages in thread
From: Robert P. J. Day @ 2013-01-07 17:53 UTC (permalink / raw)
To: Alex J Lennon; +Cc: yocto, ed nelson
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 seem to pop up
> intermittently. My gut feeling is there's some kind of resource
> issue, perhaps related to compression on the server. Some of the
> comments do seem to suggest that disabling compression helps.
>
> I do wonder if someone from the Yocto project is able to fork the
> RPi linux repo and mirror either the Git repo itself or an archive
> of that (and indeed if that's a good idea)?
is there a current diagnosis for this github fetching irritation? i
thought i'd take a shot at building for rpi and, like others, i failed
to fetch the kernel from github:
WARNING: Failed to fetch URL
git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128,
output:
Cloning into bare repository
'/home/rpjday/oe/builds/rpi/downloads/git2/github.com.raspberrypi.linux.git'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERROR: Function failed: Fetcher failure for URL:
'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/rpjday/oe/builds/rpi/tmp-eglibc/work/armv6-vfp-oe-linux-gnueabi/linux-libc-headers-raspberrypi/3.2.27-r0/temp/log.do_fetch.1278
ERROR: Task 62
(/home/rpjday/oe/dist/layers/meta-raspberrypi/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb,
do_fetch) failed with exit code '1'
thoughts? i've tried a few times this morning, same result each
time.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2013-01-07 17:53 ` Robert P. J. Day
@ 2013-01-07 18:03 ` Alex J Lennon
2013-01-07 18:07 ` Robert P. J. Day
2013-01-07 18:28 ` Andrei Gherzan
1 sibling, 1 reply; 26+ messages in thread
From: Alex J Lennon @ 2013-01-07 18:03 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: yocto, ed nelson
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 worth trying the compression setting to see if
that helps (less than ideal I know)
git config --add core.compression -1
Cheers,
Alex
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2013-01-07 18:03 ` Alex J Lennon
@ 2013-01-07 18:07 ` Robert P. J. Day
2013-01-07 18:57 ` Andrei Gherzan
0 siblings, 1 reply; 26+ messages in thread
From: Robert P. J. Day @ 2013-01-07 18:07 UTC (permalink / raw)
To: Alex J Lennon; +Cc: yocto, ed nelson
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-out-problem-fatal-early-eofs
>
> I wonder if it might be worth trying the compression setting to see if
> that helps (less than ideal I know)
>
> git config --add core.compression -1
i'm just heading out for a bit, i'll give that a shot when i get
home (unless someone else wants to try it first). but FWIW, i've had
fetching issues before with kernel source for other builds -- it's not
like raspberry pi is the only configuration where i've seen this
error.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2013-01-07 18:07 ` Robert P. J. Day
@ 2013-01-07 18:57 ` Andrei Gherzan
0 siblings, 0 replies; 26+ messages in thread
From: Andrei Gherzan @ 2013-01-07 18:57 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto Project, ed nelson
[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]
On Mon, Jan 7, 2013 at 8:07 PM, Robert P. J. Day <rpjday@crashcourse.ca>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 relates to Cygwin:
> >
> >
> http://stackoverflow.com/questions/2505644/git-checking-out-problem-fatal-early-eofs
> >
> > I wonder if it might be worth trying the compression setting to see if
> > that helps (less than ideal I know)
> >
> > git config --add core.compression -1
>
> i'm just heading out for a bit, i'll give that a shot when i get
> home (unless someone else wants to try it first). but FWIW, i've had
> fetching issues before with kernel source for other builds -- it's not
> like raspberry pi is the only configuration where i've seen this
> error.
>
As i said. We fixed an identical problem for fsl months ago. Fix? Github
support ticket.
ag
[-- Attachment #2: Type: text/html, Size: 1718 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2013-01-07 17:53 ` Robert P. J. Day
2013-01-07 18:03 ` Alex J Lennon
@ 2013-01-07 18:28 ` Andrei Gherzan
2013-01-07 19:54 ` Robert P. J. Day
1 sibling, 1 reply; 26+ messages in thread
From: Andrei Gherzan @ 2013-01-07 18:28 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto Project, ed nelson
[-- Attachment #1: Type: text/plain, Size: 2312 bytes --]
On Mon, Jan 7, 2013 at 7:53 PM, Robert P. J. Day <rpjday@crashcourse.ca>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 moving you forward. I did some
> > googling and this issue with GitHub does seem to pop up
> > intermittently. My gut feeling is there's some kind of resource
> > issue, perhaps related to compression on the server. Some of the
> > comments do seem to suggest that disabling compression helps.
> >
> > I do wonder if someone from the Yocto project is able to fork the
> > RPi linux repo and mirror either the Git repo itself or an archive
> > of that (and indeed if that's a good idea)?
>
> is there a current diagnosis for this github fetching irritation? i
> thought i'd take a shot at building for rpi and, like others, i failed
> to fetch the kernel from github:
>
> WARNING: Failed to fetch URL
> git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27,
> attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 128,
> output:
> Cloning into bare repository
>
> '/home/rpjday/oe/builds/rpi/downloads/git2/github.com.raspberrypi.linux.git'...
>
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack failed
>
> ERROR: Function failed: Fetcher failure for URL:
> 'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
>
> /home/rpjday/oe/builds/rpi/tmp-eglibc/work/armv6-vfp-oe-linux-gnueabi/linux-libc-headers-raspberrypi/3.2.27-r0/temp/log.do_fetch.1278
> ERROR: Task 62
>
> (/home/rpjday/oe/dist/layers/meta-raspberrypi/recipes-kernel/linux-libc-headers/
> linux-libc-headers-raspberrypi_3.2.27.bb,
> do_fetch) failed with exit code '1'
>
> thoughts? i've tried a few times this morning, same result each
> time.
>
> rday
>
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.
ag
[-- Attachment #2: Type: text/html, Size: 3210 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2013-01-07 18:28 ` Andrei Gherzan
@ 2013-01-07 19:54 ` Robert P. J. Day
[not found] ` <50F63E70.3000000@comcast.net>
0 siblings, 1 reply; 26+ messages in thread
From: Robert P. J. Day @ 2013-01-07 19:54 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: Yocto Project, ed nelson
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 machine so i can't test this, but i
noticed a while back that even when a bitbake git fetch failed, a
normal command-line "git clone" normally worked just fine.
so as a workaround, would it work to simply clone the github repo
somewhere on the dev host, then modify the recipe SRC_URI to use the
"file:" protocol, point it at the local clone, do the fetch/build, and
configure to create the resulting tarball, at which point you
shouldn't need to clone from github again (at least until the kernel
version was updated).
make sense? would this require simply changing the fetch protocol in
the kernel recipe's SRC_URI?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 26+ messages in thread
* Raspberry Pi do_fetch failure
@ 2012-08-13 13:34 Jack Mitchell
2012-08-13 13:51 ` Andrei Gherzan
0 siblings, 1 reply; 26+ messages in thread
From: Jack Mitchell @ 2012-08-13 13:34 UTC (permalink / raw)
To: yocto@yoctoproject.org
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/keyring-fjEm9a/ssh"; export
GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
git clone --bare --mirror git://github.com/raspberrypi/linux.git
/home/jack/Projects/poky-rasp/raspberry/downloads/git2/github.com.raspberrypi.linux.git
failed with exit code 128, output:
STDOUT: Cloning into bare repository
'/home/jack/Projects/poky-rasp/raspberry/downloads/git2/github.com.raspberrypi.linux.git'...
STDERR: fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERROR: Function failed: Fetcher failure for URL:
'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/jack/Projects/poky-rasp/raspberry/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi-3.1.9-rpi+r3+git14ad68cf4afc7acf14076f895b539d81cd9f32ab-r3/temp/log.do_fetch.21673
NOTE: package
linux-raspberrypi-3.1.9-rpi+r3+git14ad68cf4afc7acf14076f895b539d81cd9f32ab-r3:
task do_fetch: Failed
ERROR: Task 234
(/home/jack/Projects/poky-rasp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb,
do_fetch) failed with exit code '1'
Waiting for 2 running tasks to finish:
0:
gcc-runtime-4.7.1.0+git1+d07e24f4ab59f264d68d21838795349faab5dede-r9
do_populate_sysroot (pid 2167)
1:
gcc-runtime-4.7.1.0+git1+d07e24f4ab59f264d68d21838795349faab5dede-r9
do_package (pid 2168)
NOTE: package
gcc-runtime-4.7.1.0+git1+d07e24f4ab59f264d68d21838795349faab5dede-r9: task
do_populate_sysroot: Succeeded
Waiting for 1 running tasks to finish:
0:
gcc-runtime-4.7.1.0+git1+d07e24f4ab59f264d68d21838795349faab5dede-r9
do_package (pid 2168)
NOTE: package
gcc-runtime-4.7.1.0+git1+d07e24f4ab59f264d68d21838795349faab5dede-r9: task
do_package: Succeeded
NOTE: Tasks Summary: Attempted 1223 tasks of which 1014 didn't need
to be rerun and 1 failed.
Does anyone recognise the root cause of this message? Running poky and
meta-raspberrypi at latest master.
Regards,
Jack.
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Raspberry Pi do_fetch failure
2012-08-13 13:34 Jack Mitchell
@ 2012-08-13 13:51 ` Andrei Gherzan
2012-08-13 14:00 ` Jack Mitchell
0 siblings, 1 reply; 26+ messages in thread
From: Andrei Gherzan @ 2012-08-13 13:51 UTC (permalink / raw)
To: ml; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]
On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell <ml@communistcode.co.uk>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 SSH_AGENT_PID="1350"; export
> SSH_AUTH_SOCK="/home/jack/.**cache/keyring-fjEm9a/ssh"; export
> GIT_CONFIG="/home/jack/**Projects/poky-rasp/raspberry/**
> tmp/sysroots/x86_64-linux/etc/**gitconfig";
> export
> PATH="/home/jack/Projects/**poky-rasp/scripts:/home/jack/**
> Projects/poky-rasp/raspberry/**tmp/sysroots/x86_64-linux/usr/**
> bin/armv6-vfp-poky-linux-**gnueabi:/home/jack/Projects/**
> poky-rasp/raspberry/tmp/**sysroots/raspberrypi/usr/bin/**
> crossscripts:/home/jack/**Projects/poky-rasp/raspberry/**
> tmp/sysroots/x86_64-linux/usr/**sbin:/home/jack/Projects/poky-**
> rasp/raspberry/tmp/sysroots/**x86_64-linux/usr/bin:/home/**
> jack/Projects/poky-rasp/**raspberry/tmp/sysroots/x86_64-**
> linux/sbin:/home/jack/**Projects/poky-rasp/raspberry/**
> tmp/sysroots/x86_64-linux//**bin:/home/jack/Projects/poky-**
> rasp/scripts:/home/jack/**Projects/poky-rasp/bitbake/**
> bin/:/usr/local/bin:/usr/bin:/**bin:/usr/local/sbin:/usr/sbin:**
> /sbin:/usr/bin/core_perl";
> git clone --bare --mirror git://github.com/raspberrypi/**linux.git<http://github.com/raspberrypi/linux.git>
Does this work in a shell? Just try to clone it on your computer.
ag
[-- Attachment #2: Type: text/html, Size: 2017 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2012-08-13 13:51 ` Andrei Gherzan
@ 2012-08-13 14:00 ` Jack Mitchell
2012-08-13 16:38 ` Chris Tapp
0 siblings, 1 reply; 26+ messages in thread
From: Jack Mitchell @ 2012-08-13 14:00 UTC (permalink / raw)
To: yocto@yoctoproject.org
On 13/08/12 14:51, Andrei Gherzan wrote:
>
> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell <ml@communistcode.co.uk
> <mailto:ml@communistcode.co.uk>> 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 SSH_AGENT_PID="1350"; export
> SSH_AUTH_SOCK="/home/jack/.cache/keyring-fjEm9a/ssh"; export
>
> GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
> export
>
> PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
> git clone --bare --mirror
> git://github.com/raspberrypi/linux.git
> <http://github.com/raspberrypi/linux.git>
>
>
> Does this work in a shell? Just try to clone it on your computer.
>
> ag
Yes, cloning it now without issues - it took a while to get going and
someone has suggested that it might be timing out within bitbake...
Regards,
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2012-08-13 14:00 ` Jack Mitchell
@ 2012-08-13 16:38 ` Chris Tapp
2012-08-13 18:58 ` Andrei Gherzan
0 siblings, 1 reply; 26+ messages in thread
From: Chris Tapp @ 2012-08-13 16:38 UTC (permalink / raw)
To: ml; +Cc: yocto@yoctoproject.org
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 <ml@communistcode.co.uk <mailto:ml@communistcode.co.uk>> 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 SSH_AGENT_PID="1350"; export
>> SSH_AUTH_SOCK="/home/jack/.cache/keyring-fjEm9a/ssh"; export
>> GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
>> export
>> PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
>> git clone --bare --mirror
>> git://github.com/raspberrypi/linux.git
>> <http://github.com/raspberrypi/linux.git>
>>
>>
>> Does this work in a shell? Just try to clone it on your computer.
>>
>> ag
>
> Yes, cloning it now without issues - it took a while to get going and someone has suggested that it might be timing out within bitbake...
I've had similar issues in the past that seemed to be caused by Github. If I ran a manual fetch I could see errors relating to compressed folders (I think - was a while back) that couldn't be found. It sorted itself after a day or so.
Chris Tapp
opensource@keylevel.com
www.keylevel.com
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2012-08-13 16:38 ` Chris Tapp
@ 2012-08-13 18:58 ` Andrei Gherzan
2012-08-20 17:23 ` Andrei Gherzan
0 siblings, 1 reply; 26+ messages in thread
From: Andrei Gherzan @ 2012-08-13 18:58 UTC (permalink / raw)
To: Chris Tapp; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2222 bytes --]
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp <opensource@keylevel.com> 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 <ml@communistcode.co.uk<mailto:
> ml@communistcode.co.uk>> 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 SSH_AGENT_PID="1350"; export
> >> SSH_AUTH_SOCK="/home/jack/.cache/keyring-fjEm9a/ssh"; export
> >>
> GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
> >> export
> >>
> PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
> >> git clone --bare --mirror
> >> git://github.com/raspberrypi/linux.git
> >> <http://github.com/raspberrypi/linux.git>
> >>
> >>
> >> Does this work in a shell? Just try to clone it on your computer.
> >>
> >> ag
> >
> > Yes, cloning it now without issues - it took a while to get going and
> someone has suggested that it might be timing out within bitbake...
>
>
> I've had similar issues in the past that seemed to be caused by Github. If
> I ran a manual fetch I could see errors relating to compressed folders (I
> think - was a while back) that couldn't be found. It sorted itself after a
> day or so.
>
>
I sent an email to github. Will keep you posted.
ag
[-- Attachment #2: Type: text/html, Size: 3045 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2012-08-13 18:58 ` Andrei Gherzan
@ 2012-08-20 17:23 ` Andrei Gherzan
2012-08-21 9:01 ` Jack Mitchell
0 siblings, 1 reply; 26+ messages in thread
From: Andrei Gherzan @ 2012-08-20 17:23 UTC (permalink / raw)
To: Chris Tapp; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2594 bytes --]
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 <andrei@gherzan.ro> wrote:
>
> On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp <opensource@keylevel.com>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 <ml@communistcode.co.uk<mailto:
>> ml@communistcode.co.uk>> 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 SSH_AGENT_PID="1350"; export
>> >> SSH_AUTH_SOCK="/home/jack/.cache/keyring-fjEm9a/ssh"; export
>> >>
>> GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
>> >> export
>> >>
>> PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
>> >> git clone --bare --mirror
>> >> git://github.com/raspberrypi/linux.git
>> >> <http://github.com/raspberrypi/linux.git>
>> >>
>> >>
>> >> Does this work in a shell? Just try to clone it on your computer.
>> >>
>> >> ag
>> >
>> > Yes, cloning it now without issues - it took a while to get going and
>> someone has suggested that it might be timing out within bitbake...
>>
>>
>> I've had similar issues in the past that seemed to be caused by Github.
>> If I ran a manual fetch I could see errors relating to compressed folders
>> (I think - was a while back) that couldn't be found. It sorted itself after
>> a day or so.
>>
>>
> I sent an email to github. Will keep you posted.
>
> ag
>
[-- Attachment #2: Type: text/html, Size: 3805 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Raspberry Pi do_fetch failure
2012-08-20 17:23 ` Andrei Gherzan
@ 2012-08-21 9:01 ` Jack Mitchell
0 siblings, 0 replies; 26+ messages in thread
From: Jack Mitchell @ 2012-08-21 9:01 UTC (permalink / raw)
To: yocto@yoctoproject.org
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 9:58 PM, Andrei Gherzan <andrei@gherzan.ro
> <mailto:andrei@gherzan.ro>> wrote:
>
>
> On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp
> <opensource@keylevel.com <mailto:opensource@keylevel.com>> 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
> <ml@communistcode.co.uk <mailto:ml@communistcode.co.uk>
> <mailto:ml@communistcode.co.uk
> <mailto:ml@communistcode.co.uk>>> 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 SSH_AGENT_PID="1350"; export
> >> SSH_AUTH_SOCK="/home/jack/.cache/keyring-fjEm9a/ssh"; export
> >>
> GIT_CONFIG="/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/etc/gitconfig";
> >> export
> >>
> PATH="/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin/armv6-vfp-poky-linux-gnueabi:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi/usr/bin/crossscripts:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/usr/bin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux/sbin:/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/x86_64-linux//bin:/home/jack/Projects/poky-rasp/scripts:/home/jack/Projects/poky-rasp/bitbake/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl";
> >> git clone --bare --mirror
> >> git://github.com/raspberrypi/linux.git
> <http://github.com/raspberrypi/linux.git>
> >> <http://github.com/raspberrypi/linux.git>
> >>
> >>
> >> Does this work in a shell? Just try to clone it on your
> computer.
> >>
> >> ag
> >
> > Yes, cloning it now without issues - it took a while to get
> going and someone has suggested that it might be timing out
> within bitbake...
>
>
> I've had similar issues in the past that seemed to be caused
> by Github. If I ran a manual fetch I could see errors relating
> to compressed folders (I think - was a while back) that
> couldn't be found. It sorted itself after a day or so.
>
> I sent an email to github. Will keep you posted.
>
> ag
>
>
Working fine for me now.
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2013-01-16 14:20 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 17:34 Raspberry Pi do_fetch failure ed nelson
2013-01-02 2:50 ` Andrei Gherzan
[not found] ` <50E3B3BF.1000802@comcast.net>
2013-01-02 9:52 ` Andrei Gherzan
[not found] ` <50E59A7E.1090206@comcast.net>
2013-01-04 11:20 ` Andrei Gherzan
2013-01-04 20:22 ` Alex J Lennon
2013-01-04 23:00 ` Andrei Gherzan
[not found] ` <50EA5C2E.9060701@comcast.net>
2013-01-07 11:33 ` Alex J Lennon
2013-01-07 17:53 ` Robert P. J. Day
2013-01-07 18:03 ` Alex J Lennon
2013-01-07 18:07 ` Robert P. J. Day
2013-01-07 18:57 ` Andrei Gherzan
2013-01-07 18:28 ` Andrei Gherzan
2013-01-07 19:54 ` Robert P. J. Day
[not found] ` <50F63E70.3000000@comcast.net>
2013-01-16 13:45 ` Alex J Lennon
2013-01-16 13:59 ` Robert P. J. Day
2013-01-16 14:02 ` Alex J Lennon
2013-01-16 14:10 ` Robert P. J. Day
2013-01-16 14:11 ` Gary Thomas
2013-01-16 14:20 ` Alex J Lennon
-- strict thread matches above, loose matches on Subject: below --
2012-08-13 13:34 Jack Mitchell
2012-08-13 13:51 ` Andrei Gherzan
2012-08-13 14:00 ` Jack Mitchell
2012-08-13 16:38 ` Chris Tapp
2012-08-13 18:58 ` Andrei Gherzan
2012-08-20 17:23 ` Andrei Gherzan
2012-08-21 9:01 ` Jack Mitchell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.