Build of nghttp2 with vanilla toolchain

The build took 00h 01m 53s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
42,010 cpp
38,613 ansic
10,340 makefile
4,468 sh
3,065 python
39 ruby
98,535 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: nghttp2 1.12.0-1 (Wed Aug 24 14:14:34 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) jansson-2.7-1 libev-4.22-1
#
# Total Installed Size: 0.36 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libev...
# installing jansson...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:32: installing './compile'
# configure.ac:35: installing './config.guess'
# configure.ac:35: installing './config.sub'
# configure.ac:41: installing './install-sh'
# configure.ac:41: installing './missing'
# Makefile.am: installing './INSTALL'
# examples/Makefile.am: installing './depcomp'
# parallel-tests: installing './test-driver'
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by gcc... /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 whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for gawk... gawk
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc 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... yes
# checking target system type... x86_64-unknown-linux-gnu
# 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 whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of gcc... gcc3
# checking whether make supports nested variables... (cached) yes
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking how to run the C++ preprocessor... g++ -E
# checking for ld used by g++... /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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ 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 dependency style of g++... gcc3
# checking how to run the C preprocessor... gcc -E
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.20... yes
# checking for a Python interpreter with version >= 2.7... python
# checking for python... /usr/bin/python
# checking for python version... 3.5
# checking for python platform... linux
# checking for python script directory... ${prefix}/lib/python3.5/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python3.5/site-packages
# checking for cython.py... no
# checking for cython... no
# checking whether g++ supports C++11 features by default... yes
# checking whether std::future is available... yes
# checking whether std::map::emplace is available... yes
# checking for ZLIB... yes
# checking for library containing dlopen... -ldl
# checking for CUNIT... no
# configure: WARNING: No package 'cunit' found
# checking for CU_initialize_registry in -lcunit... no
# checking for ev_time in -lev... yes
# checking ev.h usability... yes
# checking ev.h presence... yes
# checking for ev.h... yes
# checking for OPENSSL... yes
# checking for LIBEVENT_OPENSSL... yes
# checking for JANSSON... yes
# checking for xml2-config... /usr/bin/xml2-config
# checking for libxml - version >= 2.7.7... yes (version 2.9.4)
# checking for library containing malloc_stats_print... -ljemalloc
# checking whether to enable assertions... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for inttypes.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for int8_t... yes
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for off_t... yes
# checking for pid_t... yes
# checking for uid_t in sys/types.h... yes
# checking for ptrdiff_t... yes
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for struct tm.tm_gmtoff... yes
# checking size of int *... 8
# checking size of time_t... 8
# checking for unistd.h... (cached) yes
# checking for working chown... yes
# checking for error_at_line... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking for working strnlen... yes
# checking for _Exit... yes
# checking for accept4... yes
# checking for dup2... yes
# checking for getcwd... yes
# checking for getpwnam... yes
# checking for localtime_r... yes
# checking for memchr... yes
# checking for memmove... yes
# checking for memset... yes
# checking for socket... yes
# checking for sqrt... no
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strndup... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for timegm... yes
# checking for timerfd_create... yes
# checking whether initgroups is declared... yes
# checking linux/version.h usability... yes
# checking linux/version.h presence... yes
# checking for linux/version.h... yes
# checking for Linux epoll(7) interface... yes
# checking whether C compiler accepts -fvisibility=hidden... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/libnghttp2.pc
# config.status: creating lib/includes/Makefile
# config.status: creating lib/includes/nghttp2/nghttp2ver.h
# config.status: creating tests/Makefile
# config.status: creating tests/testdata/Makefile
# config.status: creating third-party/Makefile
# config.status: creating src/Makefile
# config.status: creating src/includes/Makefile
# config.status: creating src/libnghttp2_asio.pc
# config.status: creating examples/Makefile
# config.status: creating python/Makefile
# config.status: creating python/setup.py
# config.status: creating integration-tests/Makefile
# config.status: creating integration-tests/config.go
# config.status: creating integration-tests/setenv
# config.status: creating doc/Makefile
# config.status: creating doc/conf.py
# config.status: creating doc/index.rst
# config.status: creating doc/package_README.rst
# config.status: creating doc/tutorial-client.rst
# config.status: creating doc/tutorial-server.rst
# config.status: creating doc/tutorial-hpack.rst
# config.status: creating doc/nghttpx-howto.rst
# config.status: creating doc/h2load-howto.rst
# config.status: creating doc/libnghttp2_asio.rst
# config.status: creating doc/python-apiref.rst
# config.status: creating doc/building-android-binary.rst
# config.status: creating doc/nghttp2.h.rst
# config.status: creating doc/nghttp2ver.h.rst
# config.status: creating doc/asio_http2.h.rst
# config.status: creating doc/asio_http2_server.h.rst
# config.status: creating doc/asio_http2_client.h.rst
# config.status: creating doc/contribute.rst
# config.status: creating contrib/Makefile
# config.status: creating script/Makefile
# config.status: creating config.h
# config.status: executing libtool commands
# config.status: executing depfiles commands
# configure: summary of build options:
#
# Package version: 1.12.0
# Library version: 22:0:8
# Install prefix: /usr
# System types:
# Build: x86_64-unknown-linux-gnu
# Host: x86_64-unknown-linux-gnu
# Target: x86_64-unknown-linux-gnu
# Compiler:
# C compiler: gcc
# CFLAGS:
# LDFLAGS:
# C++ compiler: g++
# CXXFLAGS:
# CXXCPP: g++ -E
# C preprocessor: gcc -E
# CPPFLAGS:
# WARNCFLAGS:
# CXX1XCXXFLAGS:
# EXTRACFLAG: -fvisibility=hidden
# LIBS:
# Library:
# Shared: yes
# Static: yes
# Python:
# Python: /usr/bin/python
# PYTHON_VERSION: 3.5
# pyexecdir: ${exec_prefix}/lib/python3.5/site-packages
# Python-dev:
# PYTHON_CPPFLAGS:
# PYTHON_LDFLAGS:
# Cython:
# Test:
# CUnit: no (CFLAGS='' LIBS='')
# Failmalloc: yes
# Libs:
# OpenSSL: yes (CFLAGS='' LIBS='-lssl -lcrypto')
# Libxml2: yes (CFLAGS='-I/usr/include/libxml2' LIBS='-lxml2 -lz -llzma -lm -ldl')
# Libev: yes (CFLAGS='' LIBS='-lev')
# Libevent(SSL): yes (CFLAGS='' LIBS='-levent_openssl -levent')
# Spdylay: no (CFLAGS='' LIBS='')
# Jansson: yes (CFLAGS='' LIBS='-ljansson')
# Jemalloc: yes (LIBS='-ljemalloc')
# Zlib: yes (CFLAGS='' LIBS='-lz')
# Boost CPPFLAGS:
# Boost LDFLAGS:
# Boost::ASIO:
# Boost::System:
# Boost::Thread:
# Third-party:
# http-parser: yes
# MRuby: no (CFLAGS='' LIBS='')
# Neverbleed: no
# Features:
# Applications: yes
# HPACK tools: yes
# Libnghttp2_asio:no
# Examples: no
# Python bindings:no
# Threading: yes
#
# make all-recursive
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# Making all in lib
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# Making all in includes
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# CC nghttp2_pq.lo
# CC nghttp2_map.lo
# CC nghttp2_queue.lo
# CC nghttp2_frame.lo
# CC nghttp2_buf.lo
# CC nghttp2_stream.lo
# CC nghttp2_outbound_item.lo
# CC nghttp2_session.lo
# CC nghttp2_submit.lo
# CC nghttp2_helper.lo
# CC nghttp2_npn.lo
# CC nghttp2_hd.lo
# CC nghttp2_hd_huffman.lo
# CC nghttp2_hd_huffman_data.lo
# CC nghttp2_version.lo
# CC nghttp2_priority_spec.lo
# CC nghttp2_option.lo
# CC nghttp2_callbacks.lo
# CC nghttp2_mem.lo
# CC nghttp2_http.lo
# CC nghttp2_rcbuf.lo
# CCLD libnghttp2.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# Making all in third-party
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# CC http-parser/http_parser.lo
# CCLD libhttp-parser.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# Making all in src
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# Making all in includes
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# CXX libnghttpx_a-util.o
# CXX libnghttpx_a-http2.o
# CC libnghttpx_a-timegm.o
# CXX libnghttpx_a-app_helper.o
# CXX libnghttpx_a-ssl.o
# CXX libnghttpx_a-shrpx_config.o
# CXX libnghttpx_a-shrpx_accept_handler.o
# CXX libnghttpx_a-shrpx_connection_handler.o
# CXX libnghttpx_a-shrpx_client_handler.o
# CXX libnghttpx_a-shrpx_http2_upstream.o
# CXX libnghttpx_a-shrpx_https_upstream.o
# CXX libnghttpx_a-shrpx_downstream.o
# CXX libnghttpx_a-shrpx_downstream_connection.o
# CXX libnghttpx_a-shrpx_http_downstream_connection.o
# CXX libnghttpx_a-shrpx_http2_downstream_connection.o
# CXX libnghttpx_a-shrpx_http2_session.o
# CXX libnghttpx_a-shrpx_downstream_queue.o
# CXX libnghttpx_a-shrpx_log.o
# CXX libnghttpx_a-shrpx_http.o
# CXX libnghttpx_a-shrpx_io_control.o
# CXX libnghttpx_a-shrpx_ssl.o
# CXX libnghttpx_a-shrpx_worker.o
# CXX libnghttpx_a-shrpx_log_config.o
# CXX libnghttpx_a-shrpx_connect_blocker.o
# CXX libnghttpx_a-shrpx_live_check.o
# CXX libnghttpx_a-shrpx_downstream_connection_pool.o
# CXX libnghttpx_a-shrpx_rate_limit.o
# CXX libnghttpx_a-shrpx_connection.o
# CXX libnghttpx_a-shrpx_memcached_dispatcher.o
# CXX libnghttpx_a-shrpx_memcached_connection.o
# CXX libnghttpx_a-shrpx_worker_process.o
# CXX libnghttpx_a-shrpx_signal.o
# CXX libnghttpx_a-shrpx_router.o
# CXX libnghttpx_a-shrpx_api_downstream_connection.o
# CXX libnghttpx_a-shrpx_health_monitor_downstream_connection.o
# CXX util.o
# CXX http2.o
# CC timegm.o
# CXX app_helper.o
# CC nghttp2_gzip.o
# CXX nghttp.o
# CXX HtmlParser.o
# CXX ssl.o
# CXX nghttpd.o
# CXX HttpServer.o
# CXX nghttpx-shrpx.o
# CXX h2load.o
# CXX h2load_http2_session.o
# CXX h2load_http1_session.o
# CXX inflatehd.o
# CC comp_helper.o
# CXX deflatehd.o
# AR libnghttpx.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# CXXLD nghttp
# CXXLD nghttpd
# CXXLD nghttpx
# CXXLD h2load
# CXXLD inflatehd
# CXXLD deflatehd
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# Making all in examples
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# Making all in python
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# Making all in tests
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# Making all in testdata
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# Making all in integration-tests
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# Making all in doc
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# Making all in contrib
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# rm -f nghttpx-init nghttpx-init.tmp
# sed -e 's|@bindir[@]|/usr/bin|g' nghttpx.service.in > nghttpx.service
# sed -e 's|@bindir[@]|/usr/bin|g' nghttpx-init.in > nghttpx-init.tmp
# sed -e 's|@bindir[@]|/usr/bin|g' nghttpx-upstart.conf.in > nghttpx-upstart.conf
# chmod +x nghttpx-init.tmp
# mv nghttpx-init.tmp nghttpx-init
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# Making all in script
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# Making install in includes
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/include'
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/include/nghttp2'
# /usr/bin/install -c -m 644 nghttp2/nghttp2.h nghttp2/nghttp2ver.h '/tmp/nghttp2/pkg/nghttp2/usr/include/nghttp2'
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib/includes'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/lib'
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/lib/pkgconfig'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libnghttp2.la '/tmp/nghttp2/pkg/nghttp2/usr/lib'
# /usr/bin/install -c -m 644 libnghttp2.pc '/tmp/nghttp2/pkg/nghttp2/usr/lib/pkgconfig'
# libtool: install: /usr/bin/install -c .libs/libnghttp2.so.14.8.0 /tmp/nghttp2/pkg/nghttp2/usr/lib/libnghttp2.so.14.8.0
# libtool: install: (cd /tmp/nghttp2/pkg/nghttp2/usr/lib && { ln -s -f libnghttp2.so.14.8.0 libnghttp2.so.14 || { rm -f libnghttp2.so.14 && ln -s libnghttp2.so.14.8.0 libnghttp2.so.14; }; })
# libtool: install: (cd /tmp/nghttp2/pkg/nghttp2/usr/lib && { ln -s -f libnghttp2.so.14.8.0 libnghttp2.so || { rm -f libnghttp2.so && ln -s libnghttp2.so.14.8.0 libnghttp2.so; }; })
# libtool: install: /usr/bin/install -c .libs/libnghttp2.lai /tmp/nghttp2/pkg/nghttp2/usr/lib/libnghttp2.la
# libtool: install: /usr/bin/install -c .libs/libnghttp2.a /tmp/nghttp2/pkg/nghttp2/usr/lib/libnghttp2.a
# libtool: install: chmod 644 /tmp/nghttp2/pkg/nghttp2/usr/lib/libnghttp2.a
# libtool: install: ranlib /tmp/nghttp2/pkg/nghttp2/usr/lib/libnghttp2.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/lib'
# Making install in third-party
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/third-party'
# Making install in src
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# Making install in includes
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src/includes'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c nghttp nghttpd nghttpx h2load inflatehd deflatehd '/tmp/nghttp2/pkg/nghttp2/usr/bin'
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/nghttp /tmp/nghttp2/pkg/nghttp2/usr/bin/nghttp
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/nghttpd /tmp/nghttp2/pkg/nghttp2/usr/bin/nghttpd
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/nghttpx /tmp/nghttp2/pkg/nghttp2/usr/bin/nghttpx
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/h2load /tmp/nghttp2/pkg/nghttp2/usr/bin/h2load
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/inflatehd /tmp/nghttp2/pkg/nghttp2/usr/bin/inflatehd
# libtool: warning: '../lib/libnghttp2.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/deflatehd /tmp/nghttp2/pkg/nghttp2/usr/bin/deflatehd
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/src'
# Making install in examples
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/examples'
# Making install in python
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/python'
# Making install in tests
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# Making install in testdata
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests/testdata'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[3]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/tests'
# Making install in integration-tests
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/integration-tests'
# Making install in doc
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/share/man/man1'
# /usr/bin/install -c -m 644 nghttp.1 nghttpd.1 nghttpx.1 h2load.1 '/tmp/nghttp2/pkg/nghttp2/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/doc'
# Making install in contrib
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/contrib'
# Making install in script
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/share/nghttp2'
# /usr/bin/install -c fetch-ocsp-response '/tmp/nghttp2/pkg/nghttp2/usr/share/nghttp2'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0/script'
# make[1]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# make[2]: Entering directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/nghttp2/pkg/nghttp2/usr/share/doc/nghttp2'
# /usr/bin/install -c -m 644 README.rst '/tmp/nghttp2/pkg/nghttp2/usr/share/doc/nghttp2'
# make[2]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# make[1]: Leaving directory '/tmp/nghttp2/src/nghttp2-1.12.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nghttp2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nghttp2 1.12.0-1 (Wed Aug 24 14:15:47 UTC 2016)

CMD: pacman --query --file nghttp2-1.12.0-1-x86_64.pkg.tar.xz
# nghttp2 1.12.0-1

Creating hybrid package for 'nghttp2'

Trying to find vanilla package 'nghttp2'...

CMD: pacman --query --file /mirror/nghttp2-1.12.0-1.pkg.tar.xz
# nghttp2 1.12.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/logrotate.d/nghttpx
# /etc/nghttpx/nghttpx.conf
# /usr/bin/nghttpx
# /usr/bin/h2load
# /usr/bin/nghttpd
# /usr/bin/inflatehd
# /usr/bin/deflatehd
# /usr/bin/nghttp
# /usr/share/man/man1/nghttp.1.gz
# /usr/share/man/man1/nghttpd.1.gz
# /usr/share/man/man1/h2load.1.gz
# /usr/share/man/man1/nghttpx.1.gz
# /usr/share/nghttp2/fetch-ocsp-response
# /usr/share/doc/nghttp2/README.rst
# /usr/share/licenses/nghttp2/COPYING
# /usr/include/nghttp2/nghttp2ver.h
# /usr/include/nghttp2/nghttp2.h
# /usr/lib/libnghttp2.so.14.8.0
# /usr/lib/libnghttp2.so.14
# /usr/lib/libnghttp2.so
# /usr/lib/systemd/system/nghttpx.service
# /usr/lib/pkgconfig/libnghttp2.pc
# /sysroot/usr/lib/libnghttp2.so.14.8.0
# /sysroot/usr/lib/libnghttp2.so.14
# /sysroot/usr/lib/libnghttp2.so
# /sysroot/usr/lib/libnghttp2.la
# /sysroot/usr/lib/libnghttp2.a
# /sysroot/usr/lib/pkgconfig/libnghttp2.pc
# /sysroot/usr/lib/systemd/system/nghttpx.service
# /sysroot/usr/include/nghttp2/nghttp2.h
# /sysroot/usr/include/nghttp2/nghttp2ver.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf nghttp2.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/nghttp2.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nghttp2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/nghttp2.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/nghttp2/src/nghttp2-1.12.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by nghttp2 configure 1.12.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-spdylay=no --disable-examples --disable-python-bindings
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f03810ae0366
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3071: checking for x86_64-unknown-linux-gcc
# configure:3101: result: no
# configure:3111: checking for gcc
# configure:3127: found /usr/bin/gcc
# configure:3138: result: gcc
# configure:3367: checking for C compiler version
# configure:3376: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3387: $? = 0
# configure:3376: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3387: $? = 0
# configure:3376: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3387: $? = 1
# configure:3376: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3387: $? = 1
# configure:3407: checking whether the C compiler works
# configure:3429: gcc conftest.c >&5
# configure:3433: $? = 0
# configure:3481: result: yes
# configure:3484: checking for C compiler default output file name
# configure:3486: result: a.out
# configure:3492: checking for suffix of executables
# configure:3499: gcc -o conftest conftest.c >&5
# configure:3503: $? = 0
# configure:3525: result:
# configure:3547: checking whether we are cross compiling
# configure:3555: gcc -o conftest conftest.c >&5
# configure:3559: $? = 0
# configure:3566: ./conftest
# configure:3570: $? = 0
# configure:3585: result: no
# configure:3590: checking for suffix of object files
# configure:3612: gcc -c conftest.c >&5
# configure:3616: $? = 0
# configure:3637: result: o
# configure:3641: checking whether we are using the GNU C compiler
# configure:3660: gcc -c conftest.c >&5
# configure:3660: $? = 0
# configure:3669: result: yes
# configure:3678: checking whether gcc accepts -g
# configure:3698: gcc -c -g conftest.c >&5
# configure:3698: $? = 0
# configure:3739: result: yes
# configure:3756: checking for gcc option to accept ISO C89
# configure:3819: gcc -c conftest.c >&5
# configure:3819: $? = 0
# configure:3832: result: none needed
# configure:3857: checking whether gcc understands -c and -o together
# configure:3879: gcc -c conftest.c -o conftest2.o
# configure:3882: $? = 0
# configure:3879: gcc -c conftest.c -o conftest2.o
# configure:3882: $? = 0
# configure:3894: result: yes
# configure:3917: checking how to run the C preprocessor
# configure:3948: gcc -E conftest.c
# configure:3948: $? = 0
# configure:3962: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3962: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3987: result: gcc -E
# configure:4007: gcc -E conftest.c
# configure:4007: $? = 0
# configure:4021: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4021: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4050: checking for grep that handles long lines and -e
# configure:4108: result: /usr/bin/grep
# configure:4113: checking for egrep
# configure:4175: result: /usr/bin/grep -E
# configure:4180: checking for ANSI C header files
# configure:4200: gcc -c conftest.c >&5
# configure:4200: $? = 0
# configure:4273: gcc -o conftest conftest.c >&5
# configure:4273: $? = 0
# configure:4273: ./conftest
# configure:4273: $? = 0
# configure:4284: result: yes
# configure:4297: checking for sys/types.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for sys/stat.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for stdlib.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for string.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for memory.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for strings.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for inttypes.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for stdint.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4297: checking for unistd.h
# configure:4297: gcc -c conftest.c >&5
# configure:4297: $? = 0
# configure:4297: result: yes
# configure:4310: checking minix/config.h usability
# configure:4310: gcc -c conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4310: result: no
# configure:4310: checking minix/config.h presence
# configure:4310: gcc -E conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4310: result: no
# configure:4310: checking for minix/config.h
# configure:4310: result: no
# configure:4331: checking whether it is safe to define __EXTENSIONS__
# configure:4349: gcc -c conftest.c >&5
# configure:4349: $? = 0
# configure:4356: result: yes
# configure:4401: checking build system type
# configure:4415: result: x86_64-unknown-linux-gnu
# configure:4435: checking host system type
# configure:4448: result: x86_64-unknown-linux-gnu
# configure:4489: checking how to print strings
# configure:4516: result: printf
# configure:4537: checking for a sed that does not truncate output
# configure:4601: result: /usr/bin/sed
# configure:4619: checking for fgrep
# configure:4681: result: /usr/bin/grep -F
# configure:4716: checking for ld used by gcc
# configure:4783: result: /usr/bin/ld
# configure:4790: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4805: result: yes
# configure:4817: checking for BSD- or MS-compatible name lister (nm)
# configure:4871: result: /usr/bin/nm -B
# configure:5001: checking the name lister (/usr/bin/nm -B) interface
# configure:5008: gcc -c conftest.c >&5
# configure:5011: /usr/bin/nm -B "conftest.o"
# configure:5014: output
# 0000000000000000 B some_variable
# configure:5021: result: BSD nm
# configure:5024: checking whether ln -s works
# configure:5028: result: yes
# configure:5036: checking the maximum length of command line arguments
# configure:5167: result: 1572864
# configure:5215: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5255: result: func_convert_file_noop
# configure:5262: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5282: result: func_convert_file_noop
# configure:5289: checking for /usr/bin/ld option to reload object files
# configure:5296: result: -r
# configure:5330: checking for x86_64-unknown-linux-objdump
# configure:5360: result: no
# configure:5370: checking for objdump
# configure:5386: found /usr/bin/objdump
# configure:5397: result: objdump
# configure:5429: checking how to recognize dependent libraries
# configure:5629: result: pass_all
# configure:5674: checking for x86_64-unknown-linux-dlltool
# configure:5704: result: no
# configure:5714: checking for dlltool
# configure:5744: result: no
# configure:5774: checking how to associate runtime and link libraries
# configure:5801: result: printf %s\n
# configure:5817: checking for x86_64-unknown-linux-ar
# configure:5847: result: no
# configure:5861: checking for ar
# configure:5877: found /usr/bin/ar
# configure:5888: result: ar
# configure:5925: checking for archiver @FILE support
# configure:5942: gcc -c conftest.c >&5
# configure:5942: $? = 0
# configure:5945: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5948: $? = 0
# configure:5953: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5956: $? = 1
# configure:5968: result: @
# configure:5986: checking for x86_64-unknown-linux-strip
# configure:6016: result: no
# configure:6026: checking for strip
# configure:6042: found /usr/bin/strip
# configure:6053: result: strip
# configure:6085: checking for x86_64-unknown-linux-ranlib
# configure:6115: result: no
# configure:6125: checking for ranlib
# configure:6141: found /usr/bin/ranlib
# configure:6152: result: ranlib
# configure:6229: checking for gawk
# configure:6245: found /usr/bin/gawk
# configure:6256: result: gawk
# configure:6296: checking command to parse /usr/bin/nm -B output from gcc object
# configure:6449: gcc -c conftest.c >&5
# configure:6452: $? = 0
# configure:6456: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6459: $? = 0
# configure:6525: gcc -o conftest conftest.c conftstm.o >&5
# configure:6528: $? = 0
# configure:6566: result: ok
# configure:6613: checking for sysroot
# configure:6643: result: no
# configure:6650: checking for a working dd
# configure:6688: result: /usr/bin/dd
# configure:6692: checking how to truncate binary pipes
# configure:6707: result: /usr/bin/dd bs=4096 count=1
# configure:6843: gcc -c conftest.c >&5
# configure:6846: $? = 0
# configure:6996: checking for x86_64-unknown-linux-mt
# configure:7026: result: no
# configure:7036: checking for mt
# configure:7066: result: no
# configure:7086: checking if : is a manifest tool
# configure:7092: : '-?'
# configure:7100: result: no
# configure:7774: checking for dlfcn.h
# configure:7774: gcc -c conftest.c >&5
# configure:7774: $? = 0
# configure:7774: result: yes
# configure:8030: checking for objdir
# configure:8045: result: .libs
# configure:8309: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8327: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8331: $? = 0
# configure:8344: result: no
# configure:8702: checking for gcc option to produce PIC
# configure:8709: result: -fPIC -DPIC
# configure:8717: checking if gcc PIC flag -fPIC -DPIC works
# configure:8735: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8739: $? = 0
# configure:8752: result: yes
# configure:8781: checking if gcc static flag -static works
# configure:8809: result: yes
# configure:8824: checking if gcc supports -c -o file.o
# configure:8845: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8849: $? = 0
# configure:8871: result: yes
# configure:8879: checking if gcc supports -c -o file.o
# configure:8926: result: yes
# configure:8959: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10218: result: yes
# configure:10255: checking whether -lc should be explicitly linked in
# configure:10263: gcc -c conftest.c >&5
# configure:10266: $? = 0
# configure:10281: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10284: $? = 0
# configure:10298: result: no
# configure:10458: checking dynamic linker characteristics
# configure:11039: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11039: $? = 0
# configure:11276: result: GNU/Linux ld.so
# configure:11398: checking how to hardcode library paths into programs
# configure:11423: result: immediate
# configure:11971: checking whether stripping libraries is possible
# configure:11976: result: yes
# configure:12011: checking if libtool supports shared libraries
# configure:12013: result: yes
# configure:12016: checking whether to build shared libraries
# configure:12041: result: yes
# configure:12044: checking whether to build static libraries
# configure:12048: result: yes
# configure:12088: checking target system type
# configure:12101: result: x86_64-unknown-linux-gnu
# configure:12144: checking for a BSD-compatible install
# configure:12212: result: /usr/bin/install -c
# configure:12223: checking whether build environment is sane
# configure:12278: result: yes
# configure:12426: checking for a thread-safe mkdir -p
# configure:12465: result: /usr/bin/mkdir -p
# configure:12468: checking whether make sets $(MAKE)
# configure:12490: result: yes
# configure:12520: checking for style of include used by make
# configure:12548: result: GNU
# configure:12582: checking whether make supports nested variables
# configure:12599: result: yes
# configure:12684: checking dependency style of gcc
# configure:12795: result: gcc3
# configure:12865: checking whether make supports nested variables
# configure:12882: result: yes
# configure:13051: checking for x86_64-unknown-linux-gcc
# configure:13078: result: gcc
# configure:13347: checking for C compiler version
# configure:13356: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:13367: $? = 0
# configure:13356: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:13367: $? = 0
# configure:13356: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:13367: $? = 1
# configure:13356: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:13367: $? = 1
# configure:13371: checking whether we are using the GNU C compiler
# configure:13399: result: yes
# configure:13408: checking whether gcc accepts -g
# configure:13469: result: yes
# configure:13486: checking for gcc option to accept ISO C89
# configure:13562: result: none needed
# configure:13587: checking whether gcc understands -c and -o together
# configure:13624: result: yes
# configure:13655: checking for x86_64-unknown-linux-g++
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-c++
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-gpp
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-aCC
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-CC
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-cxx
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-cc++
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-cl.exe
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-FCC
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-KCC
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-RCC
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-xlC_r
# configure:13685: result: no
# configure:13655: checking for x86_64-unknown-linux-xlC
# configure:13685: result: no
# configure:13699: checking for g++
# configure:13715: found /usr/bin/g++
# configure:13726: result: g++
# configure:13753: checking for C++ compiler version
# configure:13762: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:13773: $? = 0
# configure:13762: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:13773: $? = 0
# configure:13762: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:13773: $? = 1
# configure:13762: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:13773: $? = 1
# configure:13777: checking whether we are using the GNU C++ compiler
# configure:13796: g++ -c conftest.cpp >&5
# configure:13796: $? = 0
# configure:13805: result: yes
# configure:13814: checking whether g++ accepts -g
# configure:13834: g++ -c -g conftest.cpp >&5
# configure:13834: $? = 0
# configure:13875: result: yes
# configure:13916: checking how to run the C++ preprocessor
# configure:13943: g++ -E conftest.cpp
# configure:13943: $? = 0
# configure:13957: g++ -E conftest.cpp
# conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | /* end confdefs.h. */
# | #include
# configure:13982: result: g++ -E
# configure:14002: g++ -E conftest.cpp
# configure:14002: $? = 0
# configure:14016: g++ -E conftest.cpp
# conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14016: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | /* end confdefs.h. */
# | #include
# configure:14178: checking for ld used by g++
# configure:14245: result: /usr/bin/ld -m elf_x86_64
# configure:14252: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:14267: result: yes
# configure:14322: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15395: result: yes
# configure:15431: g++ -c conftest.cpp >&5
# configure:15434: $? = 0
# configure:15915: checking for g++ option to produce PIC
# configure:15922: result: -fPIC -DPIC
# configure:15930: checking if g++ PIC flag -fPIC -DPIC works
# configure:15948: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15952: $? = 0
# configure:15965: result: yes
# configure:15988: checking if g++ static flag -static works
# configure:16016: result: yes
# configure:16028: checking if g++ supports -c -o file.o
# configure:16049: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:16053: $? = 0
# configure:16075: result: yes
# configure:16080: checking if g++ supports -c -o file.o
# configure:16127: result: yes
# configure:16157: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:16197: result: yes
# configure:16338: checking dynamic linker characteristics
# configure:17083: result: GNU/Linux ld.so
# configure:17148: checking how to hardcode library paths into programs
# configure:17173: result: immediate
# configure:17215: checking dependency style of g++
# configure:17326: result: gcc3
# configure:17346: checking how to run the C preprocessor
# configure:17416: result: gcc -E
# configure:17436: gcc -E conftest.c
# configure:17436: $? = 0
# configure:17450: gcc -E conftest.c
# conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:17450: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | /* end confdefs.h. */
# | #include
# configure:17479: checking whether ln -s works
# configure:17483: result: yes
# configure:17490: checking whether make sets $(MAKE)
# configure:17512: result: yes
# configure:17534: checking for x86_64-unknown-linux-pkg-config
# configure:17567: result: no
# configure:17577: checking for pkg-config
# configure:17595: found /usr/bin/pkg-config
# configure:17607: result: /usr/bin/pkg-config
# configure:17632: checking pkg-config is at least version 0.20
# configure:17635: result: yes
# configure:17679: checking for a Python interpreter with version >= 2.7
# configure:17696: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:17699: $? = 0
# configure:17705: result: python
# configure:17713: checking for python
# configure:17731: found /usr/bin/python
# configure:17743: result: /usr/bin/python
# configure:17761: checking for python version
# configure:17768: result: 3.5
# configure:17780: checking for python platform
# configure:17787: result: linux
# configure:17813: checking for python script directory
# configure:17848: result: ${prefix}/lib/python3.5/site-packages
# configure:17857: checking for python extension module directory
# configure:17892: result: ${exec_prefix}/lib/python3.5/site-packages
# configure:18326: checking for cython.py
# configure:18356: result: no
# configure:18326: checking for cython
# configure:18356: result: no
# configure:18403: checking whether g++ supports C++11 features by default
# configure:18429: g++ -c conftest.cpp >&5
# configure:18429: $? = 0
# configure:18436: result: yes
# configure:18534: checking whether std::future is available
# configure:18552: g++ -c conftest.cpp >&5
# configure:18552: $? = 0
# configure:18557: result: yes
# configure:18567: checking whether std::map::emplace is available
# configure:18584: g++ -c conftest.cpp >&5
# configure:18584: $? = 0
# configure:18589: result: yes
# configure:18630: checking for ZLIB
# configure:18637: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.3"
# configure:18640: $? = 0
# configure:18654: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.3"
# configure:18657: $? = 0
# configure:18695: result: yes
# configure:18712: checking for library containing dlopen
# configure:18743: gcc -o conftest conftest.c >&5
# /tmp/ccGxCuwj.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:18743: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:18743: gcc -o conftest conftest.c -ldl >&5
# configure:18743: $? = 0
# configure:18760: result: -ldl
# configure:18775: checking for CUNIT
# configure:18782: $PKG_CONFIG --exists --print-errors "cunit >= 2.1"
# Package cunit was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cunit.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cunit' found
# configure:18785: $? = 1
# configure:18799: $PKG_CONFIG --exists --print-errors "cunit >= 2.1"
# Package cunit was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cunit.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cunit' found
# configure:18802: $? = 1
# configure:18816: result: no
# No package 'cunit' found
# configure:18847: WARNING: No package 'cunit' found
# configure:18849: checking for CU_initialize_registry in -lcunit
# configure:18874: gcc -o conftest conftest.c -lcunit >&5
# /usr/bin/ld: cannot find -lcunit
# collect2: error: ld returned 1 exit status
# configure:18874: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char CU_initialize_registry ();
# | int
# | main ()
# | {
# | return CU_initialize_registry ();
# | ;
# | return 0;
# | }
# configure:18883: result: no
# configure:18923: checking for ev_time in -lev
# configure:18948: gcc -o conftest conftest.c -lev -lm >&5
# configure:18948: $? = 0
# configure:18957: result: yes
# configure:18966: checking ev.h usability
# configure:18966: gcc -c conftest.c >&5
# configure:18966: $? = 0
# configure:18966: result: yes
# configure:18966: checking ev.h presence
# configure:18966: gcc -E conftest.c
# configure:18966: $? = 0
# configure:18966: result: yes
# configure:18966: checking for ev.h
# configure:18966: result: yes
# configure:18986: checking for OPENSSL
# configure:18993: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.1"
# configure:18996: $? = 0
# configure:19010: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.1"
# configure:19013: $? = 0
# configure:19051: result: yes
# configure:19064: checking for LIBEVENT_OPENSSL
# configure:19071: $PKG_CONFIG --exists --print-errors "libevent_openssl >= 2.0.8"
# configure:19074: $? = 0
# configure:19088: $PKG_CONFIG --exists --print-errors "libevent_openssl >= 2.0.8"
# configure:19091: $? = 0
# configure:19129: result: yes
# configure:19141: checking for JANSSON
# configure:19148: $PKG_CONFIG --exists --print-errors "jansson >= 2.5"
# configure:19151: $? = 0
# configure:19165: $PKG_CONFIG --exists --print-errors "jansson >= 2.5"
# configure:19168: $? = 0
# configure:19206: result: yes
# configure:19262: checking for xml2-config
# configure:19280: found /usr/bin/xml2-config
# configure:19293: result: /usr/bin/xml2-config
# configure:19302: checking for libxml - version >= 2.7.7
# configure:19404: gcc -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:19404: $? = 0
# configure:19404: ./conftest
# configure:19404: $? = 0
# configure:19419: result: yes (version 2.9.4)
# configure:19508: checking for library containing malloc_stats_print
# configure:19539: gcc -o conftest conftest.c >&5
# /tmp/ccpJkKMJ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `malloc_stats_print'
# collect2: error: ld returned 1 exit status
# configure:19539: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char malloc_stats_print ();
# | int
# | main ()
# | {
# | return malloc_stats_print ();
# | ;
# | return 0;
# | }
# configure:19539: gcc -o conftest conftest.c -ljemalloc -pthread >&5
# configure:19539: $? = 0
# configure:19556: result: -ljemalloc
# configure:20924: checking whether to enable assertions
# configure:20942: result: yes
# configure:20965: checking arpa/inet.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking arpa/inet.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for arpa/inet.h
# configure:20965: result: yes
# configure:20965: checking fcntl.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking fcntl.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for fcntl.h
# configure:20965: result: yes
# configure:20965: checking for inttypes.h
# configure:20965: result: yes
# configure:20965: checking limits.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking limits.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for limits.h
# configure:20965: result: yes
# configure:20965: checking netdb.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking netdb.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for netdb.h
# configure:20965: result: yes
# configure:20965: checking netinet/in.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking netinet/in.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for netinet/in.h
# configure:20965: result: yes
# configure:20965: checking pwd.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking pwd.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for pwd.h
# configure:20965: result: yes
# configure:20965: checking stddef.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking stddef.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for stddef.h
# configure:20965: result: yes
# configure:20965: checking for stdint.h
# configure:20965: result: yes
# configure:20965: checking for stdlib.h
# configure:20965: result: yes
# configure:20965: checking for string.h
# configure:20965: result: yes
# configure:20965: checking sys/socket.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking sys/socket.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for sys/socket.h
# configure:20965: result: yes
# configure:20965: checking sys/time.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking sys/time.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for sys/time.h
# configure:20965: result: yes
# configure:20965: checking syslog.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking syslog.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for syslog.h
# configure:20965: result: yes
# configure:20965: checking time.h usability
# configure:20965: gcc -c conftest.c >&5
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking time.h presence
# configure:20965: gcc -E conftest.c
# configure:20965: $? = 0
# configure:20965: result: yes
# configure:20965: checking for time.h
# configure:20965: result: yes
# configure:20965: checking for unistd.h
# configure:20965: result: yes
# configure:20977: checking for size_t
# configure:20977: gcc -c conftest.c >&5
# configure:20977: $? = 0
# configure:20977: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:87:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:20977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20977: result: yes
# configure:20988: checking for ssize_t
# configure:20988: gcc -c conftest.c >&5
# configure:20988: $? = 0
# configure:20988: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:87:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:20988: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20988: result: yes
# configure:20999: checking for uint8_t
# configure:20999: gcc -c conftest.c >&5
# configure:20999: $? = 0
# configure:20999: result: yes
# configure:21013: checking for uint16_t
# configure:21013: gcc -c conftest.c >&5
# configure:21013: $? = 0
# configure:21013: result: yes
# configure:21025: checking for uint32_t
# configure:21025: gcc -c conftest.c >&5
# configure:21025: $? = 0
# configure:21025: result: yes
# configure:21039: checking for uint64_t
# configure:21039: gcc -c conftest.c >&5
# configure:21039: $? = 0
# configure:21039: result: yes
# configure:21053: checking for int8_t
# configure:21053: gcc -c conftest.c >&5
# configure:21053: $? = 0
# configure:21053: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:88:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:21053: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:21053: result: yes
# configure:21064: checking for int16_t
# configure:21064: gcc -c conftest.c >&5
# configure:21064: $? = 0
# configure:21064: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:88:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:21064: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:21064: result: yes
# configure:21075: checking for int32_t
# configure:21075: gcc -c conftest.c >&5
# configure:21075: $? = 0
# configure:21075: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:89:53: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:88:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:21075: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:21075: result: yes
# configure:21086: checking for int64_t
# configure:21086: gcc -c conftest.c >&5
# configure:21086: $? = 0
# configure:21086: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:89:53: warning: integer overflow in expression [-Woverflow]
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:88:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:21086: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:21086: result: yes
# configure:21097: checking for off_t
# configure:21097: gcc -c conftest.c >&5
# configure:21097: $? = 0
# configure:21097: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:87:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:21097: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21097: result: yes
# configure:21108: checking for pid_t
# configure:21108: gcc -c conftest.c >&5
# configure:21108: $? = 0
# configure:21108: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:87:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:21108: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21108: result: yes
# configure:21119: checking for uid_t in sys/types.h
# configure:21138: result: yes
# configure:21149: checking for ptrdiff_t
# configure:21149: gcc -c conftest.c >&5
# configure:21149: $? = 0
# configure:21149: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:87:24: error: expected expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:21149: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21149: result: yes
# configure:21159: checking whether byte ordering is bigendian
# configure:21174: gcc -c conftest.c >&5
# conftest.c:53:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:53:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:53:15: error: unknown type name 'universal'
# configure:21174: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTRDIFF_T 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:21219: gcc -c conftest.c >&5
# configure:21219: $? = 0
# configure:21237: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:59:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:59:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:21237: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTRDIFF_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:21365: result: no
# configure:21383: checking for inline
# configure:21399: gcc -c conftest.c >&5
# configure:21399: $? = 0
# configure:21407: result: inline
# configure:21432: checking for special C compiler options needed for large files
# configure:21477: result: no
# configure:21483: checking for _FILE_OFFSET_BITS value needed for large files
# configure:21508: gcc -c conftest.c >&5
# configure:21508: $? = 0
# configure:21540: result: no
# configure:21626: checking for struct tm.tm_gmtoff
# configure:21626: gcc -c conftest.c >&5
# configure:21626: $? = 0
# configure:21626: result: yes
# configure:21647: checking size of int *
# configure:21652: gcc -o conftest conftest.c >&5
# configure:21652: $? = 0
# configure:21652: ./conftest
# configure:21652: $? = 0
# configure:21666: result: 8
# configure:21681: checking size of time_t
# configure:21686: gcc -o conftest conftest.c >&5
# configure:21686: $? = 0
# configure:21686: ./conftest
# configure:21686: $? = 0
# configure:21700: result: 8
# configure:21718: checking for unistd.h
# configure:21718: result: yes
# configure:21728: checking for working chown
# configure:21761: gcc -o conftest conftest.c >&5
# configure:21761: $? = 0
# configure:21761: ./conftest
# configure:21761: $? = 0
# configure:21773: result: yes
# configure:21781: checking for error_at_line
# configure:21797: gcc -o conftest conftest.c >&5
# configure:21797: $? = 0
# configure:21805: result: yes
# configure:21818: checking vfork.h usability
# configure:21818: gcc -c conftest.c >&5
# conftest.c:90:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21818: result: no
# configure:21818: checking vfork.h presence
# configure:21818: gcc -E conftest.c
# conftest.c:57:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | /* end confdefs.h. */
# | #include
# configure:21818: result: no
# configure:21818: checking for vfork.h
# configure:21818: result: no
# configure:21831: checking for fork
# configure:21831: gcc -o conftest conftest.c >&5
# conftest.c:80:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:21831: $? = 0
# configure:21831: result: yes
# configure:21831: checking for vfork
# configure:21831: gcc -o conftest conftest.c >&5
# configure:21831: $? = 0
# configure:21831: result: yes
# configure:21841: checking for working fork
# configure:21863: gcc -o conftest conftest.c >&5
# configure:21863: $? = 0
# configure:21863: ./conftest
# configure:21863: $? = 0
# configure:21873: result: yes
# configure:21894: checking for working vfork
# configure:22004: result: yes
# configure:22031: checking whether strerror_r is declared
# configure:22031: gcc -c conftest.c >&5
# configure:22031: $? = 0
# configure:22031: result: yes
# configure:22044: checking for strerror_r
# configure:22044: gcc -o conftest conftest.c >&5
# configure:22044: $? = 0
# configure:22044: result: yes
# configure:22053: checking whether strerror_r returns char *
# configure:22077: gcc -c conftest.c >&5
# configure:22077: $? = 0
# configure:22115: result: yes
# configure:22123: checking for working strnlen
# configure:22161: gcc -o conftest conftest.c >&5
# configure:22161: $? = 0
# configure:22161: ./conftest
# configure:22161: $? = 0
# configure:22171: result: yes
# configure:22204: checking for _Exit
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:87:6: warning: conflicting types for built-in function '_Exit'
# char _Exit ();
# ^~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for accept4
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for dup2
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for getcwd
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for getpwnam
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for localtime_r
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for memchr
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:93:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for memmove
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:94:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for memset
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:95:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for socket
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for sqrt
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:97:6: warning: conflicting types for built-in function 'sqrt'
# char sqrt ();
# ^~~~
# /tmp/ccv7w3NZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `sqrt'
# collect2: error: ld returned 1 exit status
# configure:22204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nghttp2"
# | #define PACKAGE_TARNAME "nghttp2"
# | #define PACKAGE_VERSION "1.12.0"
# | #define PACKAGE_STRING "nghttp2 1.12.0"
# | #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "nghttp2"
# | #define VERSION "1.12.0"
# | #define _U_ __attribute__((unused))
# | #define NGHTTP2_NORETURN __attribute__((noreturn))
# | #define HAVE_CXX11 1
# | #define HAVE_STD_FUTURE 1
# | #define HAVE_STD_MAP_EMPLACE 1
# | #define HAVE_JANSSON 1
# | #define HAVE_LIBXML2 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE__EXIT 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | /* Define sqrt to an innocuous variant, in case declares sqrt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sqrt innocuous_sqrt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sqrt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sqrt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sqrt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_sqrt || defined __stub___sqrt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sqrt ();
# | ;
# | return 0;
# | }
# configure:22204: result: no
# configure:22204: checking for strchr
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:97:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strdup
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:98:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strerror
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strndup
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:100:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strstr
# configure:22204: gcc -o conftest conftest.c >&5
# conftest.c:101:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strtol
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for strtoul
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22204: checking for timegm
# configure:22204: gcc -o conftest conftest.c >&5
# configure:22204: $? = 0
# configure:22204: result: yes
# configure:22216: checking for timerfd_create
# configure:22216: gcc -o conftest conftest.c >&5
# configure:22216: $? = 0
# configure:22216: result: yes
# configure:22227: checking whether initgroups is declared
# configure:22227: gcc -c conftest.c >&5
# configure:22227: $? = 0
# configure:22227: result: yes
# configure:22247: checking linux/version.h usability
# configure:22247: gcc -c conftest.c >&5
# configure:22247: $? = 0
# configure:22247: result: yes
# configure:22247: checking linux/version.h presence
# configure:22247: gcc -E conftest.c
# configure:22247: $? = 0
# configure:22247: result: yes
# configure:22247: checking for linux/version.h
# configure:22247: result: yes
# configure:22253: checking for Linux epoll(7) interface
# configure:22279: gcc -o conftest -DHAVE_LINUX_VERSION_H conftest.c >&5
# configure:22279: $? = 0
# configure:22290: result: yes
# configure:23857: checking whether C compiler accepts -fvisibility=hidden
# configure:23876: gcc -c -fvisibility=hidden conftest.c >&5
# configure:23876: $? = 0
# configure:23884: result: yes
# configure:24036: checking that generated files are newer than configure
# configure:24042: result: done
# configure:24130: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nghttp2 config.status 1.12.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f03810ae0366
#
# config.status:1330: creating Makefile
# config.status:1330: creating lib/Makefile
# config.status:1330: creating lib/libnghttp2.pc
# config.status:1330: creating lib/includes/Makefile
# config.status:1330: creating lib/includes/nghttp2/nghttp2ver.h
# config.status:1330: creating tests/Makefile
# config.status:1330: creating tests/testdata/Makefile
# config.status:1330: creating third-party/Makefile
# config.status:1330: creating src/Makefile
# config.status:1330: creating src/includes/Makefile
# config.status:1330: creating src/libnghttp2_asio.pc
# config.status:1330: creating examples/Makefile
# config.status:1330: creating python/Makefile
# config.status:1330: creating python/setup.py
# config.status:1330: creating integration-tests/Makefile
# config.status:1330: creating integration-tests/config.go
# config.status:1330: creating integration-tests/setenv
# config.status:1330: creating doc/Makefile
# config.status:1330: creating doc/conf.py
# config.status:1330: creating doc/index.rst
# config.status:1330: creating doc/package_README.rst
# config.status:1330: creating doc/tutorial-client.rst
# config.status:1330: creating doc/tutorial-server.rst
# config.status:1330: creating doc/tutorial-hpack.rst
# config.status:1330: creating doc/nghttpx-howto.rst
# config.status:1330: creating doc/h2load-howto.rst
# config.status:1330: creating doc/libnghttp2_asio.rst
# config.status:1330: creating doc/python-apiref.rst
# config.status:1330: creating doc/building-android-binary.rst
# config.status:1330: creating doc/nghttp2.h.rst
# config.status:1330: creating doc/nghttp2ver.h.rst
# config.status:1330: creating doc/asio_http2.h.rst
# config.status:1330: creating doc/asio_http2_server.h.rst
# config.status:1330: creating doc/asio_http2_client.h.rst
# config.status:1330: creating doc/contribute.rst
# config.status:1330: creating contrib/Makefile
# config.status:1330: creating script/Makefile
# config.status:1330: creating config.h
# config.status:1559: executing libtool commands
# config.status:1559: executing depfiles commands
# configure:26636: summary of build options:
#
# Package version: 1.12.0
# Library version: 22:0:8
# Install prefix: /usr
# System types:
# Build: x86_64-unknown-linux-gnu
# Host: x86_64-unknown-linux-gnu
# Target: x86_64-unknown-linux-gnu
# Compiler:
# C compiler: gcc
# CFLAGS:
# LDFLAGS:
# C++ compiler: g++
# CXXFLAGS:
# CXXCPP: g++ -E
# C preprocessor: gcc -E
# CPPFLAGS:
# WARNCFLAGS:
# CXX1XCXXFLAGS:
# EXTRACFLAG: -fvisibility=hidden
# LIBS:
# Library:
# Shared: yes
# Static: yes
# Python:
# Python: /usr/bin/python
# PYTHON_VERSION: 3.5
# pyexecdir: ${exec_prefix}/lib/python3.5/site-packages
# Python-dev:
# PYTHON_CPPFLAGS:
# PYTHON_LDFLAGS:
# Cython:
# Test:
# CUnit: no (CFLAGS='' LIBS='')
# Failmalloc: yes
# Libs:
# OpenSSL: yes (CFLAGS='' LIBS='-lssl -lcrypto')
# Libxml2: yes (CFLAGS='-I/usr/include/libxml2' LIBS='-lxml2 -lz -llzma -lm -ldl')
# Libev: yes (CFLAGS='' LIBS='-lev')
# Libevent(SSL): yes (CFLAGS='' LIBS='-levent_openssl -levent')
# Spdylay: no (CFLAGS='' LIBS='')
# Jansson: yes (CFLAGS='' LIBS='-ljansson')
# Jemalloc: yes (LIBS='-ljemalloc')
# Zlib: yes (CFLAGS='' LIBS='-lz')
# Boost CPPFLAGS:
# Boost LDFLAGS:
# Boost::ASIO:
# Boost::System:
# Boost::Thread:
# Third-party:
# http-parser: yes
# MRuby: no (CFLAGS='' LIBS='')
# Neverbleed: no
# Features:
# Applications: yes
# HPACK tools: yes
# Libnghttp2_asio:no
# Examples: no
# Python bindings:no
# Threading: yes
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CUNIT_CFLAGS_set=
# ac_cv_env_CUNIT_CFLAGS_value=
# ac_cv_env_CUNIT_LIBS_set=
# ac_cv_env_CUNIT_LIBS_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_CYTHON_set=
# ac_cv_env_CYTHON_value=
# ac_cv_env_JANSSON_CFLAGS_set=
# ac_cv_env_JANSSON_CFLAGS_value=
# ac_cv_env_JANSSON_LIBS_set=
# ac_cv_env_JANSSON_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBEVENT_OPENSSL_CFLAGS_set=
# ac_cv_env_LIBEVENT_OPENSSL_CFLAGS_value=
# ac_cv_env_LIBEVENT_OPENSSL_LIBS_set=
# ac_cv_env_LIBEVENT_OPENSSL_LIBS_value=
# ac_cv_env_LIBSPDYLAY_CFLAGS_set=
# ac_cv_env_LIBSPDYLAY_CFLAGS_value=
# ac_cv_env_LIBSPDYLAY_LIBS_set=
# ac_cv_env_LIBSPDYLAY_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_OPENSSL_CFLAGS_set=
# ac_cv_env_OPENSSL_CFLAGS_value=
# ac_cv_env_OPENSSL_LIBS_set=
# ac_cv_env_OPENSSL_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_PYTHON_VERSION_set=
# ac_cv_env_PYTHON_VERSION_value=
# ac_cv_env_PYTHON_set=
# ac_cv_env_PYTHON_value=
# ac_cv_env_ZLIB_CFLAGS_set=
# ac_cv_env_ZLIB_CFLAGS_value=
# ac_cv_env_ZLIB_LIBS_set=
# ac_cv_env_ZLIB_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__Exit=yes
# ac_cv_func_accept4=yes
# ac_cv_func_chown_works=yes
# ac_cv_func_dup2=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getpwnam=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_socket=yes
# ac_cv_func_sqrt=no
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strndup=yes
# ac_cv_func_strnlen_working=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_timegm=yes
# ac_cv_func_timerfd_create=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_have_decl_initgroups=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_ev_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_version_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cunit_CU_initialize_registry=no
# ac_cv_lib_error_at_line=yes
# ac_cv_lib_ev_ev_time=yes
# ac_cv_member_struct_tm_tm_gmtoff=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PYTHON=/usr/bin/python
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_search_malloc_stats_print=-ljemalloc
# ac_cv_sizeof_int_p=8
# ac_cv_sizeof_time_t=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_pathless_PYTHON=python
# am_cv_prog_cc_c_o=yes
# am_cv_python_platform=linux
# am_cv_python_pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python3.5/site-packages'
# am_cv_python_version=3.5
# ax_cv_check_cflags___fvisibility_hidden=yes
# ax_cv_cxx_compile_cxx11=yes
# ax_cv_have_epoll=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
# pkg_cv_JANSSON_CFLAGS=
# pkg_cv_JANSSON_LIBS=-ljansson
# pkg_cv_LIBEVENT_OPENSSL_CFLAGS=
# pkg_cv_LIBEVENT_OPENSSL_LIBS='-levent_openssl -levent'
# pkg_cv_OPENSSL_CFLAGS=
# pkg_cv_OPENSSL_LIBS='-lssl -lcrypto'
# pkg_cv_ZLIB_CFLAGS=
# pkg_cv_ZLIB_LIBS=-lz
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# APPLDFLAGS='-ldl -pthread'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/missing automake-1.15'
# AWK='gawk'
# BOOST_ASIO_LIB=''
# BOOST_CPPFLAGS=''
# BOOST_LDFLAGS=''
# BOOST_SYSTEM_LIB=''
# BOOST_THREAD_LIB=''
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CUNIT_CFLAGS=''
# CUNIT_LIBS=''
# CXX1XCXXFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# CYTHON=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_APP_FALSE='#'
# ENABLE_APP_TRUE=''
# ENABLE_ASIO_LIB_FALSE=''
# ENABLE_ASIO_LIB_TRUE='#'
# ENABLE_EXAMPLES_FALSE=''
# ENABLE_EXAMPLES_TRUE='#'
# ENABLE_FAILMALLOC_FALSE='#'
# ENABLE_FAILMALLOC_TRUE=''
# ENABLE_HPACK_TOOLS_FALSE='#'
# ENABLE_HPACK_TOOLS_TRUE=''
# ENABLE_PYTHON_BINDINGS_FALSE=''
# ENABLE_PYTHON_BINDINGS_TRUE='#'
# ENABLE_STATIC_FALSE='#'
# ENABLE_STATIC_TRUE=''
# ENABLE_THIRD_PARTY_FALSE='#'
# ENABLE_THIRD_PARTY_TRUE=''
# ENABLE_TINY_NGHTTPD_FALSE='#'
# ENABLE_TINY_NGHTTPD_TRUE=''
# EXEEXT=''
# EXTRACFLAG='-fvisibility=hidden'
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_CUNIT_FALSE=''
# HAVE_CUNIT_TRUE='#'
# HAVE_CXX11='1'
# HAVE_CYTHON_FALSE=''
# HAVE_CYTHON_TRUE='#'
# HAVE_LIBXML2_FALSE='#'
# HAVE_LIBXML2_TRUE=''
# HAVE_MRUBY_FALSE=''
# HAVE_MRUBY_TRUE='#'
# HAVE_NEVERBLEED_FALSE=''
# HAVE_NEVERBLEED_TRUE='#'
# HAVE_SPDYLAY_FALSE=''
# HAVE_SPDYLAY_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# JANSSON_CFLAGS=''
# JANSSON_LIBS='-ljansson'
# JEMALLOC_LIBS='-ljemalloc'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBEVENT_OPENSSL_CFLAGS=''
# LIBEVENT_OPENSSL_LIBS='-levent_openssl -levent'
# LIBEV_CFLAGS=''
# LIBEV_LIBS='-lev'
# LIBMRUBY_CFLAGS=''
# LIBMRUBY_LIBS=''
# LIBOBJS=''
# LIBS=''
# LIBSPDYLAY_CFLAGS=''
# LIBSPDYLAY_LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_AGE='8'
# LT_CURRENT='22'
# LT_REVISION='0'
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENSSL_CFLAGS=''
# OPENSSL_LIBS='-lssl -lcrypto'
# OTOOL64=''
# OTOOL=''
# PACKAGE='nghttp2'
# PACKAGE_BUGREPORT='t-tujikawa@users.sourceforge.net'
# PACKAGE_NAME='nghttp2'
# PACKAGE_STRING='nghttp2 1.12.0'
# PACKAGE_TARNAME='nghttp2'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.12.0'
# PACKAGE_VERSION_NUM='0x010c00'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PYTHON='/usr/bin/python'
# PYTHON_CPPFLAGS=''
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_EXTRA_LDFLAGS=''
# PYTHON_EXTRA_LIBS=''
# PYTHON_LDFLAGS=''
# PYTHON_PLATFORM='linux'
# PYTHON_PREFIX='${prefix}'
# PYTHON_SITE_PKG=''
# PYTHON_VERSION='3.5'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TESTLDADD=''
# VERSION='1.12.0'
# WARNCFLAGS=''
# WARNCXXFLAGS=''
# XML2_CONFIG='/usr/bin/xml2-config'
# XML_CPPFLAGS='-I/usr/include/libxml2'
# XML_LIBS='-lxml2 -lz -llzma -lm -ldl'
# ZLIB_CFLAGS=''
# ZLIB_LIBS='-lz'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/nghttp2/src/nghttp2-1.12.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/nghttp2'
# pkgpythondir='${pythondir}/nghttp2'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# pythondir='${prefix}/lib/python3.5/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "nghttp2"
# #define PACKAGE_TARNAME "nghttp2"
# #define PACKAGE_VERSION "1.12.0"
# #define PACKAGE_STRING "nghttp2 1.12.0"
# #define PACKAGE_BUGREPORT "t-tujikawa@users.sourceforge.net"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PACKAGE "nghttp2"
# #define VERSION "1.12.0"
# #define _U_ __attribute__((unused))
# #define NGHTTP2_NORETURN __attribute__((noreturn))
# #define HAVE_CXX11 1
# #define HAVE_STD_FUTURE 1
# #define HAVE_STD_MAP_EMPLACE 1
# #define HAVE_JANSSON 1
# #define HAVE_LIBXML2 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_PWD_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PTRDIFF_T 1
# #define HAVE_STRUCT_TM_TM_GMTOFF 1
# #define SIZEOF_INT_P 8
# #define SIZEOF_TIME_T 8
# #define HAVE_UNISTD_H 1
# #define HAVE_CHOWN 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define HAVE__EXIT 1
# #define HAVE_ACCEPT4 1
# #define HAVE_DUP2 1
# #define HAVE_GETCWD 1
# #define HAVE_GETPWNAM 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNDUP 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_TIMEGM 1
# #define HAVE_DECL_INITGROUPS 1
#
# configure: exit 0