[lttng-dev] Debian specific userspace RCU configure override

Jon Bernard jbernard at debian.org
Sat May 24 10:55:55 EDT 2014


* Mathieu Desnoyers <mathieu.desnoyers at efficios.com> wrote:
> In order to understand what is happening here, can we have a copy 
> of config.log of both userspace RCU and ltt-control, as well as the output 
> of invocation of configure, and output of make V=1 ? 

Log attached.

-- 
Jon
-------------- next part --------------
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.8.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security CPPFLAGS=-D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security FCFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 FFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 GCJFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 LDFLAGS=-Wl,-z,relro OBJCFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security OBJCXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security

## --------- ##
## Platform. ##
## --------- ##

hostname = abel
uname -m = armv7l
uname -r = 3.13-1-armmp-lpae
uname -s = Linux
uname -v = #4 SMP Thu Mar 27 16:56:17 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2323: checking build system type
configure:2337: result: armv7l-unknown-linux-gnueabi
configure:2357: checking host system type
configure:2370: result: armv7l-unknown-linux-gnueabi
configure:2390: checking target system type
configure:2403: result: armv7l-unknown-linux-gnueabi
configure:2446: checking for a BSD-compatible install
configure:2514: result: /usr/bin/install -c
configure:2525: checking whether build environment is sane
configure:2580: result: yes
configure:2731: checking for a thread-safe mkdir -p
configure:2770: result: /bin/mkdir -p
configure:2777: checking for gawk
configure:2807: result: no
configure:2777: checking for mawk
configure:2793: found /usr/bin/mawk
configure:2804: result: mawk
configure:2815: checking whether make sets $(MAKE)
configure:2837: result: yes
configure:2866: checking whether make supports nested variables
configure:2883: result: yes
configure:3020: checking whether make supports nested variables
configure:3037: result: yes
configure:3142: checking for style of include used by make
configure:3170: result: GNU
configure:3241: checking for gcc
configure:3257: found /usr/bin/gcc
configure:3268: result: gcc
configure:3497: checking for C compiler version
configure:3506: gcc --version >&5
gcc (Debian 4.8.2-21) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3517: $? = 0
configure:3506: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.8/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-21' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armel --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv4t --with-float=soft --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-21) 
configure:3517: $? = 0
configure:3506: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3517: $? = 4
configure:3506: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3517: $? = 4
configure:3537: checking whether the C compiler works
configure:3559: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3563: $? = 0
configure:3611: result: yes
configure:3614: checking for C compiler default output file name
configure:3616: result: a.out
configure:3622: checking for suffix of executables
configure:3629: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3633: $? = 0
configure:3655: result: 
configure:3677: checking whether we are cross compiling
configure:3685: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3689: $? = 0
configure:3696: ./conftest
configure:3700: $? = 0
configure:3715: result: no
configure:3720: checking for suffix of object files
configure:3742: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3746: $? = 0
configure:3767: result: o
configure:3771: checking whether we are using the GNU C compiler
configure:3790: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3790: $? = 0
configure:3799: result: yes
configure:3808: checking whether gcc accepts -g
configure:3828: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3828: $? = 0
configure:3869: result: yes
configure:3886: checking for gcc option to accept ISO C89
configure:3949: gcc  -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3949: $? = 0
configure:3962: result: none needed
configure:3987: checking whether gcc understands -c and -o together
configure:4009: gcc -c conftest.c -o conftest2.o
configure:4012: $? = 0
configure:4009: gcc -c conftest.c -o conftest2.o
configure:4012: $? = 0
configure:4024: result: yes
configure:4043: checking dependency style of gcc
configure:4154: result: gcc3
configure:4172: checking for thread local storage (TLS) class
configure:4195: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:4195: $? = 0
configure:4208: result: __thread
configure:4285: checking for gcc
configure:4312: result: gcc
configure:4541: checking for C compiler version
configure:4550: gcc --version >&5
gcc (Debian 4.8.2-21) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4561: $? = 0
configure:4550: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.8/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-21' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armel --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv4t --with-float=soft --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-21) 
configure:4561: $? = 0
configure:4550: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4561: $? = 4
configure:4550: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4561: $? = 4
configure:4565: checking whether we are using the GNU C compiler
configure:4593: result: yes
configure:4602: checking whether gcc accepts -g
configure:4663: result: yes
configure:4680: checking for gcc option to accept ISO C89
configure:4756: result: none needed
configure:4781: checking whether gcc understands -c and -o together
configure:4818: result: yes
configure:4837: checking dependency style of gcc
configure:4948: result: gcc3
configure:4963: checking whether make sets $(MAKE)
configure:4985: result: yes
configure:5040: checking how to print strings
configure:5067: result: printf
configure:5088: checking for a sed that does not truncate output
configure:5152: result: /bin/sed
configure:5170: checking for grep that handles long lines and -e
configure:5228: result: /bin/grep
configure:5233: checking for egrep
configure:5295: result: /bin/grep -E
configure:5300: checking for fgrep
configure:5362: result: /bin/grep -F
configure:5397: checking for ld used by gcc
configure:5464: result: /usr/bin/ld
configure:5471: checking if the linker (/usr/bin/ld) is GNU ld
configure:5486: result: yes
configure:5498: checking for BSD- or MS-compatible name lister (nm)
configure:5547: result: /usr/bin/nm -B
configure:5677: checking the name lister (/usr/bin/nm -B) interface
configure:5684: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5687: /usr/bin/nm -B "conftest.o"
configure:5690: output
00000000 B some_variable
configure:5697: result: BSD nm
configure:5700: checking whether ln -s works
configure:5704: result: yes
configure:5712: checking the maximum length of command line arguments
configure:5843: result: 1572864
configure:5860: checking whether the shell understands some XSI constructs
configure:5870: result: yes
configure:5874: checking whether the shell understands "+="
configure:5880: result: yes
configure:5915: checking how to convert armv7l-unknown-linux-gnueabi file names to armv7l-unknown-linux-gnueabi format
configure:5955: result: func_convert_file_noop
configure:5962: checking how to convert armv7l-unknown-linux-gnueabi file names to toolchain format
configure:5982: result: func_convert_file_noop
configure:5989: checking for /usr/bin/ld option to reload object files
configure:5996: result: -r
configure:6070: checking for objdump
configure:6086: found /usr/bin/objdump
configure:6097: result: objdump
configure:6129: checking how to recognize dependent libraries
configure:6327: result: pass_all
configure:6412: checking for dlltool
configure:6442: result: no
configure:6472: checking how to associate runtime and link libraries
configure:6499: result: printf %s\n
configure:6559: checking for ar
configure:6575: found /usr/bin/ar
configure:6586: result: ar
configure:6623: checking for archiver @FILE support
configure:6640: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6640: $? = 0
configure:6643: ar cru libconftest.a @conftest.lst >&5
configure:6646: $? = 0
configure:6651: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6654: $? = 1
configure:6666: result: @
configure:6724: checking for strip
configure:6740: found /usr/bin/strip
configure:6751: result: strip
configure:6823: checking for ranlib
configure:6839: found /usr/bin/ranlib
configure:6850: result: ranlib
configure:6952: checking command to parse /usr/bin/nm -B output from gcc object
configure:7072: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7075: $? = 0
configure:7079: /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:7082: $? = 0
configure:7148: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c conftstm.o >&5
configure:7151: $? = 0
configure:7189: result: ok
configure:7226: checking for sysroot
configure:7256: result: no
configure:7525: checking for mt
configure:7555: result: no
configure:7575: checking if : is a manifest tool
configure:7581: : '-?'
configure:7589: result: no
configure:8231: checking how to run the C preprocessor
configure:8262: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:8262: $? = 0
configure:8276: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "userspace-rcu 0.8.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.8.4"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8301: result: gcc -E
configure:8321: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:8321: $? = 0
configure:8335: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "userspace-rcu 0.8.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.8.4"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8364: checking for ANSI C header files
configure:8384: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8384: $? = 0
configure:8457: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:8457: $? = 0
configure:8457: ./conftest
configure:8457: $? = 0
configure:8468: result: yes
configure:8481: checking for sys/types.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for sys/stat.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for stdlib.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for string.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for memory.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for strings.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for inttypes.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for stdint.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for unistd.h
configure:8481: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8495: checking for dlfcn.h
configure:8495: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8495: $? = 0
configure:8495: result: yes
configure:8701: checking for objdir
configure:8716: result: .libs
configure:8987: checking if gcc supports -fno-rtti -fno-exceptions
configure:9005: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:9009: $? = 0
configure:9022: result: no
configure:9349: checking for gcc option to produce PIC
configure:9356: result: -fPIC -DPIC
configure:9364: checking if gcc PIC flag -fPIC -DPIC works
configure:9382: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9386: $? = 0
configure:9399: result: yes
configure:9428: checking if gcc static flag -static works
configure:9456: result: yes
configure:9471: checking if gcc supports -c -o file.o
configure:9492: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:9496: $? = 0
configure:9518: result: yes
configure:9526: checking if gcc supports -c -o file.o
configure:9573: result: yes
configure:9606: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10763: result: yes
configure:10800: checking whether -lc should be explicitly linked in
configure:10808: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10811: $? = 0
configure:10826: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10829: $? = 0
configure:10843: result: no
configure:11003: checking dynamic linker characteristics
configure:11503: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11503: $? = 0
configure:11737: result: GNU/Linux ld.so
configure:11844: checking how to hardcode library paths into programs
configure:11869: result: immediate
configure:12409: checking whether stripping libraries is possible
configure:12414: result: yes
configure:12449: checking if libtool supports shared libraries
configure:12451: result: yes
configure:12454: checking whether to build shared libraries
configure:12475: result: yes
configure:12478: checking whether to build static libraries
configure:12482: result: yes
configure:12521: checking for inline
configure:12537: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12537: $? = 0
configure:12545: result: inline
configure:12563: checking for pid_t
configure:12563: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12563: $? = 0
configure:12563: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:12563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "userspace-rcu 0.8.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.8.4"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:12563: result: yes
configure:12574: checking for size_t
configure:12574: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12574: $? = 0
configure:12574: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:12574: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "userspace-rcu 0.8.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.8.4"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:12574: result: yes
configure:12589: checking for stdlib.h
configure:12589: result: yes
configure:12599: checking for GNU libc compatible malloc
configure:12623: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12623: $? = 0
configure:12623: ./conftest
configure:12623: $? = 0
configure:12633: result: yes
configure:12660: checking for stdlib.h
configure:12660: result: yes
configure:12660: checking for unistd.h
configure:12660: result: yes
configure:12660: checking for sys/param.h
configure:12660: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12660: $? = 0
configure:12660: result: yes
configure:12680: checking for getpagesize
configure:12680: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12680: $? = 0
configure:12680: result: yes
configure:12689: checking for working mmap
configure:12836: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12836: $? = 0
configure:12836: ./conftest
configure:12836: $? = 0
configure:12846: result: yes
configure:12858: checking for bzero
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
conftest.c:55:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
 char bzero ();
      ^
configure:12858: $? = 0
configure:12858: result: yes
configure:12858: checking for gettimeofday
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12858: $? = 0
configure:12858: result: yes
configure:12858: checking for munmap
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12858: $? = 0
configure:12858: result: yes
configure:12858: checking for sched_getcpu
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12858: $? = 0
configure:12858: result: yes
configure:12858: checking for strtoul
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12858: $? = 0
configure:12858: result: yes
configure:12858: checking for sysconf
configure:12858: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:12858: $? = 0
configure:12858: result: yes
configure:12935: checking for dmb instruction
configure:12948: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12948: $? = 0
configure:12950: result: yes
configure:13028: checking for sys_futex()
configure:13040: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13040: $? = 0
configure:13042: result: yes
configure:13128: checking for cpu_set_t
configure:13128: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13128: $? = 0
configure:13128: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:24: error: expected expression before ')' token
 if (sizeof ((cpu_set_t)))
                        ^
