All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] libarchive: Upgrade to 3.6.1
@ 2022-04-10 23:16 Khem Raj
  2022-04-10 23:16 ` [PATCH v2 2/2] pango: Upgrade to 1.50.6 Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-04-10 23:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Changes in this release [1]

[1] https://github.com/libarchive/libarchive/releases/tag/v3.6.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Fix subject line to reflect right version

 .../libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libarchive/{libarchive_3.6.0.bb => libarchive_3.6.1.bb} (96%)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
similarity index 96%
rename from meta/recipes-extended/libarchive/libarchive_3.6.0.bb
rename to meta/recipes-extended/libarchive/libarchive_3.6.1.bb
index f078c8ad03e..c795b416289 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.6.0.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-largefile"
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
 UPSTREAM_CHECK_URI = "http://libarchive.org/"
 
-SRC_URI[sha256sum] = "a36613695ffa2905fdedc997b6df04a3006ccfd71d747a339b78aa8412c3d852"
+SRC_URI[sha256sum] = "c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2"
 
 inherit autotools update-alternatives pkgconfig
 
-- 
2.35.1



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

* [PATCH v2 2/2] pango: Upgrade to 1.50.6
  2022-04-10 23:16 [PATCH v2 1/2] libarchive: Upgrade to 3.6.1 Khem Raj
@ 2022-04-10 23:16 ` Khem Raj
  2022-04-12  8:07   ` [OE-core] " Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-04-10 23:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Changes in this release [1]

[1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Rebased

 .../recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} (94%)

diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.50.4.bb
rename to meta/recipes-graphics/pango/pango_1.50.6.bb
index 0ea621bf670..b1b9054234d 100644
--- a/meta/recipes-graphics/pango/pango_1.50.4.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.6.bb
@@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
+SRC_URI[archive.sha256sum] = "a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
 
-- 
2.35.1



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

* Re: [OE-core] [PATCH v2 2/2] pango: Upgrade to 1.50.6
  2022-04-10 23:16 ` [PATCH v2 2/2] pango: Upgrade to 1.50.6 Khem Raj
@ 2022-04-12  8:07   ` Alexandre Belloni
  2022-04-13 22:42     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2022-04-12  8:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

Hi Khem,

On 10/04/2022 16:16:59-0700, Khem Raj wrote:
> Changes in this release [1]
> 
> [1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c


New ptest failures with this release:
https://autobuilder.yoctoproject.org/typhoon/#builders/82/builds/3109/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/81/builds/3362/steps/12/logs/stdio

{'pango': ['pango/test-layout.test']}

It seems to be intermittent as my previous build didn't have that
failure.

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> v2: Rebased
> 
>  .../recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} (94%)
> 
> diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb
> similarity index 94%
> rename from meta/recipes-graphics/pango/pango_1.50.4.bb
> rename to meta/recipes-graphics/pango/pango_1.50.6.bb
> index 0ea621bf670..b1b9054234d 100644
> --- a/meta/recipes-graphics/pango/pango_1.50.4.bb
> +++ b/meta/recipes-graphics/pango/pango_1.50.6.bb
> @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
>  
>  SRC_URI += "file://run-ptest"
>  
> -SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
> +SRC_URI[archive.sha256sum] = "a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a"
>  
>  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
>  
> -- 
> 2.35.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164211): https://lists.openembedded.org/g/openembedded-core/message/164211
> Mute This Topic: https://lists.openembedded.org/mt/90384193/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-core] [PATCH v2 2/2] pango: Upgrade to 1.50.6
  2022-04-12  8:07   ` [OE-core] " Alexandre Belloni
