On Mon, May 6, 2024 at 10:38 PM Martin Jansa <martin.ja...@gmail.com> wrote:
>
> On Tue, May 7, 2024 at 7:33 AM Khem Raj <raj.k...@gmail.com> wrote:
> >
> > From: Martin Jansa <martin.ja...@gmail.com>
> >
> > work arounds for:
> > oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile
> > oe-core/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile
> > oe-core/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile
> > oe-core/meta/recipes-extended/zip/zip_3.0.bb:do_compile
> >
> > http://errors.yoctoproject.org/Errors/Build/183127/
> >
> > More fixes on ML (especially for -native with gcc-14 on host)
> > zip: https://lists.openembedded.org/g/openembedded-core/message/198783
> > cdrtools: https://lists.openembedded.org/g/openembedded-core/message/198899
> > syslinux: https://lists.openembedded.org/g/openembedded-core/message/198901
> >
> > Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
> > Signed-off-by: Khem Raj <raj.k...@gmail.com>
> > ---
> ...
> > diff --git a/meta/recipes-extended/zip/zip_3.0.bb 
> > b/meta/recipes-extended/zip/zip_3.0.bb
> > index 70df5ab8728..e7705b8faf4 100644
> > --- a/meta/recipes-extended/zip/zip_3.0.bb
> > +++ b/meta/recipes-extended/zip/zip_3.0.bb
> > @@ -53,3 +53,8 @@ BBCLASSEXTEND = "native"
> >
> >  # exclude version 2.3.2 which triggers a false positive
> >  UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
> > +
> > +# http://errors.yoctoproject.org/Errors/Details/766953/
> > +# unix/unix.c:84:51: error: passing argument 4 of 'fread' from 
> > incompatible pointer type [-Wincompatible-pointer-types]
> > +CFLAGS += "-Wno-error=incompatible-pointer-types"
> > +# proper fix on ML: 
> > https://lists.openembedded.org/g/openembedded-core/message/198783
>
> I think we should take the proper fix from ML instead of this work
> around (I just haven't tested it yet).

I have cherry-picked the fix from ML and dropped zip from workaround
in my branches
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#199080): 
https://lists.openembedded.org/g/openembedded-core/message/199080
Mute This Topic: https://lists.openembedded.org/mt/105955494/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to