configure:13128: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "userspace-rcu 0.8.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.8.4"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #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_BZERO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MUNMAP 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define CONFIG_RCU_ARM_HAVE_DMB 1
| #define CONFIG_RCU_HAVE_FUTEX 1
| #define CONFIG_RCU_SMP 1
| /* end confdefs.h.  */
| #include <sched.h>
| 
| int
| main ()
| {
| if (sizeof ((cpu_set_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13128: result: yes
configure:13143: checking whether CPU_ZERO works
configure:13159: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:43:0: warning: "_GNU_SOURCE" redefined [enabled by default]
   #define _GNU_SOURCE
 ^
<command-line>:0:0: note: this is the location of the previous definition
configure:13159: $? = 0
configure:13163: result: yes
configure:13175: checking whether CPU_SET works
configure:13191: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:44:0: warning: "_GNU_SOURCE" redefined [enabled by default]
   #define _GNU_SOURCE
 ^
<command-line>:0:0: note: this is the location of the previous definition
configure:13191: $? = 0
configure:13195: result: yes
configure:13209: checking for sched_setaffinity
configure:13209: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:13209: $? = 0
configure:13209: result: yes
configure:13226: checking how many arguments sched_setaffinity takes
configure:13241: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13241: $? = 0
configure:13252: result: 3
configure:13382: checking that generated files are newer than configure
configure:13388: result: done
configure:13427: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by userspace-rcu config.status 0.8.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on abel

config.status:1137: creating Makefile
config.status:1137: creating doc/Makefile
config.status:1137: creating doc/examples/Makefile
config.status:1137: creating tests/Makefile
config.status:1137: creating tests/common/Makefile
config.status:1137: creating tests/unit/Makefile
config.status:1137: creating tests/benchmark/Makefile
config.status:1137: creating tests/regression/Makefile
config.status:1137: creating liburcu.pc
config.status:1137: creating liburcu-bp.pc
config.status:1137: creating liburcu-cds.pc
config.status:1137: creating liburcu-qsbr.pc
config.status:1137: creating liburcu-mb.pc
config.status:1137: creating liburcu-signal.pc
config.status:1137: creating config.h
config.status:1137: creating urcu/config.h
config.status:1378: linking urcu/arch/arm.h to urcu/arch.h
config.status:1378: linking urcu/uatomic/arm.h to urcu/uatomic.h
config.status:1397: executing depfiles commands
config.status:1397: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv7l-unknown-linux-gnueabi
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-z,relro
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=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bzero=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=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_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=armv7l-unknown-linux-gnueabi
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=armv7l-unknown-linux-gnueabi
ac_cv_tls=__thread
ac_cv_type_cpu_set_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=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=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/jbernard/liburcu/config/missing 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='arm'
AUTOCONF='${SHELL} /home/jbernard/liburcu/config/missing autoconf'
AUTOHEADER='${SHELL} /home/jbernard/liburcu/config/missing autoheader'
AUTOMAKE='${SHELL} /home/jbernard/liburcu/config/missing automake-1.14'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1'
COMPAT_ARCH_FALSE=''
COMPAT_ARCH_TRUE='#'
COMPAT_FUTEX_FALSE=''
COMPAT_FUTEX_TRUE='#'
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS='-Wl,-z,relro'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/jbernard/liburcu/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_SHARED_FALSE=''
NO_SHARED_TRUE='#'
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.8.4'
PACKAGE_TARNAME='userspace-rcu'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SUBARCHTYPE=''
URCU_LIBRARY_VERSION='2:0:0'
VERSION='0.8.4'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabi'
build_alias=''
build_cpu='armv7l'
build_os='linux-gnueabi'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='armv7l-unknown-linux-gnueabi'
host_alias=''
host_cpu='armv7l'
host_os='linux-gnueabi'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jbernard/liburcu/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='armv7l-unknown-linux-gnueabi'
target_alias=''
target_cpu='armv7l'
target_os='linux-gnueabi'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "userspace-rcu"
#define PACKAGE_TARNAME "userspace-rcu"
#define PACKAGE_VERSION "0.8.4"
#define PACKAGE_STRING "userspace-rcu 0.8.4"
#define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
#define PACKAGE_URL ""
#define PACKAGE "userspace-rcu"
#define VERSION "0.8.4"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#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_BZERO 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MUNMAP 1
#define HAVE_SCHED_GETCPU 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define CONFIG_RCU_ARM_HAVE_DMB 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
-------------- next part --------------
dh build --with autoreconf --with quilt
   dh_testdir
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
libtoolize: copying file `config/libtool.m4'
libtoolize: copying file `config/ltoptions.m4'
libtoolize: copying file `config/ltsugar.m4'
libtoolize: copying file `config/ltversion.m4'
libtoolize: copying file `config/lt~obsolete.m4'
   dh_quilt_patch
Applying patch ignore-gcc-check.patch
patching file urcu/compiler.h

Now at patch ignore-gcc-check.patch
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/jbernard/liburcu'
./configure --prefix=/usr CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" FFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" GCJFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" 
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
checking target system type... armv7l-unknown-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for thread local storage (TLS) class... __thread
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert armv7l-unknown-linux-gnueabi file names to armv7l-unknown-linux-gnueabi format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) 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 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 for bzero... yes
checking for gettimeofday... yes
checking for munmap... yes
checking for sched_getcpu... yes
checking for strtoul... yes
checking for sysconf... yes
checking for dmb instruction... yes
checking for sys_futex()... 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 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/arm.h to urcu/arch.h
config.status: linking urcu/uatomic/arm.h to urcu/uatomic.h
config.status: executing depfiles commands
config.status: executing libtool commands
SMP support enabled.
Thread Local Storage (TLS): __thread.
make[1]: Leaving directory '/home/jbernard/liburcu'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/jbernard/liburcu'
dh_auto_build -- V=1
make[2]: Entering directory '/home/jbernard/liburcu'
make  all-recursive
make[3]: Entering directory '/home/jbernard/liburcu'
Making all in .
make[4]: Entering directory '/home/jbernard/liburcu'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c -o wfqueue.lo wfqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c wfqueue.c  -fPIC -DPIC -o .libs/wfqueue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c wfqueue.c -o wfqueue.o >/dev/null 2>&1
mv -f .deps/wfqueue.Tpo .deps/wfqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c -o wfcqueue.lo wfcqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c wfcqueue.c  -fPIC -DPIC -o .libs/wfcqueue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c wfcqueue.c -o wfcqueue.o >/dev/null 2>&1
mv -f .deps/wfcqueue.Tpo .deps/wfcqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c -o wfstack.lo wfstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c wfstack.c  -fPIC -DPIC -o .libs/wfstack.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c wfstack.c -o wfstack.o >/dev/null 2>&1
mv -f .deps/wfstack.Tpo .deps/wfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu-common.la -rpath /usr/lib wfqueue.lo wfcqueue.lo wfstack.lo   
libtool: link: gcc -shared  -fPIC -DPIC  .libs/wfqueue.o .libs/wfcqueue.o .libs/wfstack.o   -lpthread  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-common.so.2 -o .libs/liburcu-common.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-common.so.2" && ln -s "liburcu-common.so.2.0.0" "liburcu-common.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-common.so" && ln -s "liburcu-common.so.2.0.0" "liburcu-common.so")
libtool: link: ar cru .libs/liburcu-common.a  wfqueue.o wfcqueue.o wfstack.o
libtool: link: ranlib .libs/liburcu-common.a
libtool: link: ( cd ".libs" && rm -f "liburcu-common.la" && ln -s "../liburcu-common.la" "liburcu-common.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c -o urcu.lo urcu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/urcu.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c urcu.c -o urcu.o >/dev/null 2>&1
mv -f .deps/urcu.Tpo .deps/urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c -o urcu-pointer.lo urcu-pointer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/urcu-pointer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c urcu-pointer.c -o urcu-pointer.o >/dev/null 2>&1
mv -f .deps/urcu-pointer.Tpo .deps/urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu.la -rpath /usr/lib urcu.lo urcu-pointer.lo  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/urcu.o .libs/urcu-pointer.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu.so.2 -o .libs/liburcu.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu.so.2" && ln -s "liburcu.so.2.0.0" "liburcu.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu.so" && ln -s "liburcu.so.2.0.0" "liburcu.so")
libtool: link: ar cru .libs/liburcu.a  urcu.o urcu-pointer.o
libtool: link: ranlib .libs/liburcu.a
libtool: link: ( cd ".libs" && rm -f "liburcu.la" && ln -s "../liburcu.la" "liburcu.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c -o urcu-qsbr.lo urcu-qsbr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c urcu-qsbr.c  -fPIC -DPIC -o .libs/urcu-qsbr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c urcu-qsbr.c -o urcu-qsbr.o >/dev/null 2>&1
mv -f .deps/urcu-qsbr.Tpo .deps/urcu-qsbr.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu-qsbr.la -rpath /usr/lib urcu-qsbr.lo urcu-pointer.lo  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/urcu-qsbr.o .libs/urcu-pointer.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-qsbr.so.2 -o .libs/liburcu-qsbr.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-qsbr.so.2" && ln -s "liburcu-qsbr.so.2.0.0" "liburcu-qsbr.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-qsbr.so" && ln -s "liburcu-qsbr.so.2.0.0" "liburcu-qsbr.so")
libtool: link: ar cru .libs/liburcu-qsbr.a  urcu-qsbr.o urcu-pointer.o
libtool: link: ranlib .libs/liburcu-qsbr.a
libtool: link: ( cd ".libs" && rm -f "liburcu-qsbr.la" && ln -s "../liburcu-qsbr.la" "liburcu-qsbr.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo './'`urcu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c urcu.c -o liburcu_mb_la-urcu.o >/dev/null 2>&1
mv -f .deps/liburcu_mb_la-urcu.Tpo .deps/liburcu_mb_la-urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo './'`urcu-pointer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c urcu-pointer.c -o liburcu_mb_la-urcu-pointer.o >/dev/null 2>&1
mv -f .deps/liburcu_mb_la-urcu-pointer.Tpo .deps/liburcu_mb_la-urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DRCU_MB -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu-mb.la -rpath /usr/lib liburcu_mb_la-urcu.lo liburcu_mb_la-urcu-pointer.lo  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/liburcu_mb_la-urcu.o .libs/liburcu_mb_la-urcu-pointer.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-mb.so.2 -o .libs/liburcu-mb.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-mb.so.2" && ln -s "liburcu-mb.so.2.0.0" "liburcu-mb.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-mb.so" && ln -s "liburcu-mb.so.2.0.0" "liburcu-mb.so")
libtool: link: ar cru .libs/liburcu-mb.a  liburcu_mb_la-urcu.o liburcu_mb_la-urcu-pointer.o
libtool: link: ranlib .libs/liburcu-mb.a
libtool: link: ( cd ".libs" && rm -f "liburcu-mb.la" && ln -s "../liburcu-mb.la" "liburcu-mb.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c -o liburcu_signal_la-urcu.lo `test -f 'urcu.c' || echo './'`urcu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/liburcu_signal_la-urcu.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c urcu.c -o liburcu_signal_la-urcu.o >/dev/null 2>&1
mv -f .deps/liburcu_signal_la-urcu.Tpo .deps/liburcu_signal_la-urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c -o liburcu_signal_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo './'`urcu-pointer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/liburcu_signal_la-urcu-pointer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c urcu-pointer.c -o liburcu_signal_la-urcu-pointer.o >/dev/null 2>&1
mv -f .deps/liburcu_signal_la-urcu-pointer.Tpo .deps/liburcu_signal_la-urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu-signal.la -rpath /usr/lib liburcu_signal_la-urcu.lo liburcu_signal_la-urcu-pointer.lo  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/liburcu_signal_la-urcu.o .libs/liburcu_signal_la-urcu-pointer.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-signal.so.2 -o .libs/liburcu-signal.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-signal.so.2" && ln -s "liburcu-signal.so.2.0.0" "liburcu-signal.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-signal.so" && ln -s "liburcu-signal.so.2.0.0" "liburcu-signal.so")
libtool: link: ar cru .libs/liburcu-signal.a  liburcu_signal_la-urcu.o liburcu_signal_la-urcu-pointer.o
libtool: link: ranlib .libs/liburcu-signal.a
libtool: link: ( cd ".libs" && rm -f "liburcu-signal.la" && ln -s "../liburcu-signal.la" "liburcu-signal.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c -o urcu-bp.lo urcu-bp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c urcu-bp.c  -fPIC -DPIC -o .libs/urcu-bp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c urcu-bp.c -o urcu-bp.o >/dev/null 2>&1
mv -f .deps/urcu-bp.Tpo .deps/urcu-bp.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -o liburcu-bp.la -rpath /usr/lib urcu-bp.lo urcu-pointer.lo  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/urcu-bp.o .libs/urcu-pointer.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-bp.so.2 -o .libs/liburcu-bp.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-bp.so.2" && ln -s "liburcu-bp.so.2.0.0" "liburcu-bp.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-bp.so" && ln -s "liburcu-bp.so.2.0.0" "liburcu-bp.so")
libtool: link: ar cru .libs/liburcu-bp.a  urcu-bp.o urcu-pointer.o
libtool: link: ranlib .libs/liburcu-bp.a
libtool: link: ( cd ".libs" && rm -f "liburcu-bp.la" && ln -s "../liburcu-bp.la" "liburcu-bp.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c -o rculfqueue.lo rculfqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c rculfqueue.c  -fPIC -DPIC -o .libs/rculfqueue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c rculfqueue.c -o rculfqueue.o >/dev/null 2>&1
mv -f .deps/rculfqueue.Tpo .deps/rculfqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c -o rculfstack.lo rculfstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c rculfstack.c  -fPIC -DPIC -o .libs/rculfstack.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c rculfstack.c -o rculfstack.o >/dev/null 2>&1
mv -f .deps/rculfstack.Tpo .deps/rculfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c -o lfstack.lo lfstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c lfstack.c  -fPIC -DPIC -o .libs/lfstack.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c lfstack.c -o lfstack.o >/dev/null 2>&1
mv -f .deps/lfstack.Tpo .deps/lfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c -o rculfhash.lo rculfhash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c rculfhash.c  -fPIC -DPIC -o .libs/rculfhash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c rculfhash.c -o rculfhash.o >/dev/null 2>&1
mv -f .deps/rculfhash.Tpo .deps/rculfhash.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c -o rculfhash-mm-order.lo rculfhash-mm-order.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c rculfhash-mm-order.c  -fPIC -DPIC -o .libs/rculfhash-mm-order.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c rculfhash-mm-order.c -o rculfhash-mm-order.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-order.Tpo .deps/rculfhash-mm-order.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c -o rculfhash-mm-chunk.lo rculfhash-mm-chunk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c rculfhash-mm-chunk.c  -fPIC -DPIC -o .libs/rculfhash-mm-chunk.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c rculfhash-mm-chunk.c -o rculfhash-mm-chunk.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-chunk.Tpo .deps/rculfhash-mm-chunk.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c -o rculfhash-mm-mmap.lo rculfhash-mm-mmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c rculfhash-mm-mmap.c  -fPIC -DPIC -o .libs/rculfhash-mm-mmap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c rculfhash-mm-mmap.c -o rculfhash-mm-mmap.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-mmap.Tpo .deps/rculfhash-mm-mmap.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -version-info 2:0:0 -Wl,-z,relro -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  liburcu-common.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/rculfqueue.o .libs/rculfstack.o .libs/lfstack.o .libs/rculfhash.o .libs/rculfhash-mm-order.o .libs/rculfhash-mm-chunk.o .libs/rculfhash-mm-mmap.o   -Wl,-rpath -Wl,/home/jbernard/liburcu/.libs -lpthread ./.libs/liburcu-common.so  -O2 -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro   -Wl,-soname -Wl,liburcu-cds.so.2 -o .libs/liburcu-cds.so.2.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-cds.so.2" && ln -s "liburcu-cds.so.2.0.0" "liburcu-cds.so.2")
libtool: link: (cd ".libs" && rm -f "liburcu-cds.so" && ln -s "liburcu-cds.so.2.0.0" "liburcu-cds.so")
libtool: link: ar cru .libs/liburcu-cds.a  rculfqueue.o rculfstack.o lfstack.o rculfhash.o rculfhash-mm-order.o rculfhash-mm-chunk.o rculfhash-mm-mmap.o
libtool: link: ranlib .libs/liburcu-cds.a
libtool: link: ( cd ".libs" && rm -f "liburcu-cds.la" && ln -s "../liburcu-cds.la" "liburcu-cds.la" )
make[4]: Leaving directory '/home/jbernard/liburcu'
Making all in doc
make[4]: Entering directory '/home/jbernard/liburcu/doc'
Making all in examples
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples'
make -C hlist
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_hlist_add_head_rcu.o cds_hlist_add_head_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_hlist_add_head_rcu cds_hlist_add_head_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_hlist_del_rcu.o cds_hlist_del_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_hlist_del_rcu cds_hlist_del_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_hlist_for_each_rcu.o cds_hlist_for_each_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_hlist_for_each_rcu cds_hlist_for_each_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_hlist_for_each_entry_rcu.o cds_hlist_for_each_entry_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_hlist_for_each_entry_rcu cds_hlist_for_each_entry_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -C list
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_add_rcu.o cds_list_add_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_add_rcu cds_list_add_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_add_tail_rcu.o cds_list_add_tail_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_add_tail_rcu cds_list_add_tail_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_del_rcu.o cds_list_del_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_del_rcu cds_list_del_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_for_each_rcu.o cds_list_for_each_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_for_each_rcu cds_list_for_each_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_for_each_entry_rcu.o cds_list_for_each_entry_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_for_each_entry_rcu cds_list_for_each_entry_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_list_replace_rcu.o cds_list_replace_rcu.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_list_replace_rcu cds_list_replace_rcu.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -C urcu-flavors
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o qsbr.o qsbr.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o qsbr qsbr.o -lurcu-qsbr
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.mb
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o mb.o mb.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o mb mb.o -lurcu-mb
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o membarrier.o membarrier.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o membarrier membarrier.o -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.signal
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o signal.o signal.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o signal signal.o -lurcu-signal
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.bp
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o bp.o bp.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o bp bp.o -lurcu-bp
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -C wfcqueue
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfcq_enqueue.o cds_wfcq_enqueue.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfcq_enqueue cds_wfcq_enqueue.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfcq_dequeue.o cds_wfcq_dequeue.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfcq_dequeue cds_wfcq_dequeue.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfcq_splice.o cds_wfcq_splice.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfcq_splice cds_wfcq_splice.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -C rculfqueue
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfq_enqueue.o cds_lfq_enqueue.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfq_enqueue cds_lfq_enqueue.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfq_dequeue.o cds_lfq_dequeue.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfq_dequeue cds_lfq_dequeue.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -C wfstack
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfs_push.o cds_wfs_push.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfs_push cds_wfs_push.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfs_pop.o cds_wfs_pop.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfs_pop cds_wfs_pop.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_wfs_pop_all_blocking.o cds_wfs_pop_all_blocking.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_wfs_pop_all_blocking cds_wfs_pop_all_blocking.o -lurcu-common
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -C lfstack
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfs_push.o cds_lfs_push.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfs_push cds_lfs_push.o -lurcu-cds
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfs_pop_blocking.o cds_lfs_pop_blocking.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfs_pop_blocking cds_lfs_pop_blocking.o -lurcu-cds
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfs_pop_all_blocking.o cds_lfs_pop_all_blocking.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfs_pop_all_blocking cds_lfs_pop_all_blocking.o -lurcu-cds
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -C rculfhash
make[7]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_add.o cds_lfht_add.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_add cds_lfht_add.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_add_unique.o cds_lfht_add_unique.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_add_unique cds_lfht_add_unique.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_add_replace.o cds_lfht_add_replace.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_add_replace cds_lfht_add_replace.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_del.o cds_lfht_del.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_del cds_lfht_del.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_destroy.o cds_lfht_destroy.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_destroy cds_lfht_destroy.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_lookup.o cds_lfht_lookup.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_lookup cds_lfht_lookup.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[8]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wall -D_FORTIFY_SOURCE=2 -I..//../../ -I../../../ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 \
	-c -o cds_lfht_for_each_entry_duplicate.o cds_lfht_for_each_entry_duplicate.c
gcc -g -O2 -Wall -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z,relro -L../../../.libs/ -Wl,-rpath="/home/jbernard/liburcu/doc/examples/../../.libs/" \
	-o cds_lfht_for_each_entry_duplicate cds_lfht_for_each_entry_duplicate.o -lurcu-cds -lurcu
make[8]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[7]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples'
make[5]: Entering directory '/home/jbernard/liburcu/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/jbernard/liburcu/doc'
make[4]: Leaving directory '/home/jbernard/liburcu/doc'
Making all in tests
make[4]: Entering directory '/home/jbernard/liburcu/tests'
Making all in common
make[5]: Entering directory '/home/jbernard/liburcu/tests/common'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu  -I../.. -I../.. -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT debug-yield.lo -MD -MP -MF .deps/debug-yield.Tpo -c -o debug-yield.lo debug-yield.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu -I../.. -I../.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT debug-yield.lo -MD -MP -MF .deps/debug-yield.Tpo -c debug-yield.c  -fPIC -DPIC -o .libs/debug-yield.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu -I../.. -I../.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT debug-yield.lo -MD -MP -MF .deps/debug-yield.Tpo -c debug-yield.c -o debug-yield.o >/dev/null 2>&1
mv -f .deps/debug-yield.Tpo .deps/debug-yield.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1  -Wl,-z,relro -o libdebug-yield.la  debug-yield.lo  
libtool: link: ar cru .libs/libdebug-yield.a .libs/debug-yield.o 
libtool: link: ranlib .libs/libdebug-yield.a
libtool: link: ( cd ".libs" && rm -f "libdebug-yield.la" && ln -s "../libdebug-yield.la" "libdebug-yield.la" )
make[5]: Leaving directory '/home/jbernard/liburcu/tests/common'
Making all in unit
make[5]: Entering directory '/home/jbernard/liburcu/tests/unit'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_uatomic.o -MD -MP -MF .deps/test_uatomic.Tpo -c -o test_uatomic.o test_uatomic.c
mv -f .deps/test_uatomic.Tpo .deps/test_uatomic.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_uatomic test_uatomic.o ../../liburcu-common.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_uatomic test_uatomic.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor.o -MD -MP -MF .deps/test_urcu_multiflavor.Tpo -c -o test_urcu_multiflavor.o test_urcu_multiflavor.c
mv -f .deps/test_urcu_multiflavor.Tpo .deps/test_urcu_multiflavor.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor-memb.o -MD -MP -MF .deps/test_urcu_multiflavor-memb.Tpo -c -o test_urcu_multiflavor-memb.o test_urcu_multiflavor-memb.c
mv -f .deps/test_urcu_multiflavor-memb.Tpo .deps/test_urcu_multiflavor-memb.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor-mb.o -MD -MP -MF .deps/test_urcu_multiflavor-mb.Tpo -c -o test_urcu_multiflavor-mb.o test_urcu_multiflavor-mb.c
mv -f .deps/test_urcu_multiflavor-mb.Tpo .deps/test_urcu_multiflavor-mb.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor-signal.o -MD -MP -MF .deps/test_urcu_multiflavor-signal.Tpo -c -o test_urcu_multiflavor-signal.o test_urcu_multiflavor-signal.c
mv -f .deps/test_urcu_multiflavor-signal.Tpo .deps/test_urcu_multiflavor-signal.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor-qsbr.o -MD -MP -MF .deps/test_urcu_multiflavor-qsbr.Tpo -c -o test_urcu_multiflavor-qsbr.o test_urcu_multiflavor-qsbr.c
mv -f .deps/test_urcu_multiflavor-qsbr.Tpo .deps/test_urcu_multiflavor-qsbr.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor-bp.o -MD -MP -MF .deps/test_urcu_multiflavor-bp.Tpo -c -o test_urcu_multiflavor-bp.o test_urcu_multiflavor-bp.c
mv -f .deps/test_urcu_multiflavor-bp.Tpo .deps/test_urcu_multiflavor-bp.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_multiflavor test_urcu_multiflavor.o test_urcu_multiflavor-memb.o test_urcu_multiflavor-mb.o test_urcu_multiflavor-signal.o test_urcu_multiflavor-qsbr.o test_urcu_multiflavor-bp.o ../../liburcu.la ../../liburcu-mb.la ../../liburcu-signal.la ../../liburcu-qsbr.la ../../liburcu-bp.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_multiflavor test_urcu_multiflavor.o test_urcu_multiflavor-memb.o test_urcu_multiflavor-mb.o test_urcu_multiflavor-signal.o test_urcu_multiflavor-qsbr.o test_urcu_multiflavor-bp.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-mb.so ../../.libs/liburcu-signal.so ../../.libs/liburcu-qsbr.so ../../.libs/liburcu-bp.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o `test -f 'test_urcu_multiflavor.c' || echo './'`test_urcu_multiflavor.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o `test -f 'test_urcu_multiflavor-memb.c' || echo './'`test_urcu_multiflavor-memb.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o `test -f 'test_urcu_multiflavor-mb.c' || echo './'`test_urcu_multiflavor-mb.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o `test -f 'test_urcu_multiflavor-signal.c' || echo './'`test_urcu_multiflavor-signal.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o `test -f 'test_urcu_multiflavor-qsbr.c' || echo './'`test_urcu_multiflavor-qsbr.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o -MD -MP -MF .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.Tpo -c -o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o `test -f 'test_urcu_multiflavor-bp.c' || echo './'`test_urcu_multiflavor-bp.c
mv -f .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.Tpo .deps/test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_multiflavor_dynlink test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o ../../liburcu.la ../../liburcu-mb.la ../../liburcu-signal.la ../../liburcu-qsbr.la ../../liburcu-bp.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_multiflavor_dynlink test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-mb.so ../../.libs/liburcu-signal.so ../../.libs/liburcu-qsbr.so ../../.libs/liburcu-bp.so
make[5]: Leaving directory '/home/jbernard/liburcu/tests/unit'
Making all in benchmark
make[5]: Entering directory '/home/jbernard/liburcu/tests/benchmark'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu.o -MD -MP -MF .deps/test_urcu.Tpo -c -o test_urcu.o test_urcu.c
mv -f .deps/test_urcu.Tpo .deps/test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu test_urcu.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu test_urcu.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_dynamic_link-test_urcu.o -MD -MP -MF .deps/test_urcu_dynamic_link-test_urcu.Tpo -c -o test_urcu_dynamic_link-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_dynamic_link-test_urcu.Tpo .deps/test_urcu_dynamic_link-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_dynamic_link test_urcu_dynamic_link-test_urcu.o ../../liburcu.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_dynamic_link test_urcu_dynamic_link-test_urcu.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_timing.o -MD -MP -MF .deps/test_urcu_timing.Tpo -c -o test_urcu_timing.o test_urcu_timing.c
mv -f .deps/test_urcu_timing.Tpo .deps/test_urcu_timing.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_timing test_urcu_timing.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_timing test_urcu_timing.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal-test_urcu.o -MD -MP -MF .deps/test_urcu_signal-test_urcu.Tpo -c -o test_urcu_signal-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_signal-test_urcu.Tpo .deps/test_urcu_signal-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal test_urcu_signal-test_urcu.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal test_urcu_signal-test_urcu.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal_dynamic_link-test_urcu.o -MD -MP -MF .deps/test_urcu_signal_dynamic_link-test_urcu.Tpo -c -o test_urcu_signal_dynamic_link-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_signal_dynamic_link-test_urcu.Tpo .deps/test_urcu_signal_dynamic_link-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal_dynamic_link test_urcu_signal_dynamic_link-test_urcu.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal_dynamic_link test_urcu_signal_dynamic_link-test_urcu.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal_timing-test_urcu_timing.o -MD -MP -MF .deps/test_urcu_signal_timing-test_urcu_timing.Tpo -c -o test_urcu_signal_timing-test_urcu_timing.o `test -f 'test_urcu_timing.c' || echo './'`test_urcu_timing.c
mv -f .deps/test_urcu_signal_timing-test_urcu_timing.Tpo .deps/test_urcu_signal_timing-test_urcu_timing.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal_timing test_urcu_signal_timing-test_urcu_timing.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal_timing test_urcu_signal_timing-test_urcu_timing.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_rwlock_timing.o -MD -MP -MF .deps/test_rwlock_timing.Tpo -c -o test_rwlock_timing.o test_rwlock_timing.c
mv -f .deps/test_rwlock_timing.Tpo .deps/test_rwlock_timing.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_rwlock_timing test_rwlock_timing.o ../../liburcu-signal.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_rwlock_timing test_rwlock_timing.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_rwlock.o -MD -MP -MF .deps/test_rwlock.Tpo -c -o test_rwlock.o test_rwlock.c
mv -f .deps/test_rwlock.Tpo .deps/test_rwlock.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_rwlock test_rwlock.o ../../liburcu-signal.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_rwlock test_rwlock.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_perthreadlock_timing.o -MD -MP -MF .deps/test_perthreadlock_timing.Tpo -c -o test_perthreadlock_timing.o test_perthreadlock_timing.c
mv -f .deps/test_perthreadlock_timing.Tpo .deps/test_perthreadlock_timing.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_perthreadlock_timing test_perthreadlock_timing.o ../../liburcu-signal.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_perthreadlock_timing test_perthreadlock_timing.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_perthreadlock.o -MD -MP -MF .deps/test_perthreadlock.Tpo -c -o test_perthreadlock.o test_perthreadlock.c
mv -f .deps/test_perthreadlock.Tpo .deps/test_perthreadlock.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_perthreadlock test_perthreadlock.o ../../liburcu-signal.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_perthreadlock test_perthreadlock.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_yield-test_urcu.o -MD -MP -MF .deps/test_urcu_yield-test_urcu.Tpo -c -o test_urcu_yield-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_yield-test_urcu.Tpo .deps/test_urcu_yield-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_yield test_urcu_yield-test_urcu.o ../../liburcu.la ./../common/libdebug-yield.la 
libtool: link: gcc -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_yield test_urcu_yield-test_urcu.o  -lpthread ../../.libs/liburcu.so ./../common/.libs/libdebug-yield.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal_yield-test_urcu.o -MD -MP -MF .deps/test_urcu_signal_yield-test_urcu.Tpo -c -o test_urcu_signal_yield-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_signal_yield-test_urcu.Tpo .deps/test_urcu_signal_yield-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal_yield test_urcu_signal_yield-test_urcu.o ../../liburcu-signal.la ./../common/libdebug-yield.la 
libtool: link: gcc -DRCU_SIGNAL -DDEBUG_YIELD -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal_yield test_urcu_signal_yield-test_urcu.o  -lpthread ../../.libs/liburcu-signal.so ./../common/.libs/libdebug-yield.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_mb-test_urcu.o -MD -MP -MF .deps/test_urcu_mb-test_urcu.Tpo -c -o test_urcu_mb-test_urcu.o `test -f 'test_urcu.c' || echo './'`test_urcu.c
mv -f .deps/test_urcu_mb-test_urcu.Tpo .deps/test_urcu_mb-test_urcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_mb test_urcu_mb-test_urcu.o ../../liburcu-mb.la 
libtool: link: gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_mb test_urcu_mb-test_urcu.o  -lpthread ../../.libs/liburcu-mb.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_qsbr_timing.o -MD -MP -MF .deps/test_urcu_qsbr_timing.Tpo -c -o test_urcu_qsbr_timing.o test_urcu_qsbr_timing.c
mv -f .deps/test_urcu_qsbr_timing.Tpo .deps/test_urcu_qsbr_timing.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_qsbr_timing test_urcu_qsbr_timing.o ../../liburcu-qsbr.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_qsbr_timing test_urcu_qsbr_timing.o  -lpthread ../../.libs/liburcu-qsbr.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_qsbr.o -MD -MP -MF .deps/test_urcu_qsbr.Tpo -c -o test_urcu_qsbr.o test_urcu_qsbr.c
mv -f .deps/test_urcu_qsbr.Tpo .deps/test_urcu_qsbr.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_qsbr test_urcu_qsbr.o ../../liburcu-qsbr.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_qsbr test_urcu_qsbr.o  -lpthread ../../.libs/liburcu-qsbr.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_mutex.o -MD -MP -MF .deps/test_mutex.Tpo -c -o test_mutex.o test_mutex.c
mv -f .deps/test_mutex.Tpo .deps/test_mutex.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_mutex test_mutex.o  
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o test_mutex test_mutex.o  -lpthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_looplen.o -MD -MP -MF .deps/test_looplen.Tpo -c -o test_looplen.o test_looplen.c
mv -f .deps/test_looplen.Tpo .deps/test_looplen.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_looplen test_looplen.o  
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o test_looplen test_looplen.o  -lpthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_gc.o -MD -MP -MF .deps/test_urcu_gc.Tpo -c -o test_urcu_gc.o test_urcu_gc.c
mv -f .deps/test_urcu_gc.Tpo .deps/test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_gc test_urcu_gc.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_gc test_urcu_gc.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal_gc-test_urcu_gc.o -MD -MP -MF .deps/test_urcu_signal_gc-test_urcu_gc.Tpo -c -o test_urcu_signal_gc-test_urcu_gc.o `test -f 'test_urcu_gc.c' || echo './'`test_urcu_gc.c
mv -f .deps/test_urcu_signal_gc-test_urcu_gc.Tpo .deps/test_urcu_signal_gc-test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal_gc test_urcu_signal_gc-test_urcu_gc.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal_gc test_urcu_signal_gc-test_urcu_gc.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lgc-test_urcu_gc.o -MD -MP -MF .deps/test_urcu_lgc-test_urcu_gc.Tpo -c -o test_urcu_lgc-test_urcu_gc.o `test -f 'test_urcu_gc.c' || echo './'`test_urcu_gc.c
mv -f .deps/test_urcu_lgc-test_urcu_gc.Tpo .deps/test_urcu_lgc-test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lgc test_urcu_lgc-test_urcu_gc.o ../../liburcu.la 
libtool: link: gcc -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lgc test_urcu_lgc-test_urcu_gc.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_mb_gc-test_urcu_gc.o -MD -MP -MF .deps/test_urcu_mb_gc-test_urcu_gc.Tpo -c -o test_urcu_mb_gc-test_urcu_gc.o `test -f 'test_urcu_gc.c' || echo './'`test_urcu_gc.c
mv -f .deps/test_urcu_mb_gc-test_urcu_gc.Tpo .deps/test_urcu_mb_gc-test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_mb_gc test_urcu_mb_gc-test_urcu_gc.o ../../liburcu-mb.la 
libtool: link: gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_mb_gc test_urcu_mb_gc-test_urcu_gc.o  -lpthread ../../.libs/liburcu-mb.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_qsbr_gc.o -MD -MP -MF .deps/test_urcu_qsbr_gc.Tpo -c -o test_urcu_qsbr_gc.o test_urcu_qsbr_gc.c
mv -f .deps/test_urcu_qsbr_gc.Tpo .deps/test_urcu_qsbr_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_qsbr_gc test_urcu_qsbr_gc.o ../../liburcu-qsbr.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_qsbr_gc test_urcu_qsbr_gc.o  -lpthread ../../.libs/liburcu-qsbr.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o -MD -MP -MF .deps/test_urcu_qsbr_lgc-test_urcu_qsbr_gc.Tpo -c -o test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o `test -f 'test_urcu_qsbr_gc.c' || echo './'`test_urcu_qsbr_gc.c
mv -f .deps/test_urcu_qsbr_lgc-test_urcu_qsbr_gc.Tpo .deps/test_urcu_qsbr_lgc-test_urcu_qsbr_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_qsbr_lgc test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o ../../liburcu-qsbr.la 
libtool: link: gcc -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_qsbr_lgc test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o  -lpthread ../../.libs/liburcu-qsbr.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_signal_lgc-test_urcu_gc.o -MD -MP -MF .deps/test_urcu_signal_lgc-test_urcu_gc.Tpo -c -o test_urcu_signal_lgc-test_urcu_gc.o `test -f 'test_urcu_gc.c' || echo './'`test_urcu_gc.c
mv -f .deps/test_urcu_signal_lgc-test_urcu_gc.Tpo .deps/test_urcu_signal_lgc-test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_signal_lgc test_urcu_signal_lgc-test_urcu_gc.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -DTEST_LOCAL_GC -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_signal_lgc test_urcu_signal_lgc-test_urcu_gc.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DTEST_LOCAL_GC -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_mb_lgc-test_urcu_gc.o -MD -MP -MF .deps/test_urcu_mb_lgc-test_urcu_gc.Tpo -c -o test_urcu_mb_lgc-test_urcu_gc.o `test -f 'test_urcu_gc.c' || echo './'`test_urcu_gc.c
mv -f .deps/test_urcu_mb_lgc-test_urcu_gc.Tpo .deps/test_urcu_mb_lgc-test_urcu_gc.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DTEST_LOCAL_GC -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_mb_lgc test_urcu_mb_lgc-test_urcu_gc.o ../../liburcu-mb.la 
libtool: link: gcc -DTEST_LOCAL_GC -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_mb_lgc test_urcu_mb_lgc-test_urcu_gc.o  -lpthread ../../.libs/liburcu-mb.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o -MD -MP -MF .deps/test_urcu_qsbr_dynamic_link-test_urcu_qsbr.Tpo -c -o test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o `test -f 'test_urcu_qsbr.c' || echo './'`test_urcu_qsbr.c
mv -f .deps/test_urcu_qsbr_dynamic_link-test_urcu_qsbr.Tpo .deps/test_urcu_qsbr_dynamic_link-test_urcu_qsbr.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_qsbr_dynamic_link test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o ../../liburcu-qsbr.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_qsbr_dynamic_link test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o  -lpthread ../../.libs/liburcu-qsbr.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_defer.o -MD -MP -MF .deps/test_urcu_defer.Tpo -c -o test_urcu_defer.o test_urcu_defer.c
mv -f .deps/test_urcu_defer.Tpo .deps/test_urcu_defer.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_defer test_urcu_defer.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_defer test_urcu_defer.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_assign.o -MD -MP -MF .deps/test_urcu_assign.Tpo -c -o test_urcu_assign.o test_urcu_assign.c
mv -f .deps/test_urcu_assign.Tpo .deps/test_urcu_assign.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_assign test_urcu_assign.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_assign test_urcu_assign.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_assign_dynamic_link-test_urcu_assign.o -MD -MP -MF .deps/test_urcu_assign_dynamic_link-test_urcu_assign.Tpo -c -o test_urcu_assign_dynamic_link-test_urcu_assign.o `test -f 'test_urcu_assign.c' || echo './'`test_urcu_assign.c
mv -f .deps/test_urcu_assign_dynamic_link-test_urcu_assign.Tpo .deps/test_urcu_assign_dynamic_link-test_urcu_assign.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_assign_dynamic_link test_urcu_assign_dynamic_link-test_urcu_assign.o ../../liburcu.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_assign_dynamic_link test_urcu_assign_dynamic_link-test_urcu_assign.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_bp.o -MD -MP -MF .deps/test_urcu_bp.Tpo -c -o test_urcu_bp.o test_urcu_bp.c
mv -f .deps/test_urcu_bp.Tpo .deps/test_urcu_bp.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_bp test_urcu_bp.o ../../liburcu-bp.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_bp test_urcu_bp.o  -lpthread ../../.libs/liburcu-bp.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_bp_dynamic_link-test_urcu_bp.o -MD -MP -MF .deps/test_urcu_bp_dynamic_link-test_urcu_bp.Tpo -c -o test_urcu_bp_dynamic_link-test_urcu_bp.o `test -f 'test_urcu_bp.c' || echo './'`test_urcu_bp.c
mv -f .deps/test_urcu_bp_dynamic_link-test_urcu_bp.Tpo .deps/test_urcu_bp_dynamic_link-test_urcu_bp.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_bp_dynamic_link test_urcu_bp_dynamic_link-test_urcu_bp.o ../../liburcu-bp.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_bp_dynamic_link test_urcu_bp_dynamic_link-test_urcu_bp.o  -lpthread ../../.libs/liburcu-bp.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_cycles_per_loop.o -MD -MP -MF .deps/test_cycles_per_loop.Tpo -c -o test_cycles_per_loop.o test_cycles_per_loop.c
mv -f .deps/test_cycles_per_loop.Tpo .deps/test_cycles_per_loop.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_cycles_per_loop test_cycles_per_loop.o  
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o test_cycles_per_loop test_cycles_per_loop.o  -lpthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfq.o -MD -MP -MF .deps/test_urcu_lfq.Tpo -c -o test_urcu_lfq.o test_urcu_lfq.c
test_urcu_lfq.c: In function 'main':
test_urcu_lfq.c:385:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfq.Tpo .deps/test_urcu_lfq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfq test_urcu_lfq.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfq test_urcu_lfq.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfq.o -MD -MP -MF .deps/test_urcu_wfq.Tpo -c -o test_urcu_wfq.o test_urcu_wfq.c
test_urcu_wfq.c: In function 'main':
test_urcu_wfq.c:353:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfq.Tpo .deps/test_urcu_wfq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfq test_urcu_wfq.o ../../liburcu-common.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfq test_urcu_wfq.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfs.o -MD -MP -MF .deps/test_urcu_lfs.Tpo -c -o test_urcu_lfs.o test_urcu_lfs.c
test_urcu_lfs.c: In function 'main':
test_urcu_lfs.c:469:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfs.Tpo .deps/test_urcu_lfs.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfs test_urcu_lfs.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfs test_urcu_lfs.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfs.o -MD -MP -MF .deps/test_urcu_wfs.Tpo -c -o test_urcu_wfs.o test_urcu_wfs.c
test_urcu_wfs.c: In function 'main':
test_urcu_wfs.c:483:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfs.Tpo .deps/test_urcu_wfs.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfs test_urcu_wfs.o ../../liburcu-common.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfs test_urcu_wfs.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfs_rcu.o -MD -MP -MF .deps/test_urcu_lfs_rcu.Tpo -c -o test_urcu_lfs_rcu.o test_urcu_lfs_rcu.c
test_urcu_lfs_rcu.c: In function 'main':
test_urcu_lfs_rcu.c:386:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfs_rcu.Tpo .deps/test_urcu_lfs_rcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfs_rcu test_urcu_lfs_rcu.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfs_rcu test_urcu_lfs_rcu.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfcq.o -MD -MP -MF .deps/test_urcu_wfcq.Tpo -c -o test_urcu_wfcq.o test_urcu_wfcq.c
test_urcu_wfcq.c: In function 'main':
test_urcu_wfcq.c:495:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfcq.Tpo .deps/test_urcu_wfcq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfcq test_urcu_wfcq.o ../../liburcu-common.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfcq test_urcu_wfcq.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfq_dynlink-test_urcu_wfq.o -MD -MP -MF .deps/test_urcu_wfq_dynlink-test_urcu_wfq.Tpo -c -o test_urcu_wfq_dynlink-test_urcu_wfq.o `test -f 'test_urcu_wfq.c' || echo './'`test_urcu_wfq.c
test_urcu_wfq.c: In function 'main':
test_urcu_wfq.c:353:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfq_dynlink-test_urcu_wfq.Tpo .deps/test_urcu_wfq_dynlink-test_urcu_wfq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfq_dynlink test_urcu_wfq_dynlink-test_urcu_wfq.o ../../liburcu-common.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfq_dynlink test_urcu_wfq_dynlink-test_urcu_wfq.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfs_dynlink-test_urcu_wfs.o -MD -MP -MF .deps/test_urcu_wfs_dynlink-test_urcu_wfs.Tpo -c -o test_urcu_wfs_dynlink-test_urcu_wfs.o `test -f 'test_urcu_wfs.c' || echo './'`test_urcu_wfs.c
test_urcu_wfs.c: In function 'main':
test_urcu_wfs.c:483:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfs_dynlink-test_urcu_wfs.Tpo .deps/test_urcu_wfs_dynlink-test_urcu_wfs.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfs_dynlink test_urcu_wfs_dynlink-test_urcu_wfs.o ../../liburcu-common.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfs_dynlink test_urcu_wfs_dynlink-test_urcu_wfs.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_wfcq_dynlink-test_urcu_wfcq.o -MD -MP -MF .deps/test_urcu_wfcq_dynlink-test_urcu_wfcq.Tpo -c -o test_urcu_wfcq_dynlink-test_urcu_wfcq.o `test -f 'test_urcu_wfcq.c' || echo './'`test_urcu_wfcq.c
test_urcu_wfcq.c: In function 'main':
test_urcu_wfcq.c:495:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_wfcq_dynlink-test_urcu_wfcq.Tpo .deps/test_urcu_wfcq_dynlink-test_urcu_wfcq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_wfcq_dynlink test_urcu_wfcq_dynlink-test_urcu_wfcq.o ../../liburcu-common.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_wfcq_dynlink test_urcu_wfcq_dynlink-test_urcu_wfcq.o  -lpthread ../../.libs/liburcu-common.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfq_dynlink-test_urcu_lfq.o -MD -MP -MF .deps/test_urcu_lfq_dynlink-test_urcu_lfq.Tpo -c -o test_urcu_lfq_dynlink-test_urcu_lfq.o `test -f 'test_urcu_lfq.c' || echo './'`test_urcu_lfq.c
test_urcu_lfq.c: In function 'main':
test_urcu_lfq.c:385:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfq_dynlink-test_urcu_lfq.Tpo .deps/test_urcu_lfq_dynlink-test_urcu_lfq.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfq_dynlink test_urcu_lfq_dynlink-test_urcu_lfq.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfq_dynlink test_urcu_lfq_dynlink-test_urcu_lfq.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfs_dynlink-test_urcu_lfs.o -MD -MP -MF .deps/test_urcu_lfs_dynlink-test_urcu_lfs.Tpo -c -o test_urcu_lfs_dynlink-test_urcu_lfs.o `test -f 'test_urcu_lfs.c' || echo './'`test_urcu_lfs.c
test_urcu_lfs.c: In function 'main':
test_urcu_lfs.c:469:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfs_dynlink-test_urcu_lfs.Tpo .deps/test_urcu_lfs_dynlink-test_urcu_lfs.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfs_dynlink test_urcu_lfs_dynlink-test_urcu_lfs.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfs_dynlink test_urcu_lfs_dynlink-test_urcu_lfs.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_hash-test_urcu_hash.o -MD -MP -MF .deps/test_urcu_hash-test_urcu_hash.Tpo -c -o test_urcu_hash-test_urcu_hash.o `test -f 'test_urcu_hash.c' || echo './'`test_urcu_hash.c
mv -f .deps/test_urcu_hash-test_urcu_hash.Tpo .deps/test_urcu_hash-test_urcu_hash.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_hash-test_urcu_hash_rw.o -MD -MP -MF .deps/test_urcu_hash-test_urcu_hash_rw.Tpo -c -o test_urcu_hash-test_urcu_hash_rw.o `test -f 'test_urcu_hash_rw.c' || echo './'`test_urcu_hash_rw.c
mv -f .deps/test_urcu_hash-test_urcu_hash_rw.Tpo .deps/test_urcu_hash-test_urcu_hash_rw.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_hash-test_urcu_hash_unique.o -MD -MP -MF .deps/test_urcu_hash-test_urcu_hash_unique.Tpo -c -o test_urcu_hash-test_urcu_hash_unique.o `test -f 'test_urcu_hash_unique.c' || echo './'`test_urcu_hash_unique.c
mv -f .deps/test_urcu_hash-test_urcu_hash_unique.Tpo .deps/test_urcu_hash-test_urcu_hash_unique.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_hash test_urcu_hash-test_urcu_hash.o test_urcu_hash-test_urcu_hash_rw.o test_urcu_hash-test_urcu_hash_unique.o ../../liburcu-qsbr.la ../../liburcu-common.la ../../liburcu-cds.la 
libtool: link: gcc -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_hash test_urcu_hash-test_urcu_hash.o test_urcu_hash-test_urcu_hash_rw.o test_urcu_hash-test_urcu_hash_unique.o  -lpthread ../../.libs/liburcu-qsbr.so ../../.libs/liburcu-common.so ../../.libs/liburcu-cds.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o -MD -MP -MF .deps/test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.Tpo -c -o test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o `test -f 'test_urcu_lfs_rcu.c' || echo './'`test_urcu_lfs_rcu.c
test_urcu_lfs_rcu.c: In function 'main':
test_urcu_lfs_rcu.c:386:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (1, ".", 1);
          ^
mv -f .deps/test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.Tpo .deps/test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_lfs_rcu_dynlink test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o ../../liburcu.la ../../liburcu-cds.la 
libtool: link: gcc -DDYNAMIC_LINK_TEST -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_lfs_rcu_dynlink test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o  -lpthread ../../.libs/liburcu.so ../../.libs/liburcu-cds.so
make[5]: Leaving directory '/home/jbernard/liburcu/tests/benchmark'
Making all in regression
make[5]: Entering directory '/home/jbernard/liburcu/tests/regression'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT test_urcu_fork.o -MD -MP -MF .deps/test_urcu_fork.Tpo -c -o test_urcu_fork.o test_urcu_fork.c
mv -f .deps/test_urcu_fork.Tpo .deps/test_urcu_fork.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o test_urcu_fork test_urcu_fork.o ../../liburcu.la 
libtool: link: gcc -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/test_urcu_fork test_urcu_fork.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_MEMBARRIER -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rcutorture_urcu-urcutorture.o -MD -MP -MF .deps/rcutorture_urcu-urcutorture.Tpo -c -o rcutorture_urcu-urcutorture.o `test -f 'urcutorture.c' || echo './'`urcutorture.c
mv -f .deps/rcutorture_urcu-urcutorture.Tpo .deps/rcutorture_urcu-urcutorture.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_MEMBARRIER -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o rcutorture_urcu rcutorture_urcu-urcutorture.o ../../liburcu.la 
libtool: link: gcc -DRCU_MEMBARRIER -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/rcutorture_urcu rcutorture_urcu-urcutorture.o  -lpthread ../../.libs/liburcu.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rcutorture_urcu_signal-urcutorture.o -MD -MP -MF .deps/rcutorture_urcu_signal-urcutorture.Tpo -c -o rcutorture_urcu_signal-urcutorture.o `test -f 'urcutorture.c' || echo './'`urcutorture.c
mv -f .deps/rcutorture_urcu_signal-urcutorture.Tpo .deps/rcutorture_urcu_signal-urcutorture.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o rcutorture_urcu_signal rcutorture_urcu_signal-urcutorture.o ../../liburcu-signal.la 
libtool: link: gcc -DRCU_SIGNAL -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/rcutorture_urcu_signal rcutorture_urcu_signal-urcutorture.o  -lpthread ../../.libs/liburcu-signal.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rcutorture_urcu_mb-urcutorture.o -MD -MP -MF .deps/rcutorture_urcu_mb-urcutorture.Tpo -c -o rcutorture_urcu_mb-urcutorture.o `test -f 'urcutorture.c' || echo './'`urcutorture.c
mv -f .deps/rcutorture_urcu_mb-urcutorture.Tpo .deps/rcutorture_urcu_mb-urcutorture.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o rcutorture_urcu_mb rcutorture_urcu_mb-urcutorture.o ../../liburcu-mb.la 
libtool: link: gcc -DRCU_MB -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/rcutorture_urcu_mb rcutorture_urcu_mb-urcutorture.o  -lpthread ../../.libs/liburcu-mb.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DRCU_BP -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rcutorture_urcu_bp-urcutorture.o -MD -MP -MF .deps/rcutorture_urcu_bp-urcutorture.Tpo -c -o rcutorture_urcu_bp-urcutorture.o `test -f 'urcutorture.c' || echo './'`urcutorture.c
mv -f .deps/rcutorture_urcu_bp-urcutorture.Tpo .deps/rcutorture_urcu_bp-urcutorture.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DRCU_BP -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o rcutorture_urcu_bp rcutorture_urcu_bp-urcutorture.o ../../liburcu-bp.la 
libtool: link: gcc -DRCU_BP -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/rcutorture_urcu_bp rcutorture_urcu_bp-urcutorture.o  -lpthread ../../.libs/liburcu-bp.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../urcu   -D_FORTIFY_SOURCE=2 -DTORTURE_QSBR -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -MT rcutorture_urcu_qsbr-urcutorture.o -MD -MP -MF .deps/rcutorture_urcu_qsbr-urcutorture.Tpo -c -o rcutorture_urcu_qsbr-urcutorture.o `test -f 'urcutorture.c' || echo './'`urcutorture.c
mv -f .deps/rcutorture_urcu_qsbr-urcutorture.Tpo .deps/rcutorture_urcu_qsbr-urcutorture.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DTORTURE_QSBR -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -lpthread -Wl,-z,relro -o rcutorture_urcu_qsbr rcutorture_urcu_qsbr-urcutorture.o ../../liburcu-qsbr.la 
libtool: link: gcc -DTORTURE_QSBR -DRCU_QSBR -I../.. -I../.. -I../../tests/common -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -mcpu=cortex-a9 -mtune=cortex-a9 -O1 -Wl,-z -Wl,relro -o .libs/rcutorture_urcu_qsbr rcutorture_urcu_qsbr-urcutorture.o  -lpthread ../../.libs/liburcu-qsbr.so
make[5]: Leaving directory '/home/jbernard/liburcu/tests/regression'
make[5]: Entering directory '/home/jbernard/liburcu/tests'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/jbernard/liburcu/tests'
make[4]: Leaving directory '/home/jbernard/liburcu/tests'
make[3]: Leaving directory '/home/jbernard/liburcu'
make[2]: Leaving directory '/home/jbernard/liburcu'
make[1]: Leaving directory '/home/jbernard/liburcu'
   dh_auto_test
make[1]: Entering directory '/home/jbernard/liburcu'
Making check in .
make[2]: Entering directory '/home/jbernard/liburcu'
make[2]: Leaving directory '/home/jbernard/liburcu'
Making check in doc
make[2]: Entering directory '/home/jbernard/liburcu/doc'
Making check in examples
make[3]: Entering directory '/home/jbernard/liburcu/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[4]: Entering directory '/home/jbernard/liburcu/doc/examples'
make -C hlist
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/hlist'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/hlist'
make -C list
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/list'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/list'
make -C urcu-flavors
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.mb
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.signal
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -f Makefile.bp
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/urcu-flavors'
make -C wfcqueue
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfcqueue'
make -C rculfqueue
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfqueue'
make -C wfstack
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/wfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/wfstack'
make -C lfstack
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/lfstack'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/lfstack'
make -C rculfhash
make[5]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[6]: Entering directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[5]: Leaving directory '/home/jbernard/liburcu/doc/examples/rculfhash'
make[4]: Leaving directory '/home/jbernard/liburcu/doc/examples'
make[3]: Leaving directory '/home/jbernard/liburcu/doc/examples'
make[3]: Entering directory '/home/jbernard/liburcu/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/jbernard/liburcu/doc'
make[2]: Leaving directory '/home/jbernard/liburcu/doc'
Making check in tests
make[2]: Entering directory '/home/jbernard/liburcu/tests'
Making check in common
make[3]: Entering directory '/home/jbernard/liburcu/tests/common'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/jbernard/liburcu/tests/common'
Making check in unit
make[3]: Entering directory '/home/jbernard/liburcu/tests/unit'
./test_uatomic
Atomic ops test OK
./test_urcu_multiflavor
./test_urcu_multiflavor_dynlink
make[3]: Leaving directory '/home/jbernard/liburcu/tests/unit'
Making check in benchmark
make[3]: Entering directory '/home/jbernard/liburcu/tests/benchmark'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/jbernard/liburcu/tests/benchmark'
Making check in regression
make[3]: Entering directory '/home/jbernard/liburcu/tests/regression'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/jbernard/liburcu/tests/regression'
make[3]: Entering directory '/home/jbernard/liburcu/tests'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/jbernard/liburcu/tests'
make[2]: Leaving directory '/home/jbernard/liburcu/tests'
make[1]: Leaving directory '/home/jbernard/liburcu'
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by lttng-tools configure 2.4.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=arm-linux-gnueabi --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/arm-linux-gnueabi --libexecdir=${prefix}/lib/arm-linux-gnueabi --disable-maintainer-mode --disable-dependency-tracking

## --------- ##
## Platform. ##
## --------- ##

hostname = abel
uname -m = armv7l
uname -r = 3.13-1-armmp-lpae
uname -s = Linux
uname -v = #4 SMP Thu Mar 27 16:56:17 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2416: checking build system type
configure:2430: result: arm-unknown-linux-gnueabi
configure:2450: checking host system type
configure:2463: result: arm-unknown-linux-gnueabi
configure:2483: checking target system type
configure:2496: result: arm-unknown-linux-gnueabi
configure:2540: checking for a BSD-compatible install
configure:2608: result: /usr/bin/install -c
configure:2619: checking whether build environment is sane
configure:2674: result: yes
configure:2825: checking for a thread-safe mkdir -p
configure:2864: result: /bin/mkdir -p
configure:2871: checking for gawk
configure:2901: result: no
configure:2871: checking for mawk
configure:2887: found /usr/bin/mawk
configure:2898: result: mawk
configure:2909: checking whether make sets $(MAKE)
configure:2931: result: yes
configure:2960: checking whether make supports nested variables
configure:2977: result: yes
configure:3104: checking whether to enable maintainer-specific portions of Makefiles
configure:3113: result: no
configure:3137: checking whether make supports nested variables
configure:3154: result: yes
configure:3167: checking for a sed that does not truncate output
configure:3231: result: /bin/sed
configure:3278: checking for grep that handles long lines and -e
configure:3336: result: /bin/grep
configure:3354: checking for occurence(s) of link_all_deplibs = no in ./config/libtool.m4
configure:3359: result: 3
configure:3361: WARNING: the detected libtool will not link all dependencies, forcing link_all_deplibs = unknown
configure:3395: checking for style of include used by make
configure:3423: result: GNU
configure:3494: checking for gcc
configure:3510: found /usr/bin/gcc
configure:3521: result: gcc
configure:3750: checking for C compiler version
configure:3759: gcc --version >&5
gcc (Debian 4.8.2-21) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3770: $? = 0
configure:3759: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.8/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-21' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armel --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv4t --with-float=soft --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-21) 
configure:3770: $? = 0
configure:3759: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3770: $? = 4
configure:3759: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3770: $? = 4
configure:3790: checking whether the C compiler works
configure:3812: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3816: $? = 0
configure:3864: result: yes
configure:3867: checking for C compiler default output file name
configure:3869: result: a.out
configure:3875: checking for suffix of executables
configure:3882: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3886: $? = 0
configure:3908: result: 
configure:3930: checking whether we are cross compiling
configure:3938: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3942: $? = 0
configure:3949: ./conftest
configure:3953: $? = 0
configure:3968: result: no
configure:3973: checking for suffix of object files
configure:3995: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3999: $? = 0
configure:4020: result: o
configure:4024: checking whether we are using the GNU C compiler
configure:4043: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4043: $? = 0
configure:4052: result: yes
configure:4061: checking whether gcc accepts -g
configure:4081: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4081: $? = 0
configure:4122: result: yes
configure:4139: checking for gcc option to accept ISO C89
configure:4202: gcc  -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4202: $? = 0
configure:4215: result: none needed
configure:4240: checking whether gcc understands -c and -o together
configure:4262: gcc -c conftest.c -o conftest2.o
configure:4265: $? = 0
configure:4262: gcc -c conftest.c -o conftest2.o
configure:4265: $? = 0
configure:4277: result: yes
configure:4296: checking dependency style of gcc
configure:4407: result: none
configure:4428: checking how to run the C preprocessor
configure:4459: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4459: $? = 0
configure:4473: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lttng-tools"
| #define PACKAGE_TARNAME "lttng-tools"
| #define PACKAGE_VERSION "2.4.1"
| #define PACKAGE_STRING "lttng-tools 2.4.1"
| #define PACKAGE_BUGREPORT "dgoulet at efficios.com"
| #define PACKAGE_URL "http://lttng.org"
| #define PACKAGE "lttng-tools"
| #define VERSION "2.4.1"
| #define VERSION_MAJOR 2
| #define VERSION_MINOR 4
| #define VERSION_PATCHLEVEL 1
| #define VERSION_NAME "?poque Opaque"
| #define VERSION_DESCRIPTION "The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4498: result: gcc -E
configure:4518: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4518: $? = 0
configure:4532: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lttng-tools"
| #define PACKAGE_TARNAME "lttng-tools"
| #define PACKAGE_VERSION "2.4.1"
| #define PACKAGE_STRING "lttng-tools 2.4.1"
| #define PACKAGE_BUGREPORT "dgoulet at efficios.com"
| #define PACKAGE_URL "http://lttng.org"
| #define PACKAGE "lttng-tools"
| #define VERSION "2.4.1"
| #define VERSION_MAJOR 2
| #define VERSION_MINOR 4
| #define VERSION_PATCHLEVEL 1
| #define VERSION_NAME "?poque Opaque"
| #define VERSION_DESCRIPTION "The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4561: checking for egrep
configure:4623: result: /bin/grep -E
configure:4628: checking for ANSI C header files
configure:4648: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4648: $? = 0
configure:4721: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:4721: $? = 0
configure:4721: ./conftest
configure:4721: $? = 0
configure:4732: result: yes
configure:4745: checking for sys/types.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for sys/stat.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for stdlib.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for string.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for memory.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for strings.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for inttypes.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for stdint.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for unistd.h
configure:4745: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4764: checking for sys/types.h
configure:4764: result: yes
configure:4764: checking for unistd.h
configure:4764: result: yes
configure:4764: checking fcntl.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking fcntl.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for fcntl.h
configure:4764: result: yes
configure:4764: checking for string.h
configure:4764: result: yes
configure:4764: checking pthread.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking pthread.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for pthread.h
configure:4764: result: yes
configure:4764: checking limits.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking limits.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for limits.h
configure:4764: result: yes
configure:4764: checking signal.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking signal.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for signal.h
configure:4764: result: yes
configure:4764: checking for stdlib.h
configure:4764: result: yes
configure:4764: checking sys/un.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking sys/un.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for sys/un.h
configure:4764: result: yes
configure:4764: checking sys/socket.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking sys/socket.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for sys/socket.h
configure:4764: result: yes
configure:4764: checking for stdlib.h
configure:4764: result: yes
configure:4764: checking stdio.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking stdio.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for stdio.h
configure:4764: result: yes
configure:4764: checking getopt.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking getopt.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for getopt.h
configure:4764: result: yes
configure:4764: checking sys/ipc.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking sys/ipc.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for sys/ipc.h
configure:4764: result: yes
configure:4764: checking sys/shm.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking sys/shm.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for sys/shm.h
configure:4764: result: yes
configure:4764: checking popt.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking popt.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for popt.h
configure:4764: result: yes
configure:4764: checking grp.h usability
configure:4764: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking grp.h presence
configure:4764: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4764: $? = 0
configure:4764: result: yes
configure:4764: checking for grp.h
configure:4764: result: yes
configure:4899: checking for pthread_create in -lpthread
configure:4924: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lpthread   >&5
configure:4924: $? = 0
configure:4933: result: yes
configure:4949: checking for poptGetContext in -lpopt
configure:4974: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lpopt  -lpthread  >&5
configure:4974: $? = 0
configure:4983: result: yes
configure:4999: checking for uuid_generate in -luuid
configure:5024: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -luuid  -lpopt -lpthread  >&5
configure:5024: $? = 0
configure:5033: result: yes
configure:5123: checking whether cds_list_add is declared
configure:5123: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5123: $? = 0
configure:5123: result: yes
configure:5132: checking whether cds_wfq_init is declared
configure:5132: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:3: warning: 'cds_wfq_init' is deprecated (declared at /usr/include/urcu/wfqueue.h:98) [-Wdeprecated-declarations]
   (void) cds_wfq_init;
   ^
configure:5132: $? = 0
configure:5132: result: yes
configure:5141: checking whether cds_wfq_dequeue_blocking is declared
configure:5141: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:3: warning: 'cds_wfq_dequeue_blocking' is deprecated (declared at /usr/include/urcu/wfqueue.h:108) [-Wdeprecated-declarations]
   (void) cds_wfq_dequeue_blocking;
   ^
configure:5141: $? = 0
configure:5141: result: yes
configure:5150: checking whether futex_async is declared
configure:5150: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5150: $? = 0
configure:5150: result: yes
configure:5159: checking whether rcu_thread_offline is declared
configure:5159: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5159: $? = 0
configure:5159: result: yes
configure:5168: checking whether rcu_thread_online is declared
configure:5168: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5168: $? = 0
configure:5168: result: yes
configure:5177: checking whether caa_likely is declared
configure:5177: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5177: $? = 0
configure:5177: result: yes
configure:5187: checking whether cmm_smp_mb__before_uatomic_or is declared
configure:5187: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5187: $? = 0
configure:5187: result: yes
configure:5218: checking for ustctl_recv_channel_from_consumer in -llttng-ust-ctl
configure:5244: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -llttng-ust-ctl -lurcu-common -lurcu-bp -lurcu-cds -lrt
	 -lpopt -lpthread  >&5
/usr/bin/ld: warning: liburcu-bp.so.1, needed by /usr/lib/gcc/arm-linux-gnueabi/4.8/../../../arm-linux-gnueabi/liblttng-ust-ctl.so, may conflict with liburcu-bp.so.2
/usr/bin/ld: warning: liburcu-cds.so.1, needed by /usr/lib/gcc/arm-linux-gnueabi/4.8/../../../arm-linux-gnueabi/liblttng-ust-ctl.so, may conflict with liburcu-cds.so.2
/usr/bin/ld: warning: liburcu-common.so.1, needed by //usr/lib/liburcu-bp.so.1, may conflict with liburcu-common.so.2
configure:5244: $? = 0
configure:5253: result: yes
configure:5279: checking for sched_getcpu
configure:5279: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lpopt -lpthread  >&5
configure:5279: $? = 0
configure:5279: result: yes
configure:5279: checking for sysconf
configure:5279: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lpopt -lpthread  >&5
configure:5279: $? = 0
configure:5279: result: yes
configure:5279: checking for sync_file_range
configure:5279: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lpopt -lpthread  >&5
configure:5279: $? = 0
configure:5279: result: yes
configure:5290: checking for dlopen in -ldl
configure:5315: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -ldl  -lpopt -lpthread  >&5
configure:5315: $? = 0
configure:5324: result: yes
configure:5400: checking for fmemopen in -lc
configure:5425: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lc  -lpopt -lpthread  >&5
configure:5425: $? = 0
configure:5434: result: yes
configure:5449: checking for open_memstream in -lc
configure:5474: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lc  -lpopt -lpthread  >&5
configure:5474: $? = 0
configure:5483: result: yes
configure:5911: You may configure with --enable-python-bindings if you want Python bindings.
configure:5936: checking linux/version.h usability
configure:5936: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5936: $? = 0
configure:5936: result: yes
configure:5936: checking linux/version.h presence
configure:5936: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:5936: $? = 0
configure:5936: result: yes
configure:5936: checking for linux/version.h
configure:5936: result: yes
configure:5942: checking for Linux epoll(7) interface
configure:5968: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHAVE_LINUX_VERSION_H -Wl,-z,relro conftest.c -lpopt -lpthread  >&5
configure:5968: $? = 0
configure:5979: result: yes
configure:6085: checking Java JUL UST jar file
configure:6094: result: not found
configure:6114: checking for special C compiler options needed for large files
configure:6159: result: no
configure:6165: checking for _FILE_OFFSET_BITS value needed for large files
configure:6190: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:67:7: error: size of array 'off_t_is_large' is negative
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
       ^
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lttng-tools"
| #define PACKAGE_TARNAME "lttng-tools"
| #define PACKAGE_VERSION "2.4.1"
| #define PACKAGE_STRING "lttng-tools 2.4.1"
| #define PACKAGE_BUGREPORT "dgoulet at efficios.com"
| #define PACKAGE_URL "http://lttng.org"
| #define PACKAGE "lttng-tools"
| #define VERSION "2.4.1"
| #define VERSION_MAJOR 2
| #define VERSION_MINOR 4
| #define VERSION_PATCHLEVEL 1
| #define VERSION_NAME "?poque Opaque"
| #define VERSION_DESCRIPTION "The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_POPT_H 1
| #define HAVE_GRP_H 1
| #define CONFIG_CONSUMERD32_BIN ""
| #define CONFIG_CONSUMERD64_BIN ""
| #define CONFIG_CONSUMERD32_LIBDIR ""
| #define CONFIG_CONSUMERD64_LIBDIR ""
| #define CONFIG_BABELTRACE_BIN ""
| #define CONFIG_LTTV_GUI_BIN ""
| #define CONFIG_SESSIOND_BIN ""
| #define CONFIG_LTTNG_SYSTEM_RUNDIR "/var/run/lttng"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPOPT 1
| #define LTTNG_HAVE_LIBUUID 1
| #define HAVE_LIBLTTNG_UST_CTL 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define LTTNG_HAVE_FMEMOPEN 1
| #define LTTNG_HAVE_OPEN_MEMSTREAM 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6214: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6214: $? = 0
configure:6222: result: 64
configure:6355: checking for gcc
configure:6382: result: gcc
configure:6611: checking for C compiler version
configure:6620: gcc --version >&5
gcc (Debian 4.8.2-21) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6631: $? = 0
configure:6620: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.8/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-21' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armel --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armel --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv4t --with-float=soft --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-21) 
configure:6631: $? = 0
configure:6620: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6631: $? = 4
configure:6620: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6631: $? = 4
configure:6635: checking whether we are using the GNU C compiler
configure:6663: result: yes
configure:6672: checking whether gcc accepts -g
configure:6733: result: yes
configure:6750: checking for gcc option to accept ISO C89
configure:6826: result: none needed
configure:6851: checking whether gcc understands -c and -o together
configure:6888: result: yes
configure:6907: checking dependency style of gcc
configure:7018: result: none
configure:7079: checking how to print strings
configure:7106: result: printf
configure:7127: checking for a sed that does not truncate output
configure:7191: result: /bin/sed
configure:7209: checking for fgrep
configure:7271: result: /bin/grep -F
configure:7306: checking for ld used by gcc
configure:7373: result: /usr/bin/ld
configure:7380: checking if the linker (/usr/bin/ld) is GNU ld
configure:7395: result: yes
configure:7407: checking for BSD- or MS-compatible name lister (nm)
configure:7456: result: /usr/bin/nm -B
configure:7586: checking the name lister (/usr/bin/nm -B) interface
configure:7593: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7596: /usr/bin/nm -B "conftest.o"
configure:7599: output
00000000 B some_variable
configure:7606: result: BSD nm
configure:7609: checking whether ln -s works
configure:7613: result: yes
configure:7621: checking the maximum length of command line arguments
configure:7752: result: 1572864
configure:7769: checking whether the shell understands some XSI constructs
configure:7779: result: yes
configure:7783: checking whether the shell understands "+="
configure:7789: result: yes
configure:7824: checking how to convert arm-unknown-linux-gnueabi file names to arm-unknown-linux-gnueabi format
configure:7864: result: func_convert_file_noop
configure:7871: checking how to convert arm-unknown-linux-gnueabi file names to toolchain format
configure:7891: result: func_convert_file_noop
configure:7898: checking for /usr/bin/ld option to reload object files
configure:7905: result: -r
configure:7979: checking for objdump
configure:7995: found /usr/bin/objdump
configure:8006: result: objdump
configure:8038: checking how to recognize dependent libraries
configure:8236: result: pass_all
configure:8321: checking for dlltool
configure:8351: result: no
configure:8381: checking how to associate runtime and link libraries
configure:8408: result: printf %s\n
configure:8468: checking for ar
configure:8484: found /usr/bin/ar
configure:8495: result: ar
configure:8532: checking for archiver @FILE support
configure:8549: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8549: $? = 0
configure:8552: ar cru libconftest.a @conftest.lst >&5
configure:8555: $? = 0
configure:8560: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8563: $? = 1
configure:8575: result: @
configure:8633: checking for strip
configure:8649: found /usr/bin/strip
configure:8660: result: strip
configure:8732: checking for ranlib
configure:8748: found /usr/bin/ranlib
configure:8759: result: ranlib
configure:8861: checking command to parse /usr/bin/nm -B output from gcc object
configure:8981: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8984: $? = 0
configure:8988: /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:8991: $? = 0
configure:9057: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c conftstm.o >&5
configure:9060: $? = 0
configure:9098: result: ok
configure:9135: checking for sysroot
configure:9165: result: no
configure:9434: checking for mt
configure:9464: result: no
configure:9484: checking if : is a manifest tool
configure:9490: : '-?'
configure:9498: result: no
configure:10137: checking for dlfcn.h
configure:10137: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10137: $? = 0
configure:10137: result: yes
configure:10343: checking for objdir
configure:10358: result: .libs
configure:10629: checking if gcc supports -fno-rtti -fno-exceptions
configure:10647: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10651: $? = 0
configure:10664: result: no
configure:10991: checking for gcc option to produce PIC
configure:10998: result: -fPIC -DPIC
configure:11006: checking if gcc PIC flag -fPIC -DPIC works
configure:11024: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11028: $? = 0
configure:11041: result: yes
configure:11070: checking if gcc static flag -static works
configure:11098: result: yes
configure:11113: checking if gcc supports -c -o file.o
configure:11134: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:11138: $? = 0
configure:11160: result: yes
configure:11168: checking if gcc supports -c -o file.o
configure:11215: result: yes
configure:11248: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:12405: result: yes
configure:12442: checking whether -lc should be explicitly linked in
configure:12450: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12453: $? = 0
configure:12468: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12471: $? = 0
configure:12485: result: no
configure:12645: checking dynamic linker characteristics
configure:13145: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-rpath -Wl,/foo conftest.c -lpopt -lpthread  >&5
configure:13145: $? = 0
configure:13379: result: GNU/Linux ld.so
configure:13486: checking how to hardcode library paths into programs
configure:13511: result: immediate
configure:14051: checking whether stripping libraries is possible
configure:14056: result: yes
configure:14091: checking if libtool supports shared libraries
configure:14093: result: yes
configure:14096: checking whether to build shared libraries
configure:14117: result: yes
configure:14120: checking whether to build static libraries
configure:14124: result: yes
configure:14165: checking for bison
configure:14181: found /usr/bin/bison
configure:14192: result: bison -y
configure:14208: checking for flex
configure:14224: found /usr/bin/flex
configure:14235: result: flex
configure:14273: flex conftest.l
configure:14277: $? = 0
configure:14279: checking lex output file root
configure:14293: result: lex.yy
configure:14298: checking lex library
configure:14312: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  -lpopt -lpthread  >&5
/tmp/ccpWMbaf.o: In function `input':
/home/jbernard/ltt-control/lex.yy.c:1186: undefined reference to `yywrap'
/tmp/ccpWMbaf.o: In function `yylex':
/home/jbernard/ltt-control/lex.yy.c:884: undefined reference to `yywrap'
/tmp/ccpWMbaf.o: In function `main':
/home/jbernard/ltt-control/conftest.l:17: undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:14312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lttng-tools"
| #define PACKAGE_TARNAME "lttng-tools"
| #define PACKAGE_VERSION "2.4.1"
| #define PACKAGE_STRING "lttng-tools 2.4.1"
| #define PACKAGE_BUGREPORT "dgoulet at efficios.com"
| #define PACKAGE_URL "http://lttng.org"
| #define PACKAGE "lttng-tools"
| #define VERSION "2.4.1"
| #define VERSION_MAJOR 2
| #define VERSION_MINOR 4
| #define VERSION_PATCHLEVEL 1
| #define VERSION_NAME "?poque Opaque"
| #define VERSION_DESCRIPTION "The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_POPT_H 1
| #define HAVE_GRP_H 1
| #define CONFIG_CONSUMERD32_BIN ""
| #define CONFIG_CONSUMERD64_BIN ""
| #define CONFIG_CONSUMERD32_LIBDIR ""
| #define CONFIG_CONSUMERD64_LIBDIR ""
| #define CONFIG_BABELTRACE_BIN ""
| #define CONFIG_LTTV_GUI_BIN ""
| #define CONFIG_SESSIOND_BIN ""
| #define CONFIG_LTTNG_SYSTEM_RUNDIR "/var/run/lttng"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPOPT 1
| #define LTTNG_HAVE_LIBUUID 1
| #define HAVE_LIBLTTNG_UST_CTL 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define LTTNG_HAVE_FMEMOPEN 1
| #define LTTNG_HAVE_OPEN_MEMSTREAM 1
| #define HAVE_EPOLL 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| #line 3 "lex.yy.c"
| 
| #define  YY_INT_ALIGNED short int
| 
| /* A lexical scanner generated by flex */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 39
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
| 
| /* First, we deal with  platform-specific or compiler-specific issues. */
| 
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
| 
| /* end standard C headers. */
| 
| /* flex integer type definitions */
| 
| #ifndef FLEXINT_H
| #define FLEXINT_H
| 
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
| 
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
| 
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|  * if you want the limit (max/min) macros for int types. 
|  */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
| 
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t; 
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| 
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN               (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN              (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN              (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX               (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX              (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX              (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX              (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX             (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX             (4294967295U)
| #endif
| 
| #endif /* ! C99 */
| 
| #endif /* ! FLEXINT_H */
| 
| #ifdef __cplusplus
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
| 
| #define YY_USE_CONST
| 
| #endif	/* defined (__STDC__) */
| #endif	/* ! __cplusplus */
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN (yy_start) = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin  )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k.
|  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|  * Ditto for the __ia64__ case accordingly.
|  */
| #define YY_BUF_SIZE 32768
| #else
| #define YY_BUF_SIZE 16384
| #endif /* __ia64__ */
| #endif
| 
| /* The state buf must be large enough to hold one state per character in the main buffer.
|  */
| #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
| 
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
| 
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
| 
| extern yy_size_t yyleng;
| 
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
|     #define YY_LESS_LINENO(n)
|     #define YY_LINENO_REWIND_TO(ptr)
|     
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
|         int yyless_macro_arg = (n); \
|         YY_LESS_LINENO(yyless_macro_arg);\
| 		*yy_cp = (yy_hold_char); \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, (yytext_ptr)  )
| 
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
|     int yy_bs_lineno; /**< The line count. */
|     int yy_bs_column; /**< The column count. */
|     
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| 
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 
| 	};
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
| 
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  *
|  * Returns the top of the stack, or NULL.
|  */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|                           : NULL)
| 
| /* Same as previous macro, but useful when we know that the buffer stack is not
|  * NULL or when we need an lvalue. For internal use only.
|  */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars;		/* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart (FILE *input_file  );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
| void yy_delete_buffer (YY_BUFFER_STATE b  );
| void yy_flush_buffer (YY_BUFFER_STATE b  );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
| void yypop_buffer_state (void );
| 
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
| 
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
| 
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len  );
| 
| void *yyalloc (yy_size_t  );
| void *yyrealloc (void *,yy_size_t  );
| void yyfree (void *  );
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! YY_CURRENT_BUFFER ){ \
|         yyensure_buffer_stack (); \
| 		YY_CURRENT_BUFFER_LVALUE =    \
|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
| 	} \
| 	YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! YY_CURRENT_BUFFER ){\
|         yyensure_buffer_stack (); \
| 		YY_CURRENT_BUFFER_LVALUE =    \
|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
| 	} \
| 	YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
| 
| /* Begin user sect3 */
| 
| typedef unsigned char YY_CHAR;
| 
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| 
| typedef int yy_state_type;
| 
| extern int yylineno;
| 
| int yylineno = 1;
| 
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[]  );
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	(yytext_ptr) = yy_bp; \
| 	(yytext_ptr) -= (yy_more_len); \
| 	yyleng = (size_t) (yy_cp - (yytext_ptr)); \
| 	(yy_hold_char) = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	(yy_c_buf_p) = yy_cp;
| 
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
|    but its presence is necessary. */
| struct yy_trans_info
| 	{
| 	flex_int32_t yy_verify;
| 	flex_int32_t yy_nxt;
| 	};
| static yyconst flex_int16_t yy_acclist[23] =
|     {   0,
|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
|         7,    8
|     } ;
| 
| static yyconst flex_int16_t yy_accept[14] =
|     {   0,
|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
|        20,   23,   23
|     } ;
| 
| static yyconst flex_int32_t yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| 
|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst flex_int32_t yy_meta[9] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1
|     } ;
| 
| static yyconst flex_int16_t yy_base[13] =
|     {   0,
|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
|        10,   10
|     } ;
| 
| static yyconst flex_int16_t yy_def[13] =
|     {   0,
|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
|        12,    0
|     } ;
| 
| static yyconst flex_int16_t yy_nxt[19] =
|     {   0,
|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yyconst flex_int16_t yy_chk[19] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
| 
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
| 
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 478 "lex.yy.c"
| 
| #define INITIAL 0
| 
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
|  * down here because we want the user's section 1 to have been scanned first.
|  * The user has a chance to override it with an option.
|  */
| #include <unistd.h>
| #endif
| 
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
| 
| static int yy_init_globals (void );
| 
| /* Accessor methods to globals.
|    These are made visible to non-reentrant scanners for convenience. */
| 
| int yylex_destroy (void );
| 
| int yyget_debug (void );
| 
| void yyset_debug (int debug_flag  );
| 
| YY_EXTRA_TYPE yyget_extra (void );
| 
| void yyset_extra (YY_EXTRA_TYPE user_defined  );
| 
| FILE *yyget_in (void );
| 
| void yyset_in  (FILE * in_str  );
| 
| FILE *yyget_out (void );
| 
| void yyset_out  (FILE * out_str  );
| 
| yy_size_t yyget_leng (void );
| 
| char *yyget_text (void );
| 
| int yyget_lineno (void );
| 
| void yyset_lineno (int line_number  );
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
| 
|     static void yyunput (int c,char *buf_ptr  );
|     
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
| 
| #ifndef YY_NO_INPUT
| 
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
| 
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k */
| #define YY_READ_BUF_SIZE 16384
| #else
| #define YY_READ_BUF_SIZE 8192
| #endif /* __ia64__ */
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| 		{ \
| 		int c = '*'; \
| 		size_t n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else \
| 		{ \
| 		errno=0; \
| 		while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| 			{ \
| 			if( errno != EINTR) \
| 				{ \
| 				YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 				break; \
| 				} \
| 			errno=0; \
| 			clearerr(yyin); \
| 			} \
| 		}\
| \
| 
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* end tables serialization structures and prototypes */
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
| 
| extern int yylex (void);
| 
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| /** The main scanner function which does all the work.
|  */
| YY_DECL
| {
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp, *yy_bp;
| 	register int yy_act;
|     
| 	if ( !(yy_init) )
| 		{
| 		(yy_init) = 1;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
|         /* Create the reject buffer large enough to save one state per allowed character. */
|         if ( ! (yy_state_buf) )
|             (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
|             if ( ! (yy_state_buf) )
|                 YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
| 
| 		if ( ! (yy_start) )
| 			(yy_start) = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! YY_CURRENT_BUFFER ) {
| 			yyensure_buffer_stack ();
| 			YY_CURRENT_BUFFER_LVALUE =
| 				yy_create_buffer(yyin,YY_BUF_SIZE );
| 		}
| 
| 		yy_load_buffer_state( );
| 		}
| 
| 	{
| #line 1 "conftest.l"
| 
| #line 700 "lex.yy.c"
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		(yy_more_len) = 0;
| 		if ( (yy_more_flag) )
| 			{
| 			(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| 			(yy_more_flag) = 0;
| 			}
| 		yy_cp = (yy_c_buf_p);
| 
| 		/* Support of yytext. */
| 		*yy_cp = (yy_hold_char);
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = (yy_start);
| 
| 		(yy_state_ptr) = (yy_state_buf);
| 		*(yy_state_ptr)++ = yy_current_state;
| 
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 13 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 			*(yy_state_ptr)++ = yy_current_state;
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 10 );
| 
| yy_find_action:
| 		yy_current_state = *--(yy_state_ptr);
| 		(yy_lp) = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| 		for ( ; ; ) /* until we find what rule we matched */
| 			{
| 			if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| 				{
| 				yy_act = yy_acclist[(yy_lp)];
| 					{
| 					(yy_full_match) = yy_cp;
| 					break;
| 					}
| 				}
| 			--yy_cp;
| 			yy_current_state = *--(yy_state_ptr);
| 			(yy_lp) = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| 	YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| 	YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| 	YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| 	YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
|     yyless ((input () != 0)); }
| 	YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| 	YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| 	YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 807 "lex.yy.c"
| 			case YY_STATE_EOF(INITIAL):
| 				yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = (yy_hold_char);
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between YY_CURRENT_BUFFER and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| 			YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| 			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state(  );
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++(yy_c_buf_p);
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = (yy_c_buf_p);
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer(  ) )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				(yy_did_buffer_switch_on_eof) = 0;
| 
| 				if ( yywrap( ) )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! (yy_did_buffer_switch_on_eof) )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				(yy_c_buf_p) =
| 					(yytext_ptr) + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state(  );
| 
| 				yy_cp = (yy_c_buf_p);
| 				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				(yy_c_buf_p) =
| 				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
| 
| 				yy_current_state = yy_get_previous_state(  );
| 
| 				yy_cp = (yy_c_buf_p);
| 				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of user's declarations */
| } /* end of yylex */
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| static int yy_get_next_buffer (void)
| {
|     	register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| 	register char *source = (yytext_ptr);
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
| 
| 	else
| 		{
| 			yy_size_t num_to_read =
| 			YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| 
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| 
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| 			(yy_n_chars), num_to_read );
| 
| 		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| 		}
| 
| 	if ( (yy_n_chars) == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart(yyin  );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| 		/* Extend the array by 50%, plus the number we really need. */
| 		yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| 		YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
| 		if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| 			YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| 	}
| 
| 	(yy_n_chars) += number_to_move;
| 	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| 	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
| 
| 	return ret_val;
| }
| 
| /* yy_get_previous_state - get the state just before the EOB char was reached */
| 
|     static yy_state_type yy_get_previous_state (void)
| {
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
|     
| 	yy_current_state = (yy_start);
| 
| 	(yy_state_ptr) = (yy_state_buf);
| 	*(yy_state_ptr)++ = yy_current_state;
| 
| 	for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 13 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 		*(yy_state_ptr)++ = yy_current_state;
| 		}
| 
| 	return yy_current_state;
| }
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
|     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
| {
| 	register int yy_is_jam;
|     
| 	register YY_CHAR yy_c = 1;
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 13 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 	yy_is_jam = (yy_current_state == 12);
| 	if ( ! yy_is_jam )
| 		*(yy_state_ptr)++ = yy_current_state;
| 
| 		return yy_is_jam ? 0 : yy_current_state;
| }
| 
|     static void yyunput (int c, register char * yy_bp )
| {
| 	register char *yy_cp;
|     
|     yy_cp = (yy_c_buf_p);
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = (yy_hold_char);
| 
| 	if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register yy_size_t number_to_move = (yy_n_chars) + 2;
| 		register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| 					YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| 		register char *source =
| 				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
| 
| 		while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| 			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
| 
| 		if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 	(yytext_ptr) = yy_bp;
| 	(yy_hold_char) = *yy_cp;
| 	(yy_c_buf_p) = yy_cp;
| }
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
|     static int yyinput (void)
| #else
|     static int input  (void)
| #endif
| 
| {
| 	int c;
|     
| 	*(yy_c_buf_p) = (yy_hold_char);
| 
| 	if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| 			/* This was really a NUL. */
| 			*(yy_c_buf_p) = '\0';
| 
| 		else
| 			{ /* need more input */
| 			yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| 			++(yy_c_buf_p);
| 
| 			switch ( yy_get_next_buffer(  ) )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart(yyin );
| 
| 					/*FALLTHROUGH*/
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap( ) )
| 						return EOF;
| 
| 					if ( ! (yy_did_buffer_switch_on_eof) )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					(yy_c_buf_p) = (yytext_ptr) + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) (yy_c_buf_p);	/* cast for 8-bit char's */
| 	*(yy_c_buf_p) = '\0';	/* preserve yytext */
| 	(yy_hold_char) = *++(yy_c_buf_p);
| 
| 	return c;
| }
| #endif	/* ifndef YY_NO_INPUT */
| 
| /** Immediately switch to a different input stream.
|  * @param input_file A readable stream.
|  * 
|  * @note This function does not reset the start condition to @c INITIAL .
|  */
|     void yyrestart  (FILE * input_file )
| {
|     
| 	if ( ! YY_CURRENT_BUFFER ){
|         yyensure_buffer_stack ();
| 		YY_CURRENT_BUFFER_LVALUE =
|             yy_create_buffer(yyin,YY_BUF_SIZE );
| 	}
| 
| 	yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| 	yy_load_buffer_state( );
| }
| 
| /** Switch to a different input buffer.
|  * @param new_buffer The new input buffer.
|  * 
|  */
|     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
| {
|     
| 	/* TODO. We should be able to replace this entire function body
| 	 * with
| 	 *		yypop_buffer_state();
| 	 *		yypush_buffer_state(new_buffer);
|      */
| 	yyensure_buffer_stack ();
| 	if ( YY_CURRENT_BUFFER == new_buffer )
| 		return;
| 
| 	if ( YY_CURRENT_BUFFER )
| 		{
| 		/* Flush out information for old buffer. */
| 		*(yy_c_buf_p) = (yy_hold_char);
| 		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| 		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| 		}
| 
| 	YY_CURRENT_BUFFER_LVALUE = new_buffer;
| 	yy_load_buffer_state( );
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	(yy_did_buffer_switch_on_eof) = 1;
| }
| 
| static void yy_load_buffer_state  (void)
| {
|     	(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| 	(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| 	yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| 	(yy_hold_char) = *(yy_c_buf_p);
| }
| 
| /** Allocate and initialize an input buffer state.
|  * @param file A readable stream.
|  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|  * 
|  * @return the allocated buffer state.
|  */
|     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
| {
| 	YY_BUFFER_STATE b;
|     
| 	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer(b,file );
| 
| 	return b;
| }
| 
| /** Destroy the buffer.
|  * @param b a buffer created with yy_create_buffer()
|  * 
|  */
|     void yy_delete_buffer (YY_BUFFER_STATE  b )
| {
|     
| 	if ( ! b )
| 		return;
| 
| 	if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| 		YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yyfree((void *) b->yy_ch_buf  );
| 
| 	yyfree((void *) b  );
| }
| 
| /* Initializes or reinitializes a buffer.
|  * This function is sometimes called more than once on the same buffer,
|  * such as during a yyrestart() or at EOF.
|  */
|     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
| 
| {
| 	int oerrno = errno;
|     
| 	yy_flush_buffer(b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
|     /* If b is the current buffer, then yy_init_buffer was _probably_
|      * called from yyrestart() or through yy_get_next_buffer.
|      * In that case, we don't want to reset the lineno or column.
|      */
|     if (b != YY_CURRENT_BUFFER){
|         b->yy_bs_lineno = 1;
|         b->yy_bs_column = 0;
|     }
| 
|         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|     
| 	errno = oerrno;
| }
| 
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|  * 
|  */
|     void yy_flush_buffer (YY_BUFFER_STATE  b )
| {
|     	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == YY_CURRENT_BUFFER )
| 		yy_load_buffer_state( );
| }
| 
| /** Pushes the new state onto the stack. The new state becomes
|  *  the current state. This function will allocate the stack
|  *  if necessary.
|  *  @param new_buffer The new state.
|  *  
|  */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
|     	if (new_buffer == NULL)
| 		return;
| 
| 	yyensure_buffer_stack();
| 
| 	/* This block is copied from yy_switch_to_buffer. */
| 	if ( YY_CURRENT_BUFFER )
| 		{
| 		/* Flush out information for old buffer. */
| 		*(yy_c_buf_p) = (yy_hold_char);
| 		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| 		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| 		}
| 
| 	/* Only push if top exists. Otherwise, replace top. */
| 	if (YY_CURRENT_BUFFER)
| 		(yy_buffer_stack_top)++;
| 	YY_CURRENT_BUFFER_LVALUE = new_buffer;
| 
| 	/* copied from yy_switch_to_buffer. */
| 	yy_load_buffer_state( );
| 	(yy_did_buffer_switch_on_eof) = 1;
| }
| 
| /** Removes and deletes the top of the stack, if present.
|  *  The next element becomes the new top.
|  *  
|  */
| void yypop_buffer_state (void)
| {
|     	if (!YY_CURRENT_BUFFER)
| 		return;
| 
| 	yy_delete_buffer(YY_CURRENT_BUFFER );
| 	YY_CURRENT_BUFFER_LVALUE = NULL;
| 	if ((yy_buffer_stack_top) > 0)
| 		--(yy_buffer_stack_top);
| 
| 	if (YY_CURRENT_BUFFER) {
| 		yy_load_buffer_state( );
| 		(yy_did_buffer_switch_on_eof) = 1;
| 	}
| }
| 
| /* Allocates the stack if it does not exist.
|  *  Guarantees space for at least one push.
|  */
| static void yyensure_buffer_stack (void)
| {
| 	yy_size_t num_to_alloc;
|     
| 	if (!(yy_buffer_stack)) {
| 
| 		/* First allocation is just for 2 elements, since we don't know if this
| 		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
| 		 * immediate realloc on the next call.
|          */
| 		num_to_alloc = 1;
| 		(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| 								(num_to_alloc * sizeof(struct yy_buffer_state*)
| 								);
| 		if ( ! (yy_buffer_stack) )
| 			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
| 								  
| 		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
| 				
| 		(yy_buffer_stack_max) = num_to_alloc;
| 		(yy_buffer_stack_top) = 0;
| 		return;
| 	}
| 
| 	if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
| 
| 		/* Increase the buffer to prepare for a possible push. */
| 		int grow_size = 8 /* arbitrary grow size */;
| 
| 		num_to_alloc = (yy_buffer_stack_max) + grow_size;
| 		(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| 								((yy_buffer_stack),
| 								num_to_alloc * sizeof(struct yy_buffer_state*)
| 								);
| 		if ( ! (yy_buffer_stack) )
| 			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
| 
| 		/* zero only the new slots.*/
| 		memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| 		(yy_buffer_stack_max) = num_to_alloc;
| 	}
| }
| 
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
|  * @param base the character buffer
|  * @param size the size in bytes of the character buffer
|  * 
|  * @return the newly allocated buffer state object. 
|  */
| YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
| {
| 	YY_BUFFER_STATE b;
|     
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer(b  );
| 
| 	return b;
| }
| 
| /** Setup the input buffer state to scan a string. The next call to yylex() will
|  * scan from a @e copy of @a str.
|  * @param yystr a NUL-terminated string to scan
|  * 
|  * @return the newly allocated buffer state object.
|  * @note If you want to scan bytes that may contain NUL values, then use
|  *       yy_scan_bytes() instead.
|  */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|     
| 	return yy_scan_bytes(yystr,strlen(yystr) );
| }
| 
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|  * scan from a @e copy of @a bytes.
|  * @param yybytes the byte buffer to scan
|  * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|  * 
|  * @return the newly allocated buffer state object.
|  */
| YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, yy_size_t  _yybytes_len )
| {
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	yy_size_t i;
|     
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = _yybytes_len + 2;
| 	buf = (char *) yyalloc(n  );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < _yybytes_len; ++i )
| 		buf[i] = yybytes[i];
| 
| 	buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer(buf,n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| }
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| static void yy_fatal_error (yyconst char* msg )
| {
|     	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| }
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
|         int yyless_macro_arg = (n); \
|         YY_LESS_LINENO(yyless_macro_arg);\
| 		yytext[yyleng] = (yy_hold_char); \
| 		(yy_c_buf_p) = yytext + yyless_macro_arg; \
| 		(yy_hold_char) = *(yy_c_buf_p); \
| 		*(yy_c_buf_p) = '\0'; \
| 		yyleng = yyless_macro_arg; \
| 		} \
| 	while ( 0 )
| 
| /* Accessor  methods (get/set functions) to struct members. */
| 
| /** Get the current line number.
|  * 
|  */
| int yyget_lineno  (void)
| {
|         
|     return yylineno;
| }
| 
| /** Get the input stream.
|  * 
|  */
| FILE *yyget_in  (void)
| {
|         return yyin;
| }
| 
| /** Get the output stream.
|  * 
|  */
| FILE *yyget_out  (void)
| {
|         return yyout;
| }
| 
| /** Get the length of the current token.
|  * 
|  */
| yy_size_t yyget_leng  (void)
| {
|         return yyleng;
| }
| 
| /** Get the current token.
|  * 
|  */
| 
| char *yyget_text  (void)
| {
|         return yytext;
| }
| 
| /** Set the current line number.
|  * @param line_number
|  * 
|  */
| void yyset_lineno (int  line_number )
| {
|     
|     yylineno = line_number;
| }
| 
| /** Set the input stream. This does not discard the current
|  * input buffer.
|  * @param in_str A readable stream.
|  * 
|  * @see yy_switch_to_buffer
|  */
| void yyset_in (FILE *  in_str )
| {
|         yyin = in_str ;
| }
| 
| void yyset_out (FILE *  out_str )
| {
|         yyout = out_str ;
| }
| 
| int yyget_debug  (void)
| {
|         return yy_flex_debug;
| }
| 
| void yyset_debug (int  bdebug )
| {
|         yy_flex_debug = bdebug ;
| }
| 
| static int yy_init_globals (void)
| {
|         /* Initialization is the same as for the non-reentrant scanner.
|      * This function is called from yylex_destroy(), so don't allocate here.
|      */
| 
|     (yy_buffer_stack) = 0;
|     (yy_buffer_stack_top) = 0;
|     (yy_buffer_stack_max) = 0;
|     (yy_c_buf_p) = (char *) 0;
|     (yy_init) = 0;
|     (yy_start) = 0;
| 
|     (yy_state_buf) = 0;
|     (yy_state_ptr) = 0;
|     (yy_full_match) = 0;
|     (yy_lp) = 0;
| 
| /* Defined in main.c */
| #ifdef YY_STDINIT
|     yyin = stdin;
|     yyout = stdout;
| #else
|     yyin = (FILE *) 0;
|     yyout = (FILE *) 0;
| #endif
| 
|     /* For future reference: Set errno on error, since we are called by
|      * yylex_init()
|      */
|     return 0;
| }
| 
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy  (void)
| {
|     
|     /* Pop the buffer stack, destroying each element. */
| 	while(YY_CURRENT_BUFFER){
| 		yy_delete_buffer(YY_CURRENT_BUFFER  );
| 		YY_CURRENT_BUFFER_LVALUE = NULL;
| 		yypop_buffer_state();
| 	}
| 
| 	/* Destroy the stack itself. */
| 	yyfree((yy_buffer_stack) );
| 	(yy_buffer_stack) = NULL;
| 
|     yyfree ( (yy_state_buf) );
|     (yy_state_buf)  = NULL;
| 
|     /* Reset the globals. This is important in a non-reentrant scanner so the next time
|      * yylex() is called, initialization will occur. */
|     yy_init_globals( );
| 
|     return 0;
| }
| 
| /*
|  * Internal utility routines.
|  */
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| }
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| }
| #endif
| 
| void *yyalloc (yy_size_t  size )
| {
| 	return (void *) malloc( size );
| }
| 
| void *yyrealloc  (void * ptr, yy_size_t  size )
| {
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| }
| 
| void yyfree (void * ptr )
| {
| 	free( (char *) ptr );	/* see yyrealloc() for (char *) cast */
| }
| 
| #define YYTABLES_NAME "yytables"
| 
| #line 9 "conftest.l"
| 
| 
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
configure:14312: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lfl -lpopt -lpthread  >&5
configure:14312: $? = 0
configure:14322: result: -lfl
configure:14328: checking whether yytext is a pointer
configure:14345: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lfl -lpopt -lpthread  >&5
configure:14345: $? = 0
configure:14353: result: yes
configure:14502: checking that generated files are newer than configure
configure:14508: result: done
configure:14583: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by lttng-tools config.status 2.4.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on abel

config.status:1251: creating Makefile
config.status:1251: creating doc/Makefile
config.status:1251: creating doc/man/Makefile
config.status:1251: creating include/Makefile
config.status:1251: creating extras/Makefile
config.status:1251: creating extras/bindings/Makefile
config.status:1251: creating extras/bindings/swig/Makefile
config.status:1251: creating extras/bindings/swig/python/Makefile
config.status:1251: creating extras/core-handler/Makefile
config.status:1251: creating src/Makefile
config.status:1251: creating src/common/Makefile
config.status:1251: creating src/common/kernel-ctl/Makefile
config.status:1251: creating src/common/kernel-consumer/Makefile
config.status:1251: creating src/common/ust-consumer/Makefile
config.status:1251: creating src/common/hashtable/Makefile
config.status:1251: creating src/common/sessiond-comm/Makefile
config.status:1251: creating src/common/compat/Makefile
config.status:1251: creating src/common/relayd/Makefile
config.status:1251: creating src/common/testpoint/Makefile
config.status:1251: creating src/common/index/Makefile
config.status:1251: creating src/common/health/Makefile
config.status:1251: creating src/lib/Makefile
config.status:1251: creating src/lib/lttng-ctl/Makefile
config.status:1251: creating src/lib/lttng-ctl/filter/Makefile
config.status:1251: creating src/lib/lttng-ctl/lttng-ctl.pc
config.status:1251: creating src/bin/Makefile
config.status:1251: creating src/bin/lttng-consumerd/Makefile
config.status:1251: creating src/bin/lttng-sessiond/Makefile
config.status:1251: creating src/bin/lttng-relayd/Makefile
config.status:1251: creating src/bin/lttng/Makefile
config.status:1251: creating tests/Makefile
config.status:1251: creating tests/regression/Makefile
config.status:1251: creating tests/regression/kernel/Makefile
config.status:1251: creating tests/regression/tools/Makefile
config.status:1251: creating tests/regression/tools/streaming/Makefile
config.status:1251: creating tests/regression/tools/filtering/Makefile
config.status:1251: creating tests/regression/tools/health/Makefile
config.status:1251: creating tests/regression/tools/tracefile-limits/Makefile
config.status:1251: creating tests/regression/tools/snapshots/Makefile
config.status:1251: creating tests/regression/tools/live/Makefile
config.status:1251: creating tests/regression/tools/exclusion/Makefile
config.status:1251: creating tests/regression/ust/Makefile
config.status:1251: creating tests/regression/ust/nprocesses/Makefile
config.status:1251: creating tests/regression/ust/high-throughput/Makefile
config.status:1251: creating tests/regression/ust/low-throughput/Makefile
config.status:1251: creating tests/regression/ust/before-after/Makefile
config.status:1251: creating tests/regression/ust/buffers-pid/Makefile
config.status:1251: creating tests/regression/ust/periodical-metadata-flush/Makefile
config.status:1251: creating tests/regression/ust/multi-session/Makefile
config.status:1251: creating tests/regression/ust/overlap/Makefile
config.status:1251: creating tests/regression/ust/overlap/demo/Makefile
config.status:1251: creating tests/regression/ust/linking/Makefile
config.status:1251: creating tests/regression/ust/daemon/Makefile
config.status:1251: creating tests/regression/ust/exit-fast/Makefile
config.status:1251: creating tests/regression/ust/fork/Makefile
config.status:1251: creating tests/regression/ust/libc-wrapper/Makefile
config.status:1251: creating tests/regression/ust/java-jul/Makefile
config.status:1251: creating tests/stress/Makefile
config.status:1251: creating tests/unit/Makefile
config.status:1251: creating tests/utils/Makefile
config.status:1251: creating tests/utils/tap/Makefile
config.status:1251: creating tests/utils/testapp/Makefile
config.status:1251: creating tests/utils/testapp/gen-ust-events/Makefile
config.status:1251: creating tests/utils/testapp/gen-ust-nevents/Makefile
config.status:1251: creating include/config.h
config.status:1480: executing depfiles commands
config.status:1480: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=arm-unknown-linux-gnueabi
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-z,relro
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_CONFIG_set=
ac_cv_env_PYTHON_CONFIG_value=
ac_cv_env_PYTHON_INCLUDE_set=
ac_cv_env_PYTHON_INCLUDE_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=arm-linux-gnueabi
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_sched_getcpu=yes
ac_cv_func_sync_file_range=yes
ac_cv_func_sysconf=yes
ac_cv_have_decl_caa_likely=yes
ac_cv_have_decl_cds_list_add=yes
ac_cv_have_decl_cds_wfq_dequeue_blocking=yes
ac_cv_have_decl_cds_wfq_init=yes
ac_cv_have_decl_cmm_smp_mb__before_uatomic_or=yes
ac_cv_have_decl_futex_async=yes
ac_cv_have_decl_rcu_thread_offline=yes
ac_cv_have_decl_rcu_thread_online=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_popt_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-unknown-linux-gnueabi
ac_cv_lib_c_fmemopen=yes
ac_cv_lib_c_open_memstream=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_lex=-lfl
ac_cv_lib_lttng_ust_ctl_ustctl_recv_channel_from_consumer=yes
ac_cv_lib_popt_poptGetContext=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_uuid_uuid_generate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_target=arm-unknown-linux-gnueabi
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_have_epoll=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_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=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/jbernard/ltt-control/config/missing 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'
AUTOCONF='${SHELL} /home/jbernard/ltt-control/config/missing autoconf'
AUTOHEADER='${SHELL} /home/jbernard/ltt-control/config/missing autoheader'
AUTOMAKE='${SHELL} /home/jbernard/ltt-control/config/missing automake-1.14'
AWK='mawk'
BABELTRACE_BIN=''
BUILD_CONSUMERD_ONLY_FALSE=''
BUILD_CONSUMERD_ONLY_TRUE='#'
BUILD_JAVA_JUL_FALSE=''
BUILD_JAVA_JUL_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing'
COMPAT_EPOLL_FALSE='#'
COMPAT_EPOLL_TRUE=''
CONSUMERD32_BIN=''
CONSUMERD32_LIBDIR=''
CONSUMERD64_BIN=''
CONSUMERD64_LIBDIR=''
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CYGPATH_W='echo'
DEFAULT_INCLUDES='-I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/src -I$(top_builddir)/include -include config.h'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_JAVA_JDK_FALSE=''
HAVE_JAVA_JDK_TRUE='#'
HAVE_LIBLTTNG_UST_CTL_FALSE='#'
HAVE_LIBLTTNG_UST_CTL_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAVA_JDK=''
LD='/usr/bin/ld'
LDFLAGS='-Wl,-z,relro'
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lpopt -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LTTNG_BUILD_WITH_LIBC_UUID_FALSE=''
LTTNG_BUILD_WITH_LIBC_UUID_TRUE='#'
LTTNG_BUILD_WITH_LIBUUID_FALSE='#'
LTTNG_BUILD_WITH_LIBUUID_TRUE=''
LTTNG_SYSTEM_RUNDIR='/var/run/lttng'
LTTNG_TOOLS_BUILD_WITH_LIBC_DL_FALSE=''
LTTNG_TOOLS_BUILD_WITH_LIBC_DL_TRUE='#'
LTTNG_TOOLS_BUILD_WITH_LIBDL_FALSE='#'
LTTNG_TOOLS_BUILD_WITH_LIBDL_TRUE=''
LTTV_GUI_BIN=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAJOR_VERSION='2'
MAKEINFO='${SHELL} /home/jbernard/ltt-control/config/missing makeinfo'
MANIFEST_TOOL=':'
MINOR_VERSION='4'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_SHARED_FALSE=''
NO_SHARED_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='lttng-tools'
PACKAGE_BUGREPORT='dgoulet at efficios.com'
PACKAGE_NAME='lttng-tools'
PACKAGE_STRING='lttng-tools 2.4.1'
PACKAGE_TARNAME='lttng-tools'
PACKAGE_URL='http://lttng.org'
PACKAGE_VERSION='2.4.1'
PATCHLEVEL_VERSION='1'
PATH_SEPARATOR=':'
PYTHON=''
PYTHON_CONFIG=''
PYTHON_EXEC_PREFIX=''
PYTHON_INCLUDE=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/bin/sed'
SESSIOND_BIN=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SWIG=''
SWIG_LIB=''
USE_PYTHON_FALSE=''
USE_PYTHON_TRUE='#'
VERSION='2.4.1'
YACC='bison -y'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
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=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='arm-unknown-linux-gnueabi'
build_alias='arm-linux-gnueabi'
build_cpu='arm'
build_os='linux-gnueabi'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-unknown-linux-gnueabi'
host_alias=''
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /home/jbernard/ltt-control/config/install-sh'
java_jul_jar_path='/usr/local/lib/lttng/java/liblttng-ust-jul.jar'
libdir='${prefix}/lib/arm-linux-gnueabi'
libexecdir='${prefix}/lib/arm-linux-gnueabi'
localedir='${datarootdir}/locale'
localstatedir='/var'
lttngincludedir='${prefix}/include/lttng'
lttnglibexecdir='${prefix}/lib/arm-linux-gnueabi/lttng/libexec'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='arm-unknown-linux-gnueabi'
target_alias=''
target_cpu='arm'
target_os='linux-gnueabi'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "lttng-tools"
#define PACKAGE_TARNAME "lttng-tools"
#define PACKAGE_VERSION "2.4.1"
#define PACKAGE_STRING "lttng-tools 2.4.1"
#define PACKAGE_BUGREPORT "dgoulet at efficios.com"
#define PACKAGE_URL "http://lttng.org"
#define PACKAGE "lttng-tools"
#define VERSION "2.4.1"
#define VERSION_MAJOR 2
#define VERSION_MINOR 4
#define VERSION_PATCHLEVEL 1
#define VERSION_NAME "?poque Opaque"
#define VERSION_DESCRIPTION "The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_STRING_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_POPT_H 1
#define HAVE_GRP_H 1
#define CONFIG_CONSUMERD32_BIN ""
#define CONFIG_CONSUMERD64_BIN ""
#define CONFIG_CONSUMERD32_LIBDIR ""
#define CONFIG_CONSUMERD64_LIBDIR ""
#define CONFIG_BABELTRACE_BIN ""
#define CONFIG_LTTV_GUI_BIN ""
#define CONFIG_SESSIOND_BIN ""
#define CONFIG_LTTNG_SYSTEM_RUNDIR "/var/run/lttng"
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBPOPT 1
#define LTTNG_HAVE_LIBUUID 1
#define HAVE_LIBLTTNG_UST_CTL 1
#define HAVE_SCHED_GETCPU 1
#define HAVE_SYSCONF 1
#define HAVE_SYNC_FILE_RANGE 1
#define LTTNG_HAVE_FMEMOPEN 1
#define LTTNG_HAVE_OPEN_MEMSTREAM 1
#define HAVE_EPOLL 1
#define _FILE_OFFSET_BITS 64
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define YYTEXT_POINTER 1

configure: exit 0
-------------- next part --------------
dh build --with autoreconf
   dh_testdir
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
libtoolize: copying file `config/libtool.m4'
libtoolize: copying file `config/ltoptions.m4'
libtoolize: copying file `config/ltsugar.m4'
libtoolize: copying file `config/ltversion.m4'
libtoolize: copying file `config/lt~obsolete.m4'
   dh_auto_configure
checking build system type... arm-unknown-linux-gnueabi
checking host system type... arm-unknown-linux-gnueabi
checking target system type... arm-unknown-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for occurence(s) of link_all_deplibs = no in ./config/libtool.m4... 3
configure: WARNING: the detected libtool will not link all dependencies, forcing link_all_deplibs = unknown
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for egrep... /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 for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for pthread_create in -lpthread... yes
checking for poptGetContext in -lpopt... yes
checking for uuid_generate in -luuid... yes
checking whether cds_list_add is declared... yes
checking whether cds_wfq_init is declared... yes
checking whether cds_wfq_dequeue_blocking is declared... yes
checking whether futex_async is declared... yes
checking whether rcu_thread_offline is declared... yes
checking whether rcu_thread_online is declared... yes
checking whether caa_likely is declared... yes
checking whether cmm_smp_mb__before_uatomic_or is declared... yes
checking for ustctl_recv_channel_from_consumer in -llttng-ust-ctl... yes
checking for sched_getcpu... yes
checking for sysconf... yes
checking for sync_file_range... yes
checking for dlopen in -ldl... yes
checking for fmemopen in -lc... yes
checking for open_memstream in -lc... yes
configure: You may configure with --enable-python-bindings if you want Python bindings.
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Linux epoll(7) interface... yes
checking Java JUL UST jar file... not found
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert arm-unknown-linux-gnueabi file names to arm-unknown-linux-gnueabi format... func_convert_file_noop
checking how to convert arm-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) 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 bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
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/man/Makefile
config.status: creating include/Makefile
config.status: creating extras/Makefile
config.status: creating extras/bindings/Makefile
config.status: creating extras/bindings/swig/Makefile
config.status: creating extras/bindings/swig/python/Makefile
config.status: creating extras/core-handler/Makefile
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/kernel-ctl/Makefile
config.status: creating src/common/kernel-consumer/Makefile
config.status: creating src/common/ust-consumer/Makefile
config.status: creating src/common/hashtable/Makefile
config.status: creating src/common/sessiond-comm/Makefile
config.status: creating src/common/compat/Makefile
config.status: creating src/common/relayd/Makefile
config.status: creating src/common/testpoint/Makefile
config.status: creating src/common/index/Makefile
config.status: creating src/common/health/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/lttng-ctl/Makefile
config.status: creating src/lib/lttng-ctl/filter/Makefile
config.status: creating src/lib/lttng-ctl/lttng-ctl.pc
config.status: creating src/bin/Makefile
config.status: creating src/bin/lttng-consumerd/Makefile
config.status: creating src/bin/lttng-sessiond/Makefile
config.status: creating src/bin/lttng-relayd/Makefile
config.status: creating src/bin/lttng/Makefile
config.status: creating tests/Makefile
config.status: creating tests/regression/Makefile
config.status: creating tests/regression/kernel/Makefile
config.status: creating tests/regression/tools/Makefile
config.status: creating tests/regression/tools/streaming/Makefile
config.status: creating tests/regression/tools/filtering/Makefile
config.status: creating tests/regression/tools/health/Makefile
config.status: creating tests/regression/tools/tracefile-limits/Makefile
config.status: creating tests/regression/tools/snapshots/Makefile
config.status: creating tests/regression/tools/live/Makefile
config.status: creating tests/regression/tools/exclusion/Makefile
config.status: creating tests/regression/ust/Makefile
config.status: creating tests/regression/ust/nprocesses/Makefile
config.status: creating tests/regression/ust/high-throughput/Makefile
config.status: creating tests/regression/ust/low-throughput/Makefile
config.status: creating tests/regression/ust/before-after/Makefile
config.status: creating tests/regression/ust/buffers-pid/Makefile
config.status: creating tests/regression/ust/periodical-metadata-flush/Makefile
config.status: creating tests/regression/ust/multi-session/Makefile
config.status: creating tests/regression/ust/overlap/Makefile
config.status: creating tests/regression/ust/overlap/demo/Makefile
config.status: creating tests/regression/ust/linking/Makefile
config.status: creating tests/regression/ust/daemon/Makefile
config.status: creating tests/regression/ust/exit-fast/Makefile
config.status: creating tests/regression/ust/fork/Makefile
config.status: creating tests/regression/ust/libc-wrapper/Makefile
config.status: creating tests/regression/ust/java-jul/Makefile
config.status: creating tests/stress/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/utils/Makefile
config.status: creating tests/utils/tap/Makefile
config.status: creating tests/utils/testapp/Makefile
config.status: creating tests/utils/testapp/gen-ust-events/Makefile
config.status: creating tests/utils/testapp/gen-ust-nevents/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Version name: ?poque Opaque
The ?poque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer.

Target architecture: arm
Lttng-UST support: Enabled
Python binding: Disabled
All binaries will be built.

Binaries will be installed in:  /usr/bin
Libraries will be installed in: /usr/lib/arm-linux-gnueabi

The lttng command will look for the lttng-sessiond executable at: /usr/bin/lttng-sessiond

The sessiond daemon will look in the following directories: 
32-bit consumerd executable at: /usr/lib/arm-linux-gnueabi/lttng/libexec/lttng-consumerd
32-bit consumer libraries in:   /usr/lib/arm-linux-gnueabi
64-bit consumerd executable at: /usr/lib/arm-linux-gnueabi/lttng/libexec/lttng-consumerd
64-bit consumer libraries in:   /usr/lib/arm-linux-gnueabi

   dh_auto_build
make[1]: Entering directory '/home/jbernard/ltt-control'
Making all in src
make[2]: Entering directory '/home/jbernard/ltt-control/src'
Making all in common
make[3]: Entering directory '/home/jbernard/ltt-control/src/common'
Making all in compat
make[4]: Entering directory '/home/jbernard/ltt-control/src/common/compat'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o compat-fcntl.lo compat-fcntl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c compat-fcntl.c  -fPIC -DPIC -o .libs/compat-fcntl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c compat-fcntl.c -o compat-fcntl.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o compat-epoll.lo compat-epoll.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c compat-epoll.c  -fPIC -DPIC -o .libs/compat-epoll.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c compat-epoll.c -o compat-epoll.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing  -Wl,-z,relro -o libcompat.la  compat-fcntl.lo compat-epoll.lo  -lpopt -lpthread 
libtool: link: ar cru .libs/libcompat.a .libs/compat-fcntl.o .libs/compat-epoll.o 
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[4]: Leaving directory '/home/jbernard/ltt-control/src/common/compat'
Making all in health
make[4]: Entering directory '/home/jbernard/ltt-control/src/common/health'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o health.lo health.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c health.c  -fPIC -DPIC -o .libs/health.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c health.c -o health.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing  -Wl,-z,relro -o libhealth.la  health.lo  -lpopt -lpthread 
libtool: link: ar cru .libs/libhealth.a .libs/health.o 
libtool: link: ranlib .libs/libhealth.a
libtool: link: ( cd ".libs" && rm -f "libhealth.la" && ln -s "../libhealth.la" "libhealth.la" )
make[4]: Leaving directory '/home/jbernard/ltt-control/src/common/health'
Making all in hashtable
make[4]: Entering directory '/home/jbernard/ltt-control/src/common/hashtable'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o hashtable.lo hashtable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c hashtable.c  -fPIC -DPIC -o .libs/hashtable.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c hashtable.c -o hashtable.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o utils.lo utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c utils.c  -fPIC -DPIC -o .libs/utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c utils.c -o utils.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h  -I../../../include -I../../../src -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c -o rculfhash.lo rculfhash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -fno-strict-aliasing -c rculfhash.c  -fPIC -DPIC -o .libs/rculfhash.o
/tmp/ccIPMASj.s: Assembler messages:
/tmp/ccIPMASj.s:1105: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:1286: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:3175: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:3725: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:3833: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:3994: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:4331: Error: selected processor does not support ARM mode `dmb'
/tmp/ccIPMASj.s:5292: Error: selected processor does not support ARM mode `dmb'
Makefile:415: recipe for target 'rculfhash.lo' failed
make[4]: *** [rculfhash.lo] Error 1
make[4]: Leaving directory '/home/jbernard/ltt-control/src/common/hashtable'
Makefile:513: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/jbernard/ltt-control/src/common'
Makefile:379: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jbernard/ltt-control/src'
Makefile:476: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jbernard/ltt-control'
dh_auto_build: make -j1 returned exit code 2
debian/rules:11: recipe for target 'build' failed
make: *** [build] Error 2


More information about the lttng-dev mailing list