Re: GCC 15 for Fedora 42 in a side-tag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 15, 2025 at 4:10 PM Jakub Jelinek <jakub@xxxxxxxxxx> wrote:
>
> On Wed, Jan 15, 2025 at 12:53:29PM -0700, Justin Forbes wrote:
> > On Wed, Jan 15, 2025 at 11:51 AM Miro Hrončok <mhroncok@xxxxxxxxxx> wrote:
> > >
> > > On 15. 01. 25 17:15, Zbigniew Jędrzejewski-Szmek wrote:
> > > > On Wed, Jan 15, 2025 at 05:06:47PM +0100, Karolina Surma wrote:
> > > >> Hi,
> > > >>
> > > >> My Python 3.14 builds have started pulling gcc 15 in Fedora Rawhide (no
> > > >> side-tag). Is this intentional?
> > > >
> > > > It seems so. https://bodhi.fedoraproject.org/updates/FEDORA-2025-920722dc45
> > > > is the update based on the side tag, and it is now stable.
> > >
> > > Once again, this landed out of nowhere and broke many packages, just in time
> > > for the mass rebuild :(
> >
> > It broke kernel as well, I thought kernel was supposed to be tested
> > with a new toolchain before the toolchain was landed?
>
> Most likely it got put into the same bucket as all the other
> packages which aren't valid C23.
>
> Guess you want to wrap include/linux/stddef.h
> +#if __STDC_VERSION__ < 202311L
>  enum {
>          false   = 0,
>          true    = 1
>  };
> +#endif
> and similarly in include/linux/types.h
> +#if __STDC_VERSION__ < 202311L
>  typedef _Bool                   bool;
> +#endif
>
>         Jakub


That certainly fixes some problems. We only fail on 3 arches now...
-- 
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux