The component fails to build with autoconf 2.72 due to its use of Autoconf internal variables in its configure.ac file. the following section needs to be adapted (or better removed): dnl ************************************* dnl *** Checks for large file support *** dnl ************************************* AC_ARG_ENABLE([largefile], AC_HELP_STRING([--enable-largefile], [enable support for large files [[default=yes]]]),, [enable_largefile="yes"]) [...] if test "x$ac_cv_sys_file_offset_bits" != "xno"; then LFS_CFLAGS="$LFS_CFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" enable_largefile="yes" fi else LFS_CFLAGS="" fi AM_CONDITIONAL(ENABLE_LARGEFILE, test "x$enable_largefile" = "xyes") The main problem of this section being the check against `$ac_cv_sys_file_offset_bits` which no longer exists. Leading to further failures. AC_SYS_LARGEFILE will define _FILE_OFFSET_BITS if necessary. Reproducible: Always
This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle. Changing version to 40.
Autoconf 2.72 has been merged into rawhide.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42.
FEDORA-2025-23d2fb0aad (gmime-2.6.23-24.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-23d2fb0aad
FEDORA-2025-85bac2537e (gmime-2.6.23-24.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-85bac2537e
FEDORA-2025-85bac2537e has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-85bac2537e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-85bac2537e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-23d2fb0aad has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-23d2fb0aad` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-23d2fb0aad See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-23d2fb0aad (gmime-2.6.23-24.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-85bac2537e (gmime-2.6.23-24.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.