On Sat, Jan 22, 2022 at 4:52 PM Chris Adams <li...@cmadams.net> wrote:
>
> dhcpd-pools builds for Rawhide (in mock from F35) for me on x86_64, but
> failed the mass rebuild on ppc64le with:
>
> In file included from /usr/include/stdlib.h:1032,
>                  from ./stdlib.h:36,
>                  from mktime.c:49:
> /usr/include/bits/stdlib-ldbl.h: In function '__LDBL_REDIR1_DECL':
> /usr/include/bits/stdlib-ldbl.h:35:1: error: expected declaration specifiers 
> before '__LDBL_REDIR1_DECL'
>    35 | __LDBL_REDIR1_DECL (strtold_l, __strtoieee128_l)
>       | ^~~~~~~~~~~~~~~~~~
> In file included from mktime.c:44:
> ./stdlib.h:812:1: error: storage class specified for parameter 
> '_gl_cxxalias_dummy'
>   812 | _GL_CXXALIASWARN (malloc);
>       | ^~~~~~~~~~~~~~~~
>  [and a whole lot more from there]

The fact that the error message mentions the IEEE long double type
should be suspicious.
The GCC 12 version that was used for the mass rebuild also switched
ABI for long double types on ppc64le.
So this error probably means that either one of your libraries has not
been successfully rebuilt for that ABI change yet, or your code is
doing something weird. :)

Fabio
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to