In rawhide, changes in build flags alter the results of configure detection: checking GNU C library... no checking for finite... no While in Fedora 39, we have: checking GNU C library... yes checking for finite... yes It is caused by treating implicit function declarations as an error. This also affects build of algol68g with Clang 16 and GCC 14. Loss of functionality looks minor (isfinite is found and used in preference anyway), but I have not investigated this. Reproducible: Always
I do not plan to work on this because of the missing source code and doubts whether we can re-run autoconf as required.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle. Changing version to 40.
(In reply to Florian Weimer from comment #1) > I do not plan to work on this because of the missing source code and doubts > whether we can re-run autoconf as required. Don't worry, I'm working on this. There's no problem to patch configure.ac and run autoreconf.
Yes, unmodified configure script fails to detect GNU C library. As a result, the Algol 68 interpreter is built without long modes support. This is not good. Fortunately, it's easy to fix configure.ac and re-create configure script.
FEDORA-2024-bebf904efc (algol68g-3.5.1-2.fc38) has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2024-bebf904efc
FEDORA-2024-4859987d50 (algol68g-3.5.1-2.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4859987d50
FEDORA-2024-cf1de07997 (algol68g-3.5.1-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-cf1de07997
FEDORA-2024-cf1de07997 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-cf1de07997` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-cf1de07997 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-4859987d50 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4859987d50` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4859987d50 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-bebf904efc has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-bebf904efc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-bebf904efc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-cf1de07997 (algol68g-3.5.1-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-4859987d50 (algol68g-3.5.1-2.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-bebf904efc (algol68g-3.5.1-2.fc38) has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.