GNU bug report logs - #78464
Guile fails to build with GCC 15

Previous Next

Package: guile;

Reported by: Collin Funk <collin.funk1 <at> gmail.com>

Date: Sat, 17 May 2025 06:13:02 UTC

Severity: normal

To reply to this bug, email your comments to 78464 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#78464; Package guile. (Sat, 17 May 2025 06:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Collin Funk <collin.funk1 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sat, 17 May 2025 06:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Collin Funk <collin.funk1 <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Guile fails to build with GCC 15
Date: Fri, 16 May 2025 23:12:27 -0700
[Message part 1 (text/plain, inline)]
GCC 15 defaults to '-std=gnu23' which leads to Guile failing to build
after running './configure && make'. This is because C23 made:

    int foo ();

equal to:

   int foo (void);

Unlike previous C standards where it was just a function with
unspecified arguments.

I have attached a patch that fixes this.

Collin

[0001-Fix-build-with-C23-compilers.patch (text/x-patch, attachment)]

This bug report was last modified 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.