Skip to content

Instantly share code, notes, and snippets.

@jbfavre
Created November 16, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbfavre/00f63362b435d8ffc682d42d29b671f2 to your computer and use it in GitHub Desktop.
Save jbfavre/00f63362b435d8ffc682d42d29b671f2 to your computer and use it in GitHub Desktop.
ATS 7.0.0 compilation issue
SSLInternal.cc: In function ‘void SSL_set_rbio(SSL*, BIO*)’:
SSLInternal.cc:40:10: error: invalid use of incomplete type ‘SSL {aka struct ssl_st}’
if (ssl->rbio != NULL) {
^~
In file included from /usr/include/openssl/crypto.h:31:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from SSLInternal.cc:33:
/usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of ‘SSL {aka struct ssl_st}’
typedef struct ssl_st SSL;
^~~~~~
SSLInternal.cc:41:17: error: invalid use of incomplete type ‘SSL {aka struct ssl_st}’
BIO_free(ssl->rbio);
^~
In file included from /usr/include/openssl/crypto.h:31:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from SSLInternal.cc:33:
/usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of ‘SSL {aka struct ssl_st}’
typedef struct ssl_st SSL;
^~~~~~
SSLInternal.cc:43:6: error: invalid use of incomplete type ‘SSL {aka struct ssl_st}’
ssl->rbio = rbio;
^~
In file included from /usr/include/openssl/crypto.h:31:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from SSLInternal.cc:33:
/usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of ‘SSL {aka struct ssl_st}’
typedef struct ssl_st SSL;
^~~~~~
Makefile:1028 : la recette pour la cible « SSLInternal.o » a échouée
make[3]: *** [SSLInternal.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
make[3] : on quitte le répertoire « /home/dev/trafficserver-debian/iocore/net »
Makefile:651 : la recette pour la cible « all-recursive » a échouée
make[2]: *** [all-recursive] Erreur 1
make[2] : on quitte le répertoire « /home/dev/trafficserver-debian/iocore »
Makefile:676 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/dev/trafficserver-debian »
dh_auto_build: make -j4 returned exit code 2
debian/rules:33 : la recette pour la cible « binary » a échouée
make: *** [binary] Erreur 2
dpkg-buildpackage: erreur: fakeroot debian/rules binary a produit une erreur de sortie de type 2
dh_auto_configure -- --enable-layout=Debian --sysconfdir=/etc/trafficserver --libdir=/usr/lib/trafficserver --libexecdir=/usr/lib/trafficserver/modules --with-user=root --with-group=root --disable-silent-rules --enable-experimental-plugins --enable-reclaimable-freelist --enable-32bit-build CFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3" FCFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" FFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" GCJFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" LDFLAGS="-Wl,-z,relro -Wl,-z,now" OBJCFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security" --enable-wccp --enable-linux-native-aio
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --enable-layout=Debian --sysconfdir=/etc/trafficserver --libdir=/usr/lib/trafficserver --libexecdir=/usr/lib/trafficserver/modules --with-user=root --with-group=root --disable-silent-rules --enable-experimental-plugins --enable-reclaimable-freelist --enable-32bit-build "CFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "CXXFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3" "FCFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" "FFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" "GCJFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" "OBJCFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security" "OBJCXXFLAGS=-g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security" --enable-wccp --enable-linux-native-aio
configure: WARNING: unrecognized options: --enable-reclaimable-freelist, --enable-linux-native-aio
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for chosen layout... Debian
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether to enable debugging... no
checking whether to code coverage... no
checking whether to enable -Werror... no
checking whether to enable fast SDK APIs... no
checking whether to enable diags... yes
checking whether to enable regression tests... yes
checking whether to commit cov defects to remote host... localhost
checking whether to enable WCCP v2 support... yes
checking whether to enable profiler... no
checking whether to enable eventfd()... yes
checking whether to use POSIX capabilities... auto
checking whether to use hwloc library... yes
checking whether to enable ccache... no
checking whether to enable hardening of the executables... no
checking whether to enable SSLv3 config for origin connections... no
checking whether to enable TPROXY based transparency... auto
checking whether to enable experimental plugins... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBMEMCACHED... no
checking for LIBMAGICKCPP... no
checking whether to install example plugins... no
checking whether to install testing tools... no
checking whether to allow 32-bit builds...
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking how to run the C preprocessor... cc -E
checking how to run the C++ preprocessor... c++ -E
checking dependency style of cc... none
checking for C compiler vendor... gnu
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gawk... (cached) gawk
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for rm... rm -f
checking for cpp... cpp
checking for ar... (cached) ar
checking for library containing strerror... none required
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for sphinx version >= 1.1... found 1.4.8
checking for sphinx.writers.manpage... yes
checking for sphinx-build... sphinx-build
checking for clang-tidy... false
checking whether to build man pages... yes
checking for bison... bison
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for doxygen... no
checking for perl... /usr/bin/perl
checking for perl module ExtUtils::MakeMaker... ok
checking checking whether to auto-set compiler optimization flags... no
checking size of void*... 8
configure: Build for host OS: linux-gnu, arch: x86_64, optimization: linux
checking for library containing exc_capture_context... no
checking for library containing MLD_demangle_string... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing clock_gettime... none required
checking for library containing clock_gettime... (cached) none required
checking for library containing dlsym... -ldl
checking for library containing pthread_yield... -lpthread
checking for res_init in -lresolv... no
checking for __putlong in -lresolv... yes
checking for ncursesw via pkg-config... no
checking for ncursesw via fallback...
checking for initscr() with -lncursesw... no
checking for ncurses via pkg-config... no
checking for ncurses via fallback...
checking for initscr() with -lncurses... no
checking for Curses library... no
checking for curl-config... /usr/bin/curl-config
checking for curl (7.51.0) >= 7.19... yes
checking for library containing crypt... -lcrypt
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking for SSL_CTX_set_next_protos_advertised_cb... yes
checking for SSL_CTX_set_next_proto_select_cb... yes
checking for SSL_select_next_proto... yes
checking for SSL_get0_next_proto_negotiated... yes
checking whether to enable Next Protocol Negotiation TLS extension support... yes
checking for SSL_CTX_set_alpn_protos... yes
checking for SSL_CTX_set_alpn_select_cb... yes
checking for SSL_get0_alpn_selected... yes
checking for SSL_select_next_proto... (cached) yes
checking whether to enable Application Layer Protocol Negotiation TLS extension support... yes
checking openssl/ec.h usability... yes
checking openssl/ec.h presence... yes
checking for openssl/ec.h... yes
checking for EC_KEY_new_by_curve_name... yes
checking whether EC keys are supported... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/ts.h usability... yes
checking openssl/ts.h presence... yes
checking for openssl/ts.h... yes
checking for openssl/tls1.h... yes
checking for SSL_CTX_set_tlsext_servername_callback... yes
checking for SSL_get_servername... yes
checking whether to enable ServerNameIndication TLS extension support... yes
checking for SSL_CTX_set_cert_cb... yes
checking whether to enable TLS certificate callback support... yes
checking for SSL_set_rbio... no
checking whether to enable set rbio... no
checking for DH_get_2048_256... yes
checking whether to enable DH_get_2048_256... yes
checking for zlib location... /usr
checking for library containing compressBound... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for lzma location... /usr
checking for library containing lzma_code... -llzma
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking for clock_gettime... yes
checking for kqueue... no
checking for epoll_ctl... yes
checking for posix_memalign... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_fallocate... yes
checking for inotify_init... yes
checking for lrand48_r... yes
checking for srand48_r... yes
checking for port_create... no
checking for strlcpy... no
checking for strlcat... no
checking for sysconf... yes
checking for sysctlbyname... no
checking for getpagesize... yes
checking for getreuid... no
checking for getresuid... yes
checking for getresgid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for strsignal... yes
checking for psignal... yes
checking for psiginfo... yes
checking for accept4... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking for eventfd... yes
checking for eventfd... (cached) yes
checking mcheck.h usability... yes
checking mcheck.h presence... yes
checking for mcheck.h... yes
checking for mcheck_pedantic... yes
checking for malloc_usable_size... yes
checking for pcre-config... pcre-config
checking for pcre headers in ... not found
checking for library containing pcre_exec... -lpcre
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace... none required
checking for LIBUNWIND... yes
configure: Using epoll event interface
checking for 128bit CAS support... yes
checking for library containing cap_set_proc... -lcap
checking whether to enable Linux native AIO... no
checking for HWLOC... yes
checking for hwloc C++ linking... yes
checking whether HWLOC_OBJ_PU is declared... yes
checking GeoIP.h usability... yes
checking GeoIP.h presence... yes
checking for GeoIP.h... yes
checking for GeoIP_new in -lGeoIP... yes
checking for a readline compatible library... no
checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking for mysql_info in -lmysqlclient... yes
checking kclangc.h usability... no
checking kclangc.h presence... no
checking for kclangc.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/pset.h usability... no
checking sys/pset.h presence... no
checking for sys/pset.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking for execinfo.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking cpio.h usability... yes
checking cpio.h presence... yes
checking for cpio.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for sys/param.h... (cached) yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking net/ppp_defs.h usability... yes
checking net/ppp_defs.h presence... yes
checking for net/ppp_defs.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking editline/readline.h usability... no
checking editline/readline.h presence... no
checking for editline/readline.h... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/disk.h usability... no
checking sys/disk.h presence... no
checking for sys/disk.h... no
checking sys/disklabel.h usability... no
checking sys/disklabel.h presence... no
checking for sys/disklabel.h... no
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking for sys/sysctl.h... yes
checking for sys/cpuset.h... no
checking for sys/mount.h... yes
checking for arpa/inet.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for 1-parameter version of pthread_setname_np()... no
checking for 2-parameter version of pthread_setname_np()... yes
checking for 2-parameter version of pthread_set_name_np()... no
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for sys/capability.h... yes
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking whether to enable transparent proxy... checking for TPROXY sockopt IP_TRANSPARENT... set to 19
checking for SO_PEERCRED socket option... yes
checking for SO_MARK socket option... yes
checking for IP_TOS socket option... yes
checking for loopback network interface... lo
checking style of gethostbyname_r routine... glibc2
checking 3rd argument to the gethostbyname_r routines... char
checking IN6_IS_ADDR_UNSPECIFIED macro works... yes
checking for struct tcp_info... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for struct hsearch_data... yes
checking for hcreate_r... yes
checking for hsearch_r... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cmd/Makefile
config.status: creating cmd/traffic_cop/Makefile
config.status: creating cmd/traffic_crashlog/Makefile
config.status: creating cmd/traffic_ctl/Makefile
config.status: creating cmd/traffic_layout/Makefile
config.status: creating cmd/traffic_manager/Makefile
config.status: creating cmd/traffic_top/Makefile
config.status: creating cmd/traffic_via/Makefile
config.status: creating cmd/traffic_wccp/Makefile
config.status: creating doc/Makefile
config.status: creating example/Makefile
config.status: creating iocore/Makefile
config.status: creating iocore/aio/Makefile
config.status: creating iocore/cache/Makefile
config.status: creating iocore/cluster/Makefile
config.status: creating iocore/dns/Makefile
config.status: creating iocore/eventsystem/Makefile
config.status: creating iocore/hostdb/Makefile
config.status: creating iocore/net/Makefile
config.status: creating iocore/utils/Makefile
config.status: creating lib/Makefile
config.status: creating lib/atscppapi/Makefile
config.status: creating lib/atscppapi/examples/Makefile
config.status: creating lib/atscppapi/src/Makefile
config.status: creating lib/bindings/Makefile
config.status: creating lib/perl/Makefile
config.status: creating lib/perl/lib/Apache/TS.pm
config.status: creating lib/records/Makefile
config.status: creating lib/ts/Makefile
config.status: creating lib/ts/apidefs.h
config.status: creating lib/ts/ink_config.h
config.status: creating lib/tsconfig/Makefile
config.status: creating lib/wccp/Makefile
config.status: creating mgmt/Makefile
config.status: creating mgmt/api/Makefile
config.status: creating mgmt/api/include/Makefile
config.status: creating mgmt/cluster/Makefile
config.status: creating mgmt/utils/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/authproxy/Makefile
config.status: creating plugins/background_fetch/Makefile
config.status: creating plugins/conf_remap/Makefile
config.status: creating plugins/esi/Makefile
config.status: creating plugins/generator/Makefile
config.status: creating plugins/gzip/Makefile
config.status: creating plugins/header_rewrite/Makefile
config.status: creating plugins/healthchecks/Makefile
config.status: creating plugins/libloader/Makefile
config.status: creating plugins/regex_remap/Makefile
config.status: creating plugins/regex_revalidate/Makefile
config.status: creating plugins/s3_auth/Makefile
config.status: creating plugins/stats_over_http/Makefile
config.status: creating plugins/tcpinfo/Makefile
config.status: creating plugins/xdebug/Makefile
config.status: creating plugins/experimental/Makefile
config.status: creating plugins/experimental/acme/Makefile
config.status: creating plugins/experimental/balancer/Makefile
config.status: creating plugins/experimental/buffer_upload/Makefile
config.status: creating plugins/experimental/cache_key_genid/Makefile
config.status: creating plugins/experimental/cache_promote/Makefile
config.status: creating plugins/experimental/cache_range_requests/Makefile
config.status: creating plugins/experimental/cachekey/Makefile
config.status: creating plugins/experimental/collapsed_connection/Makefile
config.status: creating plugins/experimental/collapsed_forwarding/Makefile
config.status: creating plugins/experimental/custom_redirect/Makefile
config.status: creating plugins/experimental/epic/Makefile
config.status: creating plugins/experimental/escalate/Makefile
config.status: creating plugins/experimental/geoip_acl/Makefile
config.status: creating plugins/experimental/header_freq/Makefile
config.status: creating plugins/experimental/header_normalize/Makefile
config.status: creating plugins/experimental/hipes/Makefile
config.status: creating plugins/experimental/hook-trace/Makefile
config.status: creating plugins/experimental/inliner/Makefile
config.status: creating plugins/experimental/memcache/Makefile
config.status: creating plugins/experimental/memcached_remap/Makefile
config.status: creating plugins/experimental/metalink/Makefile
config.status: creating plugins/experimental/mp4/Makefile
config.status: creating plugins/experimental/multiplexer/Makefile
config.status: creating plugins/experimental/mysql_remap/Makefile
config.status: creating plugins/experimental/remap_purge/Makefile
config.status: creating plugins/experimental/remap_stats/Makefile
config.status: creating plugins/experimental/ssl_cert_loader/Makefile
config.status: creating plugins/experimental/sslheaders/Makefile
config.status: creating plugins/experimental/stale_while_revalidate/Makefile
config.status: creating plugins/experimental/stream_editor/Makefile
config.status: creating plugins/experimental/ts_lua/Makefile
config.status: creating plugins/experimental/url_sig/Makefile
config.status: creating plugins/experimental/webp_transform/Makefile
config.status: creating proxy/Makefile
config.status: creating proxy/api/ts/Makefile
config.status: creating proxy/config/Makefile
config.status: creating proxy/config/body_factory/Makefile
config.status: creating proxy/config/body_factory/default/Makefile
config.status: creating proxy/config/records.config.default
config.status: creating proxy/config/storage.config.default
config.status: creating proxy/congest/Makefile
config.status: creating proxy/hdrs/Makefile
config.status: creating proxy/http/Makefile
config.status: creating proxy/http/remap/Makefile
config.status: creating proxy/http2/Makefile
config.status: creating proxy/logging/Makefile
config.status: creating proxy/shared/Makefile
config.status: creating rc/Makefile
config.status: creating rc/trafficserver
config.status: creating rc/trafficserver.conf
config.status: creating rc/trafficserver.service
config.status: creating rc/trafficserver.xml
config.status: creating tools/Makefile
config.status: creating tools/trafficserver.pc
config.status: creating tools/tsxs
config.status: creating lib/ink_autoconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --enable-reclaimable-freelist, --enable-linux-native-aio
configure: Build option summary:
CC: cc
CXX: c++
CPP: cc -E
CFLAGS: -g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -std=gnu99 -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -feliminate-unused-debug-symbols -fno-strict-aliasing -mcx16
CXXFLAGS: -g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -std=c++11 -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -feliminate-unused-debug-symbols -fno-strict-aliasing -Wno-invalid-offsetof -mcx16
CPPFLAGS: -Wdate-time -D_FORTIFY_SOURCE=2 -Dlinux -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/include/tcl8.6
LDFLAGS: -Wl,-z,relro -Wl,-z,now
SHARED_CFLAGS: -fPIC
SHARED_CXXFLAGS: -fPIC
SHARED_CXXLINKFLAGS:
SHARED_LDFLAGS: -shared
OPENSSL_LDFLAGS:
OPENSSL_INCLUDES:
LUAJIT_CFLAGS: -g -O2 -fdebug-prefix-map=/home/dev/trafficserver-debian=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -std=gnu99 -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -feliminate-unused-debug-symbols -fno-strict-aliasing -mcx16
LUAJIT_CPPFLAGS: -I$(top_srcdir)/lib/luajit/src
LUAJIT_LDFLAGS:
EXTRA_CC_LDFLAGS:
EXTRA_CXX_LDFLAGS: -rdynamic
LIBTOOL_LINK_FLAGS:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment