Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 827279 Details for
Bug 879677
dev-scheme/gauche: 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-14.log
clang-14.log (text/plain), 19.22 KB, created by
Matt Jolly
on 2022-11-04 22:10:10 UTC
(
hide
)
Description:
clang-14.log
Filename:
MIME Type:
Creator:
Matt Jolly
Created:
2022-11-04 22:10:10 UTC
Size:
19.22 KB
patch
obsolete
>clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >clang-15: error: unsupported option '-V -o' >clang-15: error: no such file or directory: 'garbage' >clang-15: error: no input files >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files >clang-15: error: unknown argument '-version'; did you mean '--version'? >clang-15: error: no input files > > > > > > >ignoreme: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >static char *e (p, i) > ^ > > > > > > > > > > > >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >clang-15: error: unsupported option '-V -o' >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files >clang-15: error: unknown argument '-version'; did you mean '--version'? >clang-15: error: no input files > > > > > > >ignoreme: fatal error: 'rpc/types.h' file not found >#include <rpc/types.h> > ^~~~~~~~~~~~~ > > > > >ignoreme: fatal error: 'util.h' file not found >#include <util.h> > ^~~~~~~~ > >ignoreme: fatal error: 'libutil.h' file not found >#include <libutil.h> > ^~~~~~~~~~~ >ignoreme: fatal error: 'sys/loadavg.h' file not found >#include <sys/loadavg.h> > ^~~~~~~~~~~~~~~ > > > > > >ignoreme: fatal error: 'sunmath.h' file not found >#include <sunmath.h> > ^~~~~~~~~~~ >ignoreme: fatal error: 'crt_externs.h' file not found >#include <crt_externs.h> > ^~~~~~~~~~~~~~~ >ignoreme: fatal error: 'libproc.h' file not found >#include <libproc.h> > ^~~~~~~~~~~ > >ignoreme: warning: unused function 'static_foo' [-Wunused-function] >static inline foo_t static_foo (void) {return 0; } > ^ >ignoreme: error: unknown type name 'not' > not a universal capable compiler > ^ >ignoreme: error: expected ';' after top level declarator > not a universal capable compiler > ^ > ; >2 errors generated. > >ignoreme: error: use of undeclared identifier 'not' > not big endian > ^ > > > > > > > > > > > >ignoreme: error: expected expression >if (sizeof ((long long))) > ^ > >ignoreme: error: expected expression >if (sizeof ((long double))) > ^ > >ignoreme: error: expected expression >if (sizeof ((struct timespec))) > ^ > >ignoreme: error: expected expression >if (sizeof ((pthread_spinlock_t))) > ^ > >ignoreme: error: statement requires expression of scalar type ('struct timespec' invalid) >if (ac_aggr.st_atim) >^ ~~~~~~~~~~~~~~~ > >ignoreme: error: statement requires expression of scalar type ('struct timespec' invalid) >if (ac_aggr.st_mtim) >^ ~~~~~~~~~~~~~~~ > >ignoreme: error: statement requires expression of scalar type ('struct timespec' invalid) >if (ac_aggr.st_ctim) >^ ~~~~~~~~~~~~~~~ > > > > >ignoreme: error: no member named 'pw_class' in 'struct passwd' >if (ac_aggr.pw_class) > ~~~~~~~ ^ >ignoreme: error: no member named 'pw_class' in 'struct passwd' >if (sizeof ac_aggr.pw_class) > ~~~~~~~ ^ >ignoreme: warning: implicit conversion from 'double' to 'time_t' (aka 'long') changes value from 3.14 to 3 [-Wliteral-conversion] > time_t t = 3.14; > ~ ^~~~ > >ignoreme: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > >ignoreme: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > > >ignoreme: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration] >char sin (); > ^ >ignoreme: note: 'sin' is a builtin with type 'double (double)' >/usr/bin/x86_64-pc-linux-gnu-ld: cannot find -lsunmath: No such file or directory >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >/usr/bin/x86_64-pc-linux-gnu-ld: cannot find -lproc: No such file or directory >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >ignoreme: error: expected expression >if (sizeof ((size_t))) > ^ > > > >ignoreme: warning: incompatible redeclaration of library function 'trunc' [-Wincompatible-library-redeclaration] >char trunc (); > ^ >ignoreme: note: 'trunc' is a builtin with type 'double (double)' >ignoreme: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration] >char rint (); > ^ >ignoreme: note: 'rint' is a builtin with type 'double (double)' >ignoreme: warning: incompatible redeclaration of library function 'tgamma' [-Wincompatible-library-redeclaration] >char tgamma (); > ^ >ignoreme: note: 'tgamma' is a builtin with type 'double (double)' >ignoreme: warning: incompatible redeclaration of library function 'lgamma' [-Wincompatible-library-redeclaration] >char lgamma (); > ^ >ignoreme: note: 'lgamma' is a builtin with type 'double (double)' > > > > > > > > > > > > > > > > > > > > > > > > > > > > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `fpsetprec' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `issetugid' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > > > > > > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `crypt' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > > > > > > > > >ignoreme: error: expected expression >if (sizeof ((struct sockaddr_storage))) > ^ > > >ignoreme: error: expected expression >if (sizeof ((struct ifreq))) > ^ > >ignoreme: error: no member named 'ifr_index' in 'struct ifreq' >if (ac_aggr.ifr_index) > ~~~~~~~ ^ >ignoreme: error: no member named 'ifr_index' in 'struct ifreq' >if (sizeof ac_aggr.ifr_index) > ~~~~~~~ ^ >ignoreme: error: statement requires expression of scalar type ('struct sockaddr' invalid) >if (ac_aggr.ifr_netmask) >^ ~~~~~~~~~~~~~~~~~~~ > >ignoreme: error: no member named 'sun_len' in 'struct sockaddr_un' >if (ac_aggr.sun_len) > ~~~~~~~ ^ >ignoreme: error: no member named 'sun_len' in 'struct sockaddr_un' >if (sizeof ac_aggr.sun_len) > ~~~~~~~ ^ >ignoreme: error: no member named 'sin_len' in 'struct sockaddr_in' >if (ac_aggr.sin_len) > ~~~~~~~ ^ >ignoreme: error: no member named 'sin_len' in 'struct sockaddr_in' >if (sizeof ac_aggr.sin_len) > ~~~~~~~ ^ >ignoreme: error: no member named 'sin6_len' in 'struct sockaddr_in6' >if (ac_aggr.sin6_len) > ~~~~~~~ ^ >ignoreme: error: no member named 'sin6_len' in 'struct sockaddr_in6' >if (sizeof ac_aggr.sin6_len) > ~~~~~~~ ^ > > > >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)gethostbyname_r(n, h, buf, len, &r, &err); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > char *n; struct hostent *h, *r; char buf[4096]; int len=4096; int err; > ^ > = 0 > >ignoreme: warning: variable 'addrlen' is uninitialized when used here [-Wuninitialized] > (void)gethostbyaddr_r(n, addrlen, type, h, buf, len, &r, &err); > ^~~~~~~ >ignoreme: note: initialize the variable 'addrlen' to silence this warning > char *n; int addrlen, type; struct hostent *h, *r; char buf[4096]; int len=4096; int err; > ^ > = 0 >ignoreme: warning: variable 'type' is uninitialized when used here [-Wuninitialized] > (void)gethostbyaddr_r(n, addrlen, type, h, buf, len, &r, &err); > ^~~~ >ignoreme: note: initialize the variable 'type' to silence this warning > char *n; int addrlen, type; struct hostent *h, *r; char buf[4096]; int len=4096; int err; > ^ > = 0 >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)gethostbyaddr_r(n, addrlen, type, h, buf, len, &r, &err); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > char *n; int addrlen, type; struct hostent *h, *r; char buf[4096]; int len=4096; int err; > ^ > = 0 >3 warnings generated. > >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)getprotobyname_r(n, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > char *n; struct protoent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 > >ignoreme: warning: variable 'n' is uninitialized when used here [-Wuninitialized] > (void)getprotobynumber_r(n, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'n' to silence this warning > int n; struct protoent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)getprotobynumber_r(n, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > int n; struct protoent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 >2 warnings generated. > >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)getservbyname_r(n, p, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > char *n, *p; struct servent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 > >ignoreme: warning: variable 'n' is uninitialized when used here [-Wuninitialized] > (void)getservbyport_r(n, p, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'n' to silence this warning > int n; char *p; struct servent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 >ignoreme: warning: variable 'h' is uninitialized when used here [-Wuninitialized] > (void)getservbyport_r(n, p, h, buf, len, &r); > ^ >ignoreme: note: initialize the variable 'h' to silence this warning > int n; char *p; struct servent *h, *r; char buf[4096]; int len=4096; > ^ > = 0 >2 warnings generated. > > >ignoreme: warning: unused variable 'r' [-Wunused-variable] >iconv_t r = iconv_open("", ""); > ^ > > >ignoreme: fatal error: 'ndbm.h' file not found >#include <ndbm.h> > ^~~~~~~~ > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `dbm_open' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >ignoreme: fatal error: 'dbm.h' file not found >#include <dbm.h> > ^~~~~~~ > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `dbminit' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > > >ignoreme: warning: unused variable 'r' [-Wunused-variable] >const char *r = zlibVersion(); > ^ > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `mbedtls_ctr_drbg_init' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `mbedtls_x509_crt_init' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/gauche-0.9.12/temp/conftest.o: in function `main': >conftest.c:(.text+0x4): undefined reference to `mbedtls_ssl_init' >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >clang-15: error: unsupported option '-V -o' >clang-15: error: no such file or directory: 'garbage' >clang-15: error: no input files >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files > > > > > > >ignoreme: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >static char *e (p, i) > ^ > > > >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >clang-15: error: unsupported option '-V -o' >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files > > > > >/usr/bin/x86_64-pc-linux-gnu-ld > > > > > > >ignoreme: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > >ignoreme: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > > > > > > > > > > > > > > > > > > > > >clang-15: error: unsupported option '-V -o' > >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 > "/usr/bin/x86_64-pc-linux-gnu-ld" --eh-frame-hdr -m elf_x86_64 -shared -o garbage /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/lib -L/usr/lib conftest.o -soname conftest -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o >programs: =/usr/lib/llvm/15/bin:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin >libraries: =/usr/lib/llvm/15/bin/../../../../lib/clang/15.0.1:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64:/lib/../lib64:/usr/lib/../lib64:/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib:/lib:/usr/lib >clang-15: error: unsupported option '-print-multi-os-directory' > > >conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > >conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ > > >/usr/bin/x86_64-pc-linux-gnu-ld >/usr/bin/x86_64-pc-linux-gnu-ld >clang-15: error: unsupported option '-V -o' > >clang version 15.0.1 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 > "/usr/bin/x86_64-pc-linux-gnu-ld" --eh-frame-hdr -m elf_x86_64 -shared -o garbage /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/lib -L/usr/lib conftest.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o > > > > > > >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: error: > # error > ^ >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >char getcontext (); > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >2 warnings generated. >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >char dl_iterate_phdr (); > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >2 warnings generated. >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >char dlopen (); > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >2 warnings generated. > > >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >main () > ^ > void >ignoreme: fatal error: 'sys/dg_sys_info.h' file not found >#include <sys/dg_sys_info.h> > ^~~~~~~~~~~~~~~~~~~ >ignoreme: fatal error: 'sys/dg_sys_info.h' file not found >#include <sys/dg_sys_info.h> > ^~~~~~~~~~~~~~~~~~~ >
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 879677
: 827279 |
827281
|
827283