Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879679 - dev-scheme/sigscheme: possible configure breakage with Clang 16
Summary: dev-scheme/sigscheme: possible configure breakage with Clang 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Scheme Project
URL:
Whiteboard: strict-prototypes
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2022-11-04 22:10 UTC by Matt Jolly
Modified: 2025-01-12 14:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
clang-14.log (clang-14.log,15.77 KB, text/plain)
2022-11-04 22:10 UTC, Matt Jolly
Details
clang-15.log (clang-15.log,15.91 KB, text/plain)
2022-11-04 22:10 UTC, Matt Jolly
Details
clang.diff (clang.diff,15.26 KB, text/plain)
2022-11-04 22:10 UTC, Matt Jolly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Jolly gentoo-dev 2022-11-04 22:10:16 UTC
This package has been identified via automation as potentially impacted by upcoming Clang 16 changes.
The following have been identified as potential issues:

[-Werror,-Wstrict-prototypes]

[-Werror,-Wstrict-prototypes]
error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
Comment 1 Matt Jolly gentoo-dev 2022-11-04 22:10:18 UTC
Created attachment 827285 [details]
clang-14.log

build log
Comment 2 Matt Jolly gentoo-dev 2022-11-04 22:10:21 UTC
Created attachment 827287 [details]
clang-15.log

build log
Comment 3 Matt Jolly gentoo-dev 2022-11-04 22:10:22 UTC
Created attachment 827289 [details]
clang.diff

build log
Comment 4 Larry the Git Cow gentoo-dev 2025-01-12 14:25:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5e588505b5a4b6ea7b5a117e034b67584b82fd

commit dc5e588505b5a4b6ea7b5a117e034b67584b82fd
Author:     Z. Liu <zhixu.liu@gmail.com>
AuthorDate: 2025-01-11 02:30:50 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2025-01-12 14:25:55 +0000

    dev-scheme/sigscheme: fix configure warnings
    
    1. run eautoconf to modernize the build system
    2. add -D_GNU_SOURCE so getpagesize is available if build w/ musl
    
    Closes: https://bugs.gentoo.org/879679
    Closes: https://bugs.gentoo.org/906864
    Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40094
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 .../sigscheme/files/sigscheme-0.9.1-autoconf.patch | 31 ++++++++++++++++++++++
 dev-scheme/sigscheme/sigscheme-0.9.1.ebuild        | 12 +++++++++
 2 files changed, 43 insertions(+)