The build took 00h 01m 40s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
44,423 |
ansic |
4,423 |
sh |
3,422 |
makefile |
1,322 |
python |
53,590 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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: libevent 2.0.22-2 (Thu Apr 13 16:51:43 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
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:14: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:14: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:36: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:14: installing './install-sh'
configure.ac:14: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
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 whether clang needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /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 the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... 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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if 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 whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing inet_ntoa... none required
checking for library containing socket... none required
checking for library containing inet_aton... none required
checking for library containing clock_gettime... none required
checking for library containing sendfile... none required
checking for WIN32... no
checking for CYGWIN... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing inflateEnd... -lz
checking openssl/bio.h usability... yes
checking openssl/bio.h presence... yes
checking for openssl/bio.h... yes
checking for library containing SSL_new... -lssl
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for unistd.h... (cached) yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/sysctl.h... yes
checking for TAILQ_FOREACH in sys/queue.h... yes
checking for timeradd in sys/time.h... yes
checking for timercmp in sys/time.h... yes
checking for timerclear in sys/time.h... yes
checking for timerisset in sys/time.h... yes
checking whether CTL_KERN is declared... yes
checking whether KERN_RANDOM is declared... yes
checking whether RANDOM_UUID is declared... yes
checking whether KERN_ARND is declared... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for gettimeofday... yes
checking for vasprintf... yes
checking for fcntl... yes
checking for clock_gettime... yes
checking for strtok_r... yes
checking for strsep... yes
checking for getnameinfo... yes
checking for strlcpy... no
checking for inet_ntop... yes
checking for inet_pton... yes
checking for signal... yes
checking for sigaction... yes
checking for strtoll... yes
checking for inet_aton... yes
checking for pipe... yes
checking for eventfd... yes
checking for sendfile... yes
checking for mmap... yes
checking for splice... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for issetugid... no
checking for geteuid... yes
checking for getegid... yes
checking for getprotobynumber... yes
checking for setenv... yes
checking for unsetenv... yes
checking for putenv... yes
checking for sysctl... yes
checking for umask... yes
checking for getaddrinfo... yes
checking size of long... 8
checking for F_SETFD in fcntl.h... yes
checking for select... yes
checking for poll... yes
checking for epoll_ctl... yes
checking for port_create... no
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint64_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for fd_mask... yes
checking size of long long... 8
checking size of long... (cached) 8
checking size of int... 4
checking size of short... 2
checking size of size_t... 8
checking size of void *... 8
checking size of off_t... 8
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... yes
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking for struct in6_addr.s6_addr32... yes
checking for struct in6_addr.s6_addr16... yes
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for socklen_t... yes
checking whether our compiler supports __func__... 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 size of pthread_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libevent.pc
config.status: creating libevent_openssl.pc
config.status: creating libevent_pthreads.pc
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating sample/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
test -d include/event2 || /usr/bin/mkdir -p include/event2
/usr/bin/sed -f ./make-event-config.sed < config.h > include/event2/event-config.hT
mv -f include/event2/event-config.hT include/event2/event-config.h
make all-recursive
make[1]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
Making all in .
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o
event.c:191:1: warning: unused function 'event_debug_map_HT_REPLACE' [-Wunused-function]
HT_PROTOTYPE(event_debug_map, event_debug_entry, node, hash_debug_entry,
^
./ht-internal.h:182:3: note: expanded from macro 'HT_PROTOTYPE'
name##_HT_REPLACE(struct name *head, struct type *elm) \
^
:70:1: note: expanded from here
event_debug_map_HT_REPLACE
^
event.c:191:1: warning: unused function 'event_debug_map_HT_FOREACH_FN' [-Wunused-function]
./ht-internal.h:221:3: note: expanded from macro 'HT_PROTOTYPE'
name##_HT_FOREACH_FN(struct name *head, \
^
:77:1: note: expanded from here
event_debug_map_HT_FOREACH_FN
^
event.c:191:1: warning: unused function 'event_debug_map_HT_START' [-Wunused-function]
./ht-internal.h:247:3: note: expanded from macro 'HT_PROTOTYPE'
name##_HT_START(struct name *head) \
^
:78:1: note: expanded from here
event_debug_map_HT_START
^
event.c:191:1: warning: unused function 'event_debug_map_HT_NEXT' [-Wunused-function]
./ht-internal.h:263:3: note: expanded from macro 'HT_PROTOTYPE'
name##_HT_NEXT(struct name *head, struct type **elm) \
^
:79:1: note: expanded from here
event_debug_map_HT_NEXT
^
event.c:191:1: warning: unused function 'event_debug_map_HT_NEXT_RMV' [-Wunused-function]
./ht-internal.h:278:3: note: expanded from macro 'HT_PROTOTYPE'
name##_HT_NEXT_RMV(struct name *head, struct type **elm) \
^
:80:1: note: expanded from here
event_debug_map_HT_NEXT_RMV
^
5 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
mv -f .deps/event.Tpo .deps/event.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c -o evthread.lo evthread.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -fPIC -DPIC -o .libs/evthread.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -o evthread.o >/dev/null 2>&1
mv -f .deps/evthread.Tpo .deps/evthread.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -fPIC -DPIC -o .libs/buffer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -o buffer.o >/dev/null 2>&1
mv -f .deps/buffer.Tpo .deps/buffer.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c -o bufferevent.lo bufferevent.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c bufferevent.c -fPIC -DPIC -o .libs/bufferevent.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c bufferevent.c -o bufferevent.o >/dev/null 2>&1
mv -f .deps/bufferevent.Tpo .deps/bufferevent.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c -o bufferevent_sock.lo bufferevent_sock.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c bufferevent_sock.c -fPIC -DPIC -o .libs/bufferevent_sock.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c bufferevent_sock.c -o bufferevent_sock.o >/dev/null 2>&1
mv -f .deps/bufferevent_sock.Tpo .deps/bufferevent_sock.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c -o bufferevent_filter.lo bufferevent_filter.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c bufferevent_filter.c -fPIC -DPIC -o .libs/bufferevent_filter.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c bufferevent_filter.c -o bufferevent_filter.o >/dev/null 2>&1
mv -f .deps/bufferevent_filter.Tpo .deps/bufferevent_filter.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c -o bufferevent_pair.lo bufferevent_pair.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c bufferevent_pair.c -fPIC -DPIC -o .libs/bufferevent_pair.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c bufferevent_pair.c -o bufferevent_pair.o >/dev/null 2>&1
mv -f .deps/bufferevent_pair.Tpo .deps/bufferevent_pair.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c -o listener.lo listener.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c listener.c -fPIC -DPIC -o .libs/listener.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c listener.c -o listener.o >/dev/null 2>&1
mv -f .deps/listener.Tpo .deps/listener.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c -o bufferevent_ratelim.lo bufferevent_ratelim.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c bufferevent_ratelim.c -fPIC -DPIC -o .libs/bufferevent_ratelim.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c bufferevent_ratelim.c -o bufferevent_ratelim.o >/dev/null 2>&1
mv -f .deps/bufferevent_ratelim.Tpo .deps/bufferevent_ratelim.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c -o evmap.lo evmap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -fPIC -DPIC -o .libs/evmap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -o evmap.o >/dev/null 2>&1
mv -f .deps/evmap.Tpo .deps/evmap.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o >/dev/null 2>&1
mv -f .deps/log.Tpo .deps/log.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c -o evutil.lo evutil.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -fPIC -DPIC -o .libs/evutil.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -o evutil.o >/dev/null 2>&1
mv -f .deps/evutil.Tpo .deps/evutil.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c -o evutil_rand.lo evutil_rand.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -fPIC -DPIC -o .libs/evutil_rand.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -o evutil_rand.o >/dev/null 2>&1
mv -f .deps/evutil_rand.Tpo .deps/evutil_rand.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.lo strlcpy.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c -o select.lo select.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -o select.o >/dev/null 2>&1
mv -f .deps/select.Tpo .deps/select.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c -o poll.lo poll.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -fPIC -DPIC -o .libs/poll.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -o poll.o >/dev/null 2>&1
mv -f .deps/poll.Tpo .deps/poll.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c -o epoll.lo epoll.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -fPIC -DPIC -o .libs/epoll.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -o epoll.o >/dev/null 2>&1
mv -f .deps/epoll.Tpo .deps/epoll.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -fPIC -DPIC -o .libs/signal.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
mv -f .deps/signal.Tpo .deps/signal.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c -o event_tagging.lo event_tagging.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c event_tagging.c -fPIC -DPIC -o .libs/event_tagging.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c event_tagging.c -o event_tagging.o >/dev/null 2>&1
mv -f .deps/event_tagging.Tpo .deps/event_tagging.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c -o http.lo http.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -fPIC -DPIC -o .libs/http.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o http.o >/dev/null 2>&1
mv -f .deps/http.Tpo .deps/http.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c -o evdns.lo evdns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c evdns.c -fPIC -DPIC -o .libs/evdns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c evdns.c -o evdns.o >/dev/null 2>&1
mv -f .deps/evdns.Tpo .deps/evdns.Plo
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c -o evrpc.lo evrpc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c evrpc.c -fPIC -DPIC -o .libs/evrpc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c evrpc.c -o evrpc.o >/dev/null 2>&1
mv -f .deps/evrpc.Tpo .deps/evrpc.Plo
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent.la -rpath /usr/lib event.lo evthread.lo buffer.lo bufferevent.lo bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo event_tagging.lo http.lo evdns.lo evrpc.lo
libtool: link: clang -shared -fPIC -DPIC .libs/event.o .libs/evthread.o .libs/buffer.o .libs/bufferevent.o .libs/bufferevent_sock.o .libs/bufferevent_filter.o .libs/bufferevent_pair.o .libs/listener.o .libs/bufferevent_ratelim.o .libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o .libs/event_tagging.o .libs/http.o .libs/evdns.o .libs/evrpc.o -pthread -pthread -Wl,-soname -Wl,libevent-2.0.so.5 -o .libs/libevent-2.0.so.5.1.10
libtool: link: (cd ".libs" && rm -f "libevent-2.0.so.5" && ln -s "libevent-2.0.so.5.1.10" "libevent-2.0.so.5")
libtool: link: (cd ".libs" && rm -f "libevent.so" && ln -s "libevent-2.0.so.5.1.10" "libevent.so")
libtool: link: ar cru .libs/libevent.a event.o evthread.o buffer.o bufferevent.o bufferevent_sock.o bufferevent_filter.o bufferevent_pair.o listener.o bufferevent_ratelim.o evmap.o log.o evutil.o evutil_rand.o strlcpy.o select.o poll.o epoll.o signal.o event_tagging.o http.o evdns.o evrpc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent.a
libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" )
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_core.la -rpath /usr/lib event.lo evthread.lo buffer.lo bufferevent.lo bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo
libtool: link: clang -shared -fPIC -DPIC .libs/event.o .libs/evthread.o .libs/buffer.o .libs/bufferevent.o .libs/bufferevent_sock.o .libs/bufferevent_filter.o .libs/bufferevent_pair.o .libs/listener.o .libs/bufferevent_ratelim.o .libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o -pthread -pthread -Wl,-soname -Wl,libevent_core-2.0.so.5 -o .libs/libevent_core-2.0.so.5.1.10
libtool: link: (cd ".libs" && rm -f "libevent_core-2.0.so.5" && ln -s "libevent_core-2.0.so.5.1.10" "libevent_core-2.0.so.5")
libtool: link: (cd ".libs" && rm -f "libevent_core.so" && ln -s "libevent_core-2.0.so.5.1.10" "libevent_core.so")
libtool: link: ar cru .libs/libevent_core.a event.o evthread.o buffer.o bufferevent.o bufferevent_sock.o bufferevent_filter.o bufferevent_pair.o listener.o bufferevent_ratelim.o evmap.o log.o evutil.o evutil_rand.o strlcpy.o select.o poll.o epoll.o signal.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent_core.a
libtool: link: ( cd ".libs" && rm -f "libevent_core.la" && ln -s "../libevent_core.la" "libevent_core.la" )
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_extra.la -rpath /usr/lib event_tagging.lo http.lo evdns.lo evrpc.lo
libtool: link: clang -shared -fPIC -DPIC .libs/event_tagging.o .libs/http.o .libs/evdns.o .libs/evrpc.o -pthread -pthread -Wl,-soname -Wl,libevent_extra-2.0.so.5 -o .libs/libevent_extra-2.0.so.5.1.10
libtool: link: (cd ".libs" && rm -f "libevent_extra-2.0.so.5" && ln -s "libevent_extra-2.0.so.5.1.10" "libevent_extra-2.0.so.5")
libtool: link: (cd ".libs" && rm -f "libevent_extra.so" && ln -s "libevent_extra-2.0.so.5.1.10" "libevent_extra.so")
libtool: link: ar cru .libs/libevent_extra.a event_tagging.o http.o evdns.o evrpc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent_extra.a
libtool: link: ( cd ".libs" && rm -f "libevent_extra.la" && ln -s "../libevent_extra.la" "libevent_extra.la" )
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c -o evthread_pthread.lo evthread_pthread.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -fPIC -DPIC -o .libs/evthread_pthread.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -o evthread_pthread.o >/dev/null 2>&1
mv -f .deps/evthread_pthread.Tpo .deps/evthread_pthread.Plo
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_pthreads.la -rpath /usr/lib evthread_pthread.lo
libtool: link: clang -shared -fPIC -DPIC .libs/evthread_pthread.o -pthread -pthread -Wl,-soname -Wl,libevent_pthreads-2.0.so.5 -o .libs/libevent_pthreads-2.0.so.5.1.10
libtool: link: (cd ".libs" && rm -f "libevent_pthreads-2.0.so.5" && ln -s "libevent_pthreads-2.0.so.5.1.10" "libevent_pthreads-2.0.so.5")
libtool: link: (cd ".libs" && rm -f "libevent_pthreads.so" && ln -s "libevent_pthreads-2.0.so.5.1.10" "libevent_pthreads.so")
libtool: link: ar cru .libs/libevent_pthreads.a evthread_pthread.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent_pthreads.a
libtool: link: ( cd ".libs" && rm -f "libevent_pthreads.la" && ln -s "../libevent_pthreads.la" "libevent_pthreads.la" )
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c -o bufferevent_openssl.lo bufferevent_openssl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c bufferevent_openssl.c -fPIC -DPIC -o .libs/bufferevent_openssl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c bufferevent_openssl.c -o bufferevent_openssl.o >/dev/null 2>&1
mv -f .deps/bufferevent_openssl.Tpo .deps/bufferevent_openssl.Plo
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_openssl.la -rpath /usr/lib bufferevent_openssl.lo -lssl -lcrypto
libtool: link: clang -shared -fPIC -DPIC .libs/bufferevent_openssl.o -lssl -lcrypto -pthread -pthread -Wl,-soname -Wl,libevent_openssl-2.0.so.5 -o .libs/libevent_openssl-2.0.so.5.1.10
libtool: link: (cd ".libs" && rm -f "libevent_openssl-2.0.so.5" && ln -s "libevent_openssl-2.0.so.5.1.10" "libevent_openssl-2.0.so.5")
libtool: link: (cd ".libs" && rm -f "libevent_openssl.so" && ln -s "libevent_openssl-2.0.so.5.1.10" "libevent_openssl.so")
libtool: link: ar cru .libs/libevent_openssl.a bufferevent_openssl.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent_openssl.a
libtool: link: ( cd ".libs" && rm -f "libevent_openssl.la" && ln -s "../libevent_openssl.la" "libevent_openssl.la" )
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
Making all in include
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
Making all in sample
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o event-test.o event-test.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o event-test event-test.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/event-test event-test.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o time-test.o time-test.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o time-test time-test.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/time-test time-test.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o signal-test.o signal-test.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o signal-test signal-test.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/signal-test signal-test.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o dns-example.o dns-example.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o dns-example dns-example.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/dns-example dns-example.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o hello-world.o hello-world.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o hello-world hello-world.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/hello-world hello-world.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o http-server.o http-server.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o http-server http-server.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/http-server http-server.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -Wall -fno-strict-aliasing -pthread -c -o le-proxy.o le-proxy.c
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o le-proxy le-proxy.o ../libevent.la ../libevent_openssl.la -lssl -lcrypto
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/le-proxy le-proxy.o ../.libs/libevent.so ../.libs/libevent_openssl.so -lssl -lcrypto -pthread
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
Making all in test
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
date -u > rpcgen-attempted
if ./rpcgen_wrapper.sh .; then \
echo "rpcgen okay"; \
else \
echo "No Python installed; stubbing out RPC test." >&2; \
echo " "> regress.gen.c; \
echo "#define NO_PYTHON_EXISTS" > regress.gen.h; \
fi
Reading "./regress.rpc"
Created struct: msg
Added entry: from_name
Added entry: to_name
Added entry: attack
Added entry: run
Created struct: kill
Added entry: weapon
Added entry: action
Added entry: how_often
Created struct: run
Added entry: how
Added entry: some_bytes
Added entry: fixed_bytes
Added entry: notes
Added entry: large_number
Added entry: other_numbers
... creating "./regress.gen.h"
... creating "./regress.gen.c"
Updated .\regress.gen.c and .\regress.gen.h
rpcgen okay
make all-am
make[3]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-init.o -MD -MP -MF .deps/test-init.Tpo -c -o test-init.o test-init.c
mv -f .deps/test-init.Tpo .deps/test-init.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-init test-init.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-init test-init.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-eof.o -MD -MP -MF .deps/test-eof.Tpo -c -o test-eof.o test-eof.c
mv -f .deps/test-eof.Tpo .deps/test-eof.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-eof test-eof.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-eof test-eof.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-weof.o -MD -MP -MF .deps/test-weof.Tpo -c -o test-weof.o test-weof.c
mv -f .deps/test-weof.Tpo .deps/test-weof.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-weof test-weof.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-weof test-weof.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-time.o -MD -MP -MF .deps/test-time.Tpo -c -o test-time.o test-time.c
mv -f .deps/test-time.Tpo .deps/test-time.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-time test-time.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-time test-time.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT bench.o -MD -MP -MF .deps/bench.Tpo -c -o bench.o bench.c
mv -f .deps/bench.Tpo .deps/bench.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o bench bench.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/bench bench.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT bench_cascade.o -MD -MP -MF .deps/bench_cascade.Tpo -c -o bench_cascade.o bench_cascade.c
mv -f .deps/bench_cascade.Tpo .deps/bench_cascade.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o bench_cascade bench_cascade.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/bench_cascade bench_cascade.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT bench_http.o -MD -MP -MF .deps/bench_http.Tpo -c -o bench_http.o bench_http.c
mv -f .deps/bench_http.Tpo .deps/bench_http.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o bench_http bench_http.o ../libevent.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/bench_http bench_http.o ../.libs/libevent.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT bench_httpclient.o -MD -MP -MF .deps/bench_httpclient.Tpo -c -o bench_httpclient.o bench_httpclient.c
mv -f .deps/bench_httpclient.Tpo .deps/bench_httpclient.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o bench_httpclient bench_httpclient.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/bench_httpclient bench_httpclient.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-ratelim.o -MD -MP -MF .deps/test-ratelim.Tpo -c -o test-ratelim.o test-ratelim.c
mv -f .deps/test-ratelim.Tpo .deps/test-ratelim.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-ratelim test-ratelim.o ../libevent_core.la -lm
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-ratelim test-ratelim.o ../.libs/libevent_core.so -lm -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -Wall -fno-strict-aliasing -pthread -MT test-changelist.o -MD -MP -MF .deps/test-changelist.Tpo -c -o test-changelist.o test-changelist.c
mv -f .deps/test-changelist.Tpo .deps/test-changelist.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -o test-changelist test-changelist.o ../libevent_core.la
libtool: link: clang -Wall -fno-strict-aliasing -pthread -o .libs/test-changelist test-changelist.o ../.libs/libevent_core.so -pthread
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress.o -MD -MP -MF .deps/regress-regress.Tpo -c -o regress-regress.o `test -f 'regress.c' || echo './'`regress.c
regress.c:715:2: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_eq(&start, &res.tvs[0], 100);
^
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress.c:715:2: note: use function 'labs' instead
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress.c:716:2: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_eq(&start, &res.tvs[1], 300);
^
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress.c:716:2: note: use function 'labs' instead
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress.c:717:2: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_eq(&start, &res.tvs[2], 500);
^
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress.c:717:2: note: use function 'labs' instead
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
3 warnings generated.
mv -f .deps/regress-regress.Tpo .deps/regress-regress.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_buffer.o -MD -MP -MF .deps/regress-regress_buffer.Tpo -c -o regress-regress_buffer.o `test -f 'regress_buffer.c' || echo './'`regress_buffer.c
regress_buffer.c:199:12: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
tt_assert(!memcmp((char*)EVBUFFER_DATA(evb), "1/hello", 7) != 0);
^ ~~
./tinytest_macros.h:111:37: note: expanded from macro 'tt_assert'
#define tt_assert(b) tt_assert_msg((b), "assert("#b")")
^
./tinytest_macros.h:106:11: note: expanded from macro 'tt_assert_msg'
_tt_want(b, msg, TT_EXIT_TEST_FUNCTION);
^
./tinytest_macros.h:91:8: note: expanded from macro '_tt_want'
if (!(b)) { \
^
regress_buffer.c:199:12: note: add parentheses after the '!' to evaluate the comparison first
regress_buffer.c:199:12: note: add parentheses around left hand side expression to silence this warning
1 warning generated.
mv -f .deps/regress-regress_buffer.Tpo .deps/regress-regress_buffer.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_http.o -MD -MP -MF .deps/regress-regress_http.Tpo -c -o regress-regress_http.o `test -f 'regress_http.c' || echo './'`regress_http.c
mv -f .deps/regress-regress_http.Tpo .deps/regress-regress_http.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_dns.o -MD -MP -MF .deps/regress-regress_dns.Tpo -c -o regress-regress_dns.o `test -f 'regress_dns.c' || echo './'`regress_dns.c
mv -f .deps/regress-regress_dns.Tpo .deps/regress-regress_dns.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_testutils.o -MD -MP -MF .deps/regress-regress_testutils.Tpo -c -o regress-regress_testutils.o `test -f 'regress_testutils.c' || echo './'`regress_testutils.c
mv -f .deps/regress-regress_testutils.Tpo .deps/regress-regress_testutils.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_rpc.o -MD -MP -MF .deps/regress-regress_rpc.Tpo -c -o regress-regress_rpc.o `test -f 'regress_rpc.c' || echo './'`regress_rpc.c
mv -f .deps/regress-regress_rpc.Tpo .deps/regress-regress_rpc.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress.gen.o -MD -MP -MF .deps/regress-regress.gen.Tpo -c -o regress-regress.gen.o `test -f 'regress.gen.c' || echo './'`regress.gen.c
mv -f .deps/regress-regress.gen.Tpo .deps/regress-regress.gen.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_et.o -MD -MP -MF .deps/regress-regress_et.Tpo -c -o regress-regress_et.o `test -f 'regress_et.c' || echo './'`regress_et.c
mv -f .deps/regress-regress_et.Tpo .deps/regress-regress_et.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_bufferevent.o -MD -MP -MF .deps/regress-regress_bufferevent.Tpo -c -o regress-regress_bufferevent.o `test -f 'regress_bufferevent.c' || echo './'`regress_bufferevent.c
regress_bufferevent.c:772:2: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_eq(&started_at, &res1.read_timeout_at, 150);
^
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress_bufferevent.c:772:2: note: use function 'labs' instead
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress_bufferevent.c:773:2: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_eq(&started_at, &res1.write_timeout_at, 100);
^
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress_bufferevent.c:773:2: note: use function 'labs' instead
./regress.h:117:2: note: expanded from macro 'test_timeval_diff_eq'
test_timeval_diff_leq((tv1), (tv2), (diff), 50)
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
2 warnings generated.
mv -f .deps/regress-regress_bufferevent.Tpo .deps/regress-regress_bufferevent.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_listener.o -MD -MP -MF .deps/regress-regress_listener.Tpo -c -o regress-regress_listener.o `test -f 'regress_listener.c' || echo './'`regress_listener.c
mv -f .deps/regress-regress_listener.Tpo .deps/regress-regress_listener.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_util.o -MD -MP -MF .deps/regress-regress_util.Tpo -c -o regress-regress_util.o `test -f 'regress_util.c' || echo './'`regress_util.c
mv -f .deps/regress-regress_util.Tpo .deps/regress-regress_util.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-tinytest.o -MD -MP -MF .deps/regress-tinytest.Tpo -c -o regress-tinytest.o `test -f 'tinytest.c' || echo './'`tinytest.c
mv -f .deps/regress-tinytest.Tpo .deps/regress-tinytest.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_main.o -MD -MP -MF .deps/regress-regress_main.Tpo -c -o regress-regress_main.o `test -f 'regress_main.c' || echo './'`regress_main.c
mv -f .deps/regress-regress_main.Tpo .deps/regress-regress_main.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_minheap.o -MD -MP -MF .deps/regress-regress_minheap.Tpo -c -o regress-regress_minheap.o `test -f 'regress_minheap.c' || echo './'`regress_minheap.c
mv -f .deps/regress-regress_minheap.Tpo .deps/regress-regress_minheap.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_thread.o -MD -MP -MF .deps/regress-regress_thread.Tpo -c -o regress-regress_thread.o `test -f 'regress_thread.c' || echo './'`regress_thread.c
regress_thread.c:379:8: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (abs(diff1) < abs(diff2)) {
^
regress_thread.c:379:8: note: use function 'labs' instead
if (abs(diff1) < abs(diff2)) {
^~~
labs
regress_thread.c:379:21: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (abs(diff1) < abs(diff2)) {
^
regress_thread.c:379:21: note: use function 'labs' instead
if (abs(diff1) < abs(diff2)) {
^~~
labs
regress_thread.c:393:3: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
test_timeval_diff_leq(&target_time, &alerted[i].alerted_at,
^
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
regress_thread.c:393:3: note: use function 'labs' instead
./regress.h:114:12: note: expanded from macro 'test_timeval_diff_leq'
tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
^
3 warnings generated.
mv -f .deps/regress-regress_thread.Tpo .deps/regress-regress_thread.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_zlib.o -MD -MP -MF .deps/regress-regress_zlib.Tpo -c -o regress-regress_zlib.o `test -f 'regress_zlib.c' || echo './'`regress_zlib.c
mv -f .deps/regress-regress_zlib.Tpo .deps/regress-regress_zlib.Po
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -Wall -fno-strict-aliasing -pthread -MT regress-regress_ssl.o -MD -MP -MF .deps/regress-regress_ssl.Tpo -c -o regress-regress_ssl.o `test -f 'regress_ssl.c' || echo './'`regress_ssl.c
mv -f .deps/regress-regress_ssl.Tpo .deps/regress-regress_ssl.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -fno-strict-aliasing -pthread -pthread -o regress regress-regress.o regress-regress_buffer.o regress-regress_http.o regress-regress_dns.o regress-regress_testutils.o regress-regress_rpc.o regress-regress.gen.o regress-regress_et.o regress-regress_bufferevent.o regress-regress_listener.o regress-regress_util.o regress-tinytest.o regress-regress_main.o regress-regress_minheap.o regress-regress_thread.o regress-regress_zlib.o regress-regress_ssl.o ../libevent.la ../libevent_pthreads.la -lz ../libevent_openssl.la -lssl -lcrypto
libtool: link: clang -Wall -fno-strict-aliasing -pthread -pthread -o .libs/regress regress-regress.o regress-regress_buffer.o regress-regress_http.o regress-regress_dns.o regress-regress_testutils.o regress-regress_rpc.o regress-regress.gen.o regress-regress_et.o regress-regress_bufferevent.o regress-regress_listener.o regress-regress_util.o regress-tinytest.o regress-regress_main.o regress-regress_minheap.o regress-regress_thread.o regress-regress_zlib.o regress-regress_ssl.o ../.libs/libevent.so ../.libs/libevent_pthreads.so -lz ../.libs/libevent_openssl.so -lssl -lcrypto -pthread
make[3]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[1]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
==> Entering fakeroot environment...
==> Starting package()...
make install-recursive
make[1]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
Making install in .
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
make[3]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/bin'
/usr/bin/install -c event_rpcgen.py '/tmp/libevent/pkg/libevent/usr/bin'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libevent.la libevent_core.la libevent_extra.la libevent_pthreads.la libevent_openssl.la '/tmp/libevent/pkg/libevent/usr/lib'
libtool: install: /usr/bin/install -c .libs/libevent-2.0.so.5.1.10 /tmp/libevent/pkg/libevent/usr/lib/libevent-2.0.so.5.1.10
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent-2.0.so.5.1.10 libevent-2.0.so.5 || { rm -f libevent-2.0.so.5 && ln -s libevent-2.0.so.5.1.10 libevent-2.0.so.5; }; })
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent-2.0.so.5.1.10 libevent.so || { rm -f libevent.so && ln -s libevent-2.0.so.5.1.10 libevent.so; }; })
libtool: install: /usr/bin/install -c .libs/libevent.lai /tmp/libevent/pkg/libevent/usr/lib/libevent.la
libtool: install: /usr/bin/install -c .libs/libevent_core-2.0.so.5.1.10 /tmp/libevent/pkg/libevent/usr/lib/libevent_core-2.0.so.5.1.10
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_core-2.0.so.5.1.10 libevent_core-2.0.so.5 || { rm -f libevent_core-2.0.so.5 && ln -s libevent_core-2.0.so.5.1.10 libevent_core-2.0.so.5; }; })
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_core-2.0.so.5.1.10 libevent_core.so || { rm -f libevent_core.so && ln -s libevent_core-2.0.so.5.1.10 libevent_core.so; }; })
libtool: install: /usr/bin/install -c .libs/libevent_core.lai /tmp/libevent/pkg/libevent/usr/lib/libevent_core.la
libtool: install: /usr/bin/install -c .libs/libevent_extra-2.0.so.5.1.10 /tmp/libevent/pkg/libevent/usr/lib/libevent_extra-2.0.so.5.1.10
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_extra-2.0.so.5.1.10 libevent_extra-2.0.so.5 || { rm -f libevent_extra-2.0.so.5 && ln -s libevent_extra-2.0.so.5.1.10 libevent_extra-2.0.so.5; }; })
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_extra-2.0.so.5.1.10 libevent_extra.so || { rm -f libevent_extra.so && ln -s libevent_extra-2.0.so.5.1.10 libevent_extra.so; }; })
libtool: install: /usr/bin/install -c .libs/libevent_extra.lai /tmp/libevent/pkg/libevent/usr/lib/libevent_extra.la
libtool: install: /usr/bin/install -c .libs/libevent_pthreads-2.0.so.5.1.10 /tmp/libevent/pkg/libevent/usr/lib/libevent_pthreads-2.0.so.5.1.10
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_pthreads-2.0.so.5.1.10 libevent_pthreads-2.0.so.5 || { rm -f libevent_pthreads-2.0.so.5 && ln -s libevent_pthreads-2.0.so.5.1.10 libevent_pthreads-2.0.so.5; }; })
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_pthreads-2.0.so.5.1.10 libevent_pthreads.so || { rm -f libevent_pthreads.so && ln -s libevent_pthreads-2.0.so.5.1.10 libevent_pthreads.so; }; })
libtool: install: /usr/bin/install -c .libs/libevent_pthreads.lai /tmp/libevent/pkg/libevent/usr/lib/libevent_pthreads.la
libtool: install: /usr/bin/install -c .libs/libevent_openssl-2.0.so.5.1.10 /tmp/libevent/pkg/libevent/usr/lib/libevent_openssl-2.0.so.5.1.10
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_openssl-2.0.so.5.1.10 libevent_openssl-2.0.so.5 || { rm -f libevent_openssl-2.0.so.5 && ln -s libevent_openssl-2.0.so.5.1.10 libevent_openssl-2.0.so.5; }; })
libtool: install: (cd /tmp/libevent/pkg/libevent/usr/lib && { ln -s -f libevent_openssl-2.0.so.5.1.10 libevent_openssl.so || { rm -f libevent_openssl.so && ln -s libevent_openssl-2.0.so.5.1.10 libevent_openssl.so; }; })
libtool: install: /usr/bin/install -c .libs/libevent_openssl.lai /tmp/libevent/pkg/libevent/usr/lib/libevent_openssl.la
libtool: install: /usr/bin/install -c .libs/libevent.a /tmp/libevent/pkg/libevent/usr/lib/libevent.a
libtool: install: chmod 644 /tmp/libevent/pkg/libevent/usr/lib/libevent.a
libtool: install: ranlib /tmp/libevent/pkg/libevent/usr/lib/libevent.a
libtool: install: /usr/bin/install -c .libs/libevent_core.a /tmp/libevent/pkg/libevent/usr/lib/libevent_core.a
libtool: install: chmod 644 /tmp/libevent/pkg/libevent/usr/lib/libevent_core.a
libtool: install: ranlib /tmp/libevent/pkg/libevent/usr/lib/libevent_core.a
libtool: install: /usr/bin/install -c .libs/libevent_extra.a /tmp/libevent/pkg/libevent/usr/lib/libevent_extra.a
libtool: install: chmod 644 /tmp/libevent/pkg/libevent/usr/lib/libevent_extra.a
libtool: install: ranlib /tmp/libevent/pkg/libevent/usr/lib/libevent_extra.a
libtool: install: /usr/bin/install -c .libs/libevent_pthreads.a /tmp/libevent/pkg/libevent/usr/lib/libevent_pthreads.a
libtool: install: chmod 644 /tmp/libevent/pkg/libevent/usr/lib/libevent_pthreads.a
libtool: install: ranlib /tmp/libevent/pkg/libevent/usr/lib/libevent_pthreads.a
libtool: install: /usr/bin/install -c .libs/libevent_openssl.a /tmp/libevent/pkg/libevent/usr/lib/libevent_openssl.a
libtool: install: chmod 644 /tmp/libevent/pkg/libevent/usr/lib/libevent_openssl.a
libtool: install: ranlib /tmp/libevent/pkg/libevent/usr/lib/libevent_openssl.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/include'
/usr/bin/install -c -m 644 event.h evhttp.h evdns.h evrpc.h evutil.h '/tmp/libevent/pkg/libevent/usr/include'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libevent.pc libevent_pthreads.pc libevent_openssl.pc '/tmp/libevent/pkg/libevent/usr/lib/pkgconfig'
make[3]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
Making install in include
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
make[3]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/include'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/include/event2'
/usr/bin/install -c -m 644 event2/buffer.h event2/buffer_compat.h event2/bufferevent.h event2/bufferevent_compat.h event2/bufferevent_ssl.h event2/bufferevent_struct.h event2/dns.h event2/dns_compat.h event2/dns_struct.h event2/event.h event2/event_compat.h event2/event_struct.h event2/http.h event2/http_compat.h event2/http_struct.h event2/keyvalq_struct.h event2/listener.h event2/rpc.h event2/rpc_compat.h event2/rpc_struct.h event2/tag.h event2/tag_compat.h event2/thread.h event2/util.h '/tmp/libevent/pkg/libevent/usr/include/event2'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/include'
/usr/bin/mkdir -p '/tmp/libevent/pkg/libevent/usr/include/event2'
/usr/bin/install -c -m 644 ./event2/event-config.h '/tmp/libevent/pkg/libevent/usr/include/event2'
make[3]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/include'
Making install in sample
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
make[3]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/sample'
Making install in test
make[2]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make install-am
make[3]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[4]: Entering directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[3]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[2]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable/test'
make[1]: Leaving directory '/tmp/libevent/src/libevent-release-2.0.22-stable'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libevent"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libevent 2.0.22-2 (Thu Apr 13 16:52:28 UTC 2017)
CMD: pacman --query --file libevent-2.0.22-2-x86_64.pkg.tar.xz
Creating hybrid package for 'libevent'
Trying to find vanilla package 'libevent'...
CMD: pacman --query --file /mirror/libevent-2.0.22-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/event_rpcgen.py
/usr/include/event.h
/usr/include/evhttp.h
/usr/include/evdns.h
/usr/include/evrpc.h
/usr/include/evutil.h
/usr/include/event2/event-config.h
/usr/include/event2/buffer.h
/usr/include/event2/buffer_compat.h
/usr/include/event2/bufferevent.h
/usr/include/event2/bufferevent_compat.h
/usr/include/event2/bufferevent_ssl.h
/usr/include/event2/bufferevent_struct.h
/usr/include/event2/dns.h
/usr/include/event2/dns_compat.h
/usr/include/event2/dns_struct.h
/usr/include/event2/event.h
/usr/include/event2/event_compat.h
/usr/include/event2/event_struct.h
/usr/include/event2/http.h
/usr/include/event2/http_compat.h
/usr/include/event2/http_struct.h
/usr/include/event2/keyvalq_struct.h
/usr/include/event2/listener.h
/usr/include/event2/rpc.h
/usr/include/event2/rpc_compat.h
/usr/include/event2/rpc_struct.h
/usr/include/event2/tag.h
/usr/include/event2/tag_compat.h
/usr/include/event2/thread.h
/usr/include/event2/util.h
/usr/lib/libevent-2.0.so.5
/usr/lib/libevent.so
/usr/lib/libevent_core-2.0.so.5
/usr/lib/libevent_core.so
/usr/lib/libevent_extra-2.0.so.5
/usr/lib/libevent_extra.so
/usr/lib/libevent_pthreads-2.0.so.5
/usr/lib/libevent_pthreads.so
/usr/lib/libevent_openssl-2.0.so.5
/usr/lib/libevent_openssl.so
/usr/lib/libevent-2.0.so.5.1.10
/usr/lib/libevent_core-2.0.so.5.1.10
/usr/lib/libevent_extra-2.0.so.5.1.10
/usr/lib/libevent_pthreads-2.0.so.5.1.10
/usr/lib/libevent_openssl-2.0.so.5.1.10
/usr/lib/pkgconfig/libevent.pc
/usr/lib/pkgconfig/libevent_pthreads.pc
/usr/lib/pkgconfig/libevent_openssl.pc
/usr/share/licenses/libevent/LICENSE
/sysroot/usr/lib/libevent-2.0.so.5.1.10
/sysroot/usr/lib/libevent-2.0.so.5
/sysroot/usr/lib/libevent.so
/sysroot/usr/lib/libevent.la
/sysroot/usr/lib/libevent_core-2.0.so.5.1.10
/sysroot/usr/lib/libevent_core-2.0.so.5
/sysroot/usr/lib/libevent_core.so
/sysroot/usr/lib/libevent_core.la
/sysroot/usr/lib/libevent_extra-2.0.so.5.1.10
/sysroot/usr/lib/libevent_extra-2.0.so.5
/sysroot/usr/lib/libevent_extra.so
/sysroot/usr/lib/libevent_extra.la
/sysroot/usr/lib/libevent_pthreads-2.0.so.5.1.10
/sysroot/usr/lib/libevent_pthreads-2.0.so.5
/sysroot/usr/lib/libevent_pthreads.so
/sysroot/usr/lib/libevent_pthreads.la
/sysroot/usr/lib/libevent_openssl-2.0.so.5.1.10
/sysroot/usr/lib/libevent_openssl-2.0.so.5
/sysroot/usr/lib/libevent_openssl.so
/sysroot/usr/lib/libevent_openssl.la
/sysroot/usr/lib/libevent.a
/sysroot/usr/lib/libevent_core.a
/sysroot/usr/lib/libevent_extra.a
/sysroot/usr/lib/libevent_pthreads.a
/sysroot/usr/lib/libevent_openssl.a
/sysroot/usr/lib/pkgconfig/libevent.pc
/sysroot/usr/lib/pkgconfig/libevent_pthreads.pc
/sysroot/usr/lib/pkgconfig/libevent_openssl.pc
/sysroot/usr/include/event.h
/sysroot/usr/include/evhttp.h
/sysroot/usr/include/evdns.h
/sysroot/usr/include/evrpc.h
/sysroot/usr/include/evutil.h
/sysroot/usr/include/event2/buffer.h
/sysroot/usr/include/event2/buffer_compat.h
/sysroot/usr/include/event2/bufferevent.h
/sysroot/usr/include/event2/bufferevent_compat.h
/sysroot/usr/include/event2/bufferevent_ssl.h
/sysroot/usr/include/event2/bufferevent_struct.h
/sysroot/usr/include/event2/dns.h
/sysroot/usr/include/event2/dns_compat.h
/sysroot/usr/include/event2/dns_struct.h
/sysroot/usr/include/event2/event.h
/sysroot/usr/include/event2/event_compat.h
/sysroot/usr/include/event2/event_struct.h
/sysroot/usr/include/event2/http.h
/sysroot/usr/include/event2/http_compat.h
/sysroot/usr/include/event2/http_struct.h
/sysroot/usr/include/event2/keyvalq_struct.h
/sysroot/usr/include/event2/listener.h
/sysroot/usr/include/event2/rpc.h
/sysroot/usr/include/event2/rpc_compat.h
/sysroot/usr/include/event2/rpc_struct.h
/sysroot/usr/include/event2/tag.h
/sysroot/usr/include/event2/tag_compat.h
/sysroot/usr/include/event2/thread.h
/sysroot/usr/include/event2/util.h
/sysroot/usr/include/event2/event-config.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf libevent.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libevent.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libevent.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libevent.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/libevent/src/libevent-release-2.0.22-stable/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 configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
## --------- ##
## Platform. ##
## --------- ##
hostname = b8d656dbce8d
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/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2655: checking for a BSD-compatible install
configure:2723: result: /usr/bin/install -c
configure:2734: checking whether build environment is sane
configure:2789: result: yes
configure:2848: checking for x86_64-unknown-linux-strip
configure:2878: result: no
configure:2888: checking for strip
configure:2904: found /usr/bin/strip
configure:2915: result: strip
configure:2940: checking for a thread-safe mkdir -p
configure:2979: result: /usr/bin/mkdir -p
configure:2986: checking for gawk
configure:3002: found /usr/bin/gawk
configure:3013: result: gawk
configure:3024: checking whether make sets $(MAKE)
configure:3046: result: yes
configure:3075: checking whether make supports nested variables
configure:3092: result: yes
configure:3233: checking build system type
configure:3247: result: x86_64-unknown-linux-gnu
configure:3267: checking host system type
configure:3280: result: x86_64-unknown-linux-gnu
configure:3316: checking for x86_64-unknown-linux-gcc
configure:3343: result: clang
configure:3612: checking for C compiler version
configure:3621: 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:3632: $? = 0
configure:3621: 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:3632: $? = 0
configure:3621: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3632: $? = 1
configure:3621: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3632: $? = 1
configure:3652: checking whether the C compiler works
configure:3674: clang conftest.c >&5
configure:3678: $? = 0
configure:3726: result: yes
configure:3729: checking for C compiler default output file name
configure:3731: result: a.out
configure:3737: checking for suffix of executables
configure:3744: clang -o conftest conftest.c >&5
configure:3748: $? = 0
configure:3770: result:
configure:3792: checking whether we are cross compiling
configure:3800: clang -o conftest conftest.c >&5
configure:3804: $? = 0
configure:3811: ./conftest
configure:3815: $? = 0
configure:3830: result: no
configure:3835: checking for suffix of object files
configure:3857: clang -c conftest.c >&5
configure:3861: $? = 0
configure:3882: result: o
configure:3886: checking whether we are using the GNU C compiler
configure:3905: clang -c conftest.c >&5
configure:3905: $? = 0
configure:3914: result: yes
configure:3923: checking whether clang accepts -g
configure:3943: clang -c -g conftest.c >&5
configure:3943: $? = 0
configure:3984: result: yes
configure:4001: checking for clang option to accept ISO C89
configure:4064: clang -c conftest.c >&5
configure:4064: $? = 0
configure:4077: result: none needed
configure:4102: checking whether clang understands -c and -o together
configure:4124: clang -c conftest.c -o conftest2.o
configure:4127: $? = 0
configure:4124: clang -c conftest.c -o conftest2.o
configure:4127: $? = 0
configure:4139: result: yes
configure:4167: checking for style of include used by make
configure:4195: result: GNU
configure:4221: checking dependency style of clang
configure:4332: result: gcc3
configure:4349: checking whether ln -s works
configure:4353: result: yes
configure:4364: checking for a sed that does not truncate output
configure:4428: result: /usr/bin/sed
configure:4440: checking how to run the C preprocessor
configure:4471: clang -E conftest.c
configure:4471: $? = 0
configure:4485: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4485: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| /* end confdefs.h. */
| #include
configure:4510: result: clang -E
configure:4530: clang -E conftest.c
configure:4530: $? = 0
configure:4544: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| /* end confdefs.h. */
| #include
configure:4573: checking for grep that handles long lines and -e
configure:4631: result: /usr/bin/grep
configure:4636: checking for egrep
configure:4698: result: /usr/bin/grep -E
configure:4704: checking whether clang needs -traditional
configure:4738: result: no
configure:4762: clang -c conftest.c >&5
configure:4762: $? = 0
configure:4890: checking how to print strings
configure:4917: result: printf
configure:4938: checking for a sed that does not truncate output
configure:5002: result: /usr/bin/sed
configure:5020: checking for fgrep
configure:5082: result: /usr/bin/grep -F
configure:5117: checking for ld used by clang
configure:5184: result: /usr/bin/ld
configure:5191: checking if the linker (/usr/bin/ld) is GNU ld
configure:5206: result: yes
configure:5218: checking for BSD- or MS-compatible name lister (nm)
configure:5272: result: /usr/bin/nm -B
configure:5402: checking the name lister (/usr/bin/nm -B) interface
configure:5409: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:5412: /usr/bin/nm -B "conftest.o"
configure:5415: output
0000000000000000 B some_variable
configure:5422: result: BSD nm
configure:5426: checking the maximum length of command line arguments
configure:5557: result: 1572864
configure:5605: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5645: result: func_convert_file_noop
configure:5652: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5672: result: func_convert_file_noop
configure:5679: checking for /usr/bin/ld option to reload object files
configure:5686: result: -r
configure:5720: checking for x86_64-unknown-linux-objdump
configure:5750: result: no
configure:5760: checking for objdump
configure:5776: found /usr/bin/objdump
configure:5787: result: objdump
configure:5819: checking how to recognize dependent libraries
configure:6019: result: pass_all
configure:6064: checking for x86_64-unknown-linux-dlltool
configure:6094: result: no
configure:6104: checking for dlltool
configure:6134: result: no
configure:6164: checking how to associate runtime and link libraries
configure:6191: result: printf %s\n
configure:6207: checking for x86_64-unknown-linux-ar
configure:6237: result: no
configure:6251: checking for ar
configure:6267: found /usr/bin/ar
configure:6278: result: ar
configure:6315: checking for archiver @FILE support
configure:6332: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:6332: $? = 0
configure:6335: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:6338: $? = 0
configure:6343: 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:6346: $? = 1
configure:6358: result: @
configure:6376: checking for x86_64-unknown-linux-strip
configure:6403: result: strip
configure:6475: checking for x86_64-unknown-linux-ranlib
configure:6505: result: no
configure:6515: checking for ranlib
configure:6531: found /usr/bin/ranlib
configure:6542: result: ranlib
configure:6644: checking command to parse /usr/bin/nm -B output from clang object
configure:6797: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:6800: $? = 0
configure:6804: /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:6807: $? = 0
configure:6873: clang -o conftest -Wall -fno-strict-aliasing conftest.c conftstm.o >&5
configure:6876: $? = 0
configure:6914: result: ok
configure:6961: checking for sysroot
configure:6991: result: no
configure:6998: checking for a working dd
configure:7036: result: /usr/bin/dd
configure:7040: checking how to truncate binary pipes
configure:7055: result: /usr/bin/dd bs=4096 count=1
configure:7191: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:7194: $? = 0
configure:7344: checking for x86_64-unknown-linux-mt
configure:7374: result: no
configure:7384: checking for mt
configure:7414: result: no
configure:7434: checking if : is a manifest tool
configure:7440: : '-?'
configure:7448: result: no
configure:8120: checking for ANSI C header files
configure:8140: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8140: $? = 0
configure:8213: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:8213: $? = 0
configure:8213: ./conftest
configure:8213: $? = 0
configure:8224: result: yes
configure:8237: checking for sys/types.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for sys/stat.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for stdlib.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for string.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for memory.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for strings.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for inttypes.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for stdint.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8237: checking for unistd.h
configure:8237: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8237: $? = 0
configure:8237: result: yes
configure:8251: checking for dlfcn.h
configure:8251: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:8251: $? = 0
configure:8251: result: yes
configure:8507: checking for objdir
configure:8522: result: .libs
configure:8786: checking if clang supports -fno-rtti -fno-exceptions
configure:8804: clang -c -Wall -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5
configure:8808: $? = 0
configure:8821: result: yes
configure:9179: checking for clang option to produce PIC
configure:9186: result: -fPIC -DPIC
configure:9194: checking if clang PIC flag -fPIC -DPIC works
configure:9212: clang -c -Wall -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5
configure:9216: $? = 0
configure:9229: result: yes
configure:9258: checking if clang static flag -static works
configure:9286: result: yes
configure:9301: checking if clang supports -c -o file.o
configure:9322: clang -c -Wall -fno-strict-aliasing -o out/conftest2.o conftest.c >&5
configure:9326: $? = 0
configure:9348: result: yes
configure:9356: checking if clang supports -c -o file.o
configure:9403: result: yes
configure:9436: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10695: result: yes
configure:10732: checking whether -lc should be explicitly linked in
configure:10740: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:10743: $? = 0
configure:10758: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10761: $? = 0
configure:10775: result: no
configure:10935: checking dynamic linker characteristics
configure:11516: clang -o conftest -Wall -fno-strict-aliasing -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11516: $? = 0
configure:11753: result: GNU/Linux ld.so
configure:11875: checking how to hardcode library paths into programs
configure:11900: result: immediate
configure:12448: checking whether stripping libraries is possible
configure:12453: result: yes
configure:12488: checking if libtool supports shared libraries
configure:12490: result: yes
configure:12493: checking whether to build shared libraries
configure:12518: result: yes
configure:12521: checking whether to build static libraries
configure:12525: result: yes
configure:12574: checking for library containing inet_ntoa
configure:12605: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:12605: $? = 0
configure:12622: result: none required
configure:12630: checking for library containing socket
configure:12661: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:12661: $? = 0
configure:12678: result: none required
configure:12686: checking for library containing inet_aton
configure:12717: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:12717: $? = 0
configure:12734: result: none required
configure:12742: checking for library containing clock_gettime
configure:12773: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:12773: $? = 0
configure:12790: result: none required
configure:12798: checking for library containing sendfile
configure:12829: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:12829: $? = 0
configure:12846: result: none required
configure:12855: checking for WIN32
configure:12872: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:30:1: error: use of undeclared identifier 'die'
die horribly
^
1 error generated.
configure:12872: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef WIN32
| die horribly
| #endif
|
| ;
| return 0;
| }
configure:12876: result: no
configure:12881: checking for CYGWIN
configure:12898: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:30:1: error: use of undeclared identifier 'die'
die horribly
^
1 error generated.
configure:12898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef __CYGWIN__
| die horribly
| #endif
|
| ;
| return 0;
| }
configure:12902: result: no
configure:12909: checking zlib.h usability
configure:12909: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:12909: $? = 0
configure:12909: result: yes
configure:12909: checking zlib.h presence
configure:12909: clang -E conftest.c
configure:12909: $? = 0
configure:12909: result: yes
configure:12909: checking for zlib.h
configure:12909: result: yes
configure:12925: checking for library containing inflateEnd
configure:12956: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-b6b8e7.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `inflateEnd'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12956: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 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 inflateEnd ();
| int
| main ()
| {
| return inflateEnd ();
| ;
| return 0;
| }
configure:12956: clang -o conftest -Wall -fno-strict-aliasing conftest.c -lz >&5
configure:12956: $? = 0
configure:12973: result: -lz
configure:13010: checking openssl/bio.h usability
configure:13010: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13010: $? = 0
configure:13010: result: yes
configure:13010: checking openssl/bio.h presence
configure:13010: clang -E conftest.c
configure:13010: $? = 0
configure:13010: result: yes
configure:13010: checking for openssl/bio.h
configure:13010: result: yes
configure:13026: checking for library containing SSL_new
configure:13057: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-49517d.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `SSL_new'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 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 SSL_new ();
| int
| main ()
| {
| return SSL_new ();
| ;
| return 0;
| }
configure:13057: clang -o conftest -Wall -fno-strict-aliasing conftest.c -lssl -lcrypto >&5
configure:13057: $? = 0
configure:13074: result: -lssl
configure:13092: checking for ANSI C header files
configure:13196: result: yes
configure:13207: checking fcntl.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking fcntl.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for fcntl.h
configure:13207: result: yes
configure:13207: checking stdarg.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking stdarg.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for stdarg.h
configure:13207: result: yes
configure:13207: checking for inttypes.h
configure:13207: result: yes
configure:13207: checking for stdint.h
configure:13207: result: yes
configure:13207: checking stddef.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking stddef.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for stddef.h
configure:13207: result: yes
configure:13207: checking poll.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking poll.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for poll.h
configure:13207: result: yes
configure:13207: checking for unistd.h
configure:13207: result: yes
configure:13207: checking sys/epoll.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/epoll.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/epoll.h
configure:13207: result: yes
configure:13207: checking sys/time.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/time.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/time.h
configure:13207: result: yes
configure:13207: checking sys/queue.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/queue.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/queue.h
configure:13207: result: yes
configure:13207: checking sys/event.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:72:10: fatal error: 'sys/event.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_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:13207: result: no
configure:13207: checking sys/event.h presence
configure:13207: clang -E conftest.c
conftest.c:39:10: fatal error: 'sys/event.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| /* end confdefs.h. */
| #include
configure:13207: result: no
configure:13207: checking for sys/event.h
configure:13207: result: no
configure:13207: checking sys/param.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/param.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/param.h
configure:13207: result: yes
configure:13207: checking sys/ioctl.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/ioctl.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/ioctl.h
configure:13207: result: yes
configure:13207: checking sys/select.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/select.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/select.h
configure:13207: result: yes
configure:13207: checking sys/devpoll.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:75:10: fatal error: 'sys/devpoll.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_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:13207: result: no
configure:13207: checking sys/devpoll.h presence
configure:13207: clang -E conftest.c
conftest.c:42:10: fatal error: 'sys/devpoll.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include
configure:13207: result: no
configure:13207: checking for sys/devpoll.h
configure:13207: result: no
configure:13207: checking port.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:75:10: fatal error: 'port.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_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:13207: result: no
configure:13207: checking port.h presence
configure:13207: clang -E conftest.c
conftest.c:42:10: fatal error: 'port.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include
configure:13207: result: no
configure:13207: checking for port.h
configure:13207: result: no
configure:13207: checking netinet/in.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking netinet/in.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for netinet/in.h
configure:13207: result: yes
configure:13207: checking netinet/in6.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:76:10: fatal error: 'netinet/in6.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_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:13207: result: no
configure:13207: checking netinet/in6.h presence
configure:13207: clang -E conftest.c
conftest.c:43:10: fatal error: 'netinet/in6.h' file not found
#include
^
1 error generated.
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include
configure:13207: result: no
configure:13207: checking for netinet/in6.h
configure:13207: result: no
configure:13207: checking sys/socket.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/socket.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/socket.h
configure:13207: result: yes
configure:13207: checking sys/uio.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/uio.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/uio.h
configure:13207: result: yes
configure:13207: checking arpa/inet.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking arpa/inet.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for arpa/inet.h
configure:13207: result: yes
configure:13207: checking sys/eventfd.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/eventfd.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/eventfd.h
configure:13207: result: yes
configure:13207: checking sys/mman.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/mman.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/mman.h
configure:13207: result: yes
configure:13207: checking sys/sendfile.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/sendfile.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/sendfile.h
configure:13207: result: yes
configure:13207: checking sys/wait.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking sys/wait.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for sys/wait.h
configure:13207: result: yes
configure:13207: checking netdb.h usability
configure:13207: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking netdb.h presence
configure:13207: clang -E conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for netdb.h
configure:13207: result: yes
configure:13219: checking for sys/stat.h
configure:13219: result: yes
configure:13231: checking for sys/sysctl.h
configure:13231: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13231: $? = 0
configure:13231: result: yes
configure:13247: checking for TAILQ_FOREACH in sys/queue.h
configure:13260: result: yes
configure:13275: checking for timeradd in sys/time.h
configure:13291: result: yes
configure:13303: checking for timercmp in sys/time.h
configure:13319: result: yes
configure:13331: checking for timerclear in sys/time.h
configure:13347: result: yes
configure:13359: checking for timerisset in sys/time.h
configure:13375: result: yes
configure:13387: checking whether CTL_KERN is declared
configure:13387: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13387: $? = 0
configure:13387: result: yes
configure:13400: checking whether KERN_RANDOM is declared
configure:13400: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13400: $? = 0
configure:13400: result: yes
configure:13413: checking whether RANDOM_UUID is declared
configure:13413: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13413: $? = 0
configure:13413: result: yes
configure:13426: checking whether KERN_ARND is declared
configure:13426: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:72:10: error: use of undeclared identifier 'KERN_ARND'
(void) KERN_ARND;
^
1 error generated.
configure:13426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| /* end confdefs.h. */
| #include
| #include
|
|
| int
| main ()
| {
| #ifndef KERN_ARND
| #ifdef __cplusplus
| (void) KERN_ARND;
| #else
| (void) KERN_ARND;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:13426: result: no
configure:13526: checking for an ANSI C-conforming const
configure:13592: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13592: $? = 0
configure:13599: result: yes
configure:13607: checking for inline
configure:13623: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:64:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
^
1 warning generated.
configure:13623: $? = 0
configure:13631: result: inline
configure:13649: checking whether time.h and sys/time.h may both be included
configure:13669: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:13669: $? = 0
configure:13676: result: yes
configure:13688: checking for gettimeofday
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13688: checking for vasprintf
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:98:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:13688: $? = 0
configure:13688: result: yes
configure:13688: checking for fcntl
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13688: checking for clock_gettime
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13688: checking for strtok_r
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13688: checking for strsep
configure:13688: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13700: checking for getnameinfo
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for strlcpy
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:93:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:93:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
/tmp/conftest-3ff096.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcpy'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case declares strlcpy.
| For example, HP-UX 11i declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:13700: result: no
configure:13700: checking for inet_ntop
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for inet_pton
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for signal
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for sigaction
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for strtoll
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for inet_aton
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for pipe
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for eventfd
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for sendfile
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for mmap
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for splice
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for arc4random
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-f00a38.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `arc4random'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| /* end confdefs.h. */
| /* Define arc4random to an innocuous variant, in case declares arc4random.
| For example, HP-UX 11i declares gettimeofday. */
| #define arc4random innocuous_arc4random
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef arc4random
|
| /* 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 arc4random ();
| /* 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_arc4random || defined __stub___arc4random
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random ();
| ;
| return 0;
| }
configure:13700: result: no
configure:13700: checking for arc4random_buf
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-49ff82.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `arc4random_buf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| /* end confdefs.h. */
| /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
| For example, HP-UX 11i declares gettimeofday. */
| #define arc4random_buf innocuous_arc4random_buf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_buf (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef arc4random_buf
|
| /* 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 arc4random_buf ();
| /* 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_arc4random_buf || defined __stub___arc4random_buf
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_buf ();
| ;
| return 0;
| }
configure:13700: result: no
configure:13700: checking for issetugid
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-606594.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `issetugid'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| /* end confdefs.h. */
| /* Define issetugid to an innocuous variant, in case declares issetugid.
| For example, HP-UX 11i declares gettimeofday. */
| #define issetugid innocuous_issetugid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char issetugid (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef issetugid
|
| /* 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 issetugid ();
| /* 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_issetugid || defined __stub___issetugid
| choke me
| #endif
|
| int
| main ()
| {
| return issetugid ();
| ;
| return 0;
| }
configure:13700: result: no
configure:13700: checking for geteuid
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for getegid
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for getprotobynumber
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for setenv
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for unsetenv
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for putenv
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13700: checking for sysctl
configure:13700: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13711: checking for umask
configure:13711: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13711: $? = 0
configure:13711: result: yes
configure:13721: checking for getaddrinfo
configure:13744: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:98:3: warning: expression result unused [-Wunused-value]
getaddrinfo;
^~~~~~~~~~~
1 warning generated.
configure:13744: $? = 0
configure:13754: result: yes
configure:13897: checking size of long
configure:13902: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13902: $? = 0
configure:13902: ./conftest
configure:13902: $? = 0
configure:13916: result: 8
configure:13927: checking for F_SETFD in fcntl.h
configure:13944: result: yes
configure:13958: checking for select
configure:13958: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13958: $? = 0
configure:13958: result: yes
configure:13983: checking for poll
configure:13983: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:13983: $? = 0
configure:13983: result: yes
configure:14119: checking for epoll_ctl
configure:14119: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14119: $? = 0
configure:14119: result: yes
configure:14203: checking for port_create
configure:14203: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
/tmp/conftest-645933.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `port_create'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| /* Define port_create to an innocuous variant, in case declares port_create.
| For example, HP-UX 11i declares gettimeofday. */
| #define port_create innocuous_port_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char port_create (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef port_create
|
| /* 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 port_create ();
| /* 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_port_create || defined __stub___port_create
| choke me
| #endif
|
| int
| main ()
| {
| return port_create ();
| ;
| return 0;
| }
configure:14203: result: no
configure:14240: checking for pid_t
configure:14240: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14240: $? = 0
configure:14240: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:132:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:14240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 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:14240: result: yes
configure:14251: checking for size_t
configure:14251: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14251: $? = 0
configure:14251: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:132:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:14251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 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:14251: result: yes
configure:14262: checking for ssize_t
configure:14262: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14262: $? = 0
configure:14262: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:132:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:14262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 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:14262: result: yes
configure:14274: checking for uint64_t
configure:14274: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14274: $? = 0
configure:14274: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:108:23: error: expected expression
if (sizeof ((uint64_t)))
^
1 error generated.
configure:14274: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include
| #elif defined(HAVE_INTTYPES_H)
| #include
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:14274: result: yes
configure:14291: checking for uint32_t
configure:14291: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14291: $? = 0
configure:14291: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:109:23: error: expected expression
if (sizeof ((uint32_t)))
^
1 error generated.
configure:14291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include
| #elif defined(HAVE_INTTYPES_H)
| #include
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:14291: result: yes
configure:14308: checking for uint16_t
configure:14308: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14308: $? = 0
configure:14308: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:110:23: error: expected expression
if (sizeof ((uint16_t)))
^
1 error generated.
configure:14308: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include
| #elif defined(HAVE_INTTYPES_H)
| #include
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:14308: result: yes
configure:14325: checking for uint8_t
configure:14325: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14325: $? = 0
configure:14325: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:111:22: error: expected expression
if (sizeof ((uint8_t)))
^
1 error generated.
configure:14325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include
| #elif defined(HAVE_INTTYPES_H)
| #include
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:14325: result: yes
configure:14342: checking for uintptr_t
configure:14342: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14342: $? = 0
configure:14342: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:112:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:14342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include
| #elif defined(HAVE_INTTYPES_H)
| #include
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:14342: result: yes
configure:14361: checking for fd_mask
configure:14361: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14361: $? = 0
configure:14361: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:111:22: error: expected expression
if (sizeof ((fd_mask)))
^
1 error generated.
configure:14361: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SELECT_H
| #include
| #endif
|
| int
| main ()
| {
| if (sizeof ((fd_mask)))
| return 0;
| ;
| return 0;
| }
configure:14361: result: yes
configure:14382: checking size of long long
configure:14387: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14387: $? = 0
configure:14387: ./conftest
configure:14387: $? = 0
configure:14401: result: 8
configure:14415: checking size of long
configure:14434: result: 8
configure:14448: checking size of int
configure:14453: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14453: $? = 0
configure:14453: ./conftest
configure:14453: $? = 0
configure:14467: result: 4
configure:14481: checking size of short
configure:14486: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14486: $? = 0
configure:14486: ./conftest
configure:14486: $? = 0
configure:14500: result: 2
configure:14514: checking size of size_t
configure:14519: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14519: $? = 0
configure:14519: ./conftest
configure:14519: $? = 0
configure:14533: result: 8
configure:14547: checking size of void *
configure:14552: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14552: $? = 0
configure:14552: ./conftest
configure:14552: $? = 0
configure:14566: result: 8
configure:14580: checking size of off_t
configure:14585: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
configure:14585: $? = 0
configure:14585: ./conftest
configure:14585: $? = 0
configure:14599: result: 8
configure:14610: checking for struct in6_addr
configure:14610: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14610: $? = 0
configure:14610: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:139:30: error: expected expression
if (sizeof ((struct in6_addr)))
^
1 error generated.
configure:14610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETDB_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct in6_addr)))
| return 0;
| ;
| return 0;
| }
configure:14610: result: yes
configure:14645: checking for struct sockaddr_in6
configure:14645: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14645: $? = 0
configure:14645: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:140:34: error: expected expression
if (sizeof ((struct sockaddr_in6)))
^
1 error generated.
configure:14645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETDB_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:14645: result: yes
configure:14680: checking for sa_family_t
configure:14680: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14680: $? = 0
configure:14680: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:141:26: error: expected expression
if (sizeof ((sa_family_t)))
^
1 error generated.
configure:14680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETDB_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:14680: result: yes
configure:14715: checking for struct addrinfo
configure:14715: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14715: $? = 0
configure:14715: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:142:30: error: expected expression
if (sizeof ((struct addrinfo)))
^
1 error generated.
configure:14715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETDB_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| return 0;
| ;
| return 0;
| }
configure:14715: result: yes
configure:14750: checking for struct sockaddr_storage
configure:14750: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14750: $? = 0
configure:14750: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:143:38: error: expected expression
if (sizeof ((struct sockaddr_storage)))
^
1 error generated.
configure:14750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETDB_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:14750: result: yes
configure:14786: checking for struct in6_addr.s6_addr32
configure:14786: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14786: $? = 0
configure:14786: result: yes
configure:14817: checking for struct in6_addr.s6_addr16
configure:14817: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14817: $? = 0
configure:14817: result: yes
configure:14848: checking for struct sockaddr_in.sin_len
configure:14848: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:143:13: error: no member named 'sin_len' in 'struct sockaddr_in'
if (ac_aggr.sin_len)
~~~~~~~ ^
1 error generated.
configure:14848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (ac_aggr.sin_len)
| return 0;
| ;
| return 0;
| }
configure:14848: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:143:20: error: no member named 'sin_len' in 'struct sockaddr_in'
if (sizeof ac_aggr.sin_len)
~~~~~~~ ^
1 error generated.
configure:14848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (sizeof ac_aggr.sin_len)
| return 0;
| ;
| return 0;
| }
configure:14848: result: no
configure:14879: checking for struct sockaddr_in6.sin6_len
configure:14879: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:143:13: error: no member named 'sin6_len' in 'struct sockaddr_in6'
if (ac_aggr.sin6_len)
~~~~~~~ ^
1 error generated.
configure:14879: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (ac_aggr.sin6_len)
| return 0;
| ;
| return 0;
| }
configure:14879: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:143:20: error: no member named 'sin6_len' in 'struct sockaddr_in6'
if (sizeof ac_aggr.sin6_len)
~~~~~~~ ^
1 error generated.
configure:14879: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (sizeof ac_aggr.sin6_len)
| return 0;
| ;
| return 0;
| }
configure:14879: result: no
configure:14910: checking for struct sockaddr_storage.ss_family
configure:14910: clang -c -Wall -fno-strict-aliasing conftest.c >&5
configure:14910: $? = 0
configure:14910: result: yes
configure:14941: checking for struct sockaddr_storage.__ss_family
configure:14941: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:144:13: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
if (ac_aggr.__ss_family)
^~~~~~~~~~~
ss_family
/usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
__SOCKADDR_COMMON (ss_); /* Address family, etc. */
^
/usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
sa_family_t sa_prefix##family
^
:24:1: note: expanded from here
ss_family
^
1 error generated.
configure:14941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:14941: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:144:20: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
if (sizeof ac_aggr.__ss_family)
^~~~~~~~~~~
ss_family
/usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
__SOCKADDR_COMMON (ss_); /* Address family, etc. */
^
/usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
sa_family_t sa_prefix##family
^
:24:1: note: expanded from here
ss_family
^
1 error generated.
configure:14941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include
| #else
| #include
| #include
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:14941: result: no
configure:14974: checking for socklen_t
configure:14989: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:123:11: warning: unused variable 'x' [-Wunused-variable]
socklen_t x;
^
1 warning generated.
configure:14989: $? = 0
configure:14990: result: yes
configure:15002: checking whether our compiler supports __func__
configure:15015: clang -c -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:121:14: warning: unused variable 'cp' [-Wunused-variable]
const char *cp = __func__;
^
1 warning generated.
configure:15015: $? = 0
configure:15016: result: yes
configure:15220: checking for the pthreads library -lpthreads
configure:15253: clang -o conftest -Wall -fno-strict-aliasing conftest.c -lpthreads >&5
conftest.c:122:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:121:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:121:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= 0
4 warnings generated.
/usr/bin/ld: cannot find -lpthreads
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15262: result: no
configure:15165: checking whether pthreads work without any flags
configure:15253: clang -o conftest -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:122:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:121:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:121:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= 0
4 warnings generated.
/tmp/conftest-447269.o: In function `main':
conftest.c:(.text+0x1b): undefined reference to `pthread_join'
conftest.c:(.text+0x8d): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x9f): undefined reference to `pthread_create'
conftest.c:(.text+0xb8): undefined reference to `__pthread_unregister_cancel'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15262: result: no
configure:15170: checking whether pthreads work with -Kthread
configure:15253: clang -o conftest -Wall -fno-strict-aliasing -Kthread conftest.c >&5
clang-3.8: error: unknown argument: '-Kthread'
configure:15253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15262: result: no
configure:15170: checking whether pthreads work with -kthread
configure:15253: clang -o conftest -Wall -fno-strict-aliasing -kthread conftest.c >&5
clang-3.8: error: unknown argument: '-kthread'
configure:15253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15262: result: no
configure:15220: checking for the pthreads library -llthread
configure:15253: clang -o conftest -Wall -fno-strict-aliasing conftest.c -llthread >&5
conftest.c:122:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:121:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:121:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= 0
4 warnings generated.
/usr/bin/ld: cannot find -llthread
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.0.22-stable"
| #define NUMERIC_VERSION 0x02001600
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_BIO_H 1
| #define HAVE_OPENSSL 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define HAVE_DECL_CTL_KERN 1
| #define HAVE_DECL_KERN_RANDOM 1
| #define HAVE_DECL_RANDOM_UUID 1
| #define HAVE_DECL_KERN_ARND 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRSEP 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRTOLL 1
| #define HAVE_INET_ATON 1
| #define HAVE_PIPE 1
| #define HAVE_EVENTFD 1
| #define HAVE_SENDFILE 1
| #define HAVE_MMAP 1
| #define HAVE_SPLICE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETEGID 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_SYSCTL 1
| #define HAVE_UMASK 1
| #define HAVE_GETADDRINFO 1
| #define SIZEOF_LONG 8
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15262: result: no
configure:15170: checking whether pthreads work with -pthread
configure:15253: clang -o conftest -Wall -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:122:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:123:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:121:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:121:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= 0
4 warnings generated.
configure:15253: $? = 0
configure:15262: result: yes
configure:15281: checking for joinable pthread attribute
configure:15296: clang -o conftest -Wall -fno-strict-aliasing -pthread conftest.c >&5
configure:15296: $? = 0
configure:15302: result: PTHREAD_CREATE_JOINABLE
configure:15312: checking if more special flags are required for pthreads
configure:15319: result: no
configure:15408: checking size of pthread_t
configure:15413: clang -o conftest -Wall -fno-strict-aliasing -pthread conftest.c >&5
configure:15413: $? = 0
configure:15413: ./conftest
configure:15413: $? = 0
configure:15430: result: 8
configure:15812: checking that generated files are newer than configure
configure:15818: result: done
configure:15901: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b8d656dbce8d
config.status:1226: creating libevent.pc
config.status:1226: creating libevent_openssl.pc
config.status:1226: creating libevent_pthreads.pc
config.status:1226: creating Makefile
config.status:1226: creating include/Makefile
config.status:1226: creating test/Makefile
config.status:1226: creating sample/Makefile
config.status:1226: creating config.h
config.status:1455: executing depfiles commands
config.status:1455: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_arc4random=no
ac_cv_func_arc4random_buf=no
ac_cv_func_clock_gettime=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_eventfd=yes
ac_cv_func_fcntl=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_issetugid=no
ac_cv_func_mmap=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_port_create=no
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_sendfile=yes
ac_cv_func_setenv=yes
ac_cv_func_sigaction=yes
ac_cv_func_signal=yes
ac_cv_func_splice=yes
ac_cv_func_strlcpy=no
ac_cv_func_strsep=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoll=yes
ac_cv_func_sysctl=yes
ac_cv_func_umask=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vasprintf=yes
ac_cv_have_decl_CTL_KERN=yes
ac_cv_have_decl_KERN_ARND=no
ac_cv_have_decl_KERN_RANDOM=yes
ac_cv_have_decl_RANDOM_UUID=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_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in6_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_bio_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_port_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_eventfd_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sendfile_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_member_struct_in6_addr_s6_addr16=yes
ac_cv_member_struct_in6_addr_s6_addr32=yes
ac_cv_member_struct_sockaddr_in6_sin6_len=no
ac_cv_member_struct_sockaddr_in_sin_len=no
ac_cv_member_struct_sockaddr_storage___ss_family=no
ac_cv_member_struct_sockaddr_storage_ss_family=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_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_STRIP=strip
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_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_SSL_new=-lssl
ac_cv_search_clock_gettime='none required'
ac_cv_search_inet_aton='none required'
ac_cv_search_inet_ntoa='none required'
ac_cv_search_inflateEnd=-lz
ac_cv_search_sendfile='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_pthread_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_void_p=8
ac_cv_type_fd_mask=yes
ac_cv_type_pid_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_in6_addr=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintptr_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
libevent_cv_getaddrinfo=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_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/libevent/src/libevent-release-2.0.22-stable/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /tmp/libevent/src/libevent-release-2.0.22-stable/missing autoconf'
AUTOHEADER='${SHELL} /tmp/libevent/src/libevent-release-2.0.22-stable/missing autoheader'
AUTOMAKE='${SHELL} /tmp/libevent/src/libevent-release-2.0.22-stable/missing automake-1.15'
AWK='gawk'
BUILD_CYGWIN_FALSE=''
BUILD_CYGWIN_TRUE='#'
BUILD_REGRESS_FALSE='#'
BUILD_REGRESS_TRUE=''
BUILD_WIN32_FALSE=''
BUILD_WIN32_TRUE='#'
BUILD_WITH_NO_UNDEFINED_FALSE=''
BUILD_WITH_NO_UNDEFINED_TRUE='#'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall -fno-strict-aliasing -pthread'
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVPOLL_BACKEND_FALSE=''
DEVPOLL_BACKEND_TRUE='#'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EPOLL_BACKEND_FALSE='#'
EPOLL_BACKEND_TRUE=''
EVPORT_BACKEND_FALSE=''
EVPORT_BACKEND_TRUE='#'
EV_LIB_GDI=''
EV_LIB_WS32=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBEVENT_FALSE='#'
INSTALL_LIBEVENT_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KQUEUE_BACKEND_FALSE=''
KQUEUE_BACKEND_TRUE='#'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBEVENT_GC_SECTIONS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /tmp/libevent/src/libevent-release-2.0.22-stable/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENSSL_FALSE='#'
OPENSSL_LIBADD=''
OPENSSL_LIBS='-lssl -lcrypto '
OPENSSL_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='libevent'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POLL_BACKEND_FALSE='#'
POLL_BACKEND_TRUE=''
PTHREADS_FALSE='#'
PTHREADS_TRUE=''
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SELECT_BACKEND_FALSE='#'
SELECT_BACKEND_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SIGNAL_SUPPORT_FALSE='#'
SIGNAL_SUPPORT_TRUE=''
STRIP='strip'
VERSION='2.0.22-stable'
ZLIB_LIBS='-lz '
ZLIB_REGRESS_FALSE='#'
ZLIB_REGRESS_TRUE=''
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
acx_pthread_config=''
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 -'
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}'
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/libevent/src/libevent-release-2.0.22-stable/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'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libevent"
#define VERSION "2.0.22-stable"
#define NUMERIC_VERSION 0x02001600
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ZLIB_H 1
#define HAVE_LIBZ 1
#define HAVE_OPENSSL_BIO_H 1
#define HAVE_OPENSSL 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_STDARG_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDDEF_H 1
#define HAVE_POLL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_EVENTFD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_TAILQFOREACH 1
#define HAVE_TIMERADD 1
#define HAVE_TIMERCMP 1
#define HAVE_TIMERCLEAR 1
#define HAVE_TIMERISSET 1
#define HAVE_DECL_CTL_KERN 1
#define HAVE_DECL_KERN_RANDOM 1
#define HAVE_DECL_RANDOM_UUID 1
#define HAVE_DECL_KERN_ARND 0
#define TIME_WITH_SYS_TIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_VASPRINTF 1
#define HAVE_FCNTL 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_STRTOK_R 1
#define HAVE_STRSEP 1
#define HAVE_GETNAMEINFO 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_SIGNAL 1
#define HAVE_SIGACTION 1
#define HAVE_STRTOLL 1
#define HAVE_INET_ATON 1
#define HAVE_PIPE 1
#define HAVE_EVENTFD 1
#define HAVE_SENDFILE 1
#define HAVE_MMAP 1
#define HAVE_SPLICE 1
#define HAVE_GETEUID 1
#define HAVE_GETEGID 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_PUTENV 1
#define HAVE_SYSCTL 1
#define HAVE_UMASK 1
#define HAVE_GETADDRINFO 1
#define SIZEOF_LONG 8
#define HAVE_SETFD 1
#define HAVE_SELECT 1
#define HAVE_POLL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EPOLL 1
#define HAVE_UINT64_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_FD_MASK 1
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_VOID_P 8
#define SIZEOF_OFF_T 8
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
#define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_PTHREADS 1
#define SIZEOF_PTHREAD_T 8
configure: exit 0