Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 850254 Details for
Bug 893724
dev-perl/IO-Tty: configure issues with clang 16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clang.diff
file_893724.txt (text/plain), 13.96 KB, created by
Sam James
on 2023-02-09 04:43:01 UTC
(
hide
)
Description:
clang.diff
Filename:
MIME Type:
Creator:
Sam James
Created:
2023-02-09 04:43:01 UTC
Size:
13.96 KB
patch
obsolete
>--- /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/clang16-safe.log 2023-02-06 09:12:57.910836187 +0000 >+++ /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/clang16-errors.log 2023-02-06 09:12:57.904169466 +0000 >@@ -1,43 +1,38 @@ >-functest__getpty.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest__getpty.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = _getpty (); > ^ ~~~~~~~~~~ >-/usr/bin/x86_64-pc-linux-gnu-ld.bfd: /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/functest__getpty-4816b3.o: in function `main': >-functest__getpty.c:(.text+0x4): undefined reference to `_getpty' >-functest_getpt.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_getpt.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = getpt (); > ^ ~~~~~~~~ >-functest_grantpt.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_grantpt.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = grantpt (); > ^ ~~~~~~~~~~ >-functest_openpty.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_openpty.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = openpty (); > ^ ~~~~~~~~~~ >-functest_posix_openpt.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_posix_openpt.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = posix_openpt (); > ^ ~~~~~~~~~~~~~~~ >-functest_ptsname.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_ptsname.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = ptsname (); > ^ ~~~~~~~~~~ >-functest_ptsname_r.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_ptsname_r.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = ptsname_r (); > ^ ~~~~~~~~~~~~ >-functest_sigaction.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_sigaction.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = sigaction (); > ^ ~~~~~~~~~~~~ > functest_strlcpy.c:10:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration] > char strlcpy (); > ^ > functest_strlcpy.c:10:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' >-functest_strlcpy.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_strlcpy.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = strlcpy (); > ^ ~~~~~~~~~~ >-2 warnings generated. >-/usr/bin/x86_64-pc-linux-gnu-ld.bfd: /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/functest_strlcpy-f8a282.o: in function `main': >-functest_strlcpy.c:(.text+0x4): undefined reference to `strlcpy' >-functest_ttyname.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_ttyname.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = ttyname (); > ^ ~~~~~~~~~~ >-functest_unlockpt.c:28:3: warning: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] >+functest_unlockpt.c:28:3: error: incompatible integer to pointer conversion assigning to 'char (*)()' from 'char' [-Wint-conversion] > f = unlockpt (); > ^ ~~~~~~~~~~~ > headtest_libutil_h.c:2:10: fatal error: 'libutil.h' file not found >@@ -55,7 +50,7 @@ > headtest_util_h.c:2:10: fatal error: 'util.h' file not found > #include <util.h> > ^~~~~~~~ >-error: error reading 'ttsymtest_B153600.c' >+error: error reading 'ttsymtest_B143600.c' > error: error reading 'ttsymtest_B307200.c' > error: error reading 'ttsymtest_B76800.c' > error: error reading 'ttsymtest_CBAUDEXT.c' >@@ -149,7 +144,7 @@ > Candidate multilib: 32;@m32 > Selected multilib: .;@m64 > (in-process) >- "/usr/lib/llvm/ignoreme/bin/clang-ignoreme" -cc1 -triple x86_64-pc-linux-gnu -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name - -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu znver2 -target-feature -avx512pf -target-feature -tsxldtrk -target-feature +cx16 -target-feature +sahf -target-feature -tbm -target-feature -avx512ifma -target-feature +sha -target-feature +crc32 -target-feature -fma4 -target-feature -vpclmulqdq -target-feature +prfchw -target-feature +bmi2 -target-feature -cldemote -target-feature +fsgsbase -target-feature -avx512bf16 -target-feature -amx-tile -target-feature -raoint -target-feature -uintr -target-feature -gfni -target-feature +popcnt -target-feature -ptwrite -target-feature +aes -target-feature -avx512bitalg -target-feature -movdiri -target-feature -widekl -target-feature +xsaves -target-feature -avx512er -target-feature -avxvnni -target-feature -avx512fp16 -target-feature -avx512vnni -target-feature -amx-bf16 -target-feature -avxvnniint8 -target-feature -avx512vpopcntdq -target-feature -pconfig -target-feature +clwb -target-feature -cmpccxadd -target-feature -avx512f -target-feature +xsavec -target-feature +clzero -target-feature -pku -target-feature -amx-fp16 -target-feature +mmx -target-feature -lwp -target-feature +rdpid -target-feature -xop -target-feature +rdseed -target-feature -waitpkg -target-feature -prefetchi -target-feature -kl -target-feature -movdir64b -target-feature +sse4a -target-feature -avx512bw -target-feature -avxneconvert -target-feature +clflushopt -target-feature +xsave -target-feature -avx512vbmi2 -target-feature +64bit -target-feature -avx512vl -target-feature -serialize -target-feature -hreset -target-feature -invpcid -target-feature -avx512cd -target-feature +avx -target-feature -vaes -target-feature -amx-int8 -target-feature +cx8 -target-feature +fma -target-feature -rtm -target-feature +bmi -target-feature -enqcmd -target-feature +rdrnd -target-feature +mwaitx -target-feature +sse4.1 -target-feature +sse4.2 -target-feature +avx2 -target-feature +fxsr -target-feature +wbnoinvd -target-feature +sse -target-feature +lzcnt -target-feature +pclmul -target-feature +rdpru -target-feature -avxifma -target-feature +f16c -target-feature +ssse3 -target-feature -sgx -target-feature -prefetchwt1 -target-feature +cmov -target-feature -avx512vbmi -target-feature -shstk -target-feature +movbe -target-feature -avx512vp2intersect -target-feature +xsaveopt -target-feature -avx512dq -target-feature +sse2 -target-feature +adx -target-feature +sse3 -debugger-tuning=gdb -v -fcoverage-compilation-dir=/var/tmp/portage/dev-perl/IO-Tty-1.170.0/work/IO-Tty-1.17 -resource-dir /usr/lib/llvm/ignoreme/bin/../../../../lib/clang/16 -include /usr/include/gentoo/fortify.h -D _GLIBCXX_ASSERTIONS -D _LIBCPP_ENABLE_ASSERTIONS=1 -internal-isystem /usr/lib/llvm/ignoreme/bin/../../../../lib/clang/16/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -Wno-unused-command-line-argument -Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types -Wno-error=strict-prototypes -Wreturn-type -fdebug-compilation-dir=/var/tmp/portage/dev-perl/IO-Tty-1.170.0/work/IO-Tty-1.17 -ferror-limit 19 -stack-protector 2 -fgnuc-version=4.2.1 -vectorize-loops -vectorize-slp -record-command-line "/usr/lib/llvm/ignoreme/bin/clang-ignoreme --rtlib=libgcc --unwindlib=libgcc --stdlib=libstdc++ -fuse-ld=bfd --gcc-install-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/13 -fstack-protector-strong -fPIE -include /usr/include/gentoo/fortify.h -D _GLIBCXX_ASSERTIONS -D _LIBCPP_ENABLE_ASSERTIONS=1 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -fno-lto -Wno-unused-command-line-argument -Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types -Wno-error=strict-prototypes -O2 -pipe -march=native -fdiagnostics-color=always -frecord-command-line -Wreturn-type -E -v - -o /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/ignoreme.5911 -fdiagnostics-color=never" -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/garbage.5911 -x c - >+ "/usr/lib/llvm/ignoreme/bin/clang-ignoreme" -cc1 -triple x86_64-pc-linux-gnu -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name - -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu znver2 -target-feature -avx512pf -target-feature -tsxldtrk -target-feature +cx16 -target-feature +sahf -target-feature -tbm -target-feature -avx512ifma -target-feature +sha -target-feature +crc32 -target-feature -fma4 -target-feature -vpclmulqdq -target-feature +prfchw -target-feature +bmi2 -target-feature -cldemote -target-feature +fsgsbase -target-feature -avx512bf16 -target-feature -amx-tile -target-feature -raoint -target-feature -uintr -target-feature -gfni -target-feature +popcnt -target-feature -ptwrite -target-feature +aes -target-feature -avx512bitalg -target-feature -movdiri -target-feature -widekl -target-feature +xsaves -target-feature -avx512er -target-feature -avxvnni -target-feature -avx512fp16 -target-feature -avx512vnni -target-feature -amx-bf16 -target-feature -avxvnniint8 -target-feature -avx512vpopcntdq -target-feature -pconfig -target-feature +clwb -target-feature -cmpccxadd -target-feature -avx512f -target-feature +xsavec -target-feature +clzero -target-feature -pku -target-feature -amx-fp16 -target-feature +mmx -target-feature -lwp -target-feature +rdpid -target-feature -xop -target-feature +rdseed -target-feature -waitpkg -target-feature -prefetchi -target-feature -kl -target-feature -movdir64b -target-feature +sse4a -target-feature -avx512bw -target-feature -avxneconvert -target-feature +clflushopt -target-feature +xsave -target-feature -avx512vbmi2 -target-feature +64bit -target-feature -avx512vl -target-feature -serialize -target-feature -hreset -target-feature -invpcid -target-feature -avx512cd -target-feature +avx -target-feature -vaes -target-feature -amx-int8 -target-feature +cx8 -target-feature +fma -target-feature -rtm -target-feature +bmi -target-feature -enqcmd -target-feature +rdrnd -target-feature +mwaitx -target-feature +sse4.1 -target-feature +sse4.2 -target-feature +avx2 -target-feature +fxsr -target-feature +wbnoinvd -target-feature +sse -target-feature +lzcnt -target-feature +pclmul -target-feature +rdpru -target-feature -avxifma -target-feature +f16c -target-feature +ssse3 -target-feature -sgx -target-feature -prefetchwt1 -target-feature +cmov -target-feature -avx512vbmi -target-feature -shstk -target-feature +movbe -target-feature -avx512vp2intersect -target-feature +xsaveopt -target-feature -avx512dq -target-feature +sse2 -target-feature +adx -target-feature +sse3 -debugger-tuning=gdb -v -fcoverage-compilation-dir=/var/tmp/portage/dev-perl/IO-Tty-1.170.0/work/IO-Tty-1.17 -resource-dir /usr/lib/llvm/ignoreme/bin/../../../../lib/clang/16 -include /usr/include/gentoo/fortify.h -D _GLIBCXX_ASSERTIONS -D _LIBCPP_ENABLE_ASSERTIONS=1 -internal-isystem /usr/lib/llvm/ignoreme/bin/../../../../lib/clang/16/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -Wno-unused-command-line-argument -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=incompatible-function-pointer-types -Wreturn-type -fdebug-compilation-dir=/var/tmp/portage/dev-perl/IO-Tty-1.170.0/work/IO-Tty-1.17 -ferror-limit 19 -stack-protector 2 -fgnuc-version=4.2.1 -vectorize-loops -vectorize-slp -record-command-line "/usr/lib/llvm/ignoreme/bin/clang-ignoreme --rtlib=libgcc --unwindlib=libgcc --stdlib=libstdc++ -fuse-ld=bfd --gcc-install-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/13 -fstack-protector-strong -fPIE -include /usr/include/gentoo/fortify.h -D _GLIBCXX_ASSERTIONS -D _LIBCPP_ENABLE_ASSERTIONS=1 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -fno-lto -Wno-unused-command-line-argument -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=incompatible-function-pointer-types -O2 -pipe -march=native -fdiagnostics-color=always -frecord-command-line -Wreturn-type -E -v - -o /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/ignoreme.5911 -fdiagnostics-color=never" -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /var/tmp/portage/dev-perl/IO-Tty-1.170.0/temp/ignoreme2.5911 -x c - > clang -cc1 version 16.0.0 based upon LLVM 16.0.0 default target x86_64-pc-linux-gnu > ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/include" > ignoring nonexistent directory "/include"
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 893724
: 850254