@ 2022-04-13 22:42     ` Khem Raj
  2022-04-14  1:31       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-04-13 22:42 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Patches and discussions about the oe-core layer

On Tue, Apr 12, 2022 at 1:07 AM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> Hi Khem,
>
> On 10/04/2022 16:16:59-0700, Khem Raj wrote:
> > Changes in this release [1]
> >
> > [1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
>
>
> New ptest failures with this release:
> https://autobuilder.yoctoproject.org/typhoon/#builders/82/builds/3109/steps/12/logs/stdio
> https://autobuilder.yoctoproject.org/typhoon/#builders/81/builds/3362/steps/12/logs/stdio
>
> {'pango': ['pango/test-layout.test']}
>
> It seems to be intermittent as my previous build didn't have that
> failure.

hmmm is there more info in logs on how it fails ?

>
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > v2: Rebased
> >
> >  .../recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} (94%)
> >
> > diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb
> > similarity index 94%
> > rename from meta/recipes-graphics/pango/pango_1.50.4.bb
> > rename to meta/recipes-graphics/pango/pango_1.50.6.bb
> > index 0ea621bf670..b1b9054234d 100644
> > --- a/meta/recipes-graphics/pango/pango_1.50.4.bb
> > +++ b/meta/recipes-graphics/pango/pango_1.50.6.bb
> > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> >
> >  SRC_URI += "file://run-ptest"
> >
> > -SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
> > +SRC_URI[archive.sha256sum] = "a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a"
> >
> >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
> >
> > --
> > 2.35.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#164211): https://lists.openembedded.org/g/openembedded-core/message/164211
> > Mute This Topic: https://lists.openembedded.org/mt/90384193/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com


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

* Re: [OE-core] [PATCH v2 2/2] pango: Upgrade to 1.50.6
  2022-04-13 22:42     ` Khem Raj
@ 2022-04-14  1:31       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2022-04-14  1:31 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Patches and discussions about the oe-core layer

it looks like a rounding error. A bunch of them were fixed in few
months back via

https://gitlab.gnome.org/GNOME/pango/-/commit/053c9ff8ab00d6d7d4b7cbe8aeeaca58c0982df1

On Wed, Apr 13, 2022 at 3:42 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Tue, Apr 12, 2022 at 1:07 AM Alexandre Belloni
> <alexandre.belloni@bootlin.com> wrote:
> >
> > Hi Khem,
> >
> > On 10/04/2022 16:16:59-0700, Khem Raj wrote:
> > > Changes in this release [1]
> > >
> > > [1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
> >
> >
> > New ptest failures with this release:
> > https://autobuilder.yoctoproject.org/typhoon/#builders/82/builds/3109/steps/12/logs/stdio
> > https://autobuilder.yoctoproject.org/typhoon/#builders/81/builds/3362/steps/12/logs/stdio
> >
> > {'pango': ['pango/test-layout.test']}
> >
> > It seems to be intermittent as my previous build didn't have that
> > failure.
>
> hmmm is there more info in logs on how it fails ?
>
> >
> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > ---
> > > v2: Rebased
> > >
> > >  .../recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta/recipes-graphics/pango/{pango_1.50.4.bb => pango_1.50.6.bb} (94%)
> > >
> > > diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb
> > > similarity index 94%
> > > rename from meta/recipes-graphics/pango/pango_1.50.4.bb
> > > rename to meta/recipes-graphics/pango/pango_1.50.6.bb
> > > index 0ea621bf670..b1b9054234d 100644
> > > --- a/meta/recipes-graphics/pango/pango_1.50.4.bb
> > > +++ b/meta/recipes-graphics/pango/pango_1.50.6.bb
> > > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> > >
> > >  SRC_URI += "file://run-ptest"
> > >
> > > -SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
> > > +SRC_URI[archive.sha256sum] = "a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a"
> > >
> > >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
> > >
> > > --
> > > 2.35.1
> > >
> >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#164211): https://lists.openembedded.org/g/openembedded-core/message/164211
> > > Mute This Topic: https://lists.openembedded.org/mt/90384193/3617179
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
> >
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com


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

end of thread, other threads:[~2022-04-14 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 23:16 [PATCH v2 1/2] libarchive: Upgrade to 3.6.1 Khem Raj
2022-04-10 23:16 ` [PATCH v2 2/2] pango: Upgrade to 1.50.6 Khem Raj
2022-04-12  8:07   ` [OE-core] " Alexandre Belloni
2022-04-13 22:42     ` Khem Raj
2022-04-14  1:31       ` Khem Raj

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.