Openembedded Core Discussions
 help / color / mirror / Atom feed
* ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
@ 2012-06-08 13:59 Elvis Dowson
  2012-06-08 14:03 ` Bruce Ashfield
  2012-06-08 14:05 ` Tom Zanussi
  0 siblings, 2 replies; 6+ messages in thread
From: Elvis Dowson @ 2012-06-08 13:59 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List

Hi,

On Jun 8, 2012, at 12:58 PM, Richard Purdie wrote:

> On Thu, 2012-06-07 at 15:59 -0400, Bruce Ashfield wrote:
>> Richard/Saul,
>> 
>> Here's a 9 patch series that is a collection of work that's been
>> brewing for about three weeks.
>> 
>> Highlights include:
>> 
>>  - removal of the 2.6.37 recipe, it's time is now gone
>>  - addition of the 3.4 kernel recipe
>>      - configuration fixups and audits within that 3.4 kernel
>>      - kernel *only* support for mips64 mti emulation
>>  - -stable updates for supported kernels 3.2.18, 3.0.32
>>  - machine fixes/configurations for the 3.2 and 3.0 kernels
>>  - kern tool updates, streamlining and fixes

I just updated my poky installation, and tried to build the meta-toolchain, and I got a bunch of errors. This is related to the recent updates to the linux-yocto_3.2.bb kernel.

elvis@eos:/tool/yocto/poky/build$ bitbake meta-toolchain
Pseudo is not present but is required, building this first before the main build
WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found                                               | ETA:  00:00:43
WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found
ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/base,meta;name=machine,meta'. The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
ERROR: No recipes available for:
  /tool/yocto/poky/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
  /tool/yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
  /tool/yocto/meta-xilinx/recipes-core/util-linux/util-linux_2.21.1.bbappend
  /tool/yocto/poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
  /tool/yocto/poky/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
  /tool/yocto/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
  /tool/yocto/meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
  /tool/yocto/poky/meta-yocto/recipes-core/tasks/task-core-tools-profile.bbappend
  /tool/yocto/meta-xilinx/recipes-core/initscripts/initscripts_1.0.bbappend
  /tool/yocto/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 2 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.


best regards,

Elvis Dowson


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
  2012-06-08 13:59 ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV Elvis Dowson
@ 2012-06-08 14:03 ` Bruce Ashfield
  2012-06-08 14:05 ` Tom Zanussi
  1 sibling, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2012-06-08 14:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Jun 8, 2012 at 9:59 AM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
> Hi,
>
> On Jun 8, 2012, at 12:58 PM, Richard Purdie wrote:
>
>> On Thu, 2012-06-07 at 15:59 -0400, Bruce Ashfield wrote:
>>> Richard/Saul,
>>>
>>> Here's a 9 patch series that is a collection of work that's been
>>> brewing for about three weeks.
>>>
>>> Highlights include:
>>>
>>>  - removal of the 2.6.37 recipe, it's time is now gone
>>>  - addition of the 3.4 kernel recipe
>>>      - configuration fixups and audits within that 3.4 kernel
>>>      - kernel *only* support for mips64 mti emulation
>>>  - -stable updates for supported kernels 3.2.18, 3.0.32
>>>  - machine fixes/configurations for the 3.2 and 3.0 kernels
>>>  - kern tool updates, streamlining and fixes
>
> I just updated my poky installation, and tried to build the meta-toolchain, and I got a bunch of errors. This is related to the recent updates to the linux-yocto_3.2.bb kernel.

I'm already finishing up a patch, since this started blowing up here as well
this morning.

Bruce

>
> elvis@eos:/tool/yocto/poky/build$ bitbake meta-toolchain
> Pseudo is not present but is required, building this first before the main build
> WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found                                               | ETA:  00:00:43
> WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found
> ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/base,meta;name=machine,meta'. The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
> ERROR: No recipes available for:
>  /tool/yocto/poky/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
>  /tool/yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /tool/yocto/meta-xilinx/recipes-core/util-linux/util-linux_2.21.1.bbappend
>  /tool/yocto/poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
>  /tool/yocto/poky/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
>  /tool/yocto/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
>  /tool/yocto/meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
>  /tool/yocto/poky/meta-yocto/recipes-core/tasks/task-core-tools-profile.bbappend
>  /tool/yocto/meta-xilinx/recipes-core/initscripts/initscripts_1.0.bbappend
>  /tool/yocto/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
> ERROR: Command execution failed: Exited with 1
>
> Summary: There were 2 WARNING messages shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
>
>
> best regards,
>
> Elvis Dowson
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
  2012-06-08 13:59 ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV Elvis Dowson
  2012-06-08 14:03 ` Bruce Ashfield
@ 2012-06-08 14:05 ` Tom Zanussi
  2012-06-08 14:11   ` Elvis Dowson
  2012-06-08 14:11   ` Bruce Ashfield
  1 sibling, 2 replies; 6+ messages in thread
