I got this

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 1cd130a Eina: fix constness compilation error with gcc 14
+ patch -Np1 -i ../linker.patch
(Patch is indented 1 space.)
patching file src/lib/eina/meson.build
patch: **** malformed patch at line 6: execinfo =
cc.find_library('execinfo', required: false)

=======> ERROR: Building 'efl.ca1717527460any.cards.tar.xz' failed.

the patch file is not well formatted ?


Le jeu. 6 juin 2024 à 14:28, Vincent Torri <vincent.to...@gmail.com> a écrit :
>
> On Thu, Jun 6, 2024 at 2:17 PM daniel antoine <univa...@gmail.com> wrote:
> >
> > do you mean just that
> >
> > diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
> > index 4ab37d2112..c50a06b59b 100644
> > --- a/src/lib/eina/meson.build
> >  +++ b/src/lib/eina/meson.build
> >  @@ -371,17 +371,17 @@ eina_ext_deps += [iconv]
> > execinfo = cc.find_library('execinfo', required: false)
> > eina_ext_deps += [execinfo]
> > -  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
> > +  c_args : eina_c_args,
>
> yes
>
>
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to