Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893890 - media-sound/cmus: possible configure breakage with clang 16
Summary: media-sound/cmus: possible configure breakage with clang 16
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-11 05:07 UTC by Sam James
Modified: 2023-05-09 13:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-11 05:07:42 UTC
```
--- /tmp/clang/home/tinderbox/img/17.1_desktop-j4-20221202-020004/var/tmp/clang/media-sound/cmus-2.10.0-r1/clang16-safe.log     2023-02-11 03:38:54.930306456 +0000
+++ /tmp/clang/home/tinderbox/img/17.1_desktop-j4-20221202-020004/var/tmp/clang/media-sound/cmus-2.10.0-r1/clang16-errors.log   2023-02-11 03:38:54.930306456 +0000
@@ -14,19 +14,19 @@



-.tmp-7-prog.c:1:62: warning: incompatible pointer to integer conversion returning 'char ()' from a function with result type 'int' [-Wint-conversion]
+.tmp-7-prog.c:1:62: error: incompatible pointer to integer conversion returning 'char ()' from a function with result type 'int' [-Wint-conversion]
 char resizeterm(); int main(int argc, char *argv[]) { return resizeterm; }
                                                              ^~~~~~~~~~
-.tmp-8-prog.c:1:70: warning: incompatible pointer to integer conversion returning 'char ()' from a function with result type 'int' [-Wint-conversion]
+.tmp-8-prog.c:1:70: error: incompatible pointer to integer conversion returning 'char ()' from a function with result type 'int' [-Wint-conversion]
 char use_default_colors(); int main(int argc, char *argv[]) { return use_default_colors; }
                                                                      ^~~~~~~~~~~~~~~~~~
 /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -liconv: No such file or directory


-.tmp-12-prog.c:4:9: warning: incompatible pointer to integer conversion returning 'char *(const char *)' from a function with result type 'int' [-Wint-conversion]
+.tmp-12-prog.c:4:9: error: incompatible pointer to integer conversion returning 'char *(const char *)' from a function with result type 'int' [-Wint-conversion]
         return strdup;
                ^~~~~~
-.tmp-13-prog.c:4:9: warning: incompatible pointer to integer conversion returning 'char *(const char *, unsigned long)' from a function with result type 'int' [-Wint-conversion]
+.tmp-13-prog.c:4:9: error: incompatible pointer to integer conversion returning 'char *(const char *, unsigned long)' from a function with result type 'int' [-Wint-conversion]
         return strndup;
                ^~~~~~~
```