On Monday 2024-08-19 19:20, Martin Jambor wrote:
it took more time than expected to prepare Factory for GCC 14 but we hope we are (very) close. Because GCC 14 is more strict than earlier versions about C99 compliance (see https://gcc.gnu.org/gcc-14/porting_to.html), the switch is more difficult than normally.
Everything I wrote in https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/6... still applies.
The list of suspect packages:
cm
This is a problem in GMP instead: abuild@a4:~/rpmbuild/BUILD/cm-0.4.3> grep -r mpz_out_str /usr/include/ /usr/include/gmp.h:#define mpz_out_str __gmpz_out_str /usr/include/gmp.h:__GMP_DECLSPEC size_t mpz_out_str (FILE *, int, mpz_srcptr); abuild@a4:~/rpmbuild/BUILD/cm-0.4.3> grep -r __gmpz_out_str /usr/include/ /usr/include/gmp.h:#define mpz_out_str __gmpz_out_str ... and that kinda makes a lot of scientific software susceptible to being flagged.