OK, maybe today's source update will do the trick.
Allin
On Thu, Feb 13, 2025 at 12:28 AM Johannes Lips <johannes.lips(a)gmail.com> wrote:
>
> Unfortunately, yes, but I think we are coming close to the end :)
>
https://kojipkgs.fedoraproject.org//work/tasks/2687/129192687/build.log
>
> Johannes
>
> On 12/02/2025 23:24, Cottrell, Allin wrote:
> > This ons is now fixed too. There may be more.
> >
> > Allin
> >
> > On Wed, Feb 12, 2025 at 2:57 PM Johannes Lips <johannes.lips(a)gmail.com>
wrote:
> >>
> >> On 12/02/2025 13:44, Cottrell, Allin wrote:
> >>> On Tue, Feb 11, 2025 at 3:13 PM Johannes Lips
<johannes.lips(a)gmail.com> wrote:
> >>>>
> >>>> On 29/01/2025 19:27, Cottrell, Allin wrote:
> >>>>> On Tue, Jan 28, 2025 at 4:02 PM Johannes Lips
<johannes.lips(a)gmail.com> wrote:
> >>>>>>
> >>>>>> Thanks for the quick fix, apparently there's another
issue.
> >>>>>> Please see:
> >>>>>>
https://kojipkgs.fedoraproject.org//work/tasks/905/128580905/build.log
> >>>>>>
> >>>>>> ../lib/src/libset.c:1223:6: error: conflicting types for
> >>>>>> 'set_workdir_callback'; have 'void(int (*)(char
*))'
> >>>>>> 1223 | void set_workdir_callback (int (*callback)(char
*s))
> >>>>>> | ^~~~~~~~~~~~~~~~~~~~
> >>>>>> In file included from ../lib/src/libset.c:23:
> >>>>>> ../lib/src/libset.h:250:6: note: previous declaration of
> >>>>>> 'set_workdir_callback' with type 'void(int
(*)(void))'
> >>>>>> 250 | void set_workdir_callback (int (*callback)());
> >>>>>> | ^~~~~~~~~~~~~~~~~~~~
> >>>>>> make[1]: *** [Makefile:329: libset.lo] Error 1
> >>>>>> make[1]: *** Waiting for unfinished jobs....
> >>>>>>
> >>>>>> I hope it's also easily solvable, not sure if there are
similar issues
> >>>>>> throughout, but can of course report back :)
> >>>>>
> >>>>> I think that point should now be fixed too, in git and the
source snapshot.
> >>>>>
> >>>>> Allin
> >>>> Sorry, I was busy over the last couple of days/weeks. I am still
getting
> >>>> errors, please see
> >>>>
https://kojipkgs.fedoraproject.org//work/tasks/8644/129148644/build.log
> >> Sorry, there's another one coming up now. It looks like the error
> >> described here
https://gcc.gnu.org/gcc-15/porting_to.html
> >>
> >>
https://kojipkgs.fedoraproject.org//work/tasks/2446/129182446/build.log
> >>
> >> Johannes