Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-07 Thread Dmitry Baryshkov
Hello,

пт, 3 июл. 2020 г. в 16:18, Andreas Müller :
>
> On Thu, Jul 2, 2020 at 2:47 PM Andreas Müller via
> lists.openembedded.org
>  wrote:
> >
> > On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov  
> > wrote:
> > >
> > > Hello,
> > >
> > > вс, 28 июн. 2020 г. в 16:34, Andreas Müller :
> > > >
> > > > remove SRC_URI[md5sum]
> > > >
> > > > Signed-off-by: Andreas Müller 
> > > > ---
> > > >  .../ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb}   | 3 +--
> > > >  1 file changed, 1 insertion(+), 2 deletions(-)
> > > >  rename meta/recipes-devtools/ccache/{ccache_3.7.9.bb => 
> > > > ccache_3.7.10.bb} (86%)
> > >
> > > This update broke python3 here (see the attached do_compile log).
> > > Reverting this patch fixes python compilation.
> > >
> > > --
> > > With best wishes
> > > Dmitry
> > Will try to reproduce and hope to come up with something helpful
> >
> > Andreas
> Did not understand why it did not fail during my tests. Looking into
> some more I found out that I set INHERIT += "ccache" in a build
> environment that was not active. So in fact this patch went out
> untested and yes now that ccache is active (not only) python3 fails to
> build also here.
>
> To make things even worse: From tomorrow on I will be out of reach
> from all communication services for two weeks - need some outage
>
> Have opened an issue at [1] - maybe there is support.

Link missing:
https://github.com/ccache/ccache/issues/615

>
> The only workaround I can offer currently is a revert of this patch -
> what do others think?

I'd suggest reverting the patch for now.


-- 
With best wishes
Dmitry
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140379): 
https://lists.openembedded.org/g/openembedded-core/message/140379
Mute This Topic: https://lists.openembedded.org/mt/75170448/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-03 Thread Andreas Müller
On Thu, Jul 2, 2020 at 2:47 PM Andreas Müller via
lists.openembedded.org
 wrote:
>
> On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov  wrote:
> >
> > Hello,
> >
> > вс, 28 июн. 2020 г. в 16:34, Andreas Müller :
> > >
> > > remove SRC_URI[md5sum]
> > >
> > > Signed-off-by: Andreas Müller 
> > > ---
> > >  .../ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb}   | 3 +--
> > >  1 file changed, 1 insertion(+), 2 deletions(-)
> > >  rename meta/recipes-devtools/ccache/{ccache_3.7.9.bb => 
> > > ccache_3.7.10.bb} (86%)
> >
> > This update broke python3 here (see the attached do_compile log).
> > Reverting this patch fixes python compilation.
> >
> > --
> > With best wishes
> > Dmitry
> Will try to reproduce and hope to come up with something helpful
>
> Andreas
Did not understand why it did not fail during my tests. Looking into
some more I found out that I set INHERIT += "ccache" in a build
environment that was not active. So in fact this patch went out
untested and yes now that ccache is active (not only) python3 fails to
build also here.

To make things even worse: From tomorrow on I will be out of reach
from all communication services for two weeks - need some outage

Have opened an issue at [1] - maybe there is support.

The only workaround I can offer currently is a revert of this patch -
what do others think?

Sorry for inconvenience

Andreas
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140289): 
https://lists.openembedded.org/g/openembedded-core/message/140289
Mute This Topic: https://lists.openembedded.org/mt/75170448/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-02 Thread Andreas Müller
On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov  wrote:
>
> Hello,
>
> вс, 28 июн. 2020 г. в 16:34, Andreas Müller :
> >
> > remove SRC_URI[md5sum]
> >
> > Signed-off-by: Andreas Müller 
> > ---
> >  .../ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb}   | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >  rename meta/recipes-devtools/ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb} 
> > (86%)
>
> This update broke python3 here (see the attached do_compile log).
> Reverting this patch fixes python compilation.
>
> --
> With best wishes
> Dmitry
Will try to reproduce and hope to come up with something helpful

Andreas
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140231): 
https://lists.openembedded.org/g/openembedded-core/message/140231
Mute This Topic: https://lists.openembedded.org/mt/75170448/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-06-28 Thread Andreas Müller
remove SRC_URI[md5sum]

Signed-off-by: Andreas Müller 
---
 .../ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb} (86%)

diff --git a/meta/recipes-devtools/ccache/ccache_3.7.9.bb 
b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
similarity index 86%
rename from meta/recipes-devtools/ccache/ccache_3.7.9.bb
rename to meta/recipes-devtools/ccache/ccache_3.7.10.bb
index e55854bfa8..852583dfd2 100644
--- a/meta/recipes-devtools/ccache/ccache_3.7.9.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.adoc;md5=22d514dbc01fdf9a9784334b6b59417a"
 DEPENDS = "zlib"
 
 SRC_URI = 
"https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz;
-SRC_URI[md5sum] = "a4a38afc62ed189904357739fd8f3fb8"
-SRC_URI[sha256sum] = 
"92838e2133c9e704fdab9ee2608dad86c99021278b9ac47d065aa8ff2ea8ce36"
+SRC_URI[sha256sum] = 
"447ddf21a5f0ffa6b6d26839ae876a6d17d0d7e3533926cdf78ecd11dad793f8"
 
 UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/;
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140065): 
https://lists.openembedded.org/g/openembedded-core/message/140065
Mute This Topic: https://lists.openembedded.org/mt/75170448/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-