All of lore.kernel.org
 help / color / mirror / Atom feed
* How to convert QA error to warning ?
@ 2013-10-05  7:00 jojo
  2013-10-05  9:12 ` Diego Sueiro
  0 siblings, 1 reply; 10+ messages in thread
From: jojo @ 2013-10-05  7:00 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2355 bytes --]

Hi, 
The QA error will stop my compiling and i want to change these QA error to warning ? any ideas ?

ERROR: QA Issue: virt-viewer: Files/directories were installed but not shipped
  /usr/share/icons
  /usr/share/mime
  /usr/share/icons/hicolor
  /usr/share/icons/hicolor/16x16
  /usr/share/icons/hicolor/48x48
  /usr/share/icons/hicolor/22x22
  /usr/share/icons/hicolor/32x32
  /usr/share/icons/hicolor/256x256
  /usr/share/icons/hicolor/24x24
  /usr/share/icons/hicolor/16x16/apps
  /usr/share/icons/hicolor/16x16/apps/virt-viewer.png
  /usr/share/icons/hicolor/48x48/apps
  /usr/share/icons/hicolor/48x48/apps/virt-viewer.png
  /usr/share/icons/hicolor/22x22/apps
  /usr/share/icons/hicolor/22x22/apps/virt-viewer.png
  /usr/share/icons/hicolor/32x32/apps
  /usr/share/icons/hicolor/32x32/apps/virt-viewer.png
  /usr/share/icons/hicolor/256x256/apps
  /usr/share/icons/hicolor/256x256/apps/virt-viewer.png
  /usr/share/icons/hicolor/24x24/apps
  /usr/share/icons/hicolor/24x24/apps/virt-viewer.png
  /usr/share/mime/packages
  /usr/share/mime/packages/virt-viewer-mime.xml
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/virt-viewer/0.5.7-r0/temp/log.do_package.27189
ERROR: Task 10 (/home/jojo/worl/freescale/fsl-community-bsp-dora/sources/meta-spice/recipes-client/virt-viewer/virt-viewer_0.5.7.bb, do_package) failed with exit code '1'



Build Configuration:
BB_VERSION        = "1.20.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx6qsabresd"
DISTRO            = "poky"
DISTRO_VERSION    = "1.5"
TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "(nobranch):4d8ab87d25ea6e59dc88375813ef88ee0ac813d0"
meta-oe           = "(nobranch):8aafddccb03f54923927e9d1c8c80223baf581de"
meta-fsl-arm      = "(nobranch):2076ae7530a7ed2aa40678502598e74b0f533def"
meta-fsl-arm-extra = "(nobranch):cc64dc7e894915e9be4e6ac34e01a4f5c123b7b4"
meta-fsl-demos    = "(nobranch):393b0119d513f9abf7b0570ab0d32b81583dedca"



Thanks,

- Jojo


[-- Attachment #2: Type: text/html, Size: 3427 bytes --]

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

* Re: How to convert QA error to warning ?
  2013-10-05  7:00 How to convert QA error to warning ? jojo
@ 2013-10-05  9:12 ` Diego Sueiro
  2013-10-05 11:06   ` 回复: " jojo
  2013-10-05 18:12   ` Otavio Salvador
  0 siblings, 2 replies; 10+ messages in thread
From: Diego Sueiro @ 2013-10-05  9:12 UTC (permalink / raw)
  To: jojo; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2941 bytes --]

In recipe put the following :

INSANE_SKIP_${PN} = "installed-vs-shipped"

Explanation :
http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane

-- 
*dS

Diego Sueiro
sent from my droid tablet.
On Oct 5, 2013 4:01 AM, "jojo" <rjiejie@gmail.com> wrote:

