On Thu, Jun 10, 2021 at 12:34 AM Andreas Müller <schnitzelt...@gmail.com> wrote:
>
> On Sun, May 16, 2021 at 2:11 AM Khem Raj <raj.k...@gmail.com> wrote:
> > > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb 
> > > b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb
> > > index 237d08a09..e729d9deb 100644
> > > --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb
> > > +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb
> > > @@ -54,7 +54,7 @@ EXTRA_OECONF = "--disable-python \
> > >  EXTRA_OECONF_append_mipsarch = " --disable-vector-icons"
> > >  EXTRA_OECONF_append_libc-musl_riscv32 = " --disable-vector-icons"
> > >  EXTRA_OECONF_append_libc-musl_x86 = " --disable-vector-icons"
> > > -EXTRA_OECONF_append_arm = " --disable-vector-icons"
> > > +EXTRA_OECONF_append_toolchain-clang_arm = " --disable-vector-icons"
> >
> > thanks. I will verify it on gcc/musl and clang/musl scenarios and
> > perhaps its really the musl piece which is problematic
> > issue is qemu segfaults :(, qemu is also upgraded in master-next so
> > maybe even musl will start to work.
> >
> > >
> Hi Khem,
>
> This starts getting interesting: Currently I see build failures on
> gimp. This time not on svg conversion but for png. Something like
>
> | mkdir -p `dirname 16/gimp-dashboard.png` && GEGL_USE_OPENCL=no
> GEGL_SWAP=ram 
> /home/superandy/tmp/oe-core-musl/work/cortexa72-mortsgna-linux-musl/gimp/2.10.24-r0/recipe-sysroot-native/usr/bin/gegl
> ../../../gimp-2.10.24/icons/Symbolic/16/gimp-dashboard.png -o
> 16/gimp-dashboard.png -- cast-format input-format="R'G'B'A float"
> output-format="RGBA float" brightness-contrast contrast=1.5
> cast-format input-format="RGBA float" output-format="R'G'B'A float"
> | Fontconfig error: Cannot load default config file
> | make[3]: *** [Makefile:2409: 16/gimp-dashboard.png] Segmentation
> fault (core dumped)
>
> This looks very similar to what you reported when all these
> '--disable-vector-icons' started to come in.
>
> Looked into and am convinced that this is not a architectural/musl
> problem
* Changed state from convinced to sure: repeating 'bitbake gimp' few
times without any changes finally turns build green
* Tested: Common workaround 'PARALLEL_MAKE = ""' does not help this
time. We need a proper fix - sigh
 To be continued... time for zzz...

Andreas
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91851): 
https://lists.openembedded.org/g/openembedded-devel/message/91851
Mute This Topic: https://lists.openembedded.org/mt/82856336/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to