Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 827273 Details for
Bug 879675
dev-scheme/bigloo: 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), 37.05 KB, created by
Matt Jolly
on 2022-11-04 22:10:01 UTC
(
hide
)
Description:
clang-14.log
Filename:
MIME Type:
Creator:
Matt Jolly
Created:
2022-11-04 22:10:01 UTC
Size:
37.05 KB
patch
obsolete
> > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/foo.s:2:1: error: invalid instruction mnemonic 'dummy' >dummy >^~~~~ > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:14:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:14:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:22:39: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_mutex_timedlock( &mutex, 0 ); > ~ ^ >2 warnings generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:14:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:17:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:17:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:8: error: unknown type name 'thread_local' >static TLS int tls; > ^ ><command line>:1:13: note: expanded from here >#define TLS thread_local > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:18:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:25:39: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_mutex_timedlock( &mutex, 0 ); > ~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:18:40: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_create( &thread, 0L, 0L, 0L ); > ~~ ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:25:39: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > pthread_mutex_timedlock( &mutex, 0 ); > ~ ^ >2 warnings generated. > > > > >/usr/bin/x86_64-pc-linux-gnu-ld: skipping incompatible /usr/lib/libc.so when searching for -lc >/usr/bin/x86_64-pc-linux-gnu-ld: skipping incompatible /usr/lib/libc.a when searching for -lc > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:18:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return fun( size, ssize( size - 1 ) ); > ^ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] > ctx = SSL_CTX_new( DTLSv1_client_method() ); > ^ >/usr/include/openssl/ssl.h:1907:1: note: 'DTLSv1_client_method' has been explicitly marked deprecated here >DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) >^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:160:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' ># define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) > ^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:118:55: note: expanded from macro 'DECLARE_DEPRECATED' ># define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] > ctx = SSL_CTX_new( TLSv1_client_method() ); > ^ >/usr/include/openssl/ssl.h:1889:1: note: 'TLSv1_client_method' has been explicitly marked deprecated here >DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) >^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:160:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' ># define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) > ^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:118:55: note: expanded from macro 'DECLARE_DEPRECATED' ># define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:17:16: error: incomplete definition of type 'struct ssl_ctx_st' > return (ctx->method != 0); > ~~~^ >/usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of 'struct ssl_ctx_st' >typedef struct ssl_ctx_st SSL_CTX; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] > ctx = SSL_CTX_new( TLSv1_1_client_method() ); > ^ >/usr/include/openssl/ssl.h:1895:1: note: 'TLSv1_1_client_method' has been explicitly marked deprecated here >DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) >^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:160:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' ># define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) > ^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:118:55: note: expanded from macro 'DECLARE_DEPRECATED' ># define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] > ctx = SSL_CTX_new( TLSv1_2_client_method() ); > ^ >/usr/include/openssl/ssl.h:1901:1: note: 'TLSv1_2_client_method' has been explicitly marked deprecated here >DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) >^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:160:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' ># define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) > ^ >/usr/include/x86_64-pc-linux-gnu/openssl/opensslconf.h:118:55: note: expanded from macro 'DECLARE_DEPRECATED' ># define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: call to undeclared function 'TLSv1_3_client_method'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > ctx = SSL_CTX_new( TLSv1_3_client_method() ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion] > ctx = SSL_CTX_new( TLSv1_3_client_method() ); > ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/openssl/ssl.h:1513:47: note: passing argument to parameter 'meth' here >__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); > ^ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: call to undeclared function 'SSLv2_server_method'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > ctx = SSL_CTX_new( SSLv2_server_method() ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion] > ctx = SSL_CTX_new( SSLv2_server_method() ); > ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/openssl/ssl.h:1513:47: note: passing argument to parameter 'meth' here >__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: warning: call to undeclared function 'SSLv3_server_method'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > ctx = SSL_CTX_new( SSLv3_server_method() ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:24: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion] > ctx = SSL_CTX_new( SSLv3_server_method() ); > ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/openssl/ssl.h:1513:47: note: passing argument to parameter 'meth' here >__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); > ^ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:12: error: incompatible pointer to integer conversion returning 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') from a function with result type 'int' [-Wint-conversion] > return SSL_CTX_get_ssl_method( ctx ); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:10: fatal error: 'mpg123.h' file not found >#include <mpg123.h> > ^~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:10: fatal error: 'mpg123.h' file not found >#include <mpg123.h> > ^~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:33:10: fatal error: 'FLAC/stream_decoder.h' file not found >#include "FLAC/stream_decoder.h" > ^~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:53:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if( mixer->mixfdopen = (mixer->mixfd = open( dname, O_NONBLOCK ) )!=-1 ) { > ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:53:25: note: place parentheses around the assignment to silence this warning > if( mixer->mixfdopen = (mixer->mixfd = open( dname, O_NONBLOCK ) )!=-1 ) { > ^ > ( ) >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:53:25: note: use '==' to turn this assignment into an equality comparison > if( mixer->mixfdopen = (mixer->mixfd = open( dname, O_NONBLOCK ) )!=-1 ) { > ^ > == >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:17: warning: unknown escape sequence '\w' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:19: warning: unknown escape sequence '\.' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:27: warning: unknown escape sequence '\w' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:29: warning: unknown escape sequence '\.' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:34: warning: unknown escape sequence '\.' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:37: warning: unknown escape sequence '\w' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:44:39: warning: unknown escape sequence '\.' [-Wunknown-escape-sequence] > match(data, "[\w\.+-]+@[\w\.-]+\.[\w\.-]+"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:45:17: warning: unknown escape sequence '\w' [-Wunknown-escape-sequence] > match(data, "[\w]+://[^/\s?#]+[^\s?#]+(?:\?[^\s#]*)?(?:#[^\s]*)?"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:45:27: warning: unknown escape sequence '\s' [-Wunknown-escape-sequence] > match(data, "[\w]+://[^/\s?#]+[^\s?#]+(?:\?[^\s#]*)?(?:#[^\s]*)?"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:45:35: warning: unknown escape sequence '\s' [-Wunknown-escape-sequence] > match(data, "[\w]+://[^/\s?#]+[^\s?#]+(?:\?[^\s#]*)?(?:#[^\s]*)?"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:45:48: warning: unknown escape sequence '\s' [-Wunknown-escape-sequence] > match(data, "[\w]+://[^/\s?#]+[^\s?#]+(?:\?[^\s#]*)?(?:#[^\s]*)?"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:45:61: warning: unknown escape sequence '\s' [-Wunknown-escape-sequence] > match(data, "[\w]+://[^/\s?#]+[^\s?#]+(?:\?[^\s#]*)?(?:#[^\s]*)?"); > ^~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:46:58: warning: unknown escape sequence '\.' [-Wunknown-escape-sequence] > match(data, "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])"); > ^~ >13 warnings generated. > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:10: fatal error: 'avahi-client/client.h' file not found >#include <avahi-client/client.h> > ^~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:1:10: fatal error: 'phidget21.h' file not found >#include <phidget21.h> > ^~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:1:10: fatal error: 'phidget21.h' file not found >#include <phidget21.h> > ^~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:257:1: fatal error: bracket nesting level exceeded maximum of 256 >{ int i256 = i255 + 1; >^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:257:1: note: use -fbracket-depth=N to increase maximum nesting level > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest1portage.c:30:19: warning: passing arguments to 'gcc3xxx_bug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if( gcc3xxx_bug( 5 ) != 5 ) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:5:7: error: call to undeclared function 'foo'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > foo( 10 ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:8:4: error: call to undeclared function 'failure_then_exit'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > failure_then_exit( x ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:9:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] >} >^ >1 warning and 2 errors generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest1portage.c:30:19: warning: passing arguments to 'gcc3xxx_bug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if( gcc3xxx_bug( 5 ) != 5 ) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:5:7: error: call to undeclared function 'foo'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > foo( 10 ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:8:4: error: call to undeclared function 'failure_then_exit'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > failure_then_exit( x ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:9:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] >} >^ >1 warning and 2 errors generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest1portage.c:30:19: warning: passing arguments to 'gcc3xxx_bug' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if( gcc3xxx_bug( 5 ) != 5 ) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:5:7: error: call to undeclared function 'foo'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > foo( 10 ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:8:4: error: call to undeclared function 'failure_then_exit'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > failure_then_exit( x ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest2portage.c:9:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] >} >^ >1 warning and 2 errors generated. > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:17:1: warning: non-void function does not return a value [-Wreturn-type] >} >^ > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:10: error: expected ';' after expression > uint8_t u8 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:3: error: use of undeclared identifier 'uint8_t' > uint8_t u8 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:11: error: use of undeclared identifier 'u8' > uint8_t u8 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:11: error: expected ';' after expression > uint16_t u16 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:3: error: use of undeclared identifier 'uint16_t' > uint16_t u16 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:12: error: use of undeclared identifier 'u16'; did you mean 'x16'? > uint16_t u16 = 1; > ^~~ > x16 >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:6:11: note: 'x16' declared here > int16_t x16 = -1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:11: error: expected ';' after expression > uint32_t u32 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:3: error: use of undeclared identifier 'uint32_t' > uint32_t u32 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:12: error: use of undeclared identifier 'u32'; did you mean 'x32'? > uint32_t u32 = 1; > ^~~ > x32 >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:11: note: 'x32' declared here > int32_t x32 = -1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:13: error: use of undeclared identifier 'u8' > return x8+u8+x16+u16+x32+u32; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:20: error: use of undeclared identifier 'u16' > return x8+u8+x16+u16+x32+u32; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:28: error: use of undeclared identifier 'u32' > return x8+u8+x16+u16+x32+u32; > ^ >12 errors generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:3: error: unknown type name 'int8_t'; did you mean '__int8_t'? > int8_t x8 = -1; > ^~~~~~ > __int8_t >/usr/include/bits/types.h:37:21: note: '__int8_t' declared here >typedef signed char __int8_t; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:10: error: expected ';' after expression > uint8_t u8 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:3: error: use of undeclared identifier 'uint8_t' > uint8_t u8 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:11: error: use of undeclared identifier 'u8' > uint8_t u8 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:6:3: error: unknown type name 'int16_t'; did you mean '__int16_t'? > int16_t x16 = -1; > ^~~~~~~ > __int16_t >/usr/include/bits/types.h:39:26: note: '__int16_t' declared here >typedef signed short int __int16_t; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:11: error: expected ';' after expression > uint16_t u16 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:3: error: use of undeclared identifier 'uint16_t' > uint16_t u16 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:12: error: use of undeclared identifier 'u16'; did you mean 'x16'? > uint16_t u16 = 1; > ^~~ > x16 >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:6:11: note: 'x16' declared here > int16_t x16 = -1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:3: error: unknown type name 'int32_t'; did you mean '__int32_t'? > int32_t x32 = -1; > ^~~~~~~ > __int32_t >/usr/include/bits/types.h:41:20: note: '__int32_t' declared here >typedef signed int __int32_t; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:11: error: expected ';' after expression > uint32_t u32 = 1; > ^ > ; >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:3: error: use of undeclared identifier 'uint32_t' > uint32_t u32 = 1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:12: error: use of undeclared identifier 'u32'; did you mean 'x32'? > uint32_t u32 = 1; > ^~~ > x32 >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:11: note: 'x32' declared here > int32_t x32 = -1; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:13: error: use of undeclared identifier 'u8' > return x8+u8+x16+u16+x32+u32; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:20: error: use of undeclared identifier 'u16' > return x8+u8+x16+u16+x32+u32; > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:28: error: use of undeclared identifier 'u32' > return x8+u8+x16+u16+x32+u32; > ^ >15 errors generated. > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > while( pe = getprotoent() ); > ~~~^~~~~~~~~~~~~~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:14: note: place parentheses around the assignment to silence this warning > while( pe = getprotoent() ); > ^ > ( ) >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:14: note: use '==' to turn this assignment into an equality comparison > while( pe = getprotoent() ); > ^ > == > > > > > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:4: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] > sigsetmask( 0 ); > ^ >/usr/include/signal.h:176:44: note: 'sigsetmask' has been explicitly marked deprecated here >extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; > ^ >/usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' ># define __attribute_deprecated__ __attribute__ ((__deprecated__)) > ^ > > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:11: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] > return (int)mmap( 0, 100, PROT_READ | PROT_WRITE, MAP_PRIVATE, 0, 0 ); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:4: warning: 'getwd' is deprecated [-Wdeprecated-declarations] > getwd( 0L ); > ^ >/usr/include/unistd.h:546:30: note: 'getwd' has been explicitly marked deprecated here > __THROW __nonnull ((1)) __attribute_deprecated__ __wur > ^ >/usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' ># define __attribute_deprecated__ __attribute__ ((__deprecated__)) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:14: warning: null passed to a callee that requires a non-null argument [-Wnonnull] > getwd( 0L ); > ~~ ^ >2 warnings generated. >/usr/bin/x86_64-pc-linux-gnu-ld: /var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage-d63697.o: in function `main': >actestportage.c:(.text+0x4): warning: the `getwd' function is dangerous and should not be used. > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:23:12: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >__noreturn stop() { > ^ >int > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest.portage.c:23:4: warning: 'ns_sprintrr' is deprecated [-Wdeprecated-declarations] > ns_sprintrr( &msg, &rr, NULL, NULL, dispbuf, sizeof( dispbuf ) ); > ^ >/usr/include/arpa/nameser.h:410:11: note: 'ns_sprintrr' has been explicitly marked deprecated here > __THROW __NAMESER_DEPRECATED; > ^ >/usr/include/arpa/nameser.h:58:31: note: expanded from macro '__NAMESER_DEPRECATED' ># define __NAMESER_DEPRECATED __attribute_deprecated__ > ^ >/usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' ># define __attribute_deprecated__ __attribute__ ((__deprecated__)) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest.portage.c:26:4: warning: 'ns_sprintrr' is deprecated [-Wdeprecated-declarations] > ns_sprintrr( &msg, &rr, NULL, NULL, dispbuf, sizeof( dispbuf ) ); > ^ >/usr/include/arpa/nameser.h:410:11: note: 'ns_sprintrr' has been explicitly marked deprecated here > __THROW __NAMESER_DEPRECATED; > ^ >/usr/include/arpa/nameser.h:58:31: note: expanded from macro '__NAMESER_DEPRECATED' ># define __NAMESER_DEPRECATED __attribute_deprecated__ > ^ >/usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' ># define __attribute_deprecated__ __attribute__ ((__deprecated__)) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest.portage.c:26:4: warning: 'ns_sprintrr' is deprecated [-Wdeprecated-declarations] > ns_sprintrr( &msg, &rr, NULL, NULL, dispbuf, sizeof( dispbuf ) ); > ^ >/usr/include/arpa/nameser.h:410:11: note: 'ns_sprintrr' has been explicitly marked deprecated here > __THROW __NAMESER_DEPRECATED; > ^ >/usr/include/arpa/nameser.h:58:31: note: expanded from macro '__NAMESER_DEPRECATED' ># define __NAMESER_DEPRECATED __attribute_deprecated__ > ^ >/usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' ># define __attribute_deprecated__ __attribute__ ((__deprecated__)) > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actest.portage.c:31:45: error: use of undeclared identifier 'ns_t_zxfr' > if( !strcmp( n, "ns_t_zxfr" ) ) { return ns_t_zxfr; } > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( argc, argv ) >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:4: warning: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > printf( "%d\n", gethostbyname( "toto" ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:4: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:20: warning: call to undeclared function 'gethostbyname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > printf( "%d\n", gethostbyname( "toto" ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:21: warning: call to undeclared function 'getsockname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > printf( "%8x\n", getsockname( 0L, 0L, 0L ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:11:21: warning: call to undeclared function 'accept'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > printf( "%8x\n", accept( 0L, 0L, 0L ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >main( argc, argv ) >^ >6 warnings generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:12: warning: call to undeclared function 'inet_aton'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > return (inet_aton( "127.0.0.1", (void *)argv ) > 0); > ^ >2 warnings generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:9:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:12: warning: call to undeclared function 'inet_pton'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > return (inet_pton( AF_INET, "127.0.0.1", (void *)argv ) > 0); > ^ >2 warnings generated. >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:10:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] >main( int argc, char *argv[] ) { >^ >int >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:26:30: error: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > printf( " ip=%s\n", inet_ntoa( ((struct sockaddr_in *)(rp->ai_addr))->sin_addr ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:26:30: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] > printf( " ip=%s\n", inet_ntoa( ((struct sockaddr_in *)(rp->ai_addr))->sin_addr ) ); > ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > %d >1 warning and 2 errors generated. > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:7: error: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > memset( &ifreq, 0x00, sizeof( ifreq ) ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:12:7: note: include the header <string.h> or explicitly provide a declaration for 'memset' >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:14:7: error: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > strcpy(ifreq.ifr_name, argv[ 1 ]); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:14:7: note: include the header <string.h> or explicitly provide a declaration for 'strcpy' >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:19:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > close(s); > ^ >3 errors generated. > > > > > > > > > > > > > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:13:29: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] > fprintf( stderr, "%d\n", getstklimit() ); > ~~ ^~~~~~~~~~~~~ > %ld > > > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/sftestportage.c:20:18: warning: passing arguments to 'sendfile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > res = sendfile( s, fileno( fd ), 0, 8 ); > ^ > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:21: error: use of undeclared identifier '_timezone' > printf( "%d\n", -_timezone ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:20: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] > printf( "%d\n", -timezone ); > ~~ ^~~~~~~~~ > %ld > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:21: warning: use of GNU old-style field designator extension [-Wgnu-designator] > struct tm tm = { tm_year: 2000 }; > ^~~~~~~~ > .tm_year = >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:4:11: error: trigraph ignored [-Werror,-Wtrigraphs] > puts( "??-" ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:10: error: using the result of an assignment as a condition without parentheses [-Werror,-Wparentheses] > if( x = 3 ) { > ~~^~~ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:10: note: place parentheses around the assignment to silence this warning > if( x = 3 ) { > ^ > ( ) >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:5:10: note: use '==' to turn this assignment into an equality comparison > if( x = 3 ) { > ^ > == >2 errors generated. > > > > > > > > > > > > > >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:6:25: warning: passing arguments to 'dlopen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > void *handle = dlopen( "/dev/null", 0 ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:7:9: warning: passing arguments to 'dlsym' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > dlsym( handle, "toto" ); > ^ >/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/temp/actestportage.c:8:11: warning: passing arguments to 'dlclose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > dlclose( handle ); > ^ >3 warnings generated. > >
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 879675
: 827273 |
827275
|
827277