>  Hi,
> The QA error will stop my compiling and i want to change these QA error to
> warning ? any ideas ?
>
> ERROR: QA Issue: virt-viewer: Files/directories were installed but not
> shipped
>   /usr/share/icons
>   /usr/share/mime
>   /usr/share/icons/hicolor
>   /usr/share/icons/hicolor/16x16
>   /usr/share/icons/hicolor/48x48
>   /usr/share/icons/hicolor/22x22
>   /usr/share/icons/hicolor/32x32
>   /usr/share/icons/hicolor/256x256
>   /usr/share/icons/hicolor/24x24
>   /usr/share/icons/hicolor/16x16/apps
>   /usr/share/icons/hicolor/16x16/apps/virt-viewer.png
>   /usr/share/icons/hicolor/48x48/apps
>   /usr/share/icons/hicolor/48x48/apps/virt-viewer.png
>   /usr/share/icons/hicolor/22x22/apps
>   /usr/share/icons/hicolor/22x22/apps/virt-viewer.png
>   /usr/share/icons/hicolor/32x32/apps
>   /usr/share/icons/hicolor/32x32/apps/virt-viewer.png
>   /usr/share/icons/hicolor/256x256/apps
>   /usr/share/icons/hicolor/256x256/apps/virt-viewer.png
>   /usr/share/icons/hicolor/24x24/apps
>   /usr/share/icons/hicolor/24x24/apps/virt-viewer.png
>   /usr/share/mime/packages
>   /usr/share/mime/packages/virt-viewer-mime.xml
> ERROR: QA run found fatal errors. Please consider fixing them.
> ERROR: Function failed: do_package_qa
> ERROR: Logfile of failure stored in:
> /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/virt-viewer/0.5.7-r0/temp/log.do_package.27189
> ERROR: Task 10
> (/home/jojo/worl/freescale/fsl-community-bsp-dora/sources/meta-spice/recipes-client/virt-viewer/
> virt-viewer_0.5.7.bb, do_package) failed with exit code '1'
>
>
> Build Configuration:
> BB_VERSION        = "1.20.0"
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-12.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "imx6qsabresd"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.5"
> TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "(nobranch):4d8ab87d25ea6e59dc88375813ef88ee0ac813d0"
> meta-oe           = "(nobranch):8aafddccb03f54923927e9d1c8c80223baf581de"
> meta-fsl-arm      = "(nobranch):2076ae7530a7ed2aa40678502598e74b0f533def"
> meta-fsl-arm-extra = "(nobranch):cc64dc7e894915e9be4e6ac34e01a4f5c123b7b4"
> meta-fsl-demos    = "(nobranch):393b0119d513f9abf7b0570ab0d32b81583dedca"
>
>
> Thanks,
>
> - Jojo
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>

