Bug 2255145 - algol68g: autoconf detection problems in Fedora 40 and later
Summary: algol68g: autoconf detection problems in Fedora 40 and later
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: algol68g
Version: 40
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Oleg Girko
QA Contact:
URL:
Whiteboard:
Depends On: 2255144
Blocks: PortingToModernCHelpNeeded
TreeView+ depends on / blocked
 
Reported: 2023-12-18 21:09 UTC by Florian Weimer
Modified: 2024-05-10 01:34 UTC (History)
1 user (show)

Fixed In Version: algol68g-3.5.1-2.fc40 algol68g-3.5.1-2.fc39 algol68g-3.5.1-2.fc38
Clone Of:
Environment:
Last Closed: 2024-05-09 01:41:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2023-12-18 21:09:16 UTC
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

Comment 1 Florian Weimer 2023-12-18 21:09:49 UTC
I do not plan to work on this because of the missing source code and doubts whether we can re-run autoconf as required.

Comment 2 Aoife Moloney 2024-02-15 23:08:01 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle.
Changing version to 40.

Comment 3 Oleg Girko 2024-05-01 14:47:39 UTC
(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.

Comment 4 Oleg Girko 2024-05-01 14:51:55 UTC
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.

Comment 5 Fedora Update System 2024-05-01 16:09:15 UTC
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

Comment 6 Fedora Update System 2024-05-01 16:24:56 UTC
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

Comment 7 Fedora Update System 2024-05-01 16:44:03 UTC
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

Comment 8 Fedora Update System 2024-05-01 18:38:17 UTC
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.

Comment 9 Fedora Update System 2024-05-02 02:29:04 UTC
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.

Comment 10 Fedora Update System 2024-05-02 02:34:46 UTC
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.

Comment 11 Fedora Update System 2024-05-09 01:41:43 UTC
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.

Comment 12 Fedora Update System 2024-05-10 01:05:01 UTC
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.

Comment 13 Fedora Update System 2024-05-10 01:34:22 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.