Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 827565 Details for
Bug 879771
sys-apps/pick: possible configure breakage with Clang 16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clang.diff
clang.diff (text/plain), 2.34 KB, created by
Matt Jolly
on 2022-11-04 22:15:54 UTC
(
hide
)
Description:
clang.diff
Filename:
MIME Type:
Creator:
Matt Jolly
Created:
2022-11-04 22:15:54 UTC
Size:
2.34 KB
patch
obsolete
>--- clang-14.log 2022-11-02 22:36:17.978747786 +1100 >+++ clang-15.log 2022-11-02 22:36:17.979747783 +1100 >@@ -1,6 +1,6 @@ >-/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/sys-apps/pick-4.0.0/temp/--10707d.o: undefined reference to symbol 'setupterm' >+/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/sys-apps/pick-4.0.0/temp/--39f5c8.o: undefined reference to symbol 'setupterm' > /usr/bin/x86_64-pc-linux-gnu-ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line >-clang-15: error: linker command failed with exit code 1 (use -v to see invocation) >+clang-14: error: linker command failed with exit code 1 (use -v to see invocation) > > <stdin>:3:1: error: unknown type name '__dead' > __dead int dead(void); >@@ -9,20 +9,14 @@ > __dead2 int dead(void); > ^ > >-<stdin>:5:10: warning: call to undeclared function 'wcwidth'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] >+<stdin>:5:10: error: call to undeclared function 'wcwidth'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > return !(wcwidth(c) == 0); > ^ > >-<stdin>:4:10: warning: call to undeclared function 'pledge'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] >+<stdin>:4:10: error: call to undeclared function 'pledge'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > return !(pledge("stdio", NULL) == 0); > ^ >-/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/sys-apps/pick-4.0.0/temp/--ee28b4.o: in function `main': >--:(.text+0xd): undefined reference to `pledge' >-clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >-<stdin>:4:10: warning: call to undeclared function 'strtonum'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] >+<stdin>:4:10: error: call to undeclared function 'strtonum'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > return !(strtonum("1", 1, 2, NULL) != 0); > ^ >-/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/sys-apps/pick-4.0.0/temp/--865578.o: in function `main': >--:(.text+0x17): undefined reference to `strtonum' >-clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 879771
:
827561
|
827563
| 827565