See
<https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/652/>
------------------------------------------
[...truncated 2966 lines...]
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75:33: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
/bin/sh ../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_remap.lo -MD -MP -MF
.deps/tslua_la-ts_lua_remap.Tpo -c -o tslua_la-ts_lua_remap.lo `test -f
'ts_lua_remap.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_remap.c
^
/usr/include/x86/endian.h:66:40: mv -f
.deps/tslua_la-ts_lua_server_response.Tpo
.deps/tslua_la-ts_lua_server_response.Plo
note: expanded from macro '__bswap16_gen'
#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515:29: note:
forward declaration of 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515/bin/sh
../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_http_cntl.lo -MD -MP -MF
.deps/tslua_la-ts_lua_http_cntl.Tpo -c -o tslua_la-ts_lua_http_cntl.lo `test -f
'ts_lua_http_cntl.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_http_cntl.c
:54: error: incomplete definition of type 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75:33: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
/usr/include/x86/endian.h:66:51: note: expanded from macro '__bswap16_gen'
#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515:29: note:
forward declaration of 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515:54: error:
incomplete definition of type 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173/bin/sh ../../../libtool --tag=CC --mode=compile
clang -DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/ts_lua
-I../../../lib/ts -I../../../proxy/api -I../../../../proxy/api
-I../../../lib/ts -I../../../../lib/ts -I../../../../lib
-I../../../../lib/luajit/src -I/usr/local/include -Dfreebsd
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN
-I/usr/local/include/tcl8.6 -g -pipe -Wall -Qunused-arguments -O3
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror -mcx16 -MT
tslua_la-ts_lua_http_config.lo -MD -MP -MF
.deps/tslua_la-ts_lua_http_config.Tpo -c -o tslua_la-ts_lua_http_config.lo
`test -f 'ts_lua_http_config.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_http_config.c
:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75:53: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515:29: note:
forward declaration of 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:516:76: error:
incomplete definition of type 'struct sockaddr_in'
inet_ntop(AF_INET, (const void *) &((struct sockaddr_in *)
server_ip)->sin_addr, sip, sizeof(sip));libtool: compile: clang
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_transform.lo -MD -MP -MF
.deps/tslua_la-ts_lua_transform.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_transform.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_transform.o
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:515:29: note:
forward declaration of 'struct sockaddr_in'
port = ntohs(((struct sockaddr_in *) server_ip)->sin_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:55:
errorlibtool: compile: clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_util.lo -MD -MP -MF
.deps/tslua_la-ts_lua_util.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_util.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_util.o
: incomplete definition of type 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:29: note:
forward declaration of 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
^
/usr/include/arpa/inet.h:173libtool: compile: clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_remap.lo -MD -MP -MF
.deps/tslua_la-ts_lua_remap.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_remap.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_remap.o
:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74libtool: compile: clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_http_cntl.lo -MD -MP -MF
.deps/tslua_la-ts_lua_http_cntl.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_http_cntl.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_http_cntl.o
:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:55: error:
incomplete definition of type 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26: notelibtool: compile: clang -DHAVE_CONFIG_H
-I. -I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_http_config.lo -MD -MP -MF
.deps/tslua_la-ts_lua_http_config.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_http_config.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_http_config.o
: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75:33: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
/usr/include/x86/endian.h:66:40: note: expanded from macro '__bswap16_gen'
#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
mv -f .deps/tslua_la-ts_lua_http_cntl.Tpo .deps/tslua_la-ts_lua_http_cntl.Plo
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:29: note:
forward declaration of 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:/bin/sh ../../../libtool --tag=CC --mode=compile
clang -DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/ts_lua
-I../../../lib/ts -I../../../proxy/api -I../../../../proxy/api
-I../../../lib/ts -I../../../../lib/ts -I../../../../lib
-I../../../../lib/luajit/src -I/usr/local/include -Dfreebsd
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN
-I/usr/local/include/tcl8.6 -g -pipe -Wall -Qunused-arguments -O3
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror -mcx16 -MT
tslua_la-ts_lua_mgmt.lo -MD -MP -MF .deps/tslua_la-ts_lua_mgmt.Tpo -c -o
tslua_la-ts_lua_mgmt.lo `test -f 'ts_lua_mgmt.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_mgmt.c
129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:55: error:
incomplete definition of type 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26mv -f .deps/tslua_la-ts_lua_transform.Tpo
.deps/tslua_la-ts_lua_transform.Plo
: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75:33/bin/sh ../../../libtool --tag=CC
--mode=compile clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_package.lo -MD -MP -MF
.deps/tslua_la-ts_lua_package.Tpo -c -o tslua_la-ts_lua_package.lo `test -f
'ts_lua_package.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_package.c
: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
/usr/include/x86/endian.h:66:51: note: expanded from macro '__bswap16_gen'
#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:29: note:
forward declaration of 'struct sockaddr_in6'libtool: compile: clang
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_mgmt.lo -MD -MP -MF
.deps/tslua_la-ts_lua_mgmt.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_mgmt.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_mgmt.o
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:55: error:
incomplete definition of type 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30mv -f .deps/tslua_la-ts_lua_http_config.Tpo
.deps/tslua_la-ts_lua_http_config.Plo
: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:75mv -f .deps/tslua_la-ts_lua_remap.Tpo
.deps/tslua_la-ts_lua_remap.Plo
:53: note: expanded from macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:29: note:
forward declaration of 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
^
/usr/include/arpa/inet.h:173:26: note: /bin/sh ../../../libtool --tag=CC
--mode=compile clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_string.lo -MD -MP -MF
.deps/tslua_la-ts_lua_string.Tpo -c -o tslua_la-ts_lua_string.lo `test -f
'ts_lua_string.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_string.c
expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37/bin/sh ../../../libtool --tag=CC
--mode=compile clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_crypto.lo -MD -MP -MF
.deps/tslua_la-ts_lua_crypto.Tpo -c -o tslua_la-ts_lua_crypto.lo `test -f
'ts_lua_crypto.c' || echo
'../../../../plugins/experimental/ts_lua/'`ts_lua_crypto.c
: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \libtool: compile: clang
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_package.lo -MD -MP -MF
.deps/tslua_la-ts_lua_package.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_package.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_package.o
^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:520:78: error:
incomplete definition of type 'struct sockaddr_in6'
inet_ntop(AF_INET6, (const void *) &((struct sockaddr_in6 *)
server_ip)->sin6_addr, sip, sizeof(sip));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../../../../plugins/experimental/ts_lua/ts_lua_server_request.c:519:29: note:
forward declaration of 'struct sockaddr_in6'
port = ntohs(((struct sockaddr_in6 *) server_ip)->sin6_port);
^
/usr/include/arpa/inet.h:173:26: note: expanded from macro 'ntohs'
#define ntohs(x) __ntohs(x)
^
/usr/include/x86/endian.h:129:30: note: expanded from macro '__ntohs'
#define __ntohs(x) __bswap16(x)
^
/usr/include/x86/endian.h:74:37: note: expanded from macro '__bswap16'
((__uint16_t)(__builtin_constant_p(x) ? \
^
14 errors generated.
Makefile:849: recipe for target 'tslua_la-ts_lua_server_request.lo' failed
gmake[3]: *** [tslua_la-ts_lua_server_request.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
libtool: compile: clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_string.lo -MD -MP -MF
.deps/tslua_la-ts_lua_string.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_string.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_string.o
mv -f .deps/tslua_la-ts_lua_mgmt.Tpo .deps/tslua_la-ts_lua_mgmt.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I.
-I../../../../plugins/experimental/ts_lua -I../../../lib/ts
-I../../../proxy/api -I../../../../proxy/api -I../../../lib/ts
-I../../../../lib/ts -I../../../../lib -I../../../../lib/luajit/src
-I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 -g -pipe -Wall
-Qunused-arguments -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing
-Werror -mcx16 -MT tslua_la-ts_lua_crypto.lo -MD -MP -MF
.deps/tslua_la-ts_lua_crypto.Tpo -c
../../../../plugins/experimental/ts_lua/ts_lua_crypto.c -fPIC -DPIC -o
.libs/tslua_la-ts_lua_crypto.o
mv -f .deps/tslua_la-ts_lua_package.Tpo .deps/tslua_la-ts_lua_package.Plo
mv -f .deps/tslua_la-ts_lua_util.Tpo .deps/tslua_la-ts_lua_util.Plo
mv -f .deps/tslua_la-ts_lua_string.Tpo .deps/tslua_la-ts_lua_string.Plo
mv -f .deps/tslua_la-ts_lua_crypto.Tpo .deps/tslua_la-ts_lua_crypto.Plo
gmake[3]: Leaving directory
'<https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/652/build/BUILDS/plugins/experimental/ts_lua'>
Makefile:611: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
'<https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/652/build/BUILDS/plugins/experimental'>
Makefile:603: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
'<https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/652/build/BUILDS/plugins'>
Makefile:658: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
Build step 'Execute shell' marked build as failure