Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879643 - app-text/enchant: possible configure breakage with Clang 16
Summary: app-text/enchant: possible configure breakage with Clang 16
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2022-11-04 22:07 UTC by Matt Jolly
Modified: 2023-05-24 02:09 UTC (History)
0 users

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


Attachments
clang-14.log (clang-14.log,17.02 KB, text/plain)
2022-11-04 22:07 UTC, Matt Jolly
Details
clang-15.log (clang-15.log,17.03 KB, text/plain)
2022-11-04 22:08 UTC, Matt Jolly
Details
clang.diff (clang.diff,8.16 KB, text/plain)
2022-11-04 22:08 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:07:56 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:07:59 UTC
Created attachment 827183 [details]
clang-14.log

build log
Comment 2 Matt Jolly gentoo-dev 2022-11-04 22:08:01 UTC
Created attachment 827185 [details]
clang-15.log

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

build log
Comment 4 Matt Turner gentoo-dev 2023-05-24 02:09:39 UTC
I have absolutely no idea what this bug report is about.

> -ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
> +ignoreme: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
>  main ()
>       ^

I think this is supposed to be the relevant bit of the diff? No clue.

But I just fixed bug 898758 so I'm going to close this one.