From: Tom Zanussi @ 2012-06-08 14:05 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2012-06-08 at 15:59 +0200, Elvis Dowson wrote:
> Hi,
> 
> On Jun 8, 2012, at 12:58 PM, Richard Purdie wrote:
> 
> > On Thu, 2012-06-07 at 15:59 -0400, Bruce Ashfield wrote:
> >> Richard/Saul,
> >> 
> >> Here's a 9 patch series that is a collection of work that's been
> >> brewing for about three weeks.
> >> 
> >> Highlights include:
> >> 
> >>  - removal of the 2.6.37 recipe, it's time is now gone
> >>  - addition of the 3.4 kernel recipe
> >>      - configuration fixups and audits within that 3.4 kernel
> >>      - kernel *only* support for mips64 mti emulation
> >>  - -stable updates for supported kernels 3.2.18, 3.0.32
> >>  - machine fixes/configurations for the 3.2 and 3.0 kernels
> >>  - kern tool updates, streamlining and fixes
> 
> I just updated my poky installation, and tried to build the meta-toolchain, and I got a bunch of errors. This is related to the recent updates to the linux-yocto_3.2.bb kernel.
> 

I just posted a patch to fix this - it was a SRCREV typo.

Building fine here now with that simple fix...

Tom

> elvis@eos:/tool/yocto/poky/build$ bitbake meta-toolchain
> Pseudo is not present but is required, building this first before the main build
> WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found                                               | ETA:  00:00:43
> WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found
> ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/base,meta;name=machine,meta'. The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
> ERROR: No recipes available for:
>   /tool/yocto/poky/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
>   /tool/yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   /tool/yocto/meta-xilinx/recipes-core/util-linux/util-linux_2.21.1.bbappend
>   /tool/yocto/poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
>   /tool/yocto/poky/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
>   /tool/yocto/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
>   /tool/yocto/poky/meta-yocto/recipes-core/tasks/task-core-tools-profile.bbappend
>   /tool/yocto/meta-xilinx/recipes-core/initscripts/initscripts_1.0.bbappend
>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
> ERROR: Command execution failed: Exited with 1
> 
> Summary: There were 2 WARNING messages shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> 
> 
> best regards,
> 
> Elvis Dowson
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
  2012-06-08 14:05 ` Tom Zanussi
@ 2012-06-08 14:11   ` Elvis Dowson
  2012-06-08 14:11   ` Bruce Ashfield
  1 sibling, 0 replies; 6+ messages in thread
From: Elvis Dowson @ 2012-06-08 14:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi,

On Jun 8, 2012, at 4:05 PM, Tom Zanussi wrote:

> I just posted a patch to fix this - it was a SRCREV typo.
> 
> Building fine here now with that simple fix...

Yes, removing the stray 'l' character from the SRCREV fixed it, the build is progressing fine now.

Best regards,

Elvis Dowson


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
  2012-06-08 14:05 ` Tom Zanussi
  2012-06-08 14:11   ` Elvis Dowson
@ 2012-06-08 14:11   ` Bruce Ashfield
  2012-06-08 14:26     ` Tom Zanussi
  1 sibling, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2012-06-08 14:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Jun 8, 2012 at 10:05 AM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Fri, 2012-06-08 at 15:59 +0200, Elvis Dowson wrote:
>> Hi,
>>
>> On Jun 8, 2012, at 12:58 PM, Richard Purdie wrote:
>>
>> > On Thu, 2012-06-07 at 15:59 -0400, Bruce Ashfield wrote:
>> >> Richard/Saul,
>> >>
>> >> Here's a 9 patch series that is a collection of work that's been
>> >> brewing for about three weeks.
>> >>
>> >> Highlights include:
>> >>
>> >>  - removal of the 2.6.37 recipe, it's time is now gone
>> >>  - addition of the 3.4 kernel recipe
>> >>      - configuration fixups and audits within that 3.4 kernel
>> >>      - kernel *only* support for mips64 mti emulation
>> >>  - -stable updates for supported kernels 3.2.18, 3.0.32
>> >>  - machine fixes/configurations for the 3.2 and 3.0 kernels
>> >>  - kern tool updates, streamlining and fixes
>>
>> I just updated my poky installation, and tried to build the meta-toolchain, and I got a bunch of errors. This is related to the recent updates to the linux-yocto_3.2.bb kernel.
>>
>
> I just posted a patch to fix this - it was a SRCREV typo.
>
> Building fine here now with that simple fix...

Yah. Last minute rebase, and some masking to speed up my 3.4 builds hid it
from me.

You beat me by a couple of minutes. Two series to chose from.

I'll go back into hiding now.

Bruce

>
> Tom
>
>> elvis@eos:/tool/yocto/poky/build$ bitbake meta-toolchain
>> Pseudo is not present but is required, building this first before the main build
>> WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found                                               | ETA:  00:00:43
>> WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found
>> ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/base,meta;name=machine,meta'. The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
>> ERROR: No recipes available for:
>>   /tool/yocto/poky/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
>>   /tool/yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>>   /tool/yocto/meta-xilinx/recipes-core/util-linux/util-linux_2.21.1.bbappend
>>   /tool/yocto/poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
>>   /tool/yocto/poky/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
>>   /tool/yocto/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
>>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
>>   /tool/yocto/poky/meta-yocto/recipes-core/tasks/task-core-tools-profile.bbappend
>>   /tool/yocto/meta-xilinx/recipes-core/initscripts/initscripts_1.0.bbappend
>>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
>> ERROR: Command execution failed: Exited with 1
>>
>> Summary: There were 2 WARNING messages shown.
>> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
>>
>>
>> best regards,
>>
>> Elvis Dowson
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV
  2012-06-08 14:11   ` Bruce Ashfield
