The build took 00h 04m 58s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
20,354 |
ansic |
11,627 |
sh |
6,738 |
makefile |
38,719 |
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: liburcu 0.9.2-1 (Thu Apr 13 14:17:18 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/tmp/liburcu/src/userspace-rcu-0.9.2/config/missing: Unknown `--is-lightweight' option
Try `/tmp/liburcu/src/userspace-rcu-0.9.2/config/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for thread local storage (TLS) class... __thread
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for nproc... nproc
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking 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... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking 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 inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for __attribute__... yes
checking if compiler needs -Werror to reject unknown flags... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for atexit... yes
checking for getcpuid... no
checking for gettid... no
checking for gettimeofday... yes
checking for memeset... no
checking for memset... yes
checking for munmap... yes
checking for sched_getcpu... yes
checking for strerror... yes
checking for strtoul... yes
checking for sysconf... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/param.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking if architecture really supports the mfence instruction... yes
checking for sys_futex()... yes
checking for library containing clock_gettime... none required
checking for pthread_create in -lpthread... yes
checking for cpu_set_t... yes
checking whether CPU_ZERO works... yes
checking whether CPU_SET works... yes
checking for sched_setaffinity... yes
checking how many arguments sched_setaffinity takes... 3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating tests/Makefile
config.status: creating tests/common/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/benchmark/Makefile
config.status: creating tests/regression/Makefile
config.status: creating tests/regression/regression_tests
config.status: creating tests/utils/Makefile
config.status: creating liburcu.pc
config.status: creating liburcu-bp.pc
config.status: creating liburcu-cds.pc
config.status: creating liburcu-qsbr.pc
config.status: creating liburcu-mb.pc
config.status: creating liburcu-signal.pc
config.status: creating config.h
config.status: creating urcu/config.h
config.status: linking urcu/arch/x86.h to urcu/arch.h
config.status: linking urcu/uatomic/x86.h to urcu/uatomic.h
config.status: executing depfiles commands
config.status: executing libtool commands
SMP support enabled.
Thread Local Storage (TLS): __thread.
make all-recursive
make[1]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
Making all in .
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
CC wfqueue.lo
CC wfcqueue.lo
CC wfstack.lo
CC compat_futex.lo
CCLD liburcu-common.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC urcu.lo
CC urcu-pointer.lo
CCLD liburcu.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC urcu-qsbr.lo
CCLD liburcu-qsbr.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC liburcu_mb_la-urcu.lo
CC liburcu_mb_la-urcu-pointer.lo
CC liburcu_mb_la-compat_futex.lo
CCLD liburcu-mb.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC liburcu_signal_la-urcu.lo
CC liburcu_signal_la-urcu-pointer.lo
CC liburcu_signal_la-compat_futex.lo
CCLD liburcu-signal.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC urcu-bp.lo
CCLD liburcu-bp.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC rculfqueue.lo
CC rculfstack.lo
CC lfstack.lo
CC rculfhash.lo
CC rculfhash-mm-order.lo
CC rculfhash-mm-chunk.lo
CC rculfhash-mm-mmap.lo
CCLD liburcu-cds.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
Making all in doc
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
Making all in examples
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make -C hlist
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_hlist_add_head_rcu.o cds_hlist_add_head_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_hlist_add_head_rcu cds_hlist_add_head_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_hlist_del_rcu.o cds_hlist_del_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_hlist_del_rcu cds_hlist_del_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_hlist_for_each_rcu.o cds_hlist_for_each_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_hlist_for_each_rcu cds_hlist_for_each_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_hlist_for_each_entry_rcu.o cds_hlist_for_each_entry_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_hlist_for_each_entry_rcu cds_hlist_for_each_entry_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -C list
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_add_rcu.o cds_list_add_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_add_rcu cds_list_add_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_add_tail_rcu.o cds_list_add_tail_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_add_tail_rcu cds_list_add_tail_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_del_rcu.o cds_list_del_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_del_rcu cds_list_del_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_for_each_rcu.o cds_list_for_each_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_for_each_rcu cds_list_for_each_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_for_each_entry_rcu.o cds_list_for_each_entry_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_for_each_entry_rcu cds_list_for_each_entry_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_list_replace_rcu.o cds_list_replace_rcu.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_list_replace_rcu cds_list_replace_rcu.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -C urcu-flavors
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o qsbr.o qsbr.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o qsbr qsbr.o -lurcu-qsbr
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.mb
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o mb.o mb.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o mb mb.o -lurcu-mb
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o membarrier.o membarrier.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o membarrier membarrier.o -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.signal
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o signal.o signal.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o signal signal.o -lurcu-signal
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.bp
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o bp.o bp.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o bp bp.o -lurcu-bp
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -C wfcqueue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfcq_enqueue.o cds_wfcq_enqueue.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfcq_enqueue cds_wfcq_enqueue.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfcq_dequeue.o cds_wfcq_dequeue.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfcq_dequeue cds_wfcq_dequeue.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfcq_splice.o cds_wfcq_splice.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfcq_splice cds_wfcq_splice.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -C rculfqueue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfq_enqueue.o cds_lfq_enqueue.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfq_enqueue cds_lfq_enqueue.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfq_dequeue.o cds_lfq_dequeue.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfq_dequeue cds_lfq_dequeue.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -C wfstack
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfs_push.o cds_wfs_push.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfs_push cds_wfs_push.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfs_pop.o cds_wfs_pop.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfs_pop cds_wfs_pop.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_wfs_pop_all_blocking.o cds_wfs_pop_all_blocking.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_wfs_pop_all_blocking cds_wfs_pop_all_blocking.o -lurcu-common
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -C lfstack
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfs_push.o cds_lfs_push.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfs_push cds_lfs_push.o -lurcu-cds
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfs_pop_blocking.o cds_lfs_pop_blocking.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfs_pop_blocking cds_lfs_pop_blocking.o -lurcu-cds
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfs_pop_all_blocking.o cds_lfs_pop_all_blocking.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfs_pop_all_blocking cds_lfs_pop_all_blocking.o -lurcu-cds
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -C rculfhash
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_add.o cds_lfht_add.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_add cds_lfht_add.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_add_unique.o cds_lfht_add_unique.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_add_unique cds_lfht_add_unique.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_add_replace.o cds_lfht_add_replace.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_add_replace cds_lfht_add_replace.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_del.o cds_lfht_del.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_del cds_lfht_del.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_destroy.o cds_lfht_destroy.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_destroy cds_lfht_destroy.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_lookup.o cds_lfht_lookup.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_lookup cds_lfht_lookup.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[6]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
clang -g -O2 -Wall -I..//../../ -I../../../ -pthread \
-c -o cds_lfht_for_each_entry_duplicate.o cds_lfht_for_each_entry_duplicate.c
clang -g -O2 -Wall -pthread -L../../../.libs/ -Wl,-rpath "/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/../../.libs/" \
-o cds_lfht_for_each_entry_duplicate cds_lfht_for_each_entry_duplicate.o -lurcu-cds -lurcu
make[6]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
Making all in tests
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
Making all in utils
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/utils'
CC tap.o
AR libtap.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/utils'
Making all in common
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/common'
CC debug-yield.lo
CCLD libdebug-yield.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/common'
Making all in unit
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/unit'
CC test_uatomic.o
CCLD test_uatomic
CC test_urcu_multiflavor.o
CC test_urcu_multiflavor-memb.o
CC test_urcu_multiflavor-mb.o
CC test_urcu_multiflavor-signal.o
CC test_urcu_multiflavor-qsbr.o
CC test_urcu_multiflavor-bp.o
CCLD test_urcu_multiflavor
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o
CCLD test_urcu_multiflavor_dynlink
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/unit'
Making all in benchmark
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
CC test_urcu.o
CCLD test_urcu
CC test_urcu_dynamic_link-test_urcu.o
CCLD test_urcu_dynamic_link
CC test_urcu_timing.o
CCLD test_urcu_timing
CC test_urcu_signal-test_urcu.o
CCLD test_urcu_signal
CC test_urcu_signal_dynamic_link-test_urcu.o
CCLD test_urcu_signal_dynamic_link
CC test_urcu_signal_timing-test_urcu_timing.o
CCLD test_urcu_signal_timing
CC test_rwlock_timing.o
CCLD test_rwlock_timing
CC test_rwlock.o
CCLD test_rwlock
CC test_perthreadlock_timing.o
CCLD test_perthreadlock_timing
CC test_perthreadlock.o
CCLD test_perthreadlock
CC test_urcu_yield-test_urcu.o
CCLD test_urcu_yield
CC test_urcu_signal_yield-test_urcu.o
CCLD test_urcu_signal_yield
CC test_urcu_mb-test_urcu.o
CCLD test_urcu_mb
CC test_urcu_qsbr_timing.o
CCLD test_urcu_qsbr_timing
CC test_urcu_qsbr.o
CCLD test_urcu_qsbr
CC test_mutex.o
CCLD test_mutex
CC test_looplen.o
CCLD test_looplen
CC test_urcu_gc.o
CCLD test_urcu_gc
CC test_urcu_signal_gc-test_urcu_gc.o
CCLD test_urcu_signal_gc
CC test_urcu_lgc-test_urcu_gc.o
CCLD test_urcu_lgc
CC test_urcu_mb_gc-test_urcu_gc.o
CCLD test_urcu_mb_gc
CC test_urcu_qsbr_gc.o
CCLD test_urcu_qsbr_gc
CC test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o
CCLD test_urcu_qsbr_lgc
CC test_urcu_signal_lgc-test_urcu_gc.o
CCLD test_urcu_signal_lgc
CC test_urcu_mb_lgc-test_urcu_gc.o
CCLD test_urcu_mb_lgc
CC test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o
CCLD test_urcu_qsbr_dynamic_link
CC test_urcu_defer.o
CCLD test_urcu_defer
CC test_urcu_assign.o
CCLD test_urcu_assign
CC test_urcu_assign_dynamic_link-test_urcu_assign.o
CCLD test_urcu_assign_dynamic_link
CC test_urcu_bp.o
CCLD test_urcu_bp
CC test_urcu_bp_dynamic_link-test_urcu_bp.o
CCLD test_urcu_bp_dynamic_link
CC test_cycles_per_loop.o
CCLD test_cycles_per_loop
CC test_urcu_lfq.o
CCLD test_urcu_lfq
CC test_urcu_wfq.o
CCLD test_urcu_wfq
CC test_urcu_lfs.o
CCLD test_urcu_lfs
CC test_urcu_wfs.o
CCLD test_urcu_wfs
CC test_urcu_lfs_rcu.o
CCLD test_urcu_lfs_rcu
CC test_urcu_wfcq.o
CCLD test_urcu_wfcq
CC test_urcu_wfq_dynlink-test_urcu_wfq.o
CCLD test_urcu_wfq_dynlink
CC test_urcu_wfs_dynlink-test_urcu_wfs.o
CCLD test_urcu_wfs_dynlink
CC test_urcu_wfcq_dynlink-test_urcu_wfcq.o
CCLD test_urcu_wfcq_dynlink
CC test_urcu_lfq_dynlink-test_urcu_lfq.o
CCLD test_urcu_lfq_dynlink
CC test_urcu_lfs_dynlink-test_urcu_lfs.o
CCLD test_urcu_lfs_dynlink
CC test_urcu_hash-test_urcu_hash.o
CC test_urcu_hash-test_urcu_hash_rw.o
CC test_urcu_hash-test_urcu_hash_unique.o
CCLD test_urcu_hash
CC test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o
CCLD test_urcu_lfs_rcu_dynlink
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
Making all in regression
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/regression'
CC test_urcu_fork.o
CCLD test_urcu_fork
CC rcutorture_urcu-urcutorture.o
CCLD rcutorture_urcu
CC rcutorture_urcu_signal-urcutorture.o
CCLD rcutorture_urcu_signal
CC rcutorture_urcu_mb-urcutorture.o
CCLD rcutorture_urcu_mb
CC rcutorture_urcu_bp-urcutorture.o
CCLD rcutorture_urcu_bp
CC rcutorture_urcu_qsbr-urcutorture.o
CCLD rcutorture_urcu_qsbr
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/regression'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[1]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in .
make[1]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c liburcu-common.la liburcu.la liburcu-qsbr.la liburcu-mb.la liburcu-signal.la liburcu-bp.la liburcu-cds.la '/tmp/liburcu/pkg/liburcu/usr/lib'
libtool: install: /usr/bin/install -c .libs/liburcu-common.so.4.0.0 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-common.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-common.so.4.0.0 liburcu-common.so.4 || { rm -f liburcu-common.so.4 && ln -s liburcu-common.so.4.0.0 liburcu-common.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-common.so.4.0.0 liburcu-common.so || { rm -f liburcu-common.so && ln -s liburcu-common.so.4.0.0 liburcu-common.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-common.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-common.la
libtool: install: warning: relinking `liburcu.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -Wall -pthread -version-info 4:0:0 -lpthread -o liburcu.la -rpath /usr/lib urcu.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu.so.4.0.0 liburcu.so.4 || { rm -f liburcu.so.4 && ln -s liburcu.so.4.0.0 liburcu.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu.so.4.0.0 liburcu.so || { rm -f liburcu.so && ln -s liburcu.so.4.0.0 liburcu.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu.la
libtool: install: warning: relinking `liburcu-qsbr.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -Wall -pthread -version-info 4:0:0 -lpthread -o liburcu-qsbr.la -rpath /usr/lib urcu-qsbr.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-qsbr.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-qsbr.so.4.0.0 liburcu-qsbr.so.4 || { rm -f liburcu-qsbr.so.4 && ln -s liburcu-qsbr.so.4.0.0 liburcu-qsbr.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-qsbr.so.4.0.0 liburcu-qsbr.so || { rm -f liburcu-qsbr.so && ln -s liburcu-qsbr.so.4.0.0 liburcu-qsbr.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-qsbr.la
libtool: install: warning: relinking `liburcu-mb.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -DRCU_MB -pthread -version-info 4:0:0 -lpthread -o liburcu-mb.la -rpath /usr/lib liburcu_mb_la-urcu.lo liburcu_mb_la-urcu-pointer.lo liburcu_mb_la-compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu-mb.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-mb.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-mb.so.4.0.0 liburcu-mb.so.4 || { rm -f liburcu-mb.so.4 && ln -s liburcu-mb.so.4.0.0 liburcu-mb.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-mb.so.4.0.0 liburcu-mb.so || { rm -f liburcu-mb.so && ln -s liburcu-mb.so.4.0.0 liburcu-mb.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-mb.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-mb.la
libtool: install: warning: relinking `liburcu-signal.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -DRCU_SIGNAL -pthread -version-info 4:0:0 -lpthread -o liburcu-signal.la -rpath /usr/lib liburcu_signal_la-urcu.lo liburcu_signal_la-urcu-pointer.lo liburcu_signal_la-compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu-signal.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-signal.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-signal.so.4.0.0 liburcu-signal.so.4 || { rm -f liburcu-signal.so.4 && ln -s liburcu-signal.so.4.0.0 liburcu-signal.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-signal.so.4.0.0 liburcu-signal.so || { rm -f liburcu-signal.so && ln -s liburcu-signal.so.4.0.0 liburcu-signal.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-signal.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-signal.la
libtool: install: warning: relinking `liburcu-bp.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -Wall -pthread -version-info 4:0:0 -lpthread -o liburcu-bp.la -rpath /usr/lib urcu-bp.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu-bp.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-bp.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-bp.so.4.0.0 liburcu-bp.so.4 || { rm -f liburcu-bp.so.4 && ln -s liburcu-bp.so.4.0.0 liburcu-bp.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-bp.so.4.0.0 liburcu-bp.so || { rm -f liburcu-bp.so && ln -s liburcu-bp.so.4.0.0 liburcu-bp.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-bp.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-bp.la
libtool: install: warning: relinking `liburcu-cds.la'
libtool: install: (cd /tmp/liburcu/src/userspace-rcu-0.9.2; /bin/sh /tmp/liburcu/src/userspace-rcu-0.9.2/libtool --silent --tag CC --mode=relink clang -Wall -pthread -version-info 4:0:0 -lpthread -o liburcu-cds.la -rpath /usr/lib rculfqueue.lo rculfstack.lo lfstack.lo rculfhash.lo rculfhash-mm-order.lo rculfhash-mm-chunk.lo rculfhash-mm-mmap.lo compat_futex.lo liburcu-common.la -inst-prefix-dir /tmp/liburcu/pkg/liburcu)
libtool: install: /usr/bin/install -c .libs/liburcu-cds.so.4.0.0T /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-cds.so.4.0.0
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-cds.so.4.0.0 liburcu-cds.so.4 || { rm -f liburcu-cds.so.4 && ln -s liburcu-cds.so.4.0.0 liburcu-cds.so.4; }; })
libtool: install: (cd /tmp/liburcu/pkg/liburcu/usr/lib && { ln -s -f liburcu-cds.so.4.0.0 liburcu-cds.so || { rm -f liburcu-cds.so && ln -s liburcu-cds.so.4.0.0 liburcu-cds.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-cds.lai /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-cds.la
libtool: install: /usr/bin/install -c .libs/liburcu-common.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-common.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-common.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-common.a
libtool: install: /usr/bin/install -c .libs/liburcu.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu.a
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-qsbr.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-qsbr.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-qsbr.a
libtool: install: /usr/bin/install -c .libs/liburcu-mb.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-mb.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-mb.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-mb.a
libtool: install: /usr/bin/install -c .libs/liburcu-signal.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-signal.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-signal.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-signal.a
libtool: install: /usr/bin/install -c .libs/liburcu-bp.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-bp.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-bp.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-bp.a
libtool: install: /usr/bin/install -c .libs/liburcu-cds.a /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-cds.a
libtool: install: chmod 644 /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-cds.a
libtool: install: ranlib /tmp/liburcu/pkg/liburcu/usr/lib/liburcu-cds.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu'
/usr/bin/install -c -m 644 README.md ChangeLog '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include'
/usr/bin/install -c -m 644 urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h urcu-pointer.h urcu-qsbr.h urcu-flavor.h '/tmp/liburcu/pkg/liburcu/usr/include'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu/static'
/usr/bin/install -c -m 644 ./urcu/static/bkp-wfqueue.h ./urcu/static/lfstack.h ./urcu/static/rculfqueue.h ./urcu/static/rculfstack.h ./urcu/static/urcu-bp.h ./urcu/static/urcu-pointer.h ./urcu/static/urcu-qsbr.h ./urcu/static/urcu.h ./urcu/static/wfcqueue.h ./urcu/static/wfqueue.h ./urcu/static/wfstack.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu/static'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu/map'
/usr/bin/install -c -m 644 ./urcu/map/urcu-bp.h ./urcu/map/urcu-mp.h ./urcu/map/urcu-qsbr.h ./urcu/map/urcu.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu/map'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu/arch'
/usr/bin/install -c -m 644 urcu/arch/generic.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu/arch'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu/uatomic'
/usr/bin/install -c -m 644 urcu/uatomic/generic.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu/uatomic'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu'
/usr/bin/install -c -m 644 urcu/compiler.h urcu/hlist.h urcu/list.h urcu/rculist.h urcu/rcuhlist.h urcu/system.h urcu/futex.h urcu/wfstack.h urcu/wfqueue.h urcu/rculfstack.h urcu/rculfqueue.h urcu/ref.h urcu/cds.h urcu/urcu_ref.h urcu/urcu-futex.h urcu/uatomic_arch.h urcu/rculfhash.h urcu/wfcqueue.h urcu/lfstack.h urcu/syscall-compat.h urcu/rand-compat.h urcu/tls-compat.h urcu/debug.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/include/urcu'
/usr/bin/install -c -m 644 urcu/arch.h urcu/uatomic.h urcu/config.h '/tmp/liburcu/pkg/liburcu/usr/include/urcu'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc liburcu-signal.pc liburcu-mb.pc '/tmp/liburcu/pkg/liburcu/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
make[1]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2'
Making install in doc
make[1]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
Making install in examples
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make -C hlist
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/hlist'
make -C list
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/list'
make -C urcu-flavors
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.mb
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.signal
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -f Makefile.bp
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/urcu-flavors'
make -C wfcqueue
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfcqueue'
make -C rculfqueue
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfqueue'
make -C wfstack
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/wfstack'
make -C lfstack
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/lfstack'
make -C rculfhash
make[4]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[5]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[4]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples/rculfhash'
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples'
/usr/bin/install -c -m 644 dist-files/Makefile Makefile.examples.template '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/hlist'
/usr/bin/install -c -m 644 hlist/Makefile hlist/Makefile.cds_hlist_add_head_rcu hlist/Makefile.cds_hlist_del_rcu hlist/Makefile.cds_hlist_for_each_rcu hlist/Makefile.cds_hlist_for_each_entry_rcu hlist/cds_hlist_add_head_rcu.c hlist/cds_hlist_del_rcu.c hlist/cds_hlist_for_each_rcu.c hlist/cds_hlist_for_each_entry_rcu.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/hlist'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/lfstack'
/usr/bin/install -c -m 644 lfstack/Makefile lfstack/Makefile.cds_lfs_push lfstack/Makefile.cds_lfs_pop_blocking lfstack/Makefile.cds_lfs_pop_all_blocking lfstack/cds_lfs_push.c lfstack/cds_lfs_pop_blocking.c lfstack/cds_lfs_pop_all_blocking.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/lfstack'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/list'
/usr/bin/install -c -m 644 list/Makefile list/Makefile.cds_list_add_rcu list/Makefile.cds_list_add_tail_rcu list/Makefile.cds_list_del_rcu list/Makefile.cds_list_for_each_rcu list/Makefile.cds_list_for_each_entry_rcu list/Makefile.cds_list_replace_rcu list/cds_list_add_rcu.c list/cds_list_add_tail_rcu.c list/cds_list_del_rcu.c list/cds_list_for_each_rcu.c list/cds_list_for_each_entry_rcu.c list/cds_list_replace_rcu.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/list'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/rculfhash'
/usr/bin/install -c -m 644 rculfhash/Makefile rculfhash/jhash.h rculfhash/Makefile.cds_lfht_add rculfhash/Makefile.cds_lfht_add_unique rculfhash/Makefile.cds_lfht_add_replace rculfhash/Makefile.cds_lfht_del rculfhash/Makefile.cds_lfht_destroy rculfhash/Makefile.cds_lfht_lookup rculfhash/Makefile.cds_lfht_for_each_entry_duplicate rculfhash/cds_lfht_add.c rculfhash/cds_lfht_add_unique.c rculfhash/cds_lfht_add_replace.c rculfhash/cds_lfht_del.c rculfhash/cds_lfht_destroy.c rculfhash/cds_lfht_lookup.c rculfhash/cds_lfht_for_each_entry_duplicate.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/rculfhash'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/rculfqueue'
/usr/bin/install -c -m 644 rculfqueue/Makefile rculfqueue/Makefile.cds_lfq_enqueue rculfqueue/Makefile.cds_lfq_dequeue rculfqueue/cds_lfq_enqueue.c rculfqueue/cds_lfq_dequeue.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/rculfqueue'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/urcu-flavors'
/usr/bin/install -c -m 644 urcu-flavors/Makefile urcu-flavors/Makefile.qsbr urcu-flavors/Makefile.mb urcu-flavors/Makefile.membarrier urcu-flavors/Makefile.signal urcu-flavors/Makefile.bp urcu-flavors/qsbr.c urcu-flavors/mb.c urcu-flavors/membarrier.c urcu-flavors/signal.c urcu-flavors/bp.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/urcu-flavors'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/wfcqueue'
/usr/bin/install -c -m 644 wfcqueue/Makefile wfcqueue/Makefile.cds_wfcq_enqueue wfcqueue/Makefile.cds_wfcq_dequeue wfcqueue/Makefile.cds_wfcq_splice wfcqueue/cds_wfcq_enqueue.c wfcqueue/cds_wfcq_dequeue.c wfcqueue/cds_wfcq_splice.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/wfcqueue'
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/wfstack'
/usr/bin/install -c -m 644 wfstack/Makefile wfstack/Makefile.cds_wfs_push wfstack/Makefile.cds_wfs_pop wfstack/Makefile.cds_wfs_pop_all_blocking wfstack/cds_wfs_push.c wfstack/cds_wfs_pop.c wfstack/cds_wfs_pop_all_blocking.c '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu/examples/wfstack'
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc/examples'
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu'
/usr/bin/install -c -m 644 rcu-api.md cds-api.md uatomic-api.md '/tmp/liburcu/pkg/liburcu/usr/share/doc/userspace-rcu'
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
make[1]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/doc'
Making install in tests
make[1]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
Making install in utils
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/utils'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/utils'
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/liburcu/src/userspace-rcu-0.9.2/tests/utils'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/utils'
Making install in common
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/common'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/common'
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/liburcu/src/userspace-rcu-0.9.2/tests/common'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/common'
Making install in unit
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/unit'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/unit'
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/liburcu/src/userspace-rcu-0.9.2/tests/unit'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/unit'
Making install in benchmark
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
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/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/benchmark'
Making install in regression
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/regression'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/regression'
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/liburcu/src/userspace-rcu-0.9.2/tests/regression'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests/regression'
make[2]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[3]: Entering directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[2]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
make[1]: Leaving directory '/tmp/liburcu/src/userspace-rcu-0.9.2/tests'
==> Tidying install...
-> Removing doc files...
-> Removing libtool files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "liburcu"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: liburcu 0.9.2-1 (Thu Apr 13 14:19:05 UTC 2017)
CMD: pacman --query --file liburcu-0.9.2-1-x86_64.pkg.tar.xz
Creating hybrid package for 'liburcu'
Trying to find vanilla package 'liburcu'...
CMD: pacman --query --file /mirror/liburcu-0.9.2-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/doc/userspace-rcu/cds-api.md
/usr/share/doc/userspace-rcu/rcu-api.md
/usr/share/doc/userspace-rcu/ChangeLog
/usr/share/doc/userspace-rcu/uatomic-api.md
/usr/share/doc/userspace-rcu/README.md
/usr/share/doc/userspace-rcu/examples/Makefile
/usr/share/doc/userspace-rcu/examples/Makefile.examples.template
/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_all_blocking
/usr/share/doc/userspace-rcu/examples/lfstack/Makefile
/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_blocking
/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_push.c
/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_push
/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_blocking.c
/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_all_blocking.c
/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_del_rcu
/usr/share/doc/userspace-rcu/examples/hlist/Makefile
/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_rcu.c
/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_entry_rcu.c
/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_entry_rcu
/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_add_head_rcu.c
/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_del_rcu.c
/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_add_head_rcu
/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_rcu
/usr/share/doc/userspace-rcu/examples/wfstack/Makefile
/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop_all_blocking.c
/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop_all_blocking
/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop
/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_push.c
/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop.c
/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_push
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_lookup
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_replace
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_destroy
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_unique.c
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_del.c
/usr/share/doc/userspace-rcu/examples/rculfhash/jhash.h
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_lookup.c
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_destroy.c
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_for_each_entry_duplicate
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_replace.c
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_unique
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_for_each_entry_duplicate.c
/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_del
/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add.c
/usr/share/doc/userspace-rcu/examples/list/cds_list_replace_rcu.c
/usr/share/doc/userspace-rcu/examples/list/Makefile
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_replace_rcu
/usr/share/doc/userspace-rcu/examples/list/cds_list_add_tail_rcu.c
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_entry_rcu
/usr/share/doc/userspace-rcu/examples/list/cds_list_for_each_entry_rcu.c
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_del_rcu
/usr/share/doc/userspace-rcu/examples/list/cds_list_add_rcu.c
/usr/share/doc/userspace-rcu/examples/list/cds_list_for_each_rcu.c
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_rcu
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_tail_rcu
/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_rcu
/usr/share/doc/userspace-rcu/examples/list/cds_list_del_rcu.c
/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile
/usr/share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_enqueue.c
/usr/share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_dequeue.c
/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_dequeue
/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_enqueue
/usr/share/doc/userspace-rcu/examples/urcu-flavors/qsbr.c
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.mb
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile
/usr/share/doc/userspace-rcu/examples/urcu-flavors/bp.c
/usr/share/doc/userspace-rcu/examples/urcu-flavors/signal.c
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.qsbr
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.membarrier
/usr/share/doc/userspace-rcu/examples/urcu-flavors/mb.c
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.bp
/usr/share/doc/userspace-rcu/examples/urcu-flavors/membarrier.c
/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.signal
/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile
/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_dequeue
/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_enqueue.c
/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_splice.c
/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_splice
/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_dequeue.c
/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_enqueue
/usr/lib/liburcu-bp.so
/usr/lib/liburcu-mb.so
/usr/lib/liburcu-signal.so.4
/usr/lib/liburcu.so
/usr/lib/liburcu-qsbr.so.4.0.0
/usr/lib/liburcu-mb.so.4.0.0
/usr/lib/liburcu-mb.so.4
/usr/lib/liburcu-signal.so.4.0.0
/usr/lib/liburcu-cds.so
/usr/lib/liburcu-qsbr.so
/usr/lib/liburcu-common.so.4.0.0
/usr/lib/liburcu-common.so
/usr/lib/liburcu.so.4.0.0
/usr/lib/liburcu-bp.so.4
/usr/lib/liburcu-signal.so
/usr/lib/liburcu-bp.so.4.0.0
/usr/lib/liburcu.so.4
/usr/lib/liburcu-qsbr.so.4
/usr/lib/liburcu-cds.so.4
/usr/lib/liburcu-common.so.4
/usr/lib/liburcu-cds.so.4.0.0
/usr/lib/pkgconfig/liburcu-qsbr.pc
/usr/lib/pkgconfig/liburcu-mb.pc
/usr/lib/pkgconfig/liburcu-cds.pc
/usr/lib/pkgconfig/liburcu-signal.pc
/usr/lib/pkgconfig/liburcu.pc
/usr/lib/pkgconfig/liburcu-bp.pc
/usr/include/urcu-defer.h
/usr/include/urcu-qsbr.h
/usr/include/urcu-bp.h
/usr/include/urcu-call-rcu.h
/usr/include/urcu-flavor.h
/usr/include/urcu.h
/usr/include/urcu-pointer.h
/usr/include/urcu/rculist.h
/usr/include/urcu/cds.h
/usr/include/urcu/rand-compat.h
/usr/include/urcu/lfstack.h
/usr/include/urcu/rculfstack.h
/usr/include/urcu/rculfhash.h
/usr/include/urcu/wfqueue.h
/usr/include/urcu/list.h
/usr/include/urcu/uatomic.h
/usr/include/urcu/ref.h
/usr/include/urcu/syscall-compat.h
/usr/include/urcu/wfstack.h
/usr/include/urcu/urcu_ref.h
/usr/include/urcu/rculfqueue.h
/usr/include/urcu/system.h
/usr/include/urcu/tls-compat.h
/usr/include/urcu/arch.h
/usr/include/urcu/rcuhlist.h
/usr/include/urcu/debug.h
/usr/include/urcu/urcu-futex.h
/usr/include/urcu/uatomic_arch.h
/usr/include/urcu/wfcqueue.h
/usr/include/urcu/futex.h
/usr/include/urcu/config.h
/usr/include/urcu/compiler.h
/usr/include/urcu/hlist.h
/usr/include/urcu/static/lfstack.h
/usr/include/urcu/static/rculfstack.h
/usr/include/urcu/static/wfqueue.h
/usr/include/urcu/static/urcu-qsbr.h
/usr/include/urcu/static/wfstack.h
/usr/include/urcu/static/urcu-bp.h
/usr/include/urcu/static/rculfqueue.h
/usr/include/urcu/static/bkp-wfqueue.h
/usr/include/urcu/static/wfcqueue.h
/usr/include/urcu/static/urcu.h
/usr/include/urcu/static/urcu-pointer.h
/usr/include/urcu/map/urcu-qsbr.h
/usr/include/urcu/map/urcu-mp.h
/usr/include/urcu/map/urcu-bp.h
/usr/include/urcu/map/urcu.h
/usr/include/urcu/arch/generic.h
/usr/include/urcu/uatomic/generic.h
/sysroot/usr/lib/liburcu-common.so.4.0.0
/sysroot/usr/lib/liburcu-common.so.4
/sysroot/usr/lib/liburcu-common.so
/sysroot/usr/lib/liburcu.so.4.0.0
/sysroot/usr/lib/liburcu.so.4
/sysroot/usr/lib/liburcu.so
/sysroot/usr/lib/liburcu-qsbr.so.4.0.0
/sysroot/usr/lib/liburcu-qsbr.so.4
/sysroot/usr/lib/liburcu-qsbr.so
/sysroot/usr/lib/liburcu-mb.so.4.0.0
/sysroot/usr/lib/liburcu-mb.so.4
/sysroot/usr/lib/liburcu-mb.so
/sysroot/usr/lib/liburcu-signal.so.4.0.0
/sysroot/usr/lib/liburcu-signal.so.4
/sysroot/usr/lib/liburcu-signal.so
/sysroot/usr/lib/liburcu-bp.so.4.0.0
/sysroot/usr/lib/liburcu-bp.so.4
/sysroot/usr/lib/liburcu-bp.so
/sysroot/usr/lib/liburcu-cds.so.4.0.0
/sysroot/usr/lib/liburcu-cds.so.4
/sysroot/usr/lib/liburcu-cds.so
/sysroot/usr/lib/liburcu-common.a
/sysroot/usr/lib/liburcu.a
/sysroot/usr/lib/liburcu-qsbr.a
/sysroot/usr/lib/liburcu-mb.a
/sysroot/usr/lib/liburcu-signal.a
/sysroot/usr/lib/liburcu-bp.a
/sysroot/usr/lib/liburcu-cds.a
/sysroot/usr/lib/pkgconfig/liburcu-cds.pc
/sysroot/usr/lib/pkgconfig/liburcu.pc
/sysroot/usr/lib/pkgconfig/liburcu-bp.pc
/sysroot/usr/lib/pkgconfig/liburcu-qsbr.pc
/sysroot/usr/lib/pkgconfig/liburcu-signal.pc
/sysroot/usr/lib/pkgconfig/liburcu-mb.pc
/sysroot/usr/include/urcu.h
/sysroot/usr/include/urcu-bp.h
/sysroot/usr/include/urcu-call-rcu.h
/sysroot/usr/include/urcu-defer.h
/sysroot/usr/include/urcu-pointer.h
/sysroot/usr/include/urcu-qsbr.h
/sysroot/usr/include/urcu-flavor.h
/sysroot/usr/include/urcu/compiler.h
/sysroot/usr/include/urcu/hlist.h
/sysroot/usr/include/urcu/list.h
/sysroot/usr/include/urcu/rculist.h
/sysroot/usr/include/urcu/rcuhlist.h
/sysroot/usr/include/urcu/system.h
/sysroot/usr/include/urcu/futex.h
/sysroot/usr/include/urcu/wfstack.h
/sysroot/usr/include/urcu/wfqueue.h
/sysroot/usr/include/urcu/rculfstack.h
/sysroot/usr/include/urcu/rculfqueue.h
/sysroot/usr/include/urcu/ref.h
/sysroot/usr/include/urcu/cds.h
/sysroot/usr/include/urcu/urcu_ref.h
/sysroot/usr/include/urcu/urcu-futex.h
/sysroot/usr/include/urcu/uatomic_arch.h
/sysroot/usr/include/urcu/rculfhash.h
/sysroot/usr/include/urcu/wfcqueue.h
/sysroot/usr/include/urcu/lfstack.h
/sysroot/usr/include/urcu/syscall-compat.h
/sysroot/usr/include/urcu/rand-compat.h
/sysroot/usr/include/urcu/tls-compat.h
/sysroot/usr/include/urcu/debug.h
/sysroot/usr/include/urcu/arch.h
/sysroot/usr/include/urcu/uatomic.h
/sysroot/usr/include/urcu/config.h
/sysroot/usr/include/urcu/static/bkp-wfqueue.h
/sysroot/usr/include/urcu/static/lfstack.h
/sysroot/usr/include/urcu/static/rculfqueue.h
/sysroot/usr/include/urcu/static/rculfstack.h
/sysroot/usr/include/urcu/static/urcu-bp.h
/sysroot/usr/include/urcu/static/urcu-pointer.h
/sysroot/usr/include/urcu/static/urcu-qsbr.h
/sysroot/usr/include/urcu/static/urcu.h
/sysroot/usr/include/urcu/static/wfcqueue.h
/sysroot/usr/include/urcu/static/wfqueue.h
/sysroot/usr/include/urcu/static/wfstack.h
/sysroot/usr/include/urcu/map/urcu-bp.h
/sysroot/usr/include/urcu/map/urcu-mp.h
/sysroot/usr/include/urcu/map/urcu-qsbr.h
/sysroot/usr/include/urcu/map/urcu.h
/sysroot/usr/include/urcu/arch/generic.h
/sysroot/usr/include/urcu/uatomic/generic.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf liburcu.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/liburcu.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/liburcu.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/liburcu.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/liburcu/src/userspace-rcu-0.9.2/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 userspace-rcu configure 0.9.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 70299d5819cf
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:2474: checking build system type
configure:2488: result: x86_64-unknown-linux-gnu
configure:2508: checking host system type
configure:2521: result: x86_64-unknown-linux-gnu
configure:2541: checking target system type
configure:2554: result: x86_64-unknown-linux-gnu
configure:2598: checking for a BSD-compatible install
configure:2666: result: /usr/bin/install -c
configure:2677: checking whether build environment is sane
configure:2732: result: yes
configure:2770: WARNING: 'missing' script is too old or missing
configure:2791: checking for x86_64-unknown-linux-strip
configure:2821: result: no
configure:2831: checking for strip
configure:2847: found /usr/bin/strip
configure:2858: result: strip
configure:2883: checking for a thread-safe mkdir -p
configure:2922: result: /usr/bin/mkdir -p
configure:2929: checking for gawk
configure:2945: found /usr/bin/gawk
configure:2956: result: gawk
configure:2967: checking whether make sets $(MAKE)
configure:2989: result: yes
configure:3018: checking whether make supports nested variables
configure:3035: result: yes
configure:3162: checking whether to enable maintainer-specific portions of Makefiles
configure:3171: result: yes
configure:3197: checking whether make supports nested variables
configure:3214: result: yes
configure:3255: checking for style of include used by make
configure:3283: result: GNU
configure:3314: checking for x86_64-unknown-linux-gcc
configure:3341: result: clang
configure:3610: checking for C compiler version
configure:3619: 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:3630: $? = 0
configure:3619: 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:3630: $? = 0
configure:3619: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3630: $? = 1
configure:3619: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3630: $? = 1
configure:3650: checking whether the C compiler works
configure:3672: clang conftest.c >&5
configure:3676: $? = 0
configure:3724: result: yes
configure:3727: checking for C compiler default output file name
configure:3729: result: a.out
configure:3735: checking for suffix of executables
configure:3742: clang -o conftest conftest.c >&5
configure:3746: $? = 0
configure:3768: result:
configure:3790: checking whether we are cross compiling
configure:3798: clang -o conftest conftest.c >&5
configure:3802: $? = 0
configure:3809: ./conftest
configure:3813: $? = 0
configure:3828: result: no
configure:3833: checking for suffix of object files
configure:3855: clang -c conftest.c >&5
configure:3859: $? = 0
configure:3880: result: o
configure:3884: checking whether we are using the GNU C compiler
configure:3903: clang -c conftest.c >&5
configure:3903: $? = 0
configure:3912: result: yes
configure:3921: checking whether clang accepts -g
configure:3941: clang -c -g conftest.c >&5
configure:3941: $? = 0
configure:3982: result: yes
configure:3999: checking for clang option to accept ISO C89
configure:4062: clang -c conftest.c >&5
configure:4062: $? = 0
configure:4075: result: none needed
configure:4100: checking whether clang understands -c and -o together
configure:4122: clang -c conftest.c -o conftest2.o
configure:4125: $? = 0
configure:4122: clang -c conftest.c -o conftest2.o
configure:4125: $? = 0
configure:4137: result: yes
configure:4156: checking dependency style of clang
configure:4267: result: gcc3
configure:4285: checking for thread local storage (TLS) class
configure:4308: clang -o conftest conftest.c >&5
configure:4308: $? = 0
configure:4321: result: __thread
configure:4355: checking how to run the C preprocessor
configure:4386: clang -E conftest.c
configure:4386: $? = 0
configure:4400: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h. */
| #include
configure:4425: result: clang -E
configure:4445: clang -E conftest.c
configure:4445: $? = 0
configure:4459: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h. */
| #include
configure:4488: checking for grep that handles long lines and -e
configure:4546: result: /usr/bin/grep
configure:4551: checking for egrep
configure:4613: result: /usr/bin/grep -E
configure:4618: checking for ANSI C header files
configure:4638: clang -c conftest.c >&5
configure:4638: $? = 0
configure:4711: clang -o conftest conftest.c >&5
configure:4711: $? = 0
configure:4711: ./conftest
configure:4711: $? = 0
configure:4722: result: yes
configure:4735: checking for sys/types.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for sys/stat.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for stdlib.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for string.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for memory.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for strings.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for inttypes.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for stdint.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4735: checking for unistd.h
configure:4735: clang -c conftest.c >&5
configure:4735: $? = 0
configure:4735: result: yes
configure:4748: checking minix/config.h usability
configure:4748: clang -c conftest.c >&5
conftest.c:56:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:4748: result: no
configure:4748: checking minix/config.h presence
configure:4748: clang -E conftest.c
conftest.c:23:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:4748: result: no
configure:4748: checking for minix/config.h
configure:4748: result: no
configure:4769: checking whether it is safe to define __EXTENSIONS__
configure:4787: clang -c conftest.c >&5
configure:4787: $? = 0
configure:4794: result: yes
configure:4816: checking for x86_64-unknown-linux-gcc
configure:4843: result: clang
configure:5112: checking for C compiler version
configure:5121: 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:5132: $? = 0
configure:5121: 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:5132: $? = 0
configure:5121: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5132: $? = 1
configure:5121: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5132: $? = 1
configure:5136: checking whether we are using the GNU C compiler
configure:5164: result: yes
configure:5173: checking whether clang accepts -g
configure:5234: result: yes
configure:5251: checking for clang option to accept ISO C89
configure:5327: result: none needed
configure:5352: checking whether clang understands -c and -o together
configure:5389: result: yes
configure:5408: checking dependency style of clang
configure:5519: result: gcc3
configure:5538: checking for clang option to accept ISO C99
configure:5687: clang -c conftest.c >&5
configure:5687: $? = 0
configure:5700: result: none needed
configure:5808: checking for clang option to accept ISO Standard C
configure:5819: result: none needed
configure:5832: checking for gawk
configure:5859: result: gawk
configure:5870: checking whether make sets $(MAKE)
configure:5892: result: yes
configure:5905: checking for nproc
configure:5921: found /usr/bin/nproc
configure:5932: result: nproc
configure:5989: checking how to print strings
configure:6016: result: printf
configure:6037: checking for a sed that does not truncate output
configure:6101: result: /usr/bin/sed
configure:6119: checking for fgrep
configure:6181: result: /usr/bin/grep -F
configure:6216: checking for ld used by clang
configure:6283: result: /usr/bin/ld
configure:6290: checking if the linker (/usr/bin/ld) is GNU ld
configure:6305: result: yes
configure:6317: checking for BSD- or MS-compatible name lister (nm)
configure:6366: result: /usr/bin/nm -B
configure:6496: checking the name lister (/usr/bin/nm -B) interface
configure:6503: clang -c conftest.c >&5
configure:6506: /usr/bin/nm -B "conftest.o"
configure:6509: output
0000000000000000 B some_variable
configure:6516: result: BSD nm
configure:6519: checking whether ln -s works
configure:6523: result: yes
configure:6531: checking the maximum length of command line arguments
configure:6662: result: 1572864
configure:6679: checking whether the shell understands some XSI constructs
configure:6689: result: yes
configure:6693: checking whether the shell understands "+="
configure:6699: result: yes
configure:6734: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6774: result: func_convert_file_noop
configure:6781: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6801: result: func_convert_file_noop
configure:6808: checking for /usr/bin/ld option to reload object files
configure:6815: result: -r
configure:6849: checking for x86_64-unknown-linux-objdump
configure:6879: result: no
configure:6889: checking for objdump
configure:6905: found /usr/bin/objdump
configure:6916: result: objdump
configure:6948: checking how to recognize dependent libraries
configure:7146: result: pass_all
configure:7191: checking for x86_64-unknown-linux-dlltool
configure:7221: result: no
configure:7231: checking for dlltool
configure:7261: result: no
configure:7291: checking how to associate runtime and link libraries
configure:7318: result: printf %s\n
configure:7334: checking for x86_64-unknown-linux-ar
configure:7364: result: no
configure:7378: checking for ar
configure:7394: found /usr/bin/ar
configure:7405: result: ar
configure:7442: checking for archiver @FILE support
configure:7459: clang -c conftest.c >&5
configure:7459: $? = 0
configure:7462: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7465: $? = 0
configure:7470: 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:7473: $? = 1
configure:7485: result: @
configure:7503: checking for x86_64-unknown-linux-strip
configure:7530: result: strip
configure:7602: checking for x86_64-unknown-linux-ranlib
configure:7632: result: no
configure:7642: checking for ranlib
configure:7658: found /usr/bin/ranlib
configure:7669: result: ranlib
configure:7771: checking command to parse /usr/bin/nm -B output from clang object
configure:7891: clang -c conftest.c >&5
configure:7894: $? = 0
configure:7898: /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:7901: $? = 0
configure:7967: clang -o conftest conftest.c conftstm.o >&5
configure:7970: $? = 0
configure:8008: result: ok
configure:8045: checking for sysroot
configure:8075: result: no
configure:8152: clang -c conftest.c >&5
configure:8155: $? = 0
configure:8304: checking for x86_64-unknown-linux-mt
configure:8334: result: no
configure:8344: checking for mt
configure:8374: result: no
configure:8394: checking if : is a manifest tool
configure:8400: : '-?'
configure:8408: result: no
configure:9047: checking for dlfcn.h
configure:9047: clang -c conftest.c >&5
configure:9047: $? = 0
configure:9047: result: yes
configure:9253: checking for objdir
configure:9268: result: .libs
configure:9539: checking if clang supports -fno-rtti -fno-exceptions
configure:9557: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:9561: $? = 0
configure:9574: result: yes
configure:9901: checking for clang option to produce PIC
configure:9908: result: -fPIC -DPIC
configure:9916: checking if clang PIC flag -fPIC -DPIC works
configure:9934: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:9938: $? = 0
configure:9951: result: yes
configure:9980: checking if clang static flag -static works
configure:10008: result: yes
configure:10023: checking if clang supports -c -o file.o
configure:10044: clang -c -o out/conftest2.o conftest.c >&5
configure:10048: $? = 0
configure:10070: result: yes
configure:10078: checking if clang supports -c -o file.o
configure:10125: result: yes
configure:10158: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11315: result: yes
configure:11352: checking whether -lc should be explicitly linked in
configure:11360: clang -c conftest.c >&5
configure:11363: $? = 0
configure:11378: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:11381: $? = 0
configure:11395: result: no
configure:11555: checking dynamic linker characteristics
configure:12055: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12055: $? = 0
configure:12289: result: GNU/Linux ld.so
configure:12396: checking how to hardcode library paths into programs
configure:12421: result: immediate
configure:12961: checking whether stripping libraries is possible
configure:12966: result: yes
configure:13001: checking if libtool supports shared libraries
configure:13003: result: yes
configure:13006: checking whether to build shared libraries
configure:13027: result: yes
configure:13030: checking whether to build static libraries
configure:13034: result: yes
configure:13073: checking for inline
configure:13089: clang -c conftest.c >&5
configure:13089: $? = 0
configure:13097: result: inline
configure:13115: checking for pid_t
configure:13115: clang -c conftest.c >&5
configure:13115: $? = 0
configure:13115: clang -c conftest.c >&5
conftest.c:66:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:13115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:13115: result: yes
configure:13126: checking for size_t
configure:13126: clang -c conftest.c >&5
configure:13126: $? = 0
configure:13126: clang -c conftest.c >&5
conftest.c:66:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:13126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:13126: result: yes
configure:13137: checking for ssize_t
configure:13137: clang -c conftest.c >&5
configure:13137: $? = 0
configure:13137: clang -c conftest.c >&5
conftest.c:66:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:13137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:13137: result: yes
configure:13148: checking for uint16_t
configure:13148: clang -c conftest.c >&5
configure:13148: $? = 0
configure:13148: result: yes
configure:13160: checking for int32_t
configure:13160: clang -c conftest.c >&5
configure:13160: $? = 0
configure:13160: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13160: result: yes
configure:13171: checking for uint32_t
configure:13171: clang -c conftest.c >&5
configure:13171: $? = 0
configure:13171: result: yes
configure:13185: checking for uint64_t
configure:13185: clang -c conftest.c >&5
configure:13185: $? = 0
configure:13185: result: yes
configure:13199: checking for uint8_t
configure:13199: clang -c conftest.c >&5
configure:13199: $? = 0
configure:13199: result: yes
configure:13215: checking for __attribute__
configure:13237: clang -c conftest.c >&5
configure:13237: $? = 0
configure:13246: result: yes
configure:13372: checking if compiler needs -Werror to reject unknown flags
configure:13388: clang -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
configure:13388: $? = 0
configure:13389: result: yes
configure:13459: checking for the pthreads library -lpthreads
configure:13497: clang -o conftest -Werror conftest.c -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:13506: result: no
configure:13404: checking whether pthreads work without any flags
configure:13497: clang -o conftest -Werror conftest.c >&5
/tmp/conftest-f521b7.o: In function `main':
conftest.c:(.text+0x28): undefined reference to `pthread_create'
conftest.c:(.text+0x3d): undefined reference to `pthread_join'
conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:13506: result: no
configure:13409: checking whether pthreads work with -Kthread
configure:13497: clang -o conftest -Kthread -Werror conftest.c >&5
clang-3.8: error: unknown argument: '-Kthread'
configure:13497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:13506: result: no
configure:13409: checking whether pthreads work with -kthread
configure:13497: clang -o conftest -kthread -Werror conftest.c >&5
clang-3.8: error: unknown argument: '-kthread'
configure:13497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:13506: result: no
configure:13459: checking for the pthreads library -llthread
configure:13497: clang -o conftest -Werror conftest.c -llthread >&5
/usr/bin/ld: cannot find -llthread
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:13506: result: no
configure:13409: checking whether pthreads work with -pthread
configure:13497: clang -o conftest -pthread -Werror conftest.c >&5
configure:13497: $? = 0
configure:13506: result: yes
configure:13525: checking for joinable pthread attribute
configure:13540: clang -o conftest -pthread conftest.c >&5
configure:13540: $? = 0
configure:13546: result: PTHREAD_CREATE_JOINABLE
configure:13556: checking if more special flags are required for pthreads
configure:13571: result: no
configure:13577: checking for PTHREAD_PRIO_INHERIT
configure:13594: clang -o conftest -pthread conftest.c >&5
configure:13594: $? = 0
configure:13603: result: yes
configure:13709: checking for stdlib.h
configure:13709: result: yes
configure:13719: checking for GNU libc compatible malloc
configure:13743: clang -o conftest -pthread conftest.c >&5
configure:13743: $? = 0
configure:13743: ./conftest
configure:13743: $? = 0
configure:13753: result: yes
configure:13780: checking for stdlib.h
configure:13780: result: yes
configure:13780: checking for unistd.h
configure:13780: result: yes
configure:13780: checking for sys/param.h
configure:13780: clang -c -pthread conftest.c >&5
configure:13780: $? = 0
configure:13780: result: yes
configure:13800: checking for getpagesize
configure:13800: clang -o conftest -pthread conftest.c >&5
configure:13800: $? = 0
configure:13800: result: yes
configure:13809: checking for working mmap
configure:13956: clang -o conftest -pthread conftest.c >&5
configure:13956: $? = 0
configure:13956: ./conftest
configure:13956: $? = 0
configure:13966: result: yes
configure:13977: checking vfork.h usability
configure:13977: clang -c -pthread conftest.c >&5
conftest.c:73:10: fatal error: 'vfork.h' file not found
#include
^
1 error generated.
configure:13977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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:13977: result: no
configure:13977: checking vfork.h presence
configure:13977: clang -E conftest.c
conftest.c:40:10: fatal error: 'vfork.h' file not found
#include
^
1 error generated.
configure:13977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include
configure:13977: result: no
configure:13977: checking for vfork.h
configure:13977: result: no
configure:13990: checking for fork
configure:13990: clang -o conftest -pthread conftest.c >&5
configure:13990: $? = 0
configure:13990: result: yes
configure:13990: checking for vfork
configure:13990: clang -o conftest -pthread conftest.c >&5
conftest.c:64:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char vfork ();
^
conftest.c:64:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:13990: $? = 0
configure:13990: result: yes
configure:14000: checking for working fork
configure:14022: clang -o conftest -pthread conftest.c >&5
configure:14022: $? = 0
configure:14022: ./conftest
configure:14022: $? = 0
configure:14032: result: yes
configure:14053: checking for working vfork
configure:14163: result: yes
configure:14203: checking for atexit
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for getcpuid
configure:14203: clang -o conftest -pthread conftest.c >&5
/tmp/conftest-dc8213.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `getcpuid'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h. */
| /* Define getcpuid to an innocuous variant, in case declares getcpuid.
| For example, HP-UX 11i declares gettimeofday. */
| #define getcpuid innocuous_getcpuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getcpuid (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getcpuid
|
| /* 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 getcpuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getcpuid || defined __stub___getcpuid
| choke me
| #endif
|
| int
| main ()
| {
| return getcpuid ();
| ;
| return 0;
| }
configure:14203: result: no
configure:14203: checking for gettid
configure:14203: clang -o conftest -pthread conftest.c >&5
/tmp/conftest-5dea2c.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `gettid'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h. */
| /* Define gettid to an innocuous variant, in case declares gettid.
| For example, HP-UX 11i declares gettimeofday. */
| #define gettid innocuous_gettid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettid (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef gettid
|
| /* 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 gettid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gettid || defined __stub___gettid
| choke me
| #endif
|
| int
| main ()
| {
| return gettid ();
| ;
| return 0;
| }
configure:14203: result: no
configure:14203: checking for gettimeofday
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for memeset
configure:14203: clang -o conftest -pthread conftest.c >&5
/tmp/conftest-7dd0ab.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `memeset'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h. */
| /* Define memeset to an innocuous variant, in case declares memeset.
| For example, HP-UX 11i declares gettimeofday. */
| #define memeset innocuous_memeset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memeset (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef memeset
|
| /* 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 memeset ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_memeset || defined __stub___memeset
| choke me
| #endif
|
| int
| main ()
| {
| return memeset ();
| ;
| return 0;
| }
configure:14203: result: no
configure:14203: checking for memset
configure:14203: clang -o conftest -pthread conftest.c >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:69:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for munmap
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for sched_getcpu
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for strerror
configure:14203: clang -o conftest -pthread conftest.c >&5
conftest.c:72:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:72:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for strtoul
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14203: checking for sysconf
configure:14203: clang -o conftest -pthread conftest.c >&5
configure:14203: $? = 0
configure:14203: result: yes
configure:14214: checking for stdbool.h that conforms to C99
configure:14281: clang -c -pthread conftest.c >&5
conftest.c:101:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.c:105:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:105:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:106:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:106:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:106:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
12 warnings generated.
configure:14281: $? = 0
configure:14288: result: yes
configure:14290: checking for _Bool
configure:14290: clang -c -pthread conftest.c >&5
configure:14290: $? = 0
configure:14290: clang -c -pthread conftest.c >&5
conftest.c:88:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:14290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:14290: result: yes
configure:14315: checking limits.h usability
configure:14315: clang -c -pthread conftest.c >&5
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking limits.h presence
configure:14315: clang -E conftest.c
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking for limits.h
configure:14315: result: yes
configure:14315: checking stddef.h usability
configure:14315: clang -c -pthread conftest.c >&5
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking stddef.h presence
configure:14315: clang -E conftest.c
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking for stddef.h
configure:14315: result: yes
configure:14315: checking for sys/param.h
configure:14315: result: yes
configure:14315: checking sys/time.h usability
configure:14315: clang -c -pthread conftest.c >&5
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking sys/time.h presence
configure:14315: clang -E conftest.c
configure:14315: $? = 0
configure:14315: result: yes
configure:14315: checking for sys/time.h
configure:14315: result: yes
configure:14494: checking if architecture really supports the mfence instruction
configure:14504: result: yes
configure:14519: checking for sys_futex()
configure:14531: clang -c -pthread conftest.c >&5
configure:14531: $? = 0
configure:14533: result: yes
configure:14549: checking for library containing clock_gettime
configure:14580: clang -o conftest -pthread conftest.c >&5
configure:14580: $? = 0
configure:14597: result: none required
configure:14610: checking for pthread_create in -lpthread
configure:14635: clang -o conftest -pthread conftest.c -lpthread >&5
configure:14635: $? = 0
configure:14644: result: yes
configure:14781: checking for cpu_set_t
configure:14781: clang -c -pthread -D_GNU_SOURCE conftest.c >&5
configure:14781: $? = 0
configure:14781: clang -c -pthread -D_GNU_SOURCE conftest.c >&5
conftest.c:66:24: error: expected expression
if (sizeof ((cpu_set_t)))
^
1 error generated.
configure:14781: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "userspace-rcu 0.9.2"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.2"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define CONFIG_RCU_HAVE_FENCE 1
| #define CONFIG_RCU_HAVE_FUTEX 1
| #define CONFIG_RCU_SMP 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((cpu_set_t)))
| return 0;
| ;
| return 0;
| }
configure:14781: result: yes
configure:14796: checking whether CPU_ZERO works
configure:14812: clang -c -pthread -D_GNU_SOURCE conftest.c >&5
conftest.c:63:11: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
#define _GNU_SOURCE
^
conftest.c:24:9: note: previous definition is here
#define _GNU_SOURCE 1
^
1 warning generated.
configure:14812: $? = 0
configure:14816: result: yes
configure:14828: checking whether CPU_SET works
configure:14844: clang -c -pthread -D_GNU_SOURCE conftest.c >&5
conftest.c:64:11: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
#define _GNU_SOURCE
^
conftest.c:24:9: note: previous definition is here
#define _GNU_SOURCE 1
^
1 warning generated.
configure:14844: $? = 0
configure:14848: result: yes
configure:14862: checking for sched_setaffinity
configure:14862: clang -o conftest -pthread -D_GNU_SOURCE conftest.c >&5
configure:14862: $? = 0
configure:14862: result: yes
configure:14879: checking how many arguments sched_setaffinity takes
configure:14894: clang -c -pthread -D_GNU_SOURCE conftest.c >&5
configure:14894: $? = 0
configure:14905: result: 3
configure:15035: checking that generated files are newer than configure
configure:15041: result: done
configure:15100: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by userspace-rcu config.status 0.9.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 70299d5819cf
config.status:1172: creating Makefile
config.status:1172: creating doc/Makefile
config.status:1172: creating doc/examples/Makefile
config.status:1172: creating tests/Makefile
config.status:1172: creating tests/common/Makefile
config.status:1172: creating tests/unit/Makefile
config.status:1172: creating tests/benchmark/Makefile
config.status:1172: creating tests/regression/Makefile
config.status:1172: creating tests/regression/regression_tests
config.status:1172: creating tests/utils/Makefile
config.status:1172: creating liburcu.pc
config.status:1172: creating liburcu-bp.pc
config.status:1172: creating liburcu-cds.pc
config.status:1172: creating liburcu-qsbr.pc
config.status:1172: creating liburcu-mb.pc
config.status:1172: creating liburcu-signal.pc
config.status:1172: creating config.h
config.status:1172: creating urcu/config.h
config.status:1413: linking urcu/arch/x86.h to urcu/arch.h
config.status:1413: linking urcu/uatomic/x86.h to urcu/uatomic.h
config.status:1432: executing depfiles commands
config.status:1432: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_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_func_atexit=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcpuid=no
ac_cv_func_getpagesize=yes
ac_cv_func_gettid=no
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memeset=no
ac_cv_func_memset=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_sched_getcpu=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_strerror=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_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_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_NPROC=nproc
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_tls=__thread
ac_cv_type__Bool=yes
ac_cv_type_cpu_set_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv___attribute__=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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='aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ARCHTYPE='x86'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.14'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -pthread'
COMPAT_ARCH_FALSE=''
COMPAT_ARCH_TRUE='#'
COMPAT_FUTEX_FALSE=''
COMPAT_FUTEX_TRUE='#'
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
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=''
LIBC_INCLUDES_PTHREAD_FALSE=''
LIBC_INCLUDES_PTHREAD_TRUE='#'
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_SHARED_FALSE=''
NO_SHARED_TRUE='#'
NPROC='nproc'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='userspace-rcu'
PACKAGE_BUGREPORT='mathieu dot desnoyers at efficios dot com'
PACKAGE_NAME='userspace-rcu'
PACKAGE_STRING='userspace-rcu 0.9.2'
PACKAGE_TARNAME='userspace-rcu'
PACKAGE_URL='http://liburcu.org/'
PACKAGE_VERSION='0.9.2'
PATH_SEPARATOR=':'
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SUBARCHTYPE=''
TARGET_IS_ANDROID_FALSE=''
TARGET_IS_ANDROID_TRUE='#'
URCU_LIBRARY_VERSION='4:0:0'
VERSION='0.9.2'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/liburcu/src/userspace-rcu-0.9.2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "userspace-rcu"
#define PACKAGE_TARNAME "userspace-rcu"
#define PACKAGE_VERSION "0.9.2"
#define PACKAGE_STRING "userspace-rcu 0.9.2"
#define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
#define PACKAGE_URL "http://liburcu.org/"
#define PACKAGE "userspace-rcu"
#define VERSION "0.9.2"
#define TLS __thread
#define CONFIG_RCU_TLS __thread
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___ATTRIBUTE__ 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_ATEXIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_MUNMAP 1
#define HAVE_SCHED_GETCPU 1
#define HAVE_STRERROR 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define CONFIG_RCU_HAVE_FENCE 1
#define CONFIG_RCU_HAVE_FUTEX 1
#define CONFIG_RCU_SMP 1
#define HAVE_CPU_SET_T 1
#define HAVE_CPU_ZERO 1
#define HAVE_CPU_SET 1
#define HAVE_SCHED_SETAFFINITY 1
#define SCHED_SETAFFINITY_ARGS 3
configure: exit 0