The build took 00h 04m 12s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
20,466 |
ansic |
11,024 |
sh |
8,062 |
makefile |
39,552 |
total |
The process tree of the build process is here.
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: libosip2 1:4.1.0-1 (Thu Apr 13 13:25:40 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file src/osip2/port_sema.c
Hunk #1 succeeded at 17 with fuzz 2 (offset -5 lines).
configure: osip2 The GNU Open SIP library.
configure: Copyright (C) 2001-2012 Aymeric MOIZARD -
Configuring libosip2 4.1.0
Building Package on linux
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 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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for a sed that does not truncate output... /usr/bin/sed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
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 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 the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... clang
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sem_open in -lposix4... no
checking for nis_add in -lnsl... yes
checking for sendto in -lsocket... no
checking for lrand48 in -lc... yes
checking for clock_gettime in -lrt... yes
checking whether -Wall works... yes
checking whether -Wcast-align works... yes
checking whether -Wchar-subscripts works... yes
checking whether -Wformat works... yes
checking whether -Winline works... yes
checking whether -Wmissing-declarations works... yes
checking whether -Wmissing-prototypes works... yes
checking whether -Wnested-externs works... yes
checking whether -Wpointer-arith works... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for struct timeval... yes
configure: creating ./config.status
config.status: creating libosip2.pc
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/osipparser2/Makefile
config.status: creating src/osip2/Makefile
config.status: creating src/test/Makefile
config.status: creating src/test/res/Makefile
config.status: creating include/Makefile
config.status: creating include/osip2/Makefile
config.status: creating include/osipparser2/Makefile
config.status: creating include/osipparser2/headers/Makefile
config.status: creating help/Makefile
config.status: creating help/man/Makefile
config.status: creating help/doxygen/Makefile
config.status: creating platform/Makefile
config.status: creating platform/rpm/Makefile
config.status: creating platform/vsnet/Makefile
config.status: creating include/osip2/doxygen.dox
config.status: creating osip-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0'
Making all in include
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include'
Making all in osipparser2
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
Making all in headers
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
Making all in osip2
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include'
Making all in src
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src'
Making all in osipparser2
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authorization.lo -MD -MP -MF .deps/osip_proxy_authorization.Tpo -c -o osip_proxy_authorization.lo osip_proxy_authorization.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authorization.lo -MD -MP -MF .deps/osip_proxy_authorization.Tpo -c osip_proxy_authorization.c -fPIC -DPIC -o .libs/osip_proxy_authorization.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authorization.lo -MD -MP -MF .deps/osip_proxy_authorization.Tpo -c osip_proxy_authorization.c -o osip_proxy_authorization.o >/dev/null 2>&1
mv -f .deps/osip_proxy_authorization.Tpo .deps/osip_proxy_authorization.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_cseq.lo -MD -MP -MF .deps/osip_cseq.Tpo -c -o osip_cseq.lo osip_cseq.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_cseq.lo -MD -MP -MF .deps/osip_cseq.Tpo -c osip_cseq.c -fPIC -DPIC -o .libs/osip_cseq.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_cseq.lo -MD -MP -MF .deps/osip_cseq.Tpo -c osip_cseq.c -o osip_cseq.o >/dev/null 2>&1
mv -f .deps/osip_cseq.Tpo .deps/osip_cseq.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_record_route.lo -MD -MP -MF .deps/osip_record_route.Tpo -c -o osip_record_route.lo osip_record_route.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_record_route.lo -MD -MP -MF .deps/osip_record_route.Tpo -c osip_record_route.c -fPIC -DPIC -o .libs/osip_record_route.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_record_route.lo -MD -MP -MF .deps/osip_record_route.Tpo -c osip_record_route.c -o osip_record_route.o >/dev/null 2>&1
mv -f .deps/osip_record_route.Tpo .deps/osip_record_route.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_route.lo -MD -MP -MF .deps/osip_route.Tpo -c -o osip_route.lo osip_route.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_route.lo -MD -MP -MF .deps/osip_route.Tpo -c osip_route.c -fPIC -DPIC -o .libs/osip_route.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_route.lo -MD -MP -MF .deps/osip_route.Tpo -c osip_route.c -o osip_route.o >/dev/null 2>&1
mv -f .deps/osip_route.Tpo .deps/osip_route.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_to.lo -MD -MP -MF .deps/osip_to.Tpo -c -o osip_to.lo osip_to.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_to.lo -MD -MP -MF .deps/osip_to.Tpo -c osip_to.c -fPIC -DPIC -o .libs/osip_to.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_to.lo -MD -MP -MF .deps/osip_to.Tpo -c osip_to.c -o osip_to.o >/dev/null 2>&1
mv -f .deps/osip_to.Tpo .deps/osip_to.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_from.lo -MD -MP -MF .deps/osip_from.Tpo -c -o osip_from.lo osip_from.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_from.lo -MD -MP -MF .deps/osip_from.Tpo -c osip_from.c -fPIC -DPIC -o .libs/osip_from.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_from.lo -MD -MP -MF .deps/osip_from.Tpo -c osip_from.c -o osip_from.o >/dev/null 2>&1
mv -f .deps/osip_from.Tpo .deps/osip_from.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_uri.lo -MD -MP -MF .deps/osip_uri.Tpo -c -o osip_uri.lo osip_uri.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_uri.lo -MD -MP -MF .deps/osip_uri.Tpo -c osip_uri.c -fPIC -DPIC -o .libs/osip_uri.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_uri.lo -MD -MP -MF .deps/osip_uri.Tpo -c osip_uri.c -o osip_uri.o >/dev/null 2>&1
mv -f .deps/osip_uri.Tpo .deps/osip_uri.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authorization.lo -MD -MP -MF .deps/osip_authorization.Tpo -c -o osip_authorization.lo osip_authorization.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authorization.lo -MD -MP -MF .deps/osip_authorization.Tpo -c osip_authorization.c -fPIC -DPIC -o .libs/osip_authorization.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authorization.lo -MD -MP -MF .deps/osip_authorization.Tpo -c osip_authorization.c -o osip_authorization.o >/dev/null 2>&1
mv -f .deps/osip_authorization.Tpo .deps/osip_authorization.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_header.lo -MD -MP -MF .deps/osip_header.Tpo -c -o osip_header.lo osip_header.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_header.lo -MD -MP -MF .deps/osip_header.Tpo -c osip_header.c -fPIC -DPIC -o .libs/osip_header.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_header.lo -MD -MP -MF .deps/osip_header.Tpo -c osip_header.c -o osip_header.o >/dev/null 2>&1
mv -f .deps/osip_header.Tpo .deps/osip_header.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_www_authenticate.lo -MD -MP -MF .deps/osip_www_authenticate.Tpo -c -o osip_www_authenticate.lo osip_www_authenticate.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_www_authenticate.lo -MD -MP -MF .deps/osip_www_authenticate.Tpo -c osip_www_authenticate.c -fPIC -DPIC -o .libs/osip_www_authenticate.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_www_authenticate.lo -MD -MP -MF .deps/osip_www_authenticate.Tpo -c osip_www_authenticate.c -o osip_www_authenticate.o >/dev/null 2>&1
mv -f .deps/osip_www_authenticate.Tpo .deps/osip_www_authenticate.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_via.lo -MD -MP -MF .deps/osip_via.Tpo -c -o osip_via.lo osip_via.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_via.lo -MD -MP -MF .deps/osip_via.Tpo -c osip_via.c -fPIC -DPIC -o .libs/osip_via.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_via.lo -MD -MP -MF .deps/osip_via.Tpo -c osip_via.c -o osip_via.o >/dev/null 2>&1
mv -f .deps/osip_via.Tpo .deps/osip_via.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_body.lo -MD -MP -MF .deps/osip_body.Tpo -c -o osip_body.lo osip_body.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_body.lo -MD -MP -MF .deps/osip_body.Tpo -c osip_body.c -fPIC -DPIC -o .libs/osip_body.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_body.lo -MD -MP -MF .deps/osip_body.Tpo -c osip_body.c -o osip_body.o >/dev/null 2>&1
mv -f .deps/osip_body.Tpo .deps/osip_body.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_md5c.lo -MD -MP -MF .deps/osip_md5c.Tpo -c -o osip_md5c.lo osip_md5c.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_md5c.lo -MD -MP -MF .deps/osip_md5c.Tpo -c osip_md5c.c -fPIC -DPIC -o .libs/osip_md5c.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_md5c.lo -MD -MP -MF .deps/osip_md5c.Tpo -c osip_md5c.c -o osip_md5c.o >/dev/null 2>&1
mv -f .deps/osip_md5c.Tpo .deps/osip_md5c.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message.lo -MD -MP -MF .deps/osip_message.Tpo -c -o osip_message.lo osip_message.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message.lo -MD -MP -MF .deps/osip_message.Tpo -c osip_message.c -fPIC -DPIC -o .libs/osip_message.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message.lo -MD -MP -MF .deps/osip_message.Tpo -c osip_message.c -o osip_message.o >/dev/null 2>&1
mv -f .deps/osip_message.Tpo .deps/osip_message.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_list.lo -MD -MP -MF .deps/osip_list.Tpo -c -o osip_list.lo osip_list.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_list.lo -MD -MP -MF .deps/osip_list.Tpo -c osip_list.c -fPIC -DPIC -o .libs/osip_list.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_list.lo -MD -MP -MF .deps/osip_list.Tpo -c osip_list.c -o osip_list.o >/dev/null 2>&1
mv -f .deps/osip_list.Tpo .deps/osip_list.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_id.lo -MD -MP -MF .deps/osip_call_id.Tpo -c -o osip_call_id.lo osip_call_id.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_id.lo -MD -MP -MF .deps/osip_call_id.Tpo -c osip_call_id.c -fPIC -DPIC -o .libs/osip_call_id.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_id.lo -MD -MP -MF .deps/osip_call_id.Tpo -c osip_call_id.c -o osip_call_id.o >/dev/null 2>&1
mv -f .deps/osip_call_id.Tpo .deps/osip_call_id.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_parse.lo -MD -MP -MF .deps/osip_message_parse.Tpo -c -o osip_message_parse.lo osip_message_parse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_parse.lo -MD -MP -MF .deps/osip_message_parse.Tpo -c osip_message_parse.c -fPIC -DPIC -o .libs/osip_message_parse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_parse.lo -MD -MP -MF .deps/osip_message_parse.Tpo -c osip_message_parse.c -o osip_message_parse.o >/dev/null 2>&1
mv -f .deps/osip_message_parse.Tpo .deps/osip_message_parse.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_contact.lo -MD -MP -MF .deps/osip_contact.Tpo -c -o osip_contact.lo osip_contact.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_contact.lo -MD -MP -MF .deps/osip_contact.Tpo -c osip_contact.c -fPIC -DPIC -o .libs/osip_contact.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_contact.lo -MD -MP -MF .deps/osip_contact.Tpo -c osip_contact.c -o osip_contact.o >/dev/null 2>&1
mv -f .deps/osip_contact.Tpo .deps/osip_contact.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_to_str.lo -MD -MP -MF .deps/osip_message_to_str.Tpo -c -o osip_message_to_str.lo osip_message_to_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_to_str.lo -MD -MP -MF .deps/osip_message_to_str.Tpo -c osip_message_to_str.c -fPIC -DPIC -o .libs/osip_message_to_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_message_to_str.lo -MD -MP -MF .deps/osip_message_to_str.Tpo -c osip_message_to_str.c -o osip_message_to_str.o >/dev/null 2>&1
mv -f .deps/osip_message_to_str.Tpo .deps/osip_message_to_str.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_length.lo -MD -MP -MF .deps/osip_content_length.Tpo -c -o osip_content_length.lo osip_content_length.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_length.lo -MD -MP -MF .deps/osip_content_length.Tpo -c osip_content_length.c -fPIC -DPIC -o .libs/osip_content_length.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_length.lo -MD -MP -MF .deps/osip_content_length.Tpo -c osip_content_length.c -o osip_content_length.o >/dev/null 2>&1
mv -f .deps/osip_content_length.Tpo .deps/osip_content_length.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_parser_cfg.lo -MD -MP -MF .deps/osip_parser_cfg.Tpo -c -o osip_parser_cfg.lo osip_parser_cfg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_parser_cfg.lo -MD -MP -MF .deps/osip_parser_cfg.Tpo -c osip_parser_cfg.c -fPIC -DPIC -o .libs/osip_parser_cfg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_parser_cfg.lo -MD -MP -MF .deps/osip_parser_cfg.Tpo -c osip_parser_cfg.c -o osip_parser_cfg.o >/dev/null 2>&1
mv -f .deps/osip_parser_cfg.Tpo .deps/osip_parser_cfg.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_type.lo -MD -MP -MF .deps/osip_content_type.Tpo -c -o osip_content_type.lo osip_content_type.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_type.lo -MD -MP -MF .deps/osip_content_type.Tpo -c osip_content_type.c -fPIC -DPIC -o .libs/osip_content_type.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_type.lo -MD -MP -MF .deps/osip_content_type.Tpo -c osip_content_type.c -o osip_content_type.o >/dev/null 2>&1
mv -f .deps/osip_content_type.Tpo .deps/osip_content_type.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authenticate.lo -MD -MP -MF .deps/osip_proxy_authenticate.Tpo -c -o osip_proxy_authenticate.lo osip_proxy_authenticate.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authenticate.lo -MD -MP -MF .deps/osip_proxy_authenticate.Tpo -c osip_proxy_authenticate.c -fPIC -DPIC -o .libs/osip_proxy_authenticate.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authenticate.lo -MD -MP -MF .deps/osip_proxy_authenticate.Tpo -c osip_proxy_authenticate.c -o osip_proxy_authenticate.o >/dev/null 2>&1
mv -f .deps/osip_proxy_authenticate.Tpo .deps/osip_proxy_authenticate.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_mime_version.lo -MD -MP -MF .deps/osip_mime_version.Tpo -c -o osip_mime_version.lo osip_mime_version.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_mime_version.lo -MD -MP -MF .deps/osip_mime_version.Tpo -c osip_mime_version.c -fPIC -DPIC -o .libs/osip_mime_version.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_mime_version.lo -MD -MP -MF .deps/osip_mime_version.Tpo -c osip_mime_version.c -o osip_mime_version.o >/dev/null 2>&1
mv -f .deps/osip_mime_version.Tpo .deps/osip_mime_version.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_port.lo -MD -MP -MF .deps/osip_port.Tpo -c -o osip_port.lo osip_port.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_port.lo -MD -MP -MF .deps/osip_port.Tpo -c osip_port.c -fPIC -DPIC -o .libs/osip_port.o
osip_port.c:371:9: warning: comparison of constant -9223372036854775808 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
if (i == LONG_MIN || i == LONG_MAX)
~ ^ ~~~~~~~~
osip_port.c:371:26: warning: comparison of constant 9223372036854775807 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
if (i == LONG_MIN || i == LONG_MAX)
~ ^ ~~~~~~~~
2 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_port.lo -MD -MP -MF .deps/osip_port.Tpo -c osip_port.c -o osip_port.o >/dev/null 2>&1
mv -f .deps/osip_port.Tpo .deps/osip_port.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_encoding.lo -MD -MP -MF .deps/osip_accept_encoding.Tpo -c -o osip_accept_encoding.lo osip_accept_encoding.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_encoding.lo -MD -MP -MF .deps/osip_accept_encoding.Tpo -c osip_accept_encoding.c -fPIC -DPIC -o .libs/osip_accept_encoding.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_encoding.lo -MD -MP -MF .deps/osip_accept_encoding.Tpo -c osip_accept_encoding.c -o osip_accept_encoding.o >/dev/null 2>&1
mv -f .deps/osip_accept_encoding.Tpo .deps/osip_accept_encoding.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_encoding.lo -MD -MP -MF .deps/osip_content_encoding.Tpo -c -o osip_content_encoding.lo osip_content_encoding.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_encoding.lo -MD -MP -MF .deps/osip_content_encoding.Tpo -c osip_content_encoding.c -fPIC -DPIC -o .libs/osip_content_encoding.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_encoding.lo -MD -MP -MF .deps/osip_content_encoding.Tpo -c osip_content_encoding.c -o osip_content_encoding.o >/dev/null 2>&1
mv -f .deps/osip_content_encoding.Tpo .deps/osip_content_encoding.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authentication_info.lo -MD -MP -MF .deps/osip_authentication_info.Tpo -c -o osip_authentication_info.lo osip_authentication_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authentication_info.lo -MD -MP -MF .deps/osip_authentication_info.Tpo -c osip_authentication_info.c -fPIC -DPIC -o .libs/osip_authentication_info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_authentication_info.lo -MD -MP -MF .deps/osip_authentication_info.Tpo -c osip_authentication_info.c -o osip_authentication_info.o >/dev/null 2>&1
mv -f .deps/osip_authentication_info.Tpo .deps/osip_authentication_info.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authentication_info.lo -MD -MP -MF .deps/osip_proxy_authentication_info.Tpo -c -o osip_proxy_authentication_info.lo osip_proxy_authentication_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authentication_info.lo -MD -MP -MF .deps/osip_proxy_authentication_info.Tpo -c osip_proxy_authentication_info.c -fPIC -DPIC -o .libs/osip_proxy_authentication_info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_proxy_authentication_info.lo -MD -MP -MF .deps/osip_proxy_authentication_info.Tpo -c osip_proxy_authentication_info.c -o osip_proxy_authentication_info.o >/dev/null 2>&1
mv -f .deps/osip_proxy_authentication_info.Tpo .deps/osip_proxy_authentication_info.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_language.lo -MD -MP -MF .deps/osip_accept_language.Tpo -c -o osip_accept_language.lo osip_accept_language.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_language.lo -MD -MP -MF .deps/osip_accept_language.Tpo -c osip_accept_language.c -fPIC -DPIC -o .libs/osip_accept_language.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept_language.lo -MD -MP -MF .deps/osip_accept_language.Tpo -c osip_accept_language.c -o osip_accept_language.o >/dev/null 2>&1
mv -f .deps/osip_accept_language.Tpo .deps/osip_accept_language.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept.lo -MD -MP -MF .deps/osip_accept.Tpo -c -o osip_accept.lo osip_accept.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept.lo -MD -MP -MF .deps/osip_accept.Tpo -c osip_accept.c -fPIC -DPIC -o .libs/osip_accept.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_accept.lo -MD -MP -MF .deps/osip_accept.Tpo -c osip_accept.c -o osip_accept.o >/dev/null 2>&1
mv -f .deps/osip_accept.Tpo .deps/osip_accept.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_alert_info.lo -MD -MP -MF .deps/osip_alert_info.Tpo -c -o osip_alert_info.lo osip_alert_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_alert_info.lo -MD -MP -MF .deps/osip_alert_info.Tpo -c osip_alert_info.c -fPIC -DPIC -o .libs/osip_alert_info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_alert_info.lo -MD -MP -MF .deps/osip_alert_info.Tpo -c osip_alert_info.c -o osip_alert_info.o >/dev/null 2>&1
mv -f .deps/osip_alert_info.Tpo .deps/osip_alert_info.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_error_info.lo -MD -MP -MF .deps/osip_error_info.Tpo -c -o osip_error_info.lo osip_error_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_error_info.lo -MD -MP -MF .deps/osip_error_info.Tpo -c osip_error_info.c -fPIC -DPIC -o .libs/osip_error_info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_error_info.lo -MD -MP -MF .deps/osip_error_info.Tpo -c osip_error_info.c -o osip_error_info.o >/dev/null 2>&1
mv -f .deps/osip_error_info.Tpo .deps/osip_error_info.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_allow.lo -MD -MP -MF .deps/osip_allow.Tpo -c -o osip_allow.lo osip_allow.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_allow.lo -MD -MP -MF .deps/osip_allow.Tpo -c osip_allow.c -fPIC -DPIC -o .libs/osip_allow.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_allow.lo -MD -MP -MF .deps/osip_allow.Tpo -c osip_allow.c -o osip_allow.o >/dev/null 2>&1
mv -f .deps/osip_allow.Tpo .deps/osip_allow.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_disposition.lo -MD -MP -MF .deps/osip_content_disposition.Tpo -c -o osip_content_disposition.lo osip_content_disposition.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_disposition.lo -MD -MP -MF .deps/osip_content_disposition.Tpo -c osip_content_disposition.c -fPIC -DPIC -o .libs/osip_content_disposition.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_content_disposition.lo -MD -MP -MF .deps/osip_content_disposition.Tpo -c osip_content_disposition.c -o osip_content_disposition.o >/dev/null 2>&1
mv -f .deps/osip_content_disposition.Tpo .deps/osip_content_disposition.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_accessor.lo -MD -MP -MF .deps/sdp_accessor.Tpo -c -o sdp_accessor.lo sdp_accessor.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_accessor.lo -MD -MP -MF .deps/sdp_accessor.Tpo -c sdp_accessor.c -fPIC -DPIC -o .libs/sdp_accessor.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_accessor.lo -MD -MP -MF .deps/sdp_accessor.Tpo -c sdp_accessor.c -o sdp_accessor.o >/dev/null 2>&1
mv -f .deps/sdp_accessor.Tpo .deps/sdp_accessor.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_message.lo -MD -MP -MF .deps/sdp_message.Tpo -c -o sdp_message.lo sdp_message.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_message.lo -MD -MP -MF .deps/sdp_message.Tpo -c sdp_message.c -fPIC -DPIC -o .libs/sdp_message.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT sdp_message.lo -MD -MP -MF .deps/sdp_message.Tpo -c sdp_message.c -o sdp_message.o >/dev/null 2>&1
mv -f .deps/sdp_message.Tpo .deps/sdp_message.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_info.lo -MD -MP -MF .deps/osip_call_info.Tpo -c -o osip_call_info.lo osip_call_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_info.lo -MD -MP -MF .deps/osip_call_info.Tpo -c osip_call_info.c -fPIC -DPIC -o .libs/osip_call_info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -DENABLE_TRACE -MT osip_call_info.lo -MD -MP -MF .deps/osip_call_info.Tpo -c osip_call_info.c -o osip_call_info.o >/dev/null 2>&1
mv -f .deps/osip_call_info.Tpo .deps/osip_call_info.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -pedantic -g -DENABLE_TRACE -version-info 11:0:0 -no-undefined -o libosipparser2.la -rpath /usr/lib osip_proxy_authorization.lo osip_cseq.lo osip_record_route.lo osip_route.lo osip_to.lo osip_from.lo osip_uri.lo osip_authorization.lo osip_header.lo osip_www_authenticate.lo osip_via.lo osip_body.lo osip_md5c.lo osip_message.lo osip_list.lo osip_call_id.lo osip_message_parse.lo osip_contact.lo osip_message_to_str.lo osip_content_length.lo osip_parser_cfg.lo osip_content_type.lo osip_proxy_authenticate.lo osip_mime_version.lo osip_port.lo osip_accept_encoding.lo osip_content_encoding.lo osip_authentication_info.lo osip_proxy_authentication_info.lo osip_accept_language.lo osip_accept.lo osip_alert_info.lo osip_error_info.lo osip_allow.lo osip_content_disposition.lo sdp_accessor.lo sdp_message.lo osip_call_info.lo
libtool: link: clang -shared -fPIC -DPIC .libs/osip_proxy_authorization.o .libs/osip_cseq.o .libs/osip_record_route.o .libs/osip_route.o .libs/osip_to.o .libs/osip_from.o .libs/osip_uri.o .libs/osip_authorization.o .libs/osip_header.o .libs/osip_www_authenticate.o .libs/osip_via.o .libs/osip_body.o .libs/osip_md5c.o .libs/osip_message.o .libs/osip_list.o .libs/osip_call_id.o .libs/osip_message_parse.o .libs/osip_contact.o .libs/osip_message_to_str.o .libs/osip_content_length.o .libs/osip_parser_cfg.o .libs/osip_content_type.o .libs/osip_proxy_authenticate.o .libs/osip_mime_version.o .libs/osip_port.o .libs/osip_accept_encoding.o .libs/osip_content_encoding.o .libs/osip_authentication_info.o .libs/osip_proxy_authentication_info.o .libs/osip_accept_language.o .libs/osip_accept.o .libs/osip_alert_info.o .libs/osip_error_info.o .libs/osip_allow.o .libs/osip_content_disposition.o .libs/sdp_accessor.o .libs/sdp_message.o .libs/osip_call_info.o -Wl,-soname -Wl,libosipparser2.so.11 -o .libs/libosipparser2.so.11.0.0
libtool: link: (cd ".libs" && rm -f "libosipparser2.so.11" && ln -s "libosipparser2.so.11.0.0" "libosipparser2.so.11")
libtool: link: (cd ".libs" && rm -f "libosipparser2.so" && ln -s "libosipparser2.so.11.0.0" "libosipparser2.so")
libtool: link: ar cru .libs/libosipparser2.a osip_proxy_authorization.o osip_cseq.o osip_record_route.o osip_route.o osip_to.o osip_from.o osip_uri.o osip_authorization.o osip_header.o osip_www_authenticate.o osip_via.o osip_body.o osip_md5c.o osip_message.o osip_list.o osip_call_id.o osip_message_parse.o osip_contact.o osip_message_to_str.o osip_content_length.o osip_parser_cfg.o osip_content_type.o osip_proxy_authenticate.o osip_mime_version.o osip_port.o osip_accept_encoding.o osip_content_encoding.o osip_authentication_info.o osip_proxy_authentication_info.o osip_accept_language.o osip_accept.o osip_alert_info.o osip_error_info.o osip_allow.o osip_content_disposition.o sdp_accessor.o sdp_message.o osip_call_info.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libosipparser2.a
libtool: link: ( cd ".libs" && rm -f "libosipparser2.la" && ln -s "../libosipparser2.la" "libosipparser2.la" )
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
Making all in osip2
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict_fsm.lo -MD -MP -MF .deps/ict_fsm.Tpo -c -o ict_fsm.lo ict_fsm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict_fsm.lo -MD -MP -MF .deps/ict_fsm.Tpo -c ict_fsm.c -fPIC -DPIC -o .libs/ict_fsm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict_fsm.lo -MD -MP -MF .deps/ict_fsm.Tpo -c ict_fsm.c -o ict_fsm.o >/dev/null 2>&1
mv -f .deps/ict_fsm.Tpo .deps/ict_fsm.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist_fsm.lo -MD -MP -MF .deps/ist_fsm.Tpo -c -o ist_fsm.lo ist_fsm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist_fsm.lo -MD -MP -MF .deps/ist_fsm.Tpo -c ist_fsm.c -fPIC -DPIC -o .libs/ist_fsm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist_fsm.lo -MD -MP -MF .deps/ist_fsm.Tpo -c ist_fsm.c -o ist_fsm.o >/dev/null 2>&1
mv -f .deps/ist_fsm.Tpo .deps/ist_fsm.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict_fsm.lo -MD -MP -MF .deps/nict_fsm.Tpo -c -o nict_fsm.lo nict_fsm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict_fsm.lo -MD -MP -MF .deps/nict_fsm.Tpo -c nict_fsm.c -fPIC -DPIC -o .libs/nict_fsm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict_fsm.lo -MD -MP -MF .deps/nict_fsm.Tpo -c nict_fsm.c -o nict_fsm.o >/dev/null 2>&1
mv -f .deps/nict_fsm.Tpo .deps/nict_fsm.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist_fsm.lo -MD -MP -MF .deps/nist_fsm.Tpo -c -o nist_fsm.lo nist_fsm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist_fsm.lo -MD -MP -MF .deps/nist_fsm.Tpo -c nist_fsm.c -fPIC -DPIC -o .libs/nist_fsm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist_fsm.lo -MD -MP -MF .deps/nist_fsm.Tpo -c nist_fsm.c -o nist_fsm.o >/dev/null 2>&1
mv -f .deps/nist_fsm.Tpo .deps/nist_fsm.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict.lo -MD -MP -MF .deps/ict.Tpo -c -o ict.lo ict.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict.lo -MD -MP -MF .deps/ict.Tpo -c ict.c -fPIC -DPIC -o .libs/ict.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ict.lo -MD -MP -MF .deps/ict.Tpo -c ict.c -o ict.o >/dev/null 2>&1
mv -f .deps/ict.Tpo .deps/ict.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist.lo -MD -MP -MF .deps/ist.Tpo -c -o ist.lo ist.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist.lo -MD -MP -MF .deps/ist.Tpo -c ist.c -fPIC -DPIC -o .libs/ist.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT ist.lo -MD -MP -MF .deps/ist.Tpo -c ist.c -o ist.o >/dev/null 2>&1
mv -f .deps/ist.Tpo .deps/ist.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict.lo -MD -MP -MF .deps/nict.Tpo -c -o nict.lo nict.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict.lo -MD -MP -MF .deps/nict.Tpo -c nict.c -fPIC -DPIC -o .libs/nict.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nict.lo -MD -MP -MF .deps/nict.Tpo -c nict.c -o nict.o >/dev/null 2>&1
mv -f .deps/nict.Tpo .deps/nict.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist.lo -MD -MP -MF .deps/nist.Tpo -c -o nist.lo nist.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist.lo -MD -MP -MF .deps/nist.Tpo -c nist.c -fPIC -DPIC -o .libs/nist.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT nist.lo -MD -MP -MF .deps/nist.Tpo -c nist.c -o nist.o >/dev/null 2>&1
mv -f .deps/nist.Tpo .deps/nist.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT fsm_misc.lo -MD -MP -MF .deps/fsm_misc.Tpo -c -o fsm_misc.lo fsm_misc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT fsm_misc.lo -MD -MP -MF .deps/fsm_misc.Tpo -c fsm_misc.c -fPIC -DPIC -o .libs/fsm_misc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT fsm_misc.lo -MD -MP -MF .deps/fsm_misc.Tpo -c fsm_misc.c -o fsm_misc.o >/dev/null 2>&1
mv -f .deps/fsm_misc.Tpo .deps/fsm_misc.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c -o osip.lo osip.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c osip.c -fPIC -DPIC -o .libs/osip.o
osip.c:129:1: warning: unused function 'osip_remove_ixt' [-Wunused-function]
osip_remove_ixt (osip_t * osip, ixt_t * ixt)
^
1 warning generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c osip.c -o osip.o >/dev/null 2>&1
mv -f .deps/osip.Tpo .deps/osip.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_transaction.lo -MD -MP -MF .deps/osip_transaction.Tpo -c -o osip_transaction.lo osip_transaction.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_transaction.lo -MD -MP -MF .deps/osip_transaction.Tpo -c osip_transaction.c -fPIC -DPIC -o .libs/osip_transaction.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_transaction.lo -MD -MP -MF .deps/osip_transaction.Tpo -c osip_transaction.c -o osip_transaction.o >/dev/null 2>&1
mv -f .deps/osip_transaction.Tpo .deps/osip_transaction.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_event.lo -MD -MP -MF .deps/osip_event.Tpo -c -o osip_event.lo osip_event.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_event.lo -MD -MP -MF .deps/osip_event.Tpo -c osip_event.c -fPIC -DPIC -o .libs/osip_event.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_event.lo -MD -MP -MF .deps/osip_event.Tpo -c osip_event.c -o osip_event.o >/dev/null 2>&1
mv -f .deps/osip_event.Tpo .deps/osip_event.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_fifo.lo -MD -MP -MF .deps/port_fifo.Tpo -c -o port_fifo.lo port_fifo.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_fifo.lo -MD -MP -MF .deps/port_fifo.Tpo -c port_fifo.c -fPIC -DPIC -o .libs/port_fifo.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_fifo.lo -MD -MP -MF .deps/port_fifo.Tpo -c port_fifo.c -o port_fifo.o >/dev/null 2>&1
mv -f .deps/port_fifo.Tpo .deps/port_fifo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_dialog.lo -MD -MP -MF .deps/osip_dialog.Tpo -c -o osip_dialog.lo osip_dialog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_dialog.lo -MD -MP -MF .deps/osip_dialog.Tpo -c osip_dialog.c -fPIC -DPIC -o .libs/osip_dialog.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_dialog.lo -MD -MP -MF .deps/osip_dialog.Tpo -c osip_dialog.c -o osip_dialog.o >/dev/null 2>&1
mv -f .deps/osip_dialog.Tpo .deps/osip_dialog.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_time.lo -MD -MP -MF .deps/osip_time.Tpo -c -o osip_time.lo osip_time.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_time.lo -MD -MP -MF .deps/osip_time.Tpo -c osip_time.c -fPIC -DPIC -o .libs/osip_time.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT osip_time.lo -MD -MP -MF .deps/osip_time.Tpo -c osip_time.c -o osip_time.o >/dev/null 2>&1
mv -f .deps/osip_time.Tpo .deps/osip_time.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_sema.lo -MD -MP -MF .deps/port_sema.Tpo -c -o port_sema.lo port_sema.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_sema.lo -MD -MP -MF .deps/port_sema.Tpo -c port_sema.c -fPIC -DPIC -o .libs/port_sema.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_sema.lo -MD -MP -MF .deps/port_sema.Tpo -c port_sema.c -o port_sema.o >/dev/null 2>&1
mv -f .deps/port_sema.Tpo .deps/port_sema.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_thread.lo -MD -MP -MF .deps/port_thread.Tpo -c -o port_thread.lo port_thread.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_thread.lo -MD -MP -MF .deps/port_thread.Tpo -c port_thread.c -fPIC -DPIC -o .libs/port_thread.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_thread.lo -MD -MP -MF .deps/port_thread.Tpo -c port_thread.c -o port_thread.o >/dev/null 2>&1
mv -f .deps/port_thread.Tpo .deps/port_thread.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_condv.lo -MD -MP -MF .deps/port_condv.Tpo -c -o port_condv.lo port_condv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_condv.lo -MD -MP -MF .deps/port_condv.Tpo -c port_condv.c -fPIC -DPIC -o .libs/port_condv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -MT port_condv.lo -MD -MP -MF .deps/port_condv.Tpo -c port_condv.c -o port_condv.o >/dev/null 2>&1
mv -f .deps/port_condv.Tpo .deps/port_condv.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -version-info 11:0:0 -lnsl -lrt ../osipparser2/libosipparser2.la -no-undefined -o libosip2.la -rpath /usr/lib ict_fsm.lo ist_fsm.lo nict_fsm.lo nist_fsm.lo ict.lo ist.lo nict.lo nist.lo fsm_misc.lo osip.lo osip_transaction.lo osip_event.lo port_fifo.lo osip_dialog.lo osip_time.lo port_sema.lo port_thread.lo port_condv.lo
libtool: link: clang -shared -fPIC -DPIC .libs/ict_fsm.o .libs/ist_fsm.o .libs/nict_fsm.o .libs/nist_fsm.o .libs/ict.o .libs/ist.o .libs/nict.o .libs/nist.o .libs/fsm_misc.o .libs/osip.o .libs/osip_transaction.o .libs/osip_event.o .libs/port_fifo.o .libs/osip_dialog.o .libs/osip_time.o .libs/port_sema.o .libs/port_thread.o .libs/port_condv.o -Wl,-rpath -Wl,/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2/.libs -lnsl -lrt ../osipparser2/.libs/libosipparser2.so -Wl,-soname -Wl,libosip2.so.11 -o .libs/libosip2.so.11.0.0
libtool: link: (cd ".libs" && rm -f "libosip2.so.11" && ln -s "libosip2.so.11.0.0" "libosip2.so.11")
libtool: link: (cd ".libs" && rm -f "libosip2.so" && ln -s "libosip2.so.11.0.0" "libosip2.so")
libtool: link: ar cru .libs/libosip2.a ict_fsm.o ist_fsm.o nict_fsm.o nist_fsm.o ict.o ist.o nict.o nist.o fsm_misc.o osip.o osip_transaction.o osip_event.o port_fifo.o osip_dialog.o osip_time.o port_sema.o port_thread.o port_condv.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libosip2.a
libtool: link: ( cd ".libs" && rm -f "libosip2.la" && ln -s "../libosip2.la" "libosip2.la" )
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
Making all in test
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
Making all in res
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test/res'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test/res'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src'
Making all in scripts
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
Making all in help
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help'
Making all in man
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
Making all in doxygen
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/doxygen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help/doxygen'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help'
Making all in platform
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
Making all in rpm
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/rpm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform/rpm'
Making all in vsnet
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/vsnet'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform/vsnet'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in include
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include'
Making install in osipparser2
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
Making install in headers
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/include/osipparser2/headers'
/usr/bin/install -c -m 644 osip_accept.h osip_contact.h osip_mime_version.h osip_accept_encoding.h osip_content_disposition.h osip_proxy_authenticate.h osip_accept_language.h osip_content_encoding.h osip_proxy_authorization.h osip_alert_info.h osip_content_length.h osip_record_route.h osip_allow.h osip_content_type.h osip_route.h osip_authorization.h osip_cseq.h osip_to.h osip_call_info.h osip_error_info.h osip_via.h osip_call_id.h osip_from.h osip_www_authenticate.h osip_header.h osip_authentication_info.h osip_proxy_authentication_info.h '/tmp/libosip2/pkg/libosip2/usr/include/osipparser2/headers'
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2/headers'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/include/osipparser2'
/usr/bin/install -c -m 644 osip_const.h osip_md5.h osip_parser.h osip_uri.h osip_list.h osip_message.h osip_port.h sdp_message.h osip_headers.h osip_body.h '/tmp/libosip2/pkg/libosip2/usr/include/osipparser2'
make[4]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osipparser2'
Making install in osip2
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/include/osip2'
/usr/bin/install -c -m 644 osip.h osip_dialog.h osip_mt.h osip_fifo.h osip_condv.h osip_time.h '/tmp/libosip2/pkg/libosip2/usr/include/osip2'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include/osip2'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/include'
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/libosip2/src/libosip2-4.1.0/include'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/include'
Making install in src
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src'
Making install in osipparser2
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libosipparser2.la '/tmp/libosip2/pkg/libosip2/usr/lib'
libtool: install: /usr/bin/install -c .libs/libosipparser2.so.11.0.0 /tmp/libosip2/pkg/libosip2/usr/lib/libosipparser2.so.11.0.0
libtool: install: (cd /tmp/libosip2/pkg/libosip2/usr/lib && { ln -s -f libosipparser2.so.11.0.0 libosipparser2.so.11 || { rm -f libosipparser2.so.11 && ln -s libosipparser2.so.11.0.0 libosipparser2.so.11; }; })
libtool: install: (cd /tmp/libosip2/pkg/libosip2/usr/lib && { ln -s -f libosipparser2.so.11.0.0 libosipparser2.so || { rm -f libosipparser2.so && ln -s libosipparser2.so.11.0.0 libosipparser2.so; }; })
libtool: install: /usr/bin/install -c .libs/libosipparser2.lai /tmp/libosip2/pkg/libosip2/usr/lib/libosipparser2.la
libtool: install: /usr/bin/install -c .libs/libosipparser2.a /tmp/libosip2/pkg/libosip2/usr/lib/libosipparser2.a
libtool: install: chmod 644 /tmp/libosip2/pkg/libosip2/usr/lib/libosipparser2.a
libtool: install: ranlib /tmp/libosip2/pkg/libosip2/usr/lib/libosipparser2.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osipparser2'
Making install in osip2
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libosip2.la '/tmp/libosip2/pkg/libosip2/usr/lib'
libtool: install: warning: relinking `libosip2.la'
libtool: install: (cd /tmp/libosip2/src/libosip2-4.1.0/src/osip2; /bin/sh /tmp/libosip2/src/libosip2-4.1.0/libtool --tag CC --mode=relink clang -DHAVE_SYS_SEM_H -pedantic -g -DENABLE_TRACE -version-info 11:0:0 -lnsl -lrt ../osipparser2/libosipparser2.la -no-undefined -o libosip2.la -rpath /usr/lib ict_fsm.lo ist_fsm.lo nict_fsm.lo nist_fsm.lo ict.lo ist.lo nict.lo nist.lo fsm_misc.lo osip.lo osip_transaction.lo osip_event.lo port_fifo.lo osip_dialog.lo osip_time.lo port_sema.lo port_thread.lo port_condv.lo -inst-prefix-dir /tmp/libosip2/pkg/libosip2)
libtool: relink: clang -shared -fPIC -DPIC .libs/ict_fsm.o .libs/ist_fsm.o .libs/nict_fsm.o .libs/nist_fsm.o .libs/ict.o .libs/ist.o .libs/nict.o .libs/nist.o .libs/fsm_misc.o .libs/osip.o .libs/osip_transaction.o .libs/osip_event.o .libs/port_fifo.o .libs/osip_dialog.o .libs/osip_time.o .libs/port_sema.o .libs/port_thread.o .libs/port_condv.o -lnsl -lrt -L/tmp/libosip2/pkg/libosip2/usr/lib -L/usr/lib -losipparser2 -Wl,-soname -Wl,libosip2.so.11 -o .libs/libosip2.so.11.0.0
libtool: install: /usr/bin/install -c .libs/libosip2.so.11.0.0T /tmp/libosip2/pkg/libosip2/usr/lib/libosip2.so.11.0.0
libtool: install: (cd /tmp/libosip2/pkg/libosip2/usr/lib && { ln -s -f libosip2.so.11.0.0 libosip2.so.11 || { rm -f libosip2.so.11 && ln -s libosip2.so.11.0.0 libosip2.so.11; }; })
libtool: install: (cd /tmp/libosip2/pkg/libosip2/usr/lib && { ln -s -f libosip2.so.11.0.0 libosip2.so || { rm -f libosip2.so && ln -s libosip2.so.11.0.0 libosip2.so; }; })
libtool: install: /usr/bin/install -c .libs/libosip2.lai /tmp/libosip2/pkg/libosip2/usr/lib/libosip2.la
libtool: install: /usr/bin/install -c .libs/libosip2.a /tmp/libosip2/pkg/libosip2/usr/lib/libosip2.a
libtool: install: chmod 644 /tmp/libosip2/pkg/libosip2/usr/lib/libosip2.a
libtool: install: ranlib /tmp/libosip2/pkg/libosip2/usr/lib/libosip2.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/osip2'
Making install in test
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
Making install in res
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test/res'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test/res'
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/libosip2/src/libosip2-4.1.0/src/test/res'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test/res'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[4]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src/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/libosip2/src/libosip2-4.1.0/src/test'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src/test'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/src'
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/libosip2/src/libosip2-4.1.0/src'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/src'
Making install in scripts
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/scripts'
Making install in help
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help'
Making install in man
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/share/man/man1'
/usr/bin/install -c -m 644 osip.1 '/tmp/libosip2/pkg/libosip2/usr/share/man/man1'
make[3]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help/man'
Making install in doxygen
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/doxygen'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help/doxygen'
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/libosip2/src/libosip2-4.1.0/help/doxygen'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help/doxygen'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/help'
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/libosip2/src/libosip2-4.1.0/help'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/help'
Making install in platform
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
Making install in rpm
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/rpm'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/rpm'
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/libosip2/src/libosip2-4.1.0/platform/rpm'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform/rpm'
Making install in vsnet
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/vsnet'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform/vsnet'
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/libosip2/src/libosip2-4.1.0/platform/vsnet'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform/vsnet'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[3]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
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/libosip2/src/libosip2-4.1.0/platform'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0/platform'
make[1]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0'
make[2]: Entering directory '/tmp/libosip2/src/libosip2-4.1.0'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libosip2/pkg/libosip2/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libosip2.pc '/tmp/libosip2/pkg/libosip2/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0'
make[1]: Leaving directory '/tmp/libosip2/src/libosip2-4.1.0'
==> Tidying install...
-> Removing doc files...
-> Removing empty directories...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libosip2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libosip2 1:4.1.0-1 (Thu Apr 13 13:26:24 UTC 2017)
CMD: pacman --query --file libosip2-1:4.1.0-1-x86_64.pkg.tar.xz
Creating hybrid package for 'libosip2'
Trying to find vanilla package 'libosip2'...
CMD: pacman --query --file /mirror/libosip2-1:4.1.0-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/share/man/man1/osip.1.gz
/usr/lib/libosipparser2.so.11
/usr/lib/libosipparser2.so.11.0.0
/usr/lib/libosip2.so.11
/usr/lib/libosip2.so.11.0.0
/usr/lib/libosipparser2.so
/usr/lib/libosip2.so
/usr/lib/pkgconfig/libosip2.pc
/usr/include/osip2/osip_condv.h
/usr/include/osip2/osip_dialog.h
/usr/include/osip2/osip_mt.h
/usr/include/osip2/osip_time.h
/usr/include/osip2/osip.h
/usr/include/osip2/osip_fifo.h
/usr/include/osipparser2/osip_parser.h
/usr/include/osipparser2/osip_uri.h
/usr/include/osipparser2/osip_port.h
/usr/include/osipparser2/sdp_message.h
/usr/include/osipparser2/osip_list.h
/usr/include/osipparser2/osip_md5.h
/usr/include/osipparser2/osip_message.h
/usr/include/osipparser2/osip_const.h
/usr/include/osipparser2/osip_body.h
/usr/include/osipparser2/osip_headers.h
/usr/include/osipparser2/headers/osip_authentication_info.h
/usr/include/osipparser2/headers/osip_call_info.h
/usr/include/osipparser2/headers/osip_header.h
/usr/include/osipparser2/headers/osip_www_authenticate.h
/usr/include/osipparser2/headers/osip_accept_encoding.h
/usr/include/osipparser2/headers/osip_route.h
/usr/include/osipparser2/headers/osip_accept_language.h
/usr/include/osipparser2/headers/osip_content_type.h
/usr/include/osipparser2/headers/osip_mime_version.h
/usr/include/osipparser2/headers/osip_alert_info.h
/usr/include/osipparser2/headers/osip_proxy_authentication_info.h
/usr/include/osipparser2/headers/osip_via.h
/usr/include/osipparser2/headers/osip_proxy_authorization.h
/usr/include/osipparser2/headers/osip_content_encoding.h
/usr/include/osipparser2/headers/osip_cseq.h
/usr/include/osipparser2/headers/osip_authorization.h
/usr/include/osipparser2/headers/osip_error_info.h
/usr/include/osipparser2/headers/osip_proxy_authenticate.h
/usr/include/osipparser2/headers/osip_record_route.h
/usr/include/osipparser2/headers/osip_call_id.h
/usr/include/osipparser2/headers/osip_content_disposition.h
/usr/include/osipparser2/headers/osip_to.h
/usr/include/osipparser2/headers/osip_accept.h
/usr/include/osipparser2/headers/osip_content_length.h
/usr/include/osipparser2/headers/osip_contact.h
/usr/include/osipparser2/headers/osip_allow.h
/usr/include/osipparser2/headers/osip_from.h
/sysroot/usr/lib/libosipparser2.so.11.0.0
/sysroot/usr/lib/libosipparser2.so.11
/sysroot/usr/lib/libosipparser2.so
/sysroot/usr/lib/libosipparser2.la
/sysroot/usr/lib/libosipparser2.a
/sysroot/usr/lib/libosip2.so.11.0.0
/sysroot/usr/lib/libosip2.so.11
/sysroot/usr/lib/libosip2.so
/sysroot/usr/lib/libosip2.la
/sysroot/usr/lib/libosip2.a
/sysroot/usr/lib/pkgconfig/libosip2.pc
/sysroot/usr/include/osipparser2/osip_const.h
/sysroot/usr/include/osipparser2/osip_md5.h
/sysroot/usr/include/osipparser2/osip_parser.h
/sysroot/usr/include/osipparser2/osip_uri.h
/sysroot/usr/include/osipparser2/osip_list.h
/sysroot/usr/include/osipparser2/osip_message.h
/sysroot/usr/include/osipparser2/osip_port.h
/sysroot/usr/include/osipparser2/sdp_message.h
/sysroot/usr/include/osipparser2/osip_headers.h
/sysroot/usr/include/osipparser2/osip_body.h
/sysroot/usr/include/osipparser2/headers/osip_accept.h
/sysroot/usr/include/osipparser2/headers/osip_contact.h
/sysroot/usr/include/osipparser2/headers/osip_mime_version.h
/sysroot/usr/include/osipparser2/headers/osip_accept_encoding.h
/sysroot/usr/include/osipparser2/headers/osip_content_disposition.h
/sysroot/usr/include/osipparser2/headers/osip_proxy_authenticate.h
/sysroot/usr/include/osipparser2/headers/osip_accept_language.h
/sysroot/usr/include/osipparser2/headers/osip_content_encoding.h
/sysroot/usr/include/osipparser2/headers/osip_proxy_authorization.h
/sysroot/usr/include/osipparser2/headers/osip_alert_info.h
/sysroot/usr/include/osipparser2/headers/osip_content_length.h
/sysroot/usr/include/osipparser2/headers/osip_record_route.h
/sysroot/usr/include/osipparser2/headers/osip_allow.h
/sysroot/usr/include/osipparser2/headers/osip_content_type.h
/sysroot/usr/include/osipparser2/headers/osip_route.h
/sysroot/usr/include/osipparser2/headers/osip_authorization.h
/sysroot/usr/include/osipparser2/headers/osip_cseq.h
/sysroot/usr/include/osipparser2/headers/osip_to.h
/sysroot/usr/include/osipparser2/headers/osip_call_info.h
/sysroot/usr/include/osipparser2/headers/osip_error_info.h
/sysroot/usr/include/osipparser2/headers/osip_via.h
/sysroot/usr/include/osipparser2/headers/osip_call_id.h
/sysroot/usr/include/osipparser2/headers/osip_from.h
/sysroot/usr/include/osipparser2/headers/osip_www_authenticate.h
/sysroot/usr/include/osipparser2/headers/osip_header.h
/sysroot/usr/include/osipparser2/headers/osip_authentication_info.h
/sysroot/usr/include/osipparser2/headers/osip_proxy_authentication_info.h
/sysroot/usr/include/osip2/osip.h
/sysroot/usr/include/osip2/osip_dialog.h
/sysroot/usr/include/osip2/osip_mt.h
/sysroot/usr/include/osip2/osip_fifo.h
/sysroot/usr/include/osip2/osip_condv.h
/sysroot/usr/include/osip2/osip_time.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf libosip2.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libosip2.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libosip2.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libosip2.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/libosip2/src/libosip2-4.1.0/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-semaphore --enable-sysv
## --------- ##
## Platform. ##
## --------- ##
hostname = c9d916e6d992
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:2288: osip2 The GNU Open SIP library.
configure:2290: Copyright (C) 2001-2012 Aymeric MOIZARD -
configure:2319: result: Configuring libosip2 4.1.0
configure:2322: result: Building Package on linux
configure:2374: checking for a BSD-compatible install
configure:2442: result: /usr/bin/install -c
configure:2453: checking whether build environment is sane
configure:2503: result: yes
configure:2552: checking for x86_64-unknown-linux-strip
configure:2582: result: no
configure:2592: checking for strip
configure:2608: found /usr/bin/strip
configure:2619: result: strip
configure:2644: checking for a thread-safe mkdir -p
configure:2683: result: /usr/bin/mkdir -p
configure:2696: checking for gawk
configure:2712: found /usr/bin/gawk
configure:2723: result: gawk
configure:2734: checking whether make sets $(MAKE)
configure:2756: result: yes
configure:2855: checking build system type
configure:2869: result: x86_64-unknown-linux-gnu
configure:2889: checking host system type
configure:2902: result: x86_64-unknown-linux-gnu
configure:2932: checking for x86_64-unknown-linux-gcc
configure:2959: result: clang
configure:3228: checking for C compiler version
configure:3237: 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:3248: $? = 0
configure:3237: 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:3248: $? = 0
configure:3237: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3248: $? = 1
configure:3237: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3248: $? = 1
configure:3268: checking whether the C compiler works
configure:3290: clang conftest.c >&5
configure:3294: $? = 0
configure:3342: result: yes
configure:3345: checking for C compiler default output file name
configure:3347: result: a.out
configure:3353: checking for suffix of executables
configure:3360: clang -o conftest conftest.c >&5
configure:3364: $? = 0
configure:3386: result:
configure:3408: checking whether we are cross compiling
configure:3416: clang -o conftest conftest.c >&5
configure:3420: $? = 0
configure:3427: ./conftest
configure:3431: $? = 0
configure:3446: result: no
configure:3451: checking for suffix of object files
configure:3473: clang -c conftest.c >&5
configure:3477: $? = 0
configure:3498: result: o
configure:3502: checking whether we are using the GNU C compiler
configure:3521: clang -c conftest.c >&5
configure:3521: $? = 0
configure:3530: result: yes
configure:3539: checking whether clang accepts -g
configure:3559: clang -c -g conftest.c >&5
configure:3559: $? = 0
configure:3600: result: yes
configure:3617: checking for clang option to accept ISO C89
configure:3680: clang -c conftest.c >&5
configure:3680: $? = 0
configure:3693: result: none needed
configure:3724: checking for style of include used by make
configure:3752: result: GNU
configure:3778: checking dependency style of clang
configure:3889: result: gcc3
configure:3909: checking how to run the C preprocessor
configure:3940: clang -E conftest.c
configure:3940: $? = 0
configure:3954: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3954: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| /* end confdefs.h. */
| #include
configure:3979: result: clang -E
configure:3999: clang -E conftest.c
configure:3999: $? = 0
configure:4013: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4013: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| /* end confdefs.h. */
| #include
configure:4347: checking for a sed that does not truncate output
configure:4411: result: /usr/bin/sed
configure:4462: checking how to print strings
configure:4489: result: printf
configure:4510: checking for a sed that does not truncate output
configure:4574: result: /usr/bin/sed
configure:4592: checking for grep that handles long lines and -e
configure:4650: result: /usr/bin/grep
configure:4655: checking for egrep
configure:4717: result: /usr/bin/grep -E
configure:4722: checking for fgrep
configure:4784: result: /usr/bin/grep -F
configure:4819: checking for ld used by clang
configure:4886: result: /usr/bin/ld
configure:4893: checking if the linker (/usr/bin/ld) is GNU ld
configure:4908: result: yes
configure:4920: checking for BSD- or MS-compatible name lister (nm)
configure:4969: result: /usr/bin/nm -B
configure:5099: checking the name lister (/usr/bin/nm -B) interface
configure:5106: clang -c conftest.c >&5
configure:5109: /usr/bin/nm -B "conftest.o"
configure:5112: output
0000000000000000 B some_variable
configure:5119: result: BSD nm
configure:5122: checking whether ln -s works
configure:5126: result: yes
configure:5134: checking the maximum length of command line arguments
configure:5264: result: 1572864
configure:5281: checking whether the shell understands some XSI constructs
configure:5291: result: yes
configure:5295: checking whether the shell understands "+="
configure:5301: result: yes
configure:5336: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5376: result: func_convert_file_noop
configure:5383: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5403: result: func_convert_file_noop
configure:5410: checking for /usr/bin/ld option to reload object files
configure:5417: result: -r
configure:5451: checking for x86_64-unknown-linux-objdump
configure:5478: result: objdump
configure:5547: checking how to recognize dependent libraries
configure:5745: result: pass_all
configure:5790: checking for x86_64-unknown-linux-dlltool
configure:5817: result: dlltool
configure:5887: checking how to associate runtime and link libraries
configure:5914: result: printf %s\n
configure:5931: checking for x86_64-unknown-linux-ar
configure:5961: result: no
configure:5975: checking for ar
configure:5991: found /usr/bin/ar
configure:6002: result: ar
configure:6039: checking for archiver @FILE support
configure:6056: clang -c conftest.c >&5
configure:6056: $? = 0
configure:6059: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:6062: $? = 0
configure:6067: 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:6070: $? = 1
configure:6082: result: @
configure:6100: checking for x86_64-unknown-linux-strip
configure:6127: result: strip
configure:6199: checking for x86_64-unknown-linux-ranlib
configure:6229: result: no
configure:6239: checking for ranlib
configure:6255: found /usr/bin/ranlib
configure:6266: result: ranlib
configure:6368: checking command to parse /usr/bin/nm -B output from clang object
configure:6488: clang -c conftest.c >&5
configure:6491: $? = 0
configure:6495: /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:6498: $? = 0
configure:6564: clang -o conftest conftest.c conftstm.o >&5
configure:6567: $? = 0
configure:6605: result: ok
configure:6642: checking for sysroot
configure:6672: result: no
configure:6749: clang -c conftest.c >&5
configure:6752: $? = 0
configure:6888: checking for x86_64-unknown-linux-mt
configure:6918: result: no
configure:6928: checking for mt
configure:6958: result: no
configure:6978: checking if : is a manifest tool
configure:6984: : '-?'
configure:6992: result: no
configure:7630: checking for ANSI C header files
configure:7650: clang -c conftest.c >&5
configure:7650: $? = 0
configure:7723: clang -o conftest conftest.c >&5
configure:7723: $? = 0
configure:7723: ./conftest
configure:7723: $? = 0
configure:7734: result: yes
configure:7747: checking for sys/types.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for sys/stat.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for stdlib.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for string.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for memory.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for strings.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for inttypes.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for stdint.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7747: checking for unistd.h
configure:7747: clang -c conftest.c >&5
configure:7747: $? = 0
configure:7747: result: yes
configure:7761: checking for dlfcn.h
configure:7761: clang -c conftest.c >&5
configure:7761: $? = 0
configure:7761: result: yes
configure:7965: checking for objdir
configure:7980: result: .libs
configure:8247: checking if clang supports -fno-rtti -fno-exceptions
configure:8265: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8269: $? = 0
configure:8282: result: yes
configure:8609: checking for clang option to produce PIC
configure:8616: result: -fPIC -DPIC
configure:8624: checking if clang PIC flag -fPIC -DPIC works
configure:8642: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:8646: $? = 0
configure:8659: result: yes
configure:8688: checking if clang static flag -static works
configure:8716: result: yes
configure:8731: checking if clang supports -c -o file.o
configure:8752: clang -c -o out/conftest2.o conftest.c >&5
configure:8756: $? = 0
configure:8778: result: yes
configure:8786: checking if clang supports -c -o file.o
configure:8833: result: yes
configure:8866: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10023: result: yes
configure:10060: checking whether -lc should be explicitly linked in
configure:10068: clang -c conftest.c >&5
configure:10071: $? = 0
configure:10086: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10089: $? = 0
configure:10103: result: no
configure:10263: checking dynamic linker characteristics
configure:10763: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10763: $? = 0
configure:10997: result: GNU/Linux ld.so
configure:11104: checking how to hardcode library paths into programs
configure:11129: result: immediate
configure:11669: checking whether stripping libraries is possible
configure:11674: result: yes
configure:11709: checking if libtool supports shared libraries
configure:11711: result: yes
configure:11714: checking whether to build shared libraries
configure:11735: result: yes
configure:11738: checking whether to build static libraries
configure:11742: result: yes
configure:11992: checking for the pthreads library -lpthreads
configure:12025: clang -o conftest conftest.c -lpthreads >&5
conftest.c:28: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:29: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:29:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 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:12025: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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. */
| #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:12034: result: no
configure:11981: checking whether pthreads work without any flags
configure:12025: clang -o conftest conftest.c >&5
conftest.c:28: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:29: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:29:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
/tmp/conftest-63efac.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:12025: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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. */
| #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:12034: result: no
configure:11986: checking whether pthreads work with -Kthread
configure:12025: clang -o conftest -Kthread conftest.c >&5
clang-3.8: error: unknown argument: '-Kthread'
configure:12025: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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. */
| #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:12034: result: no
configure:11986: checking whether pthreads work with -kthread
configure:12025: clang -o conftest -kthread conftest.c >&5
clang-3.8: error: unknown argument: '-kthread'
configure:12025: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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. */
| #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:12034: result: no
configure:11992: checking for the pthreads library -llthread
configure:12025: clang -o conftest conftest.c -llthread >&5
conftest.c:28: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:29: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:29:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 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:12025: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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. */
| #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:12034: result: no
configure:11986: checking whether pthreads work with -pthread
configure:12025: clang -o conftest -pthread conftest.c >&5
conftest.c:28: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:29: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:29:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
configure:12025: $? = 0
configure:12034: result: yes
configure:12054: checking for joinable pthread attribute
configure:12067: clang -o conftest -pthread conftest.c >&5
configure:12067: $? = 0
configure:12099: result: PTHREAD_CREATE_JOINABLE
configure:12106: checking if more special flags are required for pthreads
configure:12113: result: no
configure:12125: checking for cc_r
configure:12153: result: clang
configure:12226: checking sys/sem.h usability
configure:12226: clang -c conftest.c >&5
configure:12226: $? = 0
configure:12226: result: yes
configure:12226: checking sys/sem.h presence
configure:12226: clang -E conftest.c
configure:12226: $? = 0
configure:12226: result: yes
configure:12226: checking for sys/sem.h
configure:12226: result: yes
configure:12346: checking for sem_open in -lposix4
configure:12371: clang -o conftest conftest.c -lposix4 >&5
/usr/bin/ld: cannot find -lposix4
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12371: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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_PTHREAD 1
| #define HAVE_SYS_SEM_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 sem_open ();
| int
| main ()
| {
| return sem_open ();
| ;
| return 0;
| }
configure:12380: result: no
configure:12386: checking for nis_add in -lnsl
configure:12411: clang -o conftest conftest.c -lnsl >&5
configure:12411: $? = 0
configure:12420: result: yes
configure:12426: checking for sendto in -lsocket
configure:12451: clang -o conftest conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12451: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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_PTHREAD 1
| #define HAVE_SYS_SEM_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 sendto ();
| int
| main ()
| {
| return sendto ();
| ;
| return 0;
| }
configure:12460: result: no
configure:12466: checking for lrand48 in -lc
configure:12491: clang -o conftest conftest.c -lc >&5
configure:12491: $? = 0
configure:12500: result: yes
configure:12508: checking for clock_gettime in -lrt
configure:12533: clang -o conftest conftest.c -lrt >&5
configure:12533: $? = 0
configure:12542: result: yes
configure:12549: checking whether -Wall works
configure:12568: clang -c -Wall conftest.c >&5
configure:12568: $? = 0
configure:12577: result: yes
configure:12584: checking whether -Wcast-align works
configure:12603: clang -c -Wcast-align conftest.c >&5
configure:12603: $? = 0
configure:12612: result: yes
configure:12619: checking whether -Wchar-subscripts works
configure:12638: clang -c -Wchar-subscripts conftest.c >&5
configure:12638: $? = 0
configure:12647: result: yes
configure:12654: checking whether -Wformat works
configure:12673: clang -c -Wformat conftest.c >&5
configure:12673: $? = 0
configure:12682: result: yes
configure:12689: checking whether -Winline works
configure:12708: clang -c -Winline conftest.c >&5
configure:12708: $? = 0
configure:12717: result: yes
configure:12724: checking whether -Wmissing-declarations works
configure:12743: clang -c -Wmissing-declarations conftest.c >&5
configure:12743: $? = 0
configure:12752: result: yes
configure:12759: checking whether -Wmissing-prototypes works
configure:12778: clang -c -Wmissing-prototypes conftest.c >&5
configure:12778: $? = 0
configure:12787: result: yes
configure:12794: checking whether -Wnested-externs works
configure:12813: clang -c -Wnested-externs conftest.c >&5
configure:12813: $? = 0
configure:12822: result: yes
configure:12829: checking whether -Wpointer-arith works
configure:12848: clang -c -Wpointer-arith conftest.c >&5
configure:12848: $? = 0
configure:12857: result: yes
configure:12877: checking for ANSI C header files
configure:12981: result: yes
configure:12991: checking for string.h
configure:12991: result: yes
configure:13003: checking for strings.h
configure:13003: result: yes
configure:13015: checking for stdlib.h
configure:13015: result: yes
configure:13027: checking for unistd.h
configure:13027: result: yes
configure:13039: checking for sys/types.h
configure:13039: result: yes
configure:13052: checking sys/unistd.h usability
configure:13052: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking sys/unistd.h presence
configure:13052: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking for sys/unistd.h
configure:13052: result: yes
configure:13064: checking syslog.h usability
configure:13064: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13064: $? = 0
configure:13064: result: yes
configure:13064: checking syslog.h presence
configure:13064: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13064: $? = 0
configure:13064: result: yes
configure:13064: checking for syslog.h
configure:13064: result: yes
configure:13076: checking ctype.h usability
configure:13076: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13076: $? = 0
configure:13076: result: yes
configure:13076: checking ctype.h presence
configure:13076: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13076: $? = 0
configure:13076: result: yes
configure:13076: checking for ctype.h
configure:13076: result: yes
configure:13088: checking stdio.h usability
configure:13088: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13088: $? = 0
configure:13088: result: yes
configure:13088: checking stdio.h presence
configure:13088: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13088: $? = 0
configure:13088: result: yes
configure:13088: checking for stdio.h
configure:13088: result: yes
configure:13100: checking stdarg.h usability
configure:13100: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking stdarg.h presence
configure:13100: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking for stdarg.h
configure:13100: result: yes
configure:13112: checking varargs.h usability
configure:13112: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
In file included from conftest.c:70:
/usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
#error "Please use instead of "
^
1 error generated.
configure:13112: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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_PTHREAD 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_LRAND48 /**/
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_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:13112: result: no
configure:13112: checking varargs.h presence
configure:13112: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
In file included from conftest.c:37:
/usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
#error "Please use instead of "
^
1 error generated.
configure:13112: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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_PTHREAD 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_LRAND48 /**/
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include
configure:13112: result: no
configure:13112: checking for varargs.h
configure:13112: result: no
configure:13124: checking fcntl.h usability
configure:13124: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13124: $? = 0
configure:13124: result: yes
configure:13124: checking fcntl.h presence
configure:13124: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13124: $? = 0
configure:13124: result: yes
configure:13124: checking for fcntl.h
configure:13124: result: yes
configure:13136: checking time.h usability
configure:13136: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13136: $? = 0
configure:13136: result: yes
configure:13136: checking time.h presence
configure:13136: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13136: $? = 0
configure:13136: result: yes
configure:13136: checking for time.h
configure:13136: result: yes
configure:13148: checking sys/time.h usability
configure:13148: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13148: $? = 0
configure:13148: result: yes
configure:13148: checking sys/time.h presence
configure:13148: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13148: $? = 0
configure:13148: result: yes
configure:13148: checking for sys/time.h
configure:13148: result: yes
configure:13160: checking sys/select.h usability
configure:13160: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13160: $? = 0
configure:13160: result: yes
configure:13160: checking sys/select.h presence
configure:13160: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13160: $? = 0
configure:13160: result: yes
configure:13160: checking for sys/select.h
configure:13160: result: yes
configure:13172: checking assert.h usability
configure:13172: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13172: $? = 0
configure:13172: result: yes
configure:13172: checking assert.h presence
configure:13172: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13172: $? = 0
configure:13172: result: yes
configure:13172: checking for assert.h
configure:13172: result: yes
configure:13184: checking signal.h usability
configure:13184: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13184: $? = 0
configure:13184: result: yes
configure:13184: checking signal.h presence
configure:13184: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13184: $? = 0
configure:13184: result: yes
configure:13184: checking for signal.h
configure:13184: result: yes
configure:13196: checking sys/signal.h usability
configure:13196: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13196: $? = 0
configure:13196: result: yes
configure:13196: checking sys/signal.h presence
configure:13196: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13196: $? = 0
configure:13196: result: yes
configure:13196: checking for sys/signal.h
configure:13196: result: yes
configure:13208: checking malloc.h usability
configure:13208: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13208: $? = 0
configure:13208: result: yes
configure:13208: checking malloc.h presence
configure:13208: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13208: $? = 0
configure:13208: result: yes
configure:13208: checking for malloc.h
configure:13208: result: yes
configure:13219: checking for struct timeval
configure:13219: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13219: $? = 0
configure:13219: clang -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
conftest.c:61:29: error: expected expression
if (sizeof ((struct timeval)))
^
1 error generated.
configure:13219: $? = 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 "libosip2"
| #define VERSION "4.1.0"
| #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_PTHREAD 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_LRAND48 /**/
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h. */
|
| #if TIME_WITH_SYS_TIME
| # include
| # include
| #else
| # if HAVE_SYS_TIME_H
| # include
| # else
| # include
| # endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct timeval)))
| return 0;
| ;
| return 0;
| }
configure:13219: result: yes
configure:13390: 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 c9d916e6d992
config.status:1139: creating libosip2.pc
config.status:1139: creating Makefile
config.status:1139: creating scripts/Makefile
config.status:1139: creating src/Makefile
config.status:1139: creating src/osipparser2/Makefile
config.status:1139: creating src/osip2/Makefile
config.status:1139: creating src/test/Makefile
config.status:1139: creating src/test/res/Makefile
config.status:1139: creating include/Makefile
config.status:1139: creating include/osip2/Makefile
config.status:1139: creating include/osipparser2/Makefile
config.status:1139: creating include/osipparser2/headers/Makefile
config.status:1139: creating help/Makefile
config.status:1139: creating help/man/Makefile
config.status:1139: creating help/doxygen/Makefile
config.status:1139: creating platform/Makefile
config.status:1139: creating platform/rpm/Makefile
config.status:1139: creating platform/vsnet/Makefile
config.status:1139: creating include/osip2/doxygen.dox
config.status:1139: creating osip-config.h
config.status:1368: executing depfiles commands
config.status:1368: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
Wall_cv_flag=yes
Wcast_align_cv_flag=yes
Wchar_subscripts_cv_flag=yes
Wformat_cv_flag=yes
Winline_cv_flag=yes
Wmissing_declarations_cv_flag=yes
Wmissing_prototypes_cv_flag=yes
Wnested_externs_cv_flag=yes
Wpointer_arith_cv_flag=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_varargs_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_c_lrand48=yes
ac_cv_lib_nsl_nis_add=yes
ac_cv_lib_posix4_sem_open=no
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_socket_sendto=no
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_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_PTHREAD_CC=clang
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_struct_timeval=yes
am_cv_CC_dependencies_compiler_type=gcc3
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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/libosip2/src/libosip2-4.1.0/scripts/missing --run aclocal-1.11 -I scripts'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /tmp/libosip2/src/libosip2-4.1.0/scripts/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/libosip2/src/libosip2-4.1.0/scripts/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/libosip2/src/libosip2-4.1.0/scripts/missing --run automake-1.11'
AWK='gawk'
BUILD_MAXSIZE_FALSE='#'
BUILD_MAXSIZE_TRUE=''
BUILD_MT_FALSE='#'
BUILD_MT_TRUE=''
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
COMPILE_TESTS_FALSE=''
COMPILE_TESTS_TRUE='#'
CPP='clang -E'
CPPFLAGS=' -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXTRA_LIB=''
FGREP='/usr/bin/grep -F'
FSM_LIB=' -lnsl -lrt'
GREP='/usr/bin/grep'
INSIDE_GNOME_COMMON_FALSE=''
INSIDE_GNOME_COMMON_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBOSIP_SO_VERSION='11:0:0'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/libosip2/src/libosip2-4.1.0/scripts/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OSIP_VERSION='4.1.0'
OTOOL64=''
OTOOL=''
PACKAGE='libosip2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PARSER_LIB=''
PATH_SEPARATOR=':'
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIP_CFLAGS=' '
SIP_EXTRA_FLAGS=' -pedantic -g -DENABLE_TRACE'
SIP_FSM_FLAGS=' -DHAVE_SYS_SEM_H'
SIP_PARSER_FLAGS=''
STRIP='strip'
VERSION='4.1.0'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
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/libosip2/src/libosip2-4.1.0/scripts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/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='${prefix}/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 "libosip2"
#define VERSION "4.1.0"
#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_PTHREAD 1
#define HAVE_SYS_SEM_H 1
#define HAVE_LRAND48 /**/
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UNISTD_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_CTYPE_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDARG_H 1
#define HAVE_FCNTL_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRUCT_TIMEVAL 1
configure: exit 0