[-- Attachment #2: Type: text/html, Size: 4330 bytes --]

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

* 回复: How to convert QA error to warning ?
  2013-10-05  9:12 ` Diego Sueiro
@ 2013-10-05 11:06   ` jojo
  2013-10-05 18:12   ` Otavio Salvador
  1 sibling, 0 replies; 10+ messages in thread
From: jojo @ 2013-10-05 11:06 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 3344 bytes --]

Hi,  
Thanks, it's helpful for me :)

Thanks,

- Jojo


在 2013年10月5日星期六,下午5:12,Diego Sueiro 写道:

> In recipe put the following :
> INSANE_SKIP_${PN} = "installed-vs-shipped"  
> Explanation :
> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane
> --  
> *dS  
> Diego Sueiro
> sent from my droid tablet.  
> On Oct 5, 2013 4:01 AM, "jojo" <rjiejie@gmail.com (mailto:rjiejie@gmail.com)> wrote:
> > Hi,  
> > The QA error will stop my compiling and i want to change these QA error to warning ? any ideas ?
> >  
> > ERROR: QA Issue: virt-viewer: Files/directories were installed but not shipped  
> >   /usr/share/icons
> >   /usr/share/mime
> >   /usr/share/icons/hicolor
> >   /usr/share/icons/hicolor/16x16
> >   /usr/share/icons/hicolor/48x48
> >   /usr/share/icons/hicolor/22x22
> >   /usr/share/icons/hicolor/32x32
> >   /usr/share/icons/hicolor/256x256
> >   /usr/share/icons/hicolor/24x24
> >   /usr/share/icons/hicolor/16x16/apps
> >   /usr/share/icons/hicolor/16x16/apps/virt-viewer.png
> >   /usr/share/icons/hicolor/48x48/apps
> >   /usr/share/icons/hicolor/48x48/apps/virt-viewer.png
> >   /usr/share/icons/hicolor/22x22/apps
> >   /usr/share/icons/hicolor/22x22/apps/virt-viewer.png
> >   /usr/share/icons/hicolor/32x32/apps
> >   /usr/share/icons/hicolor/32x32/apps/virt-viewer.png
> >   /usr/share/icons/hicolor/256x256/apps
> >   /usr/share/icons/hicolor/256x256/apps/virt-viewer.png
> >   /usr/share/icons/hicolor/24x24/apps
> >   /usr/share/icons/hicolor/24x24/apps/virt-viewer.png
> >   /usr/share/mime/packages
> >   /usr/share/mime/packages/virt-viewer-mime.xml
> > ERROR: QA run found fatal errors. Please consider fixing them.
> > ERROR: Function failed: do_package_qa
> > ERROR: Logfile of failure stored in: /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/virt-viewer/0.5.7-r0/temp/log.do_package.27189
> > ERROR: Task 10 (/home/jojo/worl/freescale/fsl-community-bsp-dora/sources/meta-spice/recipes-client/virt-viewer/virt-viewer_0.5.7.bb (http://virt-viewer_0.5.7.bb), do_package) failed with exit code '1'
> >  
> >  
> >  
> > Build Configuration:
> > BB_VERSION        = "1.20.0"
> > BUILD_SYS         = "i686-linux"
> > NATIVELSBSTRING   = "Ubuntu-12.04"
> > TARGET_SYS        = "arm-poky-linux-gnueabi"
> > MACHINE           = "imx6qsabresd"
> > DISTRO            = "poky"
> > DISTRO_VERSION    = "1.5"
> > TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
> > TARGET_FPU        = "vfp-neon"
> > meta               
> > meta-yocto        = "(nobranch):4d8ab87d25ea6e59dc88375813ef88ee0ac813d0"
> > meta-oe           = "(nobranch):8aafddccb03f54923927e9d1c8c80223baf581de"
> > meta-fsl-arm      = "(nobranch):2076ae7530a7ed2aa40678502598e74b0f533def"
> > meta-fsl-arm-extra = "(nobranch):cc64dc7e894915e9be4e6ac34e01a4f5c123b7b4"
> > meta-fsl-demos    = "(nobranch):393b0119d513f9abf7b0570ab0d32b81583dedca"
> >  
> >  
> >  
> > Thanks,
> >  
> > - Jojo
> >  
> >  
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale@yoctoproject.org (mailto:meta-freescale@yoctoproject.org)
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> >  


[-- Attachment #2: Type: text/html, Size: 5259 bytes --]

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

* Re: How to convert QA error to warning ?
  2013-10-05  9:12 ` Diego Sueiro
  2013-10-05 11:06   ` 回复: " jojo
@ 2013-10-05 18:12   ` Otavio Salvador
  2013-10-05 20:16     ` Diego Sueiro
                       ` (2 more replies)
  1 sibling, 3 replies; 10+ messages in thread
From: Otavio Salvador @ 2013-10-05 18:12 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-freescale

On Sat, Oct 5, 2013 at 6:12 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> In recipe put the following :
>
> INSANE_SKIP_${PN} = "installed-vs-shipped"
>
> Explanation :
> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane

This is a workaround and it'd be better if you guys could help fixing
this error and send the patch for meta-oe mailing list for review.
This way you also contribute back to the Yocto community.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: How to convert QA error to warning ?
  2013-10-05 18:12   ` Otavio Salvador
@ 2013-10-05 20:16     ` Diego Sueiro
  2013-10-05 20:49       ` Otavio Salvador
  2013-10-07  9:16     ` Jose Mª Ferreiro
  2013-10-08  7:12     ` 回复: " jojo
  2 siblings, 1 reply; 10+ messages in thread
From: Diego Sueiro @ 2013-10-05 20:16 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1296 bytes --]

Otavio,

This recipe did not came from meta-oe. And the only repo I had found for
spice is:
https://github.com/cmayer153/meta-spice/tree/master/recipes-spice

And this repo doesn't have the virt-viewer recipe.
So, I believe that Jojo is cooking this recipe, and If he decided to share
with community we can help him to fix it.



Abraços,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

Engenheiro de Controle e Automação
UNIVERSIDADE FEDERAL DE ITAJUBÀ

/*long live rock 'n roll*/


2013/10/5 Otavio Salvador <otavio@ossystems.com.br>

> On Sat, Oct 5, 2013 at 6:12 AM, Diego Sueiro <diego.sueiro@gmail.com>
> wrote:
> > In recipe put the following :
> >
> > INSANE_SKIP_${PN} = "installed-vs-shipped"
> >
> > Explanation :
> >
> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane
>
> This is a workaround and it'd be better if you guys could help fixing
> this error and send the patch for meta-oe mailing list for review.
> This way you also contribute back to the Yocto community.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
>

[-- Attachment #2: Type: text/html, Size: 2533 bytes --]

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

* Re: How to convert QA error to warning ?
  2013-10-05 20:16     ` Diego Sueiro
@ 2013-10-05 20:49       ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2013-10-05 20:49 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-freescale

On Sat, Oct 5, 2013 at 5:16 PM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> This recipe did not came from meta-oe. And the only repo I had found for
> spice is:
> https://github.com/cmayer153/meta-spice/tree/master/recipes-spice
>
> And this repo doesn't have the virt-viewer recipe.
> So, I believe that Jojo is cooking this recipe, and If he decided to share
> with community we can help him to fix it.

Well, if he does not share with the community ... how can we help?

In either case; the message here is:

"please try to give back to community, specially when you rely on it
for gathering help".

I hope he sends the new recipe for inclusion into meta-spice or meta-oe.

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: How to convert QA error to warning ?
  2013-10-05 18:12   ` Otavio Salvador
  2013-10-05 20:16     ` Diego Sueiro
@ 2013-10-07  9:16     ` Jose Mª Ferreiro
  2013-10-07 13:55       ` Otavio Salvador
  2013-10-08  7:12     ` 回复: " jojo
  2 siblings, 1 reply; 10+ messages in thread
From: Jose Mª Ferreiro @ 2013-10-07  9:16 UTC (permalink / raw)
  To: meta-freescale

Hi Otavio

El 05/10/2013 20:12, Otavio Salvador escribió:
> On Sat, Oct 5, 2013 at 6:12 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
>> In recipe put the following :
>>
>> INSANE_SKIP_${PN} = "installed-vs-shipped"
>>
>> Explanation :
>> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane
> This is a workaround and it'd be better if you guys could help fixing
> this error and send the patch for meta-oe mailing list for review.
> This way you also contribute back to the Yocto community.
>
We report on yocto mailing-list a similar error for dbus on 
meta-toolchain-qt image. I think the problem must be the same: something 
in the recipe/module source is wrong and bitbake is trying to ship the 
files to the host root file system instead of the directory where the 
image is building.

The problem is that, we being a newbies with not many time, we were not 
able to find were the difference was with dylan-toolchain-dbus. It is 
working there (at last an error is not launched).

We even google-found that the dbus problem was reported many time ago 
but we did not found the solution reported.

If you can give us a tip to where look for the root the problem, we will 
give it another try.

Thank you


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

* Re: How to convert QA error to warning ?
  2013-10-07  9:16     ` Jose Mª Ferreiro
@ 2013-10-07 13:55       ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2013-10-07 13:55 UTC (permalink / raw)
  To: Jose Mª Ferreiro; +Cc: meta-freescale

On Mon, Oct 7, 2013 at 6:16 AM, Jose Mª Ferreiro <jose.ferreiro@horus.es> wrote:
> El 05/10/2013 20:12, Otavio Salvador escribió:
>
>> On Sat, Oct 5, 2013 at 6:12 AM, Diego Sueiro <diego.sueiro@gmail.com>
>> wrote:
>>>
>>> In recipe put the following :
>>>
>>> INSANE_SKIP_${PN} = "installed-vs-shipped"
>>>
>>> Explanation :
>>>
>>> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane
>>
>> This is a workaround and it'd be better if you guys could help fixing
>> this error and send the patch for meta-oe mailing list for review.
>> This way you also contribute back to the Yocto community.
>>
> We report on yocto mailing-list a similar error for dbus on
> meta-toolchain-qt image. I think the problem must be the same: something in
> the recipe/module source is wrong and bitbake is trying to ship the files to
> the host root file system instead of the directory where the image is
> building.
>
> The problem is that, we being a newbies with not many time, we were not able
> to find were the difference was with dylan-toolchain-dbus. It is working
> there (at last an error is not launched).
>
> We even google-found that the dbus problem was reported many time ago but we
> did not found the solution reported.
>
> If you can give us a tip to where look for the root the problem, we will
> give it another try.

I'd prefer to discuss this in oe-core mailing list, as this is
off-topic here. (it is not BSP related)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* 回复: How to convert QA error to warning ?
  2013-10-05 18:12   ` Otavio Salvador
  2013-10-05 20:16     ` Diego Sueiro
  2013-10-07  9:16     ` Jose Mª Ferreiro
@ 2013-10-08  7:12     ` jojo
  2013-10-08 11:55       ` Otavio Salvador
  2 siblings, 1 reply; 10+ messages in thread
From: jojo @ 2013-10-08  7:12 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]

Hi Otavio & Diego,

I just compile the some recipe as "girt-viewer" upon builded image without explicit dependents,

i think about to request or commit to meta-oe or yocto mail list after much more testing steps :)

i want to fix or workaround these issue by now.  

Thanks,

- Jojo


在 2013年10月6日星期日,上午2:12,Otavio Salvador 写道:

> On Sat, Oct 5, 2013 at 6:12 AM, Diego Sueiro <diego.sueiro@gmail.com (mailto:diego.sueiro@gmail.com)> wrote:
> > In recipe put the following :
> >  
> > INSANE_SKIP_${PN} = "installed-vs-shipped"
> >  
> > Explanation :
> > http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-insane
> >  
>  
>  
> This is a workaround and it'd be better if you guys could help fixing
> this error and send the patch for meta-oe mailing list for review.
> This way you also contribute back to the Yocto community.
>  
> --  
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
>  
>  



[-- Attachment #2: Type: text/html, Size: 2324 bytes --]

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

* Re: 回复: How to convert QA error to warning ?
  2013-10-08  7:12     ` 回复: " jojo
@ 2013-10-08 11:55       ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2013-10-08 11:55 UTC (permalink / raw)
  To: jojo; +Cc: meta-freescale

On Tue, Oct 8, 2013 at 4:12 AM, jojo <rjiejie@gmail.com> wrote:
> Hi Otavio & Diego,
>
> I just compile the some recipe as "girt-viewer" upon builded image without
> explicit dependents,
>
> i think about to request or commit to meta-oe or yocto mail list after much
> more testing steps :)
>
> i want to fix or workaround these issue by now.

When possible, please fix the issue. When we workaround we postpone it
and in the end they accumulate. meta-oe or oe-core will not accept
these workarounds (except if they has a very good reason).

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2013-10-08 11:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-05  7:00 How to convert QA error to warning ? jojo
2013-10-05  9:12 ` Diego Sueiro
2013-10-05 11:06   ` 回复: " jojo
2013-10-05 18:12   ` Otavio Salvador
2013-10-05 20:16     ` Diego Sueiro
2013-10-05 20:49       ` Otavio Salvador
2013-10-07  9:16     ` Jose Mª Ferreiro
2013-10-07 13:55       ` Otavio Salvador
2013-10-08  7:12     ` 回复: " jojo
2013-10-08 11:55       ` Otavio Salvador

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.