Project

General

Profile

Bug #591 » userspace-rcu-config.log

userspace-rcu config log - Daniel U. Thibault, 07/10/2013 05:50 PM

 
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.7.4, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ ./configure

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

hostname = sds-dut-vb
uname -m = x86_64
uname -r = 3.2.0-40-virtual
uname -s = Linux
uname -v = #64-Ubuntu SMP Mon Mar 25 21:42:18 UTC 2013

/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:2303: checking build system type
configure:2317: result: x86_64-unknown-linux-gnu
configure:2337: checking host system type
configure:2350: result: x86_64-unknown-linux-gnu
configure:2370: checking target system type
configure:2383: result: x86_64-unknown-linux-gnu
configure:2426: checking for a BSD-compatible install
configure:2494: result: /usr/bin/install -c
configure:2505: checking whether build environment is sane
configure:2555: result: yes
configure:2696: checking for a thread-safe mkdir -p
configure:2735: result: /bin/mkdir -p
configure:2748: checking for gawk
configure:2778: result: no
configure:2748: checking for mawk
configure:2764: found /usr/bin/mawk
configure:2775: result: mawk
configure:2786: checking whether make sets $(MAKE)
configure:2808: result: yes
configure:2899: checking whether make supports nested variables
configure:2916: result: yes
configure:3021: checking for style of include used by make
configure:3049: result: GNU
configure:3120: checking for gcc
configure:3136: found /usr/bin/gcc
configure:3147: result: gcc
configure:3376: checking for C compiler version
configure:3385: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3396: $? = 0
configure:3385: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3396: $? = 0
configure:3385: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3396: $? = 4
configure:3385: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3396: $? = 4
configure:3416: checking whether the C compiler works
configure:3438: gcc conftest.c >&5
configure:3442: $? = 0
configure:3490: result: yes
configure:3493: checking for C compiler default output file name
configure:3495: result: a.out
configure:3501: checking for suffix of executables
configure:3508: gcc -o conftest conftest.c >&5
configure:3512: $? = 0
configure:3534: result:
configure:3556: checking whether we are cross compiling
configure:3564: gcc -o conftest conftest.c >&5
configure:3568: $? = 0
configure:3575: ./conftest
configure:3579: $? = 0
configure:3594: result: no
configure:3599: checking for suffix of object files
configure:3621: gcc -c conftest.c >&5
configure:3625: $? = 0
configure:3646: result: o
configure:3650: checking whether we are using the GNU C compiler
configure:3669: gcc -c conftest.c >&5
configure:3669: $? = 0
configure:3678: result: yes
configure:3687: checking whether gcc accepts -g
configure:3707: gcc -c -g conftest.c >&5
configure:3707: $? = 0
configure:3748: result: yes
configure:3765: checking for gcc option to accept ISO C89
configure:3829: gcc -c -g -O2 conftest.c >&5
configure:3829: $? = 0
configure:3842: result: none needed
configure:3864: checking dependency style of gcc
configure:3975: result: gcc3
configure:3993: checking for thread local storage (TLS) class
configure:4016: gcc -o conftest -g -O2 conftest.c >&5
configure:4016: $? = 0
configure:4029: result: __thread
configure:4106: checking for gcc
configure:4133: result: gcc
configure:4362: checking for C compiler version
configure:4371: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:4382: $? = 0
configure:4371: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:4382: $? = 0
configure:4371: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4382: $? = 4
configure:4371: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4382: $? = 4
configure:4386: checking whether we are using the GNU C compiler
configure:4414: result: yes
configure:4423: checking whether gcc accepts -g
configure:4484: result: yes
configure:4501: checking for gcc option to accept ISO C89
configure:4578: result: none needed
configure:4600: checking dependency style of gcc
configure:4711: result: gcc3
configure:4726: checking whether make sets $(MAKE)
configure:4748: result: yes
configure:4803: checking how to print strings
configure:4830: result: printf
configure:4851: checking for a sed that does not truncate output
configure:4915: result: /bin/sed
configure:4933: checking for grep that handles long lines and -e
configure:4991: result: /bin/grep
configure:4996: checking for egrep
configure:5058: result: /bin/grep -E
configure:5063: checking for fgrep
configure:5125: result: /bin/grep -F
configure:5160: checking for ld used by gcc
configure:5227: result: /usr/bin/ld
configure:5234: checking if the linker (/usr/bin/ld) is GNU ld
configure:5249: result: yes
configure:5261: checking for BSD- or MS-compatible name lister (nm)
configure:5310: result: /usr/bin/nm -B
configure:5440: checking the name lister (/usr/bin/nm -B) interface
configure:5447: gcc -c -g -O2 conftest.c >&5
configure:5450: /usr/bin/nm -B "conftest.o"
configure:5453: output
0000000000000000 B some_variable
configure:5460: result: BSD nm
configure:5463: checking whether ln -s works
configure:5467: result: yes
configure:5475: checking the maximum length of command line arguments
configure:5605: result: 1572864
configure:5622: checking whether the shell understands some XSI constructs
configure:5632: result: yes
configure:5636: checking whether the shell understands "+="
configure:5642: result: yes
configure:5677: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5717: result: func_convert_file_noop
configure:5724: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5744: result: func_convert_file_noop
configure:5751: checking for /usr/bin/ld option to reload object files
configure:5758: result: -r
configure:5832: checking for objdump
configure:5848: found /usr/bin/objdump
configure:5859: result: objdump
configure:5891: checking how to recognize dependent libraries
configure:6093: result: pass_all
configure:6178: checking for dlltool
configure:6208: result: no
configure:6238: checking how to associate runtime and link libraries
configure:6265: result: printf %s\n
configure:6325: checking for ar
configure:6341: found /usr/bin/ar
configure:6352: result: ar
configure:6389: checking for archiver @FILE support
configure:6406: gcc -c -g -O2 conftest.c >&5
configure:6406: $? = 0
configure:6409: ar cru libconftest.a @conftest.lst >&5
configure:6412: $? = 0
configure:6417: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6420: $? = 1
configure:6432: result: @
configure:6490: checking for strip
configure:6506: found /usr/bin/strip
configure:6517: result: strip
configure:6589: checking for ranlib
configure:6605: found /usr/bin/ranlib
configure:6616: result: ranlib
configure:6718: checking command to parse /usr/bin/nm -B output from gcc object
configure:6838: gcc -c -g -O2 conftest.c >&5
configure:6841: $? = 0
configure:6845: /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:6848: $? = 0
configure:6914: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6917: $? = 0
configure:6955: result: ok
configure:6992: checking for sysroot
configure:7022: result: no
configure:7099: gcc -c -g -O2 conftest.c >&5
configure:7102: $? = 0
configure:7278: checking for mt
configure:7294: found /bin/mt
configure:7305: result: mt
configure:7328: checking if mt is a manifest tool
configure:7334: mt '-?'
configure:7342: result: no
configure:7984: checking how to run the C preprocessor
configure:8015: gcc -E conftest.c
configure:8015: $? = 0
configure:8029: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "userspace-rcu 0.7.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.7.4"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8054: result: gcc -E
configure:8074: gcc -E conftest.c
configure:8074: $? = 0
configure:8088: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "userspace-rcu 0.7.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.7.4"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8117: checking for ANSI C header files
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8210: gcc -o conftest -g -O2 conftest.c >&5
configure:8210: $? = 0
configure:8210: ./conftest
configure:8210: $? = 0
configure:8221: result: yes
configure:8234: checking for sys/types.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for sys/stat.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for stdlib.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for string.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for memory.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for strings.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for inttypes.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for stdint.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8234: checking for unistd.h
configure:8234: gcc -c -g -O2 conftest.c >&5
configure:8234: $? = 0
configure:8234: result: yes
configure:8248: checking for dlfcn.h
configure:8248: gcc -c -g -O2 conftest.c >&5
configure:8248: $? = 0
configure:8248: result: yes
configure:8454: checking for objdir
configure:8469: result: .libs
configure:8740: checking if gcc supports -fno-rtti -fno-exceptions
configure:8758: gcc -c -g -O2 -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:8762: $? = 0
configure:8775: result: no
configure:9102: checking for gcc option to produce PIC
configure:9109: result: -fPIC -DPIC
configure:9117: checking if gcc PIC flag -fPIC -DPIC works
configure:9135: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9139: $? = 0
configure:9152: result: yes
configure:9181: checking if gcc static flag -static works
configure:9209: result: yes
configure:9224: checking if gcc supports -c -o file.o
configure:9245: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9249: $? = 0
configure:9271: result: yes
configure:9279: checking if gcc supports -c -o file.o
configure:9326: result: yes
configure:9359: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10516: result: yes
configure:10553: checking whether -lc should be explicitly linked in
configure:10561: gcc -c -g -O2 conftest.c >&5
configure:10564: $? = 0
configure:10579: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10582: $? = 0
configure:10596: result: no
configure:10756: checking dynamic linker characteristics
configure:11267: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11267: $? = 0
configure:11501: result: GNU/Linux ld.so
configure:11608: checking how to hardcode library paths into programs
configure:11633: result: immediate
configure:12173: checking whether stripping libraries is possible
configure:12178: result: yes
configure:12213: checking if libtool supports shared libraries
configure:12215: result: yes
configure:12218: checking whether to build shared libraries
configure:12239: result: yes
configure:12242: checking whether to build static libraries
configure:12246: result: yes
configure:12285: checking for inline
configure:12301: gcc -c -g -O2 conftest.c >&5
configure:12301: $? = 0
configure:12309: result: inline
configure:12327: checking for pid_t
configure:12327: gcc -c -g -O2 conftest.c >&5
configure:12327: $? = 0
configure:12327: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:20: error: expected expression before ')' token
configure:12327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "userspace-rcu 0.7.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.7.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:12327: result: yes
configure:12338: checking for size_t
configure:12338: gcc -c -g -O2 conftest.c >&5
configure:12338: $? = 0
configure:12338: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:21: error: expected expression before ')' token
configure:12338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "userspace-rcu 0.7.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.7.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:12338: result: yes
configure:12353: checking for stdlib.h
configure:12353: result: yes
configure:12363: checking for GNU libc compatible malloc
configure:12387: gcc -o conftest -g -O2 conftest.c >&5
configure:12387: $? = 0
configure:12387: ./conftest
configure:12387: $? = 0
configure:12397: result: yes
configure:12424: checking for stdlib.h
configure:12424: result: yes
configure:12424: checking for unistd.h
configure:12424: result: yes
configure:12424: checking for sys/param.h
configure:12424: gcc -c -g -O2 conftest.c >&5
configure:12424: $? = 0
configure:12424: result: yes
configure:12444: checking for getpagesize
configure:12444: gcc -o conftest -g -O2 conftest.c >&5
configure:12444: $? = 0
configure:12444: result: yes
configure:12453: checking for working mmap
configure:12600: gcc -o conftest -g -O2 conftest.c >&5
configure:12600: $? = 0
configure:12600: ./conftest
configure:12600: $? = 0
configure:12610: result: yes
configure:12622: checking for bzero
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
configure:12622: $? = 0
configure:12622: result: yes
configure:12622: checking for gettimeofday
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
configure:12622: $? = 0
configure:12622: result: yes
configure:12622: checking for munmap
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
configure:12622: $? = 0
configure:12622: result: yes
configure:12622: checking for sched_getcpu
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
configure:12622: $? = 0
configure:12622: result: yes
configure:12622: checking for strtoul
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
configure:12622: $? = 0
configure:12622: result: yes
configure:12622: checking for sysconf
configure:12622: gcc -o conftest -g -O2 conftest.c >&5
configure:12622: $? = 0
configure:12622: result: yes
configure:12770: checking if architecture really supports the mfence instruction
configure:12777: result: yes
configure:12792: checking for sys_futex()
configure:12804: gcc -c -g -O2 conftest.c >&5
configure:12804: $? = 0
configure:12806: result: yes
configure:12892: checking for cpu_set_t
configure:12892: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:12892: $? = 0
configure:12892: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:24: error: expected expression before ')' token
configure:12892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "userspace-rcu 0.7.4"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL ""
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.7.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_HAVE_FENCE 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:12892: result: yes
configure:12907: checking whether CPU_ZERO works
configure:12923: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:43:0: warning: "_GNU_SOURCE" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
configure:12923: $? = 0
configure:12927: result: yes
configure:12939: checking whether CPU_SET works
configure:12955: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:44:0: warning: "_GNU_SOURCE" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
configure:12955: $? = 0
configure:12959: result: yes
configure:12973: checking for sched_setaffinity
configure:12973: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:12973: $? = 0
configure:12973: result: yes
configure:12990: checking how many arguments sched_setaffinity takes
configure:13005: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:13005: $? = 0
configure:13016: result: 3
configure:13183: creating ./config.status

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

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

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