@ 2012-06-08 14:26     ` Tom Zanussi
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Zanussi @ 2012-06-08 14:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2012-06-08 at 10:11 -0400, Bruce Ashfield wrote:
> On Fri, Jun 8, 2012 at 10:05 AM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> > On Fri, 2012-06-08 at 15:59 +0200, Elvis Dowson wrote:
> >> Hi,
> >>
> >> On Jun 8, 2012, at 12:58 PM, Richard Purdie wrote:
> >>
> >> > On Thu, 2012-06-07 at 15:59 -0400, Bruce Ashfield wrote:
> >> >> Richard/Saul,
> >> >>
> >> >> Here's a 9 patch series that is a collection of work that's been
> >> >> brewing for about three weeks.
> >> >>
> >> >> Highlights include:
> >> >>
> >> >>  - removal of the 2.6.37 recipe, it's time is now gone
> >> >>  - addition of the 3.4 kernel recipe
> >> >>      - configuration fixups and audits within that 3.4 kernel
> >> >>      - kernel *only* support for mips64 mti emulation
> >> >>  - -stable updates for supported kernels 3.2.18, 3.0.32
> >> >>  - machine fixes/configurations for the 3.2 and 3.0 kernels
> >> >>  - kern tool updates, streamlining and fixes
> >>
> >> I just updated my poky installation, and tried to build the meta-toolchain, and I got a bunch of errors. This is related to the recent updates to the linux-yocto_3.2.bb kernel.
> >>
> >
> > I just posted a patch to fix this - it was a SRCREV typo.
> >
> > Building fine here now with that simple fix...
> 
> Yah. Last minute rebase, and some masking to speed up my 3.4 builds hid it
> from me.
> 
> You beat me by a couple of minutes. Two series to chose from.
> 

An embarrassment of riches of typo fixes. ;-)

Better than the opposite I guess...

Tom

> I'll go back into hiding now.
> 
> Bruce
> 
> >
> > Tom
> >
> >> elvis@eos:/tool/yocto/poky/build$ bitbake meta-toolchain
> >> Pseudo is not present but is required, building this first before the main build
> >> WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found                                               | ETA:  00:00:43
> >> WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found
> >> ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/base,meta;name=machine,meta'. The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
> >> ERROR: No recipes available for:
> >>   /tool/yocto/poky/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
> >>   /tool/yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >>   /tool/yocto/meta-xilinx/recipes-core/util-linux/util-linux_2.21.1.bbappend
> >>   /tool/yocto/poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
> >>   /tool/yocto/poky/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
> >>   /tool/yocto/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
> >>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
> >>   /tool/yocto/poky/meta-yocto/recipes-core/tasks/task-core-tools-profile.bbappend
> >>   /tool/yocto/meta-xilinx/recipes-core/initscripts/initscripts_1.0.bbappend
> >>   /tool/yocto/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
> >> ERROR: Command execution failed: Exited with 1
> >>
> >> Summary: There were 2 WARNING messages shown.
> >> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> >>
> >>
> >> best regards,
> >>
> >> Elvis Dowson
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> 
> 





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-08 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 13:59 ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV Elvis Dowson
2012-06-08 14:03 ` Bruce Ashfield
2012-06-08 14:05 ` Tom Zanussi
2012-06-08 14:11   ` Elvis Dowson
2012-06-08 14:11   ` Bruce Ashfield
2012-06-08 14:26     ` Tom Zanussi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox