Build of shadowsocks-libev with clang_glibc toolchain

The build took 00h 03m 04s and was SUCCESSFUL.

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

SLOCLanguage
49,422 ansic
5,089 sh
4,223 asm
3,534 makefile
62,268 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: shadowsocks-libev 2.4.7-1 (Thu Apr 13 16:53:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (3) libev-4.22-1 libsodium-1.0.10-1 udns-0.4-2
#
# Total Installed Size: 0.91 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 libsodium...
# installing libev...
# installing udns...
# :: 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, 'build-aux'.
# libtoolize: copying file 'build-aux/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:150: installing 'build-aux/compile'
# configure.ac:10: installing 'build-aux/missing'
# src/libsodium/Makefile.am: installing 'build-aux/depcomp'
# libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'auto'.
# libtoolize: copying file 'auto/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:10: installing 'auto/compile'
# configure.ac:12: installing 'auto/missing'
# libcork/Makefile.am: installing 'auto/depcomp'
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking how to run the C preprocessor... clang -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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking whether make supports nested variables... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 clang... /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... 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 command to parse /usr/bin/nm -B output from clang 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 clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for thread local storage (TLS) class... __thread
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for compress2 in -lz... yes
# checking for dlopen... (cached) no
# checking for dlopen in -ldl... (cached) yes
# checking openssl/evp.h usability... yes
# checking openssl/evp.h presence... yes
# checking for openssl/evp.h... yes
# checking openssl/rsa.h usability... yes
# checking openssl/rsa.h presence... yes
# checking for openssl/rsa.h... yes
# checking openssl/rand.h usability... yes
# checking openssl/rand.h presence... yes
# checking for openssl/rand.h... yes
# checking openssl/err.h usability... yes
# checking openssl/err.h presence... yes
# checking for openssl/err.h... yes
# checking openssl/sha.h usability... yes
# checking openssl/sha.h presence... yes
# checking for openssl/sha.h... yes
# checking openssl/pem.h usability... yes
# checking openssl/pem.h presence... yes
# checking for openssl/pem.h... yes
# checking openssl/engine.h usability... yes
# checking openssl/engine.h presence... yes
# checking for openssl/engine.h... yes
# checking for EVP_EncryptInit_ex in -lcrypto... yes
# checking for RAND_pseudo_bytes... yes
# checking for EVP_EncryptInit_ex... yes
# checking whether OpenSSL_add_all_algorithms is declared... yes
# checking for C/C++ restrict keyword... __restrict
# checking for netdb.h... yes
# checking for library containing inet_ntop... none required
# checking whether inet_ntop is declared... yes
# checking for what kind of host... Linux
# checking if compiler needs -Werror to reject unknown flags... yes
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# checking if -fstack-protector and -fstack-protector-all are supported.... yes
# configure: -fstack-protector enabled in CFLAGS
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) 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 langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for netdb.h... (cached) yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for net/if.h... yes
# checking for linux/if.h... yes
# checking for linux/netfilter_ipv4.h... yes
# checking for linux/netfilter_ipv6/ip6_tables.h... yes
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking for ssize_t... yes
# checking whether to enable assertions... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for ssize_t... (cached) yes
# checking for uint16_t... yes
# checking for uint8_t... yes
# checking whether time.h and sys/time.h may both be included... 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 sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking return type of signal handlers... void
# checking for memset... yes
# checking for select... yes
# checking for setresuid... yes
# checking for setreuid... yes
# checking for strerror... yes
# checking for getpwnam_r... yes
# checking for setrlimit... yes
# checking for connect in -lsocket... no
# checking for malloc... yes
# checking for memset... (cached) yes
# checking for socket... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating shadowsocks-libev.pc
# config.status: creating Makefile
# config.status: creating libcork/Makefile
# config.status: creating libipset/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# Making all in libcork
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libcork'
# CC cli/libcork_la-commands.lo
# CC core/libcork_la-allocator.lo
# CC core/libcork_la-error.lo
# CC core/libcork_la-gc.lo
# CC core/libcork_la-hash.lo
# CC core/libcork_la-ip-address.lo
# CC core/libcork_la-mempool.lo
# CC core/libcork_la-timestamp.lo
# CC core/libcork_la-u128.lo
# CC ds/libcork_la-array.lo
# CC ds/libcork_la-bitset.lo
# CC ds/libcork_la-buffer.lo
# CC ds/libcork_la-dllist.lo
# CC ds/libcork_la-file-stream.lo
# CC ds/libcork_la-hash-table.lo
# CC ds/libcork_la-managed-buffer.lo
# CC ds/libcork_la-ring-buffer.lo
# CC ds/libcork_la-slice.lo
# CC posix/libcork_la-directory-walker.lo
# CC posix/libcork_la-env.lo
# CC posix/libcork_la-exec.lo
# CC posix/libcork_la-files.lo
# CC posix/libcork_la-process.lo
# CC posix/libcork_la-subprocess.lo
# CC pthreads/libcork_la-thread.lo
# CCLD libcork.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libcork'
# Making all in libipset
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libipset'
# CC libipset_la-general.lo
# CC bdd/libipset_la-assignments.lo
# CC bdd/libipset_la-basics.lo
# CC bdd/libipset_la-bdd-iterator.lo
# CC bdd/libipset_la-expanded.lo
# CC bdd/libipset_la-reachable.lo
# CC bdd/libipset_la-read.lo
# CC bdd/libipset_la-write.lo
# CC map/libipset_la-allocation.lo
# CC map/libipset_la-inspection.lo
# CC map/libipset_la-ipv4_map.lo
# CC map/libipset_la-ipv6_map.lo
# CC map/libipset_la-storage.lo
# CC set/libipset_la-allocation.lo
# CC set/libipset_la-inspection.lo
# CC set/libipset_la-ipv4_set.lo
# CC set/libipset_la-ipv6_set.lo
# CC set/libipset_la-iterator.lo
# CC set/libipset_la-storage.lo
# CCLD libipset.la
# copying selected object files to avoid basename conflicts...
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libipset'
# Making all in src
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# CC libshadowsocks_libev_la-utils.lo
# CC libshadowsocks_libev_la-jconf.lo
# CC libshadowsocks_libev_la-json.lo
# CC libshadowsocks_libev_la-encrypt.lo
# CC libshadowsocks_libev_la-udprelay.lo
# CC libshadowsocks_libev_la-cache.lo
# CC libshadowsocks_libev_la-acl.lo
# CC libshadowsocks_libev_la-netutils.lo
# CC libshadowsocks_libev_la-local.lo
# CCLD libshadowsocks-libev.la
# CC ss_local-utils.o
# CC ss_local-jconf.o
# CC ss_local-json.o
# CC ss_local-encrypt.o
# CC ss_local-udprelay.o
# CC ss_local-cache.o
# CC ss_local-acl.o
# CC ss_local-netutils.o
# CC ss_local-local.o
# CCLD ss-local
# CC ss_tunnel-utils.o
# CC ss_tunnel-jconf.o
# CC ss_tunnel-json.o
# CC ss_tunnel-encrypt.o
# CC ss_tunnel-udprelay.o
# CC ss_tunnel-cache.o
# CC ss_tunnel-netutils.o
# CC ss_tunnel-tunnel.o
# CCLD ss-tunnel
# CC ss_server-utils.o
# CC ss_server-netutils.o
# CC ss_server-jconf.o
# CC ss_server-json.o
# CC ss_server-encrypt.o
# CC ss_server-udprelay.o
# CC ss_server-cache.o
# CC ss_server-acl.o
# CC ss_server-resolv.o
# CC ss_server-server.o
# CCLD ss-server
# CC ss_manager-utils.o
# CC ss_manager-jconf.o
# CC ss_manager-json.o
# CC ss_manager-manager.o
# CCLD ss-manager
# CC ss_redir-utils.o
# CC ss_redir-jconf.o
# CC ss_redir-json.o
# CC ss_redir-encrypt.o
# CC ss_redir-netutils.o
# CC ss_redir-cache.o
# CC ss_redir-udprelay.o
# CC ss_redir-redir.o
# CCLD ss-redir
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# make[1]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libcork
# make[1]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libcork'
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libcork'
# 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/shadowsocks-libev/src/shadowsocks-libev/libcork'
# make[1]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libcork'
# Making install in libipset
# make[1]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libipset'
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libipset'
# 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/shadowsocks-libev/src/shadowsocks-libev/libipset'
# make[1]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/libipset'
# Making install in src
# make[1]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libshadowsocks-libev.la '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib'
# libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.so.1.0.0 /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib/libshadowsocks-libev.so.1.0.0
# libtool: install: (cd /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib && { ln -s -f libshadowsocks-libev.so.1.0.0 libshadowsocks-libev.so.1 || { rm -f libshadowsocks-libev.so.1 && ln -s libshadowsocks-libev.so.1.0.0 libshadowsocks-libev.so.1; }; })
# libtool: install: (cd /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib && { ln -s -f libshadowsocks-libev.so.1.0.0 libshadowsocks-libev.so || { rm -f libshadowsocks-libev.so && ln -s libshadowsocks-libev.so.1.0.0 libshadowsocks-libev.so; }; })
# libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.lai /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib/libshadowsocks-libev.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ss-local ss-tunnel ss-server ss-manager ss-redir '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin'
# libtool: install: /usr/bin/install -c ss-local /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin/ss-local
# libtool: install: /usr/bin/install -c ss-tunnel /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin/ss-tunnel
# libtool: install: /usr/bin/install -c ss-server /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin/ss-server
# libtool: install: /usr/bin/install -c ss-manager /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin/ss-manager
# libtool: install: /usr/bin/install -c ss-redir /tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin/ss-redir
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin'
# /usr/bin/install -c ss-nat '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/bin'
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/include'
# /usr/bin/install -c -m 644 shadowsocks.h '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/include'
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# make[1]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev/src'
# make[1]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# make[2]: Entering directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/share/man/man1'
# /usr/bin/install -c -m 644 man/ss-server.1 man/ss-local.1 man/ss-redir.1 man/ss-manager.1 man/ss-tunnel.1 man/ss-nat.1 '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/share/man/man8'
# /usr/bin/install -c -m 644 man/shadowsocks-libev.8 '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/share/man/man8'
# /usr/bin/mkdir -p '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 shadowsocks-libev.pc '/tmp/shadowsocks-libev/pkg/shadowsocks-libev//usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# make[1]: Leaving directory '/tmp/shadowsocks-libev/src/shadowsocks-libev'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "shadowsocks-libev"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: shadowsocks-libev 2.4.7-1 (Thu Apr 13 16:55:30 UTC 2017)

CMD: pacman --query --file shadowsocks-libev-2.4.7-1-x86_64.pkg.tar.xz
# shadowsocks-libev 2.4.7-1

Creating hybrid package for 'shadowsocks-libev'

Trying to find vanilla package 'shadowsocks-libev'...

CMD: pacman --query --file /mirror/shadowsocks-libev-2.4.7-1.pkg.tar.xz
# shadowsocks-libev 2.4.7-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/lib/libshadowsocks-libev.so.1
# /usr/lib/libshadowsocks-libev.so
# /usr/lib/libshadowsocks-libev.so.1.0.0
# /usr/lib/pkgconfig/shadowsocks-libev.pc
# /usr/lib/systemd/system/shadowsocks-libev@.service
# /usr/lib/systemd/system/shadowsocks-libev-server@.service
# /usr/lib/systemd/system/shadowsocks-libev-redir@.service
# /usr/lib/systemd/system/shadowsocks-libev-tunnel@.service
# /usr/bin/ss-nat
# /usr/bin/ss-local
# /usr/bin/ss-tunnel
# /usr/bin/ss-server
# /usr/bin/ss-manager
# /usr/bin/ss-redir
# /usr/include/shadowsocks.h
# /usr/share/man/man1/ss-server.1.gz
# /usr/share/man/man1/ss-local.1.gz
# /usr/share/man/man1/ss-redir.1.gz
# /usr/share/man/man1/ss-manager.1.gz
# /usr/share/man/man1/ss-tunnel.1.gz
# /usr/share/man/man1/ss-nat.1.gz
# /usr/share/man/man8/shadowsocks-libev.8.gz
# /sysroot/usr/lib/libshadowsocks-libev.so.1.0.0
# /sysroot/usr/lib/libshadowsocks-libev.so.1
# /sysroot/usr/lib/libshadowsocks-libev.so
# /sysroot/usr/lib/libshadowsocks-libev.la
# /sysroot/usr/lib/pkgconfig/shadowsocks-libev.pc
# /sysroot/usr/lib/systemd/system/shadowsocks-libev@.service
# /sysroot/usr/lib/systemd/system/shadowsocks-libev-server@.service
# /sysroot/usr/lib/systemd/system/shadowsocks-libev-redir@.service
# /sysroot/usr/lib/systemd/system/shadowsocks-libev-tunnel@.service
# /sysroot/usr/include/shadowsocks.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf shadowsocks-libev.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/shadowsocks-libev.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/shadowsocks-libev.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/shadowsocks-libev.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/shadowsocks-libev/src/shadowsocks-libev/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 shadowsocks-libev configure 2.4.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-shared --enable-system-shared-lib
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e0e9980b3022
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# 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:2479: checking for x86_64-unknown-linux-gcc
# configure:2506: result: clang
# configure:2775: checking for C compiler version
# configure:2784: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2795: $? = 0
# configure:2784: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2795: $? = 0
# configure:2784: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2795: $? = 1
# configure:2784: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2795: $? = 1
# configure:2815: checking whether the C compiler works
# configure:2837: clang conftest.c >&5
# configure:2841: $? = 0
# configure:2889: result: yes
# configure:2892: checking for C compiler default output file name
# configure:2894: result: a.out
# configure:2900: checking for suffix of executables
# configure:2907: clang -o conftest conftest.c >&5
# configure:2911: $? = 0
# configure:2933: result:
# configure:2955: checking whether we are cross compiling
# configure:2963: clang -o conftest conftest.c >&5
# configure:2967: $? = 0
# configure:2974: ./conftest
# configure:2978: $? = 0
# configure:2993: result: no
# configure:2998: checking for suffix of object files
# configure:3020: clang -c conftest.c >&5
# configure:3024: $? = 0
# configure:3045: result: o
# configure:3049: checking whether we are using the GNU C compiler
# configure:3068: clang -c conftest.c >&5
# configure:3068: $? = 0
# configure:3077: result: yes
# configure:3086: checking whether clang accepts -g
# configure:3106: clang -c -g conftest.c >&5
# configure:3106: $? = 0
# configure:3147: result: yes
# configure:3164: checking for clang option to accept ISO C89
# configure:3227: clang -c conftest.c >&5
# configure:3227: $? = 0
# configure:3240: result: none needed
# configure:3265: checking whether clang understands -c and -o together
# configure:3287: clang -c conftest.c -o conftest2.o
# configure:3290: $? = 0
# configure:3287: clang -c conftest.c -o conftest2.o
# configure:3290: $? = 0
# configure:3302: result: yes
# configure:3325: checking how to run the C preprocessor
# configure:3356: clang -E conftest.c
# configure:3356: $? = 0
# configure:3370: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3395: result: clang -E
# configure:3415: clang -E conftest.c
# configure:3415: $? = 0
# configure:3429: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3458: checking for grep that handles long lines and -e
# configure:3516: result: /usr/bin/grep
# configure:3521: checking for egrep
# configure:3583: result: /usr/bin/grep -E
# configure:3588: checking for ANSI C header files
# configure:3608: clang -c conftest.c >&5
# configure:3608: $? = 0
# configure:3681: clang -o conftest conftest.c >&5
# configure:3681: $? = 0
# configure:3681: ./conftest
# configure:3681: $? = 0
# configure:3692: result: yes
# configure:3705: checking for sys/types.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for sys/stat.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for stdlib.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for string.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for memory.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for strings.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for inttypes.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for stdint.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3705: checking for unistd.h
# configure:3705: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3705: result: yes
# configure:3718: checking minix/config.h usability
# configure:3718: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3718: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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:3718: result: no
# configure:3718: checking minix/config.h presence
# configure:3718: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3718: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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:3718: result: no
# configure:3718: checking for minix/config.h
# configure:3718: result: no
# configure:3739: checking whether it is safe to define __EXTENSIONS__
# configure:3757: clang -c conftest.c >&5
# configure:3757: $? = 0
# configure:3764: result: yes
# configure:3795: checking for a BSD-compatible install
# configure:3863: result: /usr/bin/install -c
# configure:3874: checking whether build environment is sane
# configure:3929: result: yes
# configure:4077: checking for a thread-safe mkdir -p
# configure:4116: result: /usr/bin/mkdir -p
# configure:4123: checking for gawk
# configure:4139: found /usr/bin/gawk
# configure:4150: result: gawk
# configure:4161: checking whether make sets $(MAKE)
# configure:4183: result: yes
# configure:4213: checking for style of include used by make
# configure:4241: result: GNU
# configure:4275: checking whether make supports nested variables
# configure:4292: result: yes
# configure:4377: checking dependency style of clang
# configure:4488: result: gcc3
# configure:4551: checking for x86_64-unknown-linux-ar
# configure:4581: result: no
# configure:4551: checking for x86_64-unknown-linux-lib
# configure:4581: result: no
# configure:4551: checking for x86_64-unknown-linux-link
# configure:4581: result: no
# configure:4595: checking for ar
# configure:4611: found /usr/bin/ar
# configure:4622: result: ar
# configure:4648: checking the archiver (ar) interface
# configure:4664: clang -c conftest.c >&5
# configure:4664: $? = 0
# configure:4666: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4669: $? = 0
# configure:4697: result: ar
# configure:4728: checking whether make supports nested variables
# configure:4745: result: yes
# configure:4757: checking whether to enable maintainer-specific portions of Makefiles
# configure:4766: result: no
# configure:4890: checking build system type
# configure:4904: result: x86_64-unknown-linux-gnu
# configure:4924: checking host system type
# configure:4937: result: x86_64-unknown-linux-gnu
# configure:4978: checking how to print strings
# configure:5005: result: printf
# configure:5026: checking for a sed that does not truncate output
# configure:5090: result: /usr/bin/sed
# configure:5108: checking for fgrep
# configure:5170: result: /usr/bin/grep -F
# configure:5205: checking for ld used by clang
# configure:5272: result: /usr/bin/ld
# configure:5279: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5294: result: yes
# configure:5306: checking for BSD- or MS-compatible name lister (nm)
# configure:5360: result: /usr/bin/nm -B
# configure:5490: checking the name lister (/usr/bin/nm -B) interface
# configure:5497: clang -c conftest.c >&5
# configure:5500: /usr/bin/nm -B "conftest.o"
# configure:5503: output
# 0000000000000000 B some_variable
# configure:5510: result: BSD nm
# configure:5513: checking whether ln -s works
# configure:5517: result: yes
# configure:5525: checking the maximum length of command line arguments
# configure:5656: result: 1572864
# configure:5704: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5744: result: func_convert_file_noop
# configure:5751: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5771: result: func_convert_file_noop
# configure:5778: checking for /usr/bin/ld option to reload object files
# configure:5785: result: -r
# configure:5819: checking for x86_64-unknown-linux-objdump
# configure:5849: result: no
# configure:5859: checking for objdump
# configure:5875: found /usr/bin/objdump
# configure:5886: result: objdump
# configure:5918: checking how to recognize dependent libraries
# configure:6118: result: pass_all
# configure:6163: checking for x86_64-unknown-linux-dlltool
# configure:6193: result: no
# configure:6203: checking for dlltool
# configure:6233: result: no
# configure:6263: checking how to associate runtime and link libraries
# configure:6290: result: printf %s\n
# configure:6306: checking for x86_64-unknown-linux-ar
# configure:6333: result: ar
# configure:6414: checking for archiver @FILE support
# configure:6431: clang -c conftest.c >&5
# configure:6431: $? = 0
# configure:6434: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6437: $? = 0
# configure:6442: 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:6445: $? = 1
# configure:6457: result: @
# configure:6475: checking for x86_64-unknown-linux-strip
# configure:6505: result: no
# configure:6515: checking for strip
# configure:6531: found /usr/bin/strip
# configure:6542: result: strip
# configure:6574: checking for x86_64-unknown-linux-ranlib
# configure:6604: result: no
# configure:6614: checking for ranlib
# configure:6630: found /usr/bin/ranlib
# configure:6641: result: ranlib
# configure:6743: checking command to parse /usr/bin/nm -B output from clang object
# configure:6896: clang -c conftest.c >&5
# configure:6899: $? = 0
# configure:6903: /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:6906: $? = 0
# configure:6972: clang -o conftest conftest.c conftstm.o >&5
# configure:6975: $? = 0
# configure:7013: result: ok
# configure:7060: checking for sysroot
# configure:7090: result: no
# configure:7097: checking for a working dd
# configure:7135: result: /usr/bin/dd
# configure:7139: checking how to truncate binary pipes
# configure:7154: result: /usr/bin/dd bs=4096 count=1
# configure:7290: clang -c conftest.c >&5
# configure:7293: $? = 0
# configure:7443: checking for x86_64-unknown-linux-mt
# configure:7473: result: no
# configure:7483: checking for mt
# configure:7513: result: no
# configure:7533: checking if : is a manifest tool
# configure:7539: : '-?'
# configure:7547: result: no
# configure:8221: checking for dlfcn.h
# configure:8221: clang -c conftest.c >&5
# configure:8221: $? = 0
# configure:8221: result: yes
# configure:8416: checking for objdir
# configure:8431: result: .libs
# configure:8695: checking if clang supports -fno-rtti -fno-exceptions
# configure:8713: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8717: $? = 0
# configure:8730: result: yes
# configure:9088: checking for clang option to produce PIC
# configure:9095: result: -fPIC -DPIC
# configure:9103: checking if clang PIC flag -fPIC -DPIC works
# configure:9121: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9125: $? = 0
# configure:9138: result: yes
# configure:9167: checking if clang static flag -static works
# configure:9195: result: yes
# configure:9210: checking if clang supports -c -o file.o
# configure:9231: clang -c -o out/conftest2.o conftest.c >&5
# configure:9235: $? = 0
# configure:9257: result: yes
# configure:9265: checking if clang supports -c -o file.o
# configure:9312: result: yes
# configure:9345: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10604: result: yes
# configure:10641: checking whether -lc should be explicitly linked in
# configure:10649: clang -c conftest.c >&5
# configure:10652: $? = 0
# configure:10667: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10670: $? = 0
# configure:10684: result: no
# configure:10844: checking dynamic linker characteristics
# configure:11425: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11425: $? = 0
# configure:11662: result: GNU/Linux ld.so
# configure:11784: checking how to hardcode library paths into programs
# configure:11809: result: immediate
# configure:11911: checking for shl_load
# configure:11911: clang -o conftest conftest.c >&5
# /tmp/conftest-95097a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11911: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* 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 shl_load ();
# | /* 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_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11911: result: no
# configure:11915: checking for shl_load in -ldld
# configure:11940: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11940: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11949: result: no
# configure:11954: checking for dlopen
# configure:11954: clang -o conftest conftest.c >&5
# /tmp/conftest-12ea21.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11954: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11954: result: no
# configure:11958: checking for dlopen in -ldl
# configure:11983: clang -o conftest conftest.c -ldl >&5
# configure:11983: $? = 0
# configure:11992: result: yes
# configure:12111: checking whether a program can dlopen itself
# configure:12191: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:12194: $? = 0
# configure:12212: result: yes
# configure:12217: checking whether a statically linked program can dlopen itself
# configure:12297: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-c5fc84.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12300: $? = 1
# configure:12318: result: no
# configure:12357: checking whether stripping libraries is possible
# configure:12362: result: yes
# configure:12397: checking if libtool supports shared libraries
# configure:12399: result: yes
# configure:12402: checking whether to build shared libraries
# configure:12427: result: yes
# configure:12430: checking whether to build static libraries
# configure:12434: result: no
# configure:12516: checking for x86_64-unknown-linux-gcc
# configure:12543: result: clang
# configure:12812: checking for C compiler version
# configure:12821: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:12832: $? = 0
# configure:12821: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:12832: $? = 0
# configure:12821: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12832: $? = 1
# configure:12821: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12832: $? = 1
# configure:12836: checking whether we are using the GNU C compiler
# configure:12864: result: yes
# configure:12873: checking whether clang accepts -g
# configure:12934: result: yes
# configure:12951: checking for clang option to accept ISO C89
# configure:13027: result: none needed
# configure:13052: checking whether clang understands -c and -o together
# configure:13089: result: yes
# configure:13108: checking whether ln -s works
# configure:13112: result: yes
# configure:13120: checking whether make sets $(MAKE)
# configure:13142: result: yes
# configure:13435: checking for thread local storage (TLS) class
# configure:13461: clang -c conftest.c >&5
# configure:13461: $? = 0
# configure:13473: result: __thread
# configure:13531: checking zlib.h usability
# configure:13531: clang -c conftest.c >&5
# configure:13531: $? = 0
# configure:13531: result: yes
# configure:13531: checking zlib.h presence
# configure:13531: clang -E conftest.c
# configure:13531: $? = 0
# configure:13531: result: yes
# configure:13531: checking for zlib.h
# configure:13531: result: yes
# configure:13545: checking for compress2 in -lz
# configure:13570: clang -o conftest conftest.c -lz >&5
# configure:13570: $? = 0
# configure:13579: result: yes
# configure:13596: checking for dlopen
# configure:13596: result: no
# configure:13600: checking for dlopen in -ldl
# configure:13634: result: yes
# configure:13680: checking openssl/evp.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/evp.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/evp.h
# configure:13680: result: yes
# configure:13680: checking openssl/rsa.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/rsa.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/rsa.h
# configure:13680: result: yes
# configure:13680: checking openssl/rand.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/rand.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/rand.h
# configure:13680: result: yes
# configure:13680: checking openssl/err.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/err.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/err.h
# configure:13680: result: yes
# configure:13680: checking openssl/sha.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/sha.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/sha.h
# configure:13680: result: yes
# configure:13680: checking openssl/pem.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/pem.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/pem.h
# configure:13680: result: yes
# configure:13680: checking openssl/engine.h usability
# configure:13680: clang -c conftest.c >&5
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking openssl/engine.h presence
# configure:13680: clang -E conftest.c
# configure:13680: $? = 0
# configure:13680: result: yes
# configure:13680: checking for openssl/engine.h
# configure:13680: result: yes
# configure:13694: checking for EVP_EncryptInit_ex in -lcrypto
# configure:13719: clang -o conftest conftest.c -lcrypto -lz -ldl >&5
# configure:13719: $? = 0
# configure:13728: result: yes
# configure:13741: checking for RAND_pseudo_bytes
# configure:13741: clang -o conftest conftest.c -lcrypto -lz -ldl >&5
# configure:13741: $? = 0
# configure:13741: result: yes
# configure:13741: checking for EVP_EncryptInit_ex
# configure:13741: clang -o conftest conftest.c -lcrypto -lz -ldl >&5
# configure:13741: $? = 0
# configure:13741: result: yes
# configure:13753: checking whether OpenSSL_add_all_algorithms is declared
# configure:13753: clang -c conftest.c >&5
# configure:13753: $? = 0
# configure:13753: result: yes
# configure:14113: checking for C/C++ restrict keyword
# configure:14138: clang -c conftest.c >&5
# configure:14138: $? = 0
# configure:14146: result: __restrict
# configure:14165: checking for netdb.h
# configure:14165: clang -c conftest.c >&5
# configure:14165: $? = 0
# configure:14165: result: yes
# configure:14184: checking for library containing inet_ntop
# configure:14215: clang -o conftest conftest.c -lcrypto -lz -ldl >&5
# configure:14215: $? = 0
# configure:14232: result: none required
# configure:14264: checking whether inet_ntop is declared
# configure:14264: clang -c conftest.c >&5
# configure:14264: $? = 0
# configure:14264: result: yes
# configure:14286: checking for what kind of host
# configure:14291: result: Linux
# configure:14426: checking if compiler needs -Werror to reject unknown flags
# configure:14442: clang -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# configure:14442: $? = 0
# configure:14443: result: yes
# configure:14513: checking for the pthreads library -lpthreads
# configure:14551: clang -o conftest -Werror conftest.c -lpthreads -lcrypto -lz -ldl >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:14560: result: no
# configure:14458: checking whether pthreads work without any flags
# configure:14551: clang -o conftest -Werror conftest.c -lcrypto -lz -ldl >&5
# /tmp/conftest-4737d8.o: In function `main':
# conftest.c:(.text+0x28): undefined reference to `pthread_create'
# conftest.c:(.text+0x3d): undefined reference to `pthread_join'
# conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:14560: result: no
# configure:14463: checking whether pthreads work with -Kthread
# configure:14551: clang -o conftest -Kthread -Werror conftest.c -lcrypto -lz -ldl >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:14551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:14560: result: no
# configure:14463: checking whether pthreads work with -kthread
# configure:14551: clang -o conftest -kthread -Werror conftest.c -lcrypto -lz -ldl >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:14551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:14560: result: no
# configure:14513: checking for the pthreads library -llthread
# configure:14551: clang -o conftest -Werror conftest.c -llthread -lcrypto -lz -ldl >&5
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:14560: result: no
# configure:14463: checking whether pthreads work with -pthread
# configure:14551: clang -o conftest -pthread -Werror conftest.c -lcrypto -lz -ldl >&5
# configure:14551: $? = 0
# configure:14560: result: yes
# configure:14579: checking for joinable pthread attribute
# configure:14594: clang -o conftest -pthread conftest.c -lcrypto -lz -ldl >&5
# configure:14594: $? = 0
# configure:14600: result: PTHREAD_CREATE_JOINABLE
# configure:14610: checking if more special flags are required for pthreads
# configure:14625: result: no
# configure:14631: checking for PTHREAD_PRIO_INHERIT
# configure:14648: clang -o conftest -pthread conftest.c -lcrypto -lz -ldl >&5
# configure:14648: $? = 0
# configure:14657: result: yes
# configure:14761: checking if -fstack-protector and -fstack-protector-all are supported.
# configure:14774: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14774: $? = 0
# configure:14791: clang -c -pthread -fstack-protector-all conftest.c >&5
# configure:14791: $? = 0
# configure:14800: result: yes
# configure:14846: -fstack-protector enabled in CFLAGS
# configure:14870: checking limits.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking limits.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for limits.h
# configure:14870: result: yes
# configure:14870: checking for stdint.h
# configure:14870: result: yes
# configure:14870: checking for inttypes.h
# configure:14870: result: yes
# configure:14870: checking arpa/inet.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking arpa/inet.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for arpa/inet.h
# configure:14870: result: yes
# configure:14870: checking fcntl.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking fcntl.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for fcntl.h
# configure:14870: result: yes
# configure:14870: checking langinfo.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking langinfo.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for langinfo.h
# configure:14870: result: yes
# configure:14870: checking locale.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking locale.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for locale.h
# configure:14870: result: yes
# configure:14870: checking for netdb.h
# configure:14870: result: yes
# configure:14870: checking netinet/in.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking netinet/in.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for netinet/in.h
# configure:14870: result: yes
# configure:14870: checking for stdlib.h
# configure:14870: result: yes
# configure:14870: checking for string.h
# configure:14870: result: yes
# configure:14870: checking for strings.h
# configure:14870: result: yes
# configure:14870: checking for unistd.h
# configure:14870: result: yes
# configure:14870: checking sys/ioctl.h usability
# configure:14870: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking sys/ioctl.h presence
# configure:14870: clang -E conftest.c
# configure:14870: $? = 0
# configure:14870: result: yes
# configure:14870: checking for sys/ioctl.h
# configure:14870: result: yes
# configure:14883: checking sys/socket.h usability
# configure:14883: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14883: $? = 0
# configure:14883: result: yes
# configure:14883: checking sys/socket.h presence
# configure:14883: clang -E conftest.c
# configure:14883: $? = 0
# configure:14883: result: yes
# configure:14883: checking for sys/socket.h
# configure:14883: result: yes
# configure:14895: checking for net/if.h
# configure:14895: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14895: $? = 0
# configure:14895: result: yes
# configure:14948: checking for linux/if.h
# configure:14948: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14948: $? = 0
# configure:14948: result: yes
# configure:14948: checking for linux/netfilter_ipv4.h
# configure:14948: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14948: $? = 0
# configure:14948: result: yes
# configure:14948: checking for linux/netfilter_ipv6/ip6_tables.h
# configure:14948: clang -c -pthread -fstack-protector conftest.c >&5
# configure:14948: $? = 0
# configure:14948: result: yes
# configure:14984: checking whether byte ordering is bigendian
# configure:14999: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:66:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:66:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:14999: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:15044: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15044: $? = 0
# configure:15062: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:72:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:15062: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:15190: result: no
# configure:15209: checking for inline
# configure:15225: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15225: $? = 0
# configure:15233: result: inline
# configure:15251: checking for ssize_t
# configure:15251: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15251: $? = 0
# configure:15251: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:101:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:15251: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_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:15251: result: yes
# configure:15264: checking whether to enable assertions
# configure:15282: result: yes
# configure:15285: checking for ANSI C header files
# configure:15389: result: yes
# configure:15397: checking for sys/wait.h that is POSIX.1 compatible
# configure:15423: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15423: $? = 0
# configure:15430: result: yes
# configure:15439: checking for an ANSI C-conforming const
# configure:15505: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15505: $? = 0
# configure:15512: result: yes
# configure:15520: checking for pid_t
# configure:15520: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15520: $? = 0
# configure:15520: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:103:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:15520: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_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:15520: result: yes
# configure:15531: checking for size_t
# configure:15531: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15531: $? = 0
# configure:15531: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:103:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:15531: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_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:15531: result: yes
# configure:15542: checking for ssize_t
# configure:15542: result: yes
# configure:15553: checking for uint16_t
# configure:15553: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15553: $? = 0
# configure:15553: result: yes
# configure:15565: checking for uint8_t
# configure:15565: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15565: $? = 0
# configure:15565: result: yes
# configure:15579: checking whether time.h and sys/time.h may both be included
# configure:15599: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15599: $? = 0
# configure:15606: result: yes
# configure:15617: checking vfork.h usability
# configure:15617: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:101:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:15617: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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:15617: result: no
# configure:15617: checking vfork.h presence
# configure:15617: clang -E conftest.c
# conftest.c:68:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:15617: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# configure:15617: result: no
# configure:15617: checking for vfork.h
# configure:15617: result: no
# configure:15630: checking for fork
# configure:15630: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15630: $? = 0
# configure:15630: result: yes
# configure:15630: checking for vfork
# configure:15630: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# conftest.c:92:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:92:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:15630: $? = 0
# configure:15630: result: yes
# configure:15640: checking for working fork
# configure:15662: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15662: $? = 0
# configure:15662: ./conftest
# configure:15662: $? = 0
# configure:15672: result: yes
# configure:15693: checking for working vfork
# configure:15803: result: yes
# configure:15831: checking sys/select.h usability
# configure:15831: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15831: $? = 0
# configure:15831: result: yes
# configure:15831: checking sys/select.h presence
# configure:15831: clang -E conftest.c
# configure:15831: $? = 0
# configure:15831: result: yes
# configure:15831: checking for sys/select.h
# configure:15831: result: yes
# configure:15831: checking for sys/socket.h
# configure:15831: result: yes
# configure:15841: checking types of arguments for select
# configure:15869: clang -c -pthread -fstack-protector conftest.c >&5
# configure:15869: $? = 0
# configure:15880: result: int,fd_set *,struct timeval *
# configure:15903: checking return type of signal handlers
# configure:15921: clang -c -pthread -fstack-protector conftest.c >&5
# conftest.c:83:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15921: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:15928: result: void
# configure:15939: checking for memset
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# conftest.c:101:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:101:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for select
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for setresuid
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for setreuid
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for strerror
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# conftest.c:105:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:105:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for getpwnam_r
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for setrlimit
# configure:15939: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15998: checking for connect in -lsocket
# configure:16023: clang -o conftest -pthread -fstack-protector conftest.c -lsocket -lcrypto -lz -ldl >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16023: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "shadowsocks-libev"
# | #define PACKAGE_TARNAME "shadowsocks-libev"
# | #define PACKAGE_VERSION "2.4.7"
# | #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# | #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 PACKAGE "shadowsocks-libev"
# | #define VERSION "2.4.7"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define HAVE_ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_OPENSSL_RSA_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_SHA_H 1
# | #define HAVE_OPENSSL_PEM_H 1
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_RAND_PSEUDO_BYTES 1
# | #define HAVE_EVP_ENCRYPTINIT_EX 1
# | #define USE_CRYPTO_OPENSSL 1
# | #define restrict __restrict
# | #define HAVE_NETDB_H 1
# | #define HAVE_DECL_INET_NTOP 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define CONNECT_IN_PROGRESS EINPROGRESS
# | #define HAVE_LINUX_IF_H 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_STRERROR 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_SETRLIMIT 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 connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:16032: result: no
# configure:16047: checking for malloc
# configure:16047: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# conftest.c:108:6: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
# char malloc ();
# ^
# conftest.c:108:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
# 1 warning generated.
# configure:16047: $? = 0
# configure:16047: result: yes
# configure:16047: checking for memset
# configure:16047: result: yes
# configure:16047: checking for socket
# configure:16047: clang -o conftest -pthread -fstack-protector conftest.c -lcrypto -lz -ldl >&5
# configure:16047: $? = 0
# configure:16047: result: yes
# configure:16185: checking that generated files are newer than configure
# configure:16191: result: done
# configure:16235: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by shadowsocks-libev config.status 2.4.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e0e9980b3022
#
# config.status:1170: creating shadowsocks-libev.pc
# config.status:1170: creating Makefile
# config.status:1170: creating libcork/Makefile
# config.status:1170: creating libipset/Makefile
# config.status:1170: creating src/Makefile
# config.status:1170: creating config.h
# config.status:1399: executing depfiles commands
# config.status:1399: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_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_EVP_EncryptInit_ex=yes
# ac_cv_func_RAND_pseudo_bytes=yes
# ac_cv_func_dlopen=no
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getpwnam_r=yes
# ac_cv_func_malloc=yes
# ac_cv_func_memset=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_shl_load=no
# ac_cv_func_socket=yes
# ac_cv_func_strerror=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_have_decl_OpenSSL_add_all_algorithms=yes
# ac_cv_have_decl_inet_ntop=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_if_h=yes
# ac_cv_header_linux_netfilter_ipv4_h=yes
# ac_cv_header_linux_netfilter_ipv6_ip6_tables_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_openssl_engine_h=yes
# ac_cv_header_openssl_err_h=yes
# ac_cv_header_openssl_evp_h=yes
# ac_cv_header_openssl_pem_h=yes
# ac_cv_header_openssl_rand_h=yes
# ac_cv_header_openssl_rsa_h=yes
# ac_cv_header_openssl_sha_h=yes
# ac_cv_header_stdc=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_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_crypto_EVP_EncryptInit_ex=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_socket_connect=no
# ac_cv_lib_z_compress2=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_SED=/usr/bin/sed
# 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_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# 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_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_inet_ntop='none required'
# ac_cv_tls=__thread
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# 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_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=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'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/shadowsocks-libev/src/shadowsocks-libev/auto/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)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/shadowsocks-libev/src/shadowsocks-libev/auto/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/shadowsocks-libev/src/shadowsocks-libev/auto/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/shadowsocks-libev/src/shadowsocks-libev/auto/missing automake-1.15'
# AWK='gawk'
# BUILD_REDIRECTOR_FALSE='#'
# BUILD_REDIRECTOR_TRUE=''
# BUILD_WINCOMPAT_FALSE=''
# BUILD_WINCOMPAT_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pthread -fstack-protector'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INET_NTOP_LIB=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lcrypto -lz -ldl'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/shadowsocks-libev/src/shadowsocks-libev/auto/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='shadowsocks-libev'
# PACKAGE_BUGREPORT='max.c.lv@gmail.com'
# PACKAGE_NAME='shadowsocks-libev'
# PACKAGE_STRING='shadowsocks-libev 2.4.7'
# PACKAGE_TARNAME='shadowsocks-libev'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.4.7'
# PATH_SEPARATOR=':'
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_SYSTEM_SHARED_LIB_FALSE='#'
# USE_SYSTEM_SHARED_LIB_TRUE=''
# VERSION='2.4.7'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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 -'
# ax_pthread_config=''
# 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/shadowsocks-libev/src/shadowsocks-libev/auto/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}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "shadowsocks-libev"
# #define PACKAGE_TARNAME "shadowsocks-libev"
# #define PACKAGE_VERSION "2.4.7"
# #define PACKAGE_STRING "shadowsocks-libev 2.4.7"
# #define PACKAGE_BUGREPORT "max.c.lv@gmail.com"
# #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 PACKAGE "shadowsocks-libev"
# #define VERSION "2.4.7"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define TLS __thread
# #define HAVE_ZLIB 1
# #define HAVE_ZLIB_H 1
# #define HAVE_OPENSSL_EVP_H 1
# #define HAVE_OPENSSL_RSA_H 1
# #define HAVE_OPENSSL_RAND_H 1
# #define HAVE_OPENSSL_ERR_H 1
# #define HAVE_OPENSSL_SHA_H 1
# #define HAVE_OPENSSL_PEM_H 1
# #define HAVE_OPENSSL_ENGINE_H 1
# #define HAVE_RAND_PSEUDO_BYTES 1
# #define HAVE_EVP_ENCRYPTINIT_EX 1
# #define USE_CRYPTO_OPENSSL 1
# #define restrict __restrict
# #define HAVE_NETDB_H 1
# #define HAVE_DECL_INET_NTOP 1
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define CONNECT_IN_PROGRESS EINPROGRESS
# #define HAVE_LINUX_IF_H 1
# #define HAVE_LINUX_NETFILTER_IPV4_H 1
# #define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define RETSIGTYPE void
# #define HAVE_MEMSET 1
# #define HAVE_SELECT 1
# #define HAVE_SETRESUID 1
# #define HAVE_SETREUID 1
# #define HAVE_STRERROR 1
# #define HAVE_GETPWNAM_R 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMSET 1
# #define HAVE_SOCKET 1
# #define HAVE_IPv6 1
#
# configure: exit 0