Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879661 - dev-libs/boehm-gc: possible configure breakage with Clang 16
Summary: dev-libs/boehm-gc: 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: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2022-11-04 22:09 UTC by Matt Jolly
Modified: 2024-05-20 03:31 UTC (History)
1 user (show)

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


Attachments
clang-14.log (clang-14.log,8.00 KB, text/plain)
2022-11-04 22:09 UTC, Matt Jolly
Details
clang-15.log (clang-15.log,8.07 KB, text/plain)
2022-11-04 22:09 UTC, Matt Jolly
Details
clang.diff (clang.diff,8.45 KB, text/plain)
2022-11-04 22:09 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:09:09 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:09:10 UTC
Created attachment 827237 [details]
clang-14.log

build log
Comment 2 Matt Jolly gentoo-dev 2022-11-04 22:09:12 UTC
Created attachment 827239 [details]
clang-15.log

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

build log
Comment 4 Eli Schwartz gentoo-dev 2024-05-20 03:30:39 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abadda5a754ae656af46a3a02f7bedc50343a797

commit abadda5a754ae656af46a3a02f7bedc50343a797
Author:     Sam James <sam@gentoo.org>
AuthorDate: Tue Sep 13 14:45:15 2022
Commit:     Sam James <sam@gentoo.org>
CommitDate: Tue Sep 13 14:45:23 2022

    dev-libs/boehm-gc: fix configure tests with Clang 15
    
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild                      | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dev-libs/boehm-gc/files/boehm-gc-8.2.2-clang-15-configure.patch | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+)
 create mode 100644 dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild
 create mode 100644 dev-libs/boehm-gc/files/boehm-gc-8.2.2-clang-15-configure.patch
Comment 5 Eli Schwartz gentoo-dev 2024-05-20 03:31:14 UTC
Apparently fixed *before* the report, hmmm.