Re: FTB due to 'too many arguments to function'

2025-01-20 Thread Florian Weimer
* Artur Frenszek-Iwicki: >> indi-3rdparty-drivers: >> error: expected ‘;’, identifier or ‘(’ before ‘bool’ >> Looks like the syntax 'typedef enum { FALSE, TRUE } bool;' is no more >> accepted, but searching in the net it was perfectly fine. > > Looking at the build logs, it seems that while a sta

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread David Malcolm
On Sun, 2025-01-19 at 17:19 +, Mattia Verga via devel wrote: > I see several of my packages are FTB in the running mass rebuild due > to > something like: > > error: too many arguments to function ‘DoInterlace’; expected 0, have > 1 > > Is that due to GCC 15, or is due to some "hardening" se

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Loren M. Lang
On Sun, Jan 19, 2025 at 05:28:04PM +, Fedora-Devel Mailing List wrote: > Il 19/01/25 18:23, Michael J Gruber ha scritto: > > Mattia Verga via devel venit, vidit, dixit 2025-01-19 18:19:24: > >> I see several of my packages are FTB in the running mass rebuild due to > >> something like: > >> > >

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Artur Frenszek-Iwicki
> indi-3rdparty-drivers: > error: expected ‘;’, identifier or ‘(’ before ‘bool’ > Looks like the syntax 'typedef enum { FALSE, TRUE } bool;' is no more > accepted, but searching in the net it was perfectly fine. Looking at the build logs, it seems that while a standard is explicitly provided for

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Mattia Verga via devel
Il 19/01/25 19:02, Cristian Le via devel ha scritto: > On 2025/01/19 18:32, Michael J Gruber wrote: > >> Mattia Verga venit, vidit, dixit 2025-01-19 18:28:04: >> >>> For example: >>> https://kojipkgs.fedoraproject.org//work/tasks/7044/127997044/build.log >>> I don't know much of C, from what I've

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Cristian Le via devel
On 2025/01/19 18:32, Michael J Gruber wrote: Mattia Verga venit, vidit, dixit 2025-01-19 18:28:04: For example: https://kojipkgs.fedoraproject.org//work/tasks/7044/127997044/build.log I don't know much of C, from what I've read online those functions are declared without arguments and then us

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Michael J Gruber
Mattia Verga venit, vidit, dixit 2025-01-19 18:28:04: > Il 19/01/25 18:23, Michael J Gruber ha scritto: > > Mattia Verga via devel venit, vidit, dixit 2025-01-19 18:19:24: > >> I see several of my packages are FTB in the running mass rebuild due to > >> something like: > >> > >> error: too many arg

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Mattia Verga via devel
Il 19/01/25 18:24, Fabio Valentini ha scritto: > On Sun, Jan 19, 2025 at 6:19 PM Mattia Verga via devel > wrote: >> I see several of my packages are FTB in the running mass rebuild due to >> something like: >> >> error: too many arguments to function ‘DoInterlace’; expected 0, have 1 >> >> Is that

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Mattia Verga via devel
Il 19/01/25 18:23, Michael J Gruber ha scritto: > Mattia Verga via devel venit, vidit, dixit 2025-01-19 18:19:24: >> I see several of my packages are FTB in the running mass rebuild due to >> something like: >> >> error: too many arguments to function ‘DoInterlace’; expected 0, have 1 >> >> Is that

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Fabio Valentini
On Sun, Jan 19, 2025 at 6:19 PM Mattia Verga via devel wrote: > > I see several of my packages are FTB in the running mass rebuild due to > something like: > > error: too many arguments to function ‘DoInterlace’; expected 0, have 1 > > Is that due to GCC 15, or is due to some "hardening" setting a

Re: FTB due to 'too many arguments to function'

2025-01-19 Thread Michael J Gruber
Mattia Verga via devel venit, vidit, dixit 2025-01-19 18:19:24: > I see several of my packages are FTB in the running mass rebuild due to > something like: > > error: too many arguments to function ‘DoInterlace’; expected 0, have 1 > > Is that due to GCC 15, or is due to some "hardening" setting

FTB due to 'too many arguments to function'

2025-01-19 Thread Mattia Verga via devel
I see several of my packages are FTB in the running mass rebuild due to something like: error: too many arguments to function ‘DoInterlace’; expected 0, have 1 Is that due to GCC 15, or is due to some "hardening" setting applied to Fedora flags? Should I start filing bugs upstream? Mattia --