on sds-dut-vb

config.status:1145: creating Makefile
config.status:1145: creating doc/Makefile
config.status:1145: creating doc/examples/Makefile
config.status:1145: creating tests/Makefile
config.status:1145: creating liburcu.pc
config.status:1145: creating liburcu-bp.pc
config.status:1145: creating liburcu-cds.pc
config.status:1145: creating liburcu-qsbr.pc
config.status:1145: creating liburcu-mb.pc
config.status:1145: creating liburcu-signal.pc
config.status:1145: creating config.h
config.status:1145: creating urcu/config.h
config.status:1386: linking urcu/arch/x86.h to urcu/arch.h
config.status:1386: linking urcu/uatomic/x86.h to urcu/uatomic.h
config.status:1405: executing depfiles commands
config.status:1405: executing libtool commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
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=x86_64-unknown-linux-gnu
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_MANIFEST_TOOL=mt
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=x86_64-unknown-linux-gnu
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
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} /usr/src/userspace-rcu-0.7.4/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ARCHTYPE='x86'
AUTOCONF='${SHELL} /usr/src/userspace-rcu-0.7.4/config/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/userspace-rcu-0.7.4/config/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/userspace-rcu-0.7.4/config/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COMPAT_ARCH_FALSE=''
COMPAT_ARCH_TRUE='#'
COMPAT_FUTEX_FALSE=''
COMPAT_FUTEX_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
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 -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/src/userspace-rcu-0.7.4/config/missing --run 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.7.4'
PACKAGE_TARNAME='userspace-rcu'
PACKAGE_URL=''
PACKAGE_VERSION='0.7.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SUBARCHTYPE=''
URCU_LIBRARY_VERSION='2:0:0'
VERSION='0.7.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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/src/userspace-rcu-0.7.4/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

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

/* confdefs.h */
#define PACKAGE_NAME "userspace-rcu"
#define PACKAGE_TARNAME "userspace-rcu"
#define PACKAGE_VERSION "0.7.4"
#define PACKAGE_STRING "userspace-rcu 0.7.4"
#define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
#define PACKAGE_URL ""
#define PACKAGE "userspace-rcu"
#define VERSION "0.7.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_HAVE_FENCE 1
#define CONFIG_RCU_HAVE_FUTEX 1
#define CONFIG_RCU_SMP 1
#define HAVE_CPU_SET_T 1
#define HAVE_CPU_ZERO 1
#define HAVE_CPU_SET 1
#define HAVE_SCHED_SETAFFINITY 1
#define SCHED_SETAFFINITY_ARGS 3

configure: exit 0
(